﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@600&display=swap');

body{
    font-weight: 400;
}

#con1 h2, #con1 .topTxt1, #con2 p.font_22, #con3 h3, #topCms .cmstitle, .more, #con4 h4, .footer_contact, .pagetitle, .cate_title, a[href^="tel:"], #con3 .con3_title{
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font_bold{
    font-weight: normal;
}

.rectangle_img, .normal_img img{
    border-radius: 10px;
}

#fakeloader .fl{
    max-width: 250px;
}

.logo1 {
    max-width: 250px;
    padding-left: 0;
    padding-right: 40px;
}
#sp_nav .sp_nav_inner .menu__header .logo3 img{
    max-width: 300px;
}

#con1, #con4{
    background-image: url('./Dup/img/bg_img.jpg');
    background-position: center;
    background-size: cover;
}
#con1 .con1_inner{
    padding: 0 50px 50px;
    padding-top: 0;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 30px rgba(102,129,137,0.1);
}
#con1 .topTxt1{
    display: inline-block;
    transform: translateY(-30px);
}
.topTxt1 .arrow{
    display: none;
}
#con1 h2{
    margin-top: 20px;
    padding-bottom: 30px;
    background-image: url('./Dup/img/bg_img2.png');
    background-position: bottom center;
    background-size: 50px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
}
#con1 .con1_squ{
    display: none;
}

#con2::before{
    position: absolute;
    content: "";
    width: calc(50% - 100px);
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    background-color: #f7f7f7;
}
#con2 .img_wrap{
    padding-left: 50px;
}
#con2 p.font_22{
    color: #96d2ea;
    margin-bottom: 20px;
}

#con3{
    border-top: none;
    background: linear-gradient(to bottom right, #edf7f7, #f5f5bf);
}
#con3 .title .en{
    padding-bottom: 30px;
    background-image: url('./Dup/img/bg_img2.png');
    background-position: bottom center;
    background-size: 50px;
    background-repeat: no-repeat;
}
#con3 .box_wrap{
    align-items: flex-start;
}
#con3 .box .img{
    border: solid 2px #96d2ea;
}
#con3 .title .en span{
    display: none;
}
#con3 .con3_title{
    padding-bottom: 30px;
    background-image: url('./Dup/img/bg_img3.png');
    background-position: bottom center;
    background-size: 50px;
    background-repeat: no-repeat;
}

.pagetitle p span{
    color: #94d0e8;
}

.cate_list li a{
    padding: 10px 20px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer_contact h4{
    line-height: 1.2;
    font-size: 40px;
}
.f_contact_btn{
    display: none;
}

.footer{
    background-color: #f7f7f7;
}
.logo2 a{
    width: 250px;
}
.footer .txt_white{
    color: #668087;
}
.footer_sitemap{
    border-color: #dddddd;
}
.copy{
    background-color: #f2f2f2;
}

#pagetop{
    right: 20px;
}
#foot_banner{
    right: 90px;
    bottom: 20px;
    width: 270px;
    z-index: 1;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.header-in{
    margin-top: 0;
}
#con2 .img_wrap{
    padding-left: 0;
}
#con2 .width_40per{
    margin-bottom: 50px;
}
#con2::before{
    display: none;
}
.cate_list li{
    width: 50%!important;
}
.copy{
    text-align: left;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.logo1 {
    max-width: 200px;
}
#sp_nav .sp_nav_inner .menu__header .logo3 img{
    max-width: 200px;
}
#main_img{
    padding-top: 70px;
}
#con1{
    padding-top: 80px;
}
#con1 .con1_inner{
    padding: 0 20px 50px;
}
.cate_list li{
    width: 100%!important;
}
.footer_contact h4 {
    font-size: 30px;
}
.copy{
    text-align: center;
    padding-bottom: 100px;
}
#foot_banner{
    right: 85px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
#page8 .contact_tel a{
    padding: 18px 40px;
}
}