﻿/*--------リンク・フォント--------*/
@font-face {
    font-family: 'ZenMaruGothic';
    font-style: normal;
    font-weight: 400;
    src: url('./Dup/img/ZenMaruGothic_r.woff') format('woff'),
        url('./Dup/img/ZenMaruGothic_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'ZenMaruGothic';
    font-style: normal;
    font-weight: 700;
    src: url('./Dup/img/ZenMaruGothic_b.woff') format('woff'),
        url('../Dup/img/ZenMaruGothic_b.eot')  format('eot');
    font-display: swap;
}
body {
    font-family: "ZenMaruGothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.en_font {
    font-family: "ZenMaruGothic","Open Sans Condensed", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
    
.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
.add_shadow{box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}
#wrap .font_14 {font-size: 1rem;}
.more .txt_color_nomal {
    color: #42cbed;
}
#header .close_menu span{font-size: 0.7em;}
#main_wrap{
    background-color: #fdfcf1;
}
#main_img .arrowWrap {
    bottom: 100px;
}

#main_img::before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/main_copy.png) no-repeat;
    background-size: contain;
    z-index: 0;
    width: 33em;
    height: 14em;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


#intro h2{    line-height: 1.3;}
#intro h3{
    font-size: 1.5em;
   display: inline-block;
    position: relative;
}
#intro h3::before{
        content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_02.png) no-repeat;
    background-size: contain;
    z-index: -1;
    width: 9em;
    height: 4em;
    left: -31px;
    bottom: -43px;
}
#contents1 h4{
    position: relative;
}
#contents1 h4::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_04.png) no-repeat;
    background-size: contain;
    z-index: -1;
    width: 5em;
    height: 10em;
    left: -31px;
    top: -33px;
}
#contents2 h3{
    position: relative;
}
#contents2 h3::before{
        content: "";
    position: absolute;
    display: inline-block;
    background: url(./Dup/img/item_03.png) no-repeat;
    background-size: contain;
    z-index: -1;
    width: 5em;
    height: 4em;
    left: -31px;
    top: -31px;
}
#top_cms .more a:hover {
    color: #fff;
    background-color: #42cbed;
}


/*--------下層--------*/
/*
#cms_3-a .cate .cate_box:first-of-type {
    border-top: 1px dotted #94bfd8;
}
#cms_3-a .cate .cate_box:last-of-type {
    border-bottom: 1px dotted #94bfd8;
}
*/
#cms_2-c .cate_box{
    border-left: dotted 4px #1e2b38;
    background-color: rgba(229, 229, 229, .35);
}

#cms_2-c #cate0 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
#cms_2-c #cate0 .box_txt1,
#cms_2-c #cate0 .box_txt2{padding-left:20px;}

#cms_2-c #cate0 .box_wrap{
    position: relative;
    padding-left: 30px;
}
#cms_2-c #cate0 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 30px);
    border-left: 4px dotted #42cbed;
    position: absolute;
    top: 30px;
    left: 26px;
}
#cms_2-c #cate0 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
#cms_2-c #cate0 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 68px;
    top: 7px;
    left: -37.5px;
}

#page08 .tel_box a{padding:3px 10px 10px 10px;}
#page08 .tel_box{
    position: relative;
    overflow: hidden;
    padding: 20px 20px 15px 20px;
}
#page08 .tel_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}
#page08 #contact_line a {
    background: url(./Dup/img/ban_line.jpg) no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}
@media screen and (max-width: 1200px){
    #page08 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}
@media screen and (max-width: 667px){
#page08 .tel_box a{
    font-size: 5.3vw;
    letter-spacing: 2px;
    line-height: 1.2;
}
}

@media screen and (max-width: 1135px){
#page10 > div > div > div { width: 100%;}
#page10 .box{    justify-content: space-between;}
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
    header h1 {
    max-width: 200px;
}
#main_img {
    height: 100%;
}
#main_img #video {
    height: auto;
}
#main_img::before{
    width: 19em;
    height: 9em;
}
.cate_list li{
    width: calc(100% / 3 - 5px);
    padding-right: 0px;
    margin-right: 0px;
}
.cate_list li a{padding: 10px 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#cms_2-c #cate0 .cate_box{
    flex-direction: column-reverse;
}
#cms_2-c #cate0 .box_description2 span {
    width: 61px;
    left: -34px;
}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    header h1 {
    max-width: 140px;
    margin-bottom: 0px;
}
#main_img::before {
    width: 11em;
    height: 4.5em;
}
#intro h3::before {
    left: -15px;
    bottom: -35px;
}
    #intro h2 {
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-size: 6vw;
    }
    #intro h3 {
    font-size: 5.5vw;
    line-height: 1.5;
    }
    #contents1 h4::before {
    width: 5em;
    height: 5.5em;
    left: -31px;
    top: -22px;
}
#contents2 h3::before {
    left: -16px;
    top: -17px;
}
.cate_list li a {
    padding: 0px 10px 10px;
}
#cms_2-c #cate0 .box_wrap{
    padding-left: 23px;
}
#cms_2-c #cate0 .box_wrap:before {
    left: 19px;
}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){
    .more a{padding:9px 50px 15px 50px;}

#page08 .tel_box a{padding:3px 10px 10px 10px;}

}