﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

.border_color2 {
    border-color: #e9e9e9;
}

.bg_color5 {
    background-color: #f7f7f7;
}

.bg_color4 {
    background-color: #ffffff;
}

.bg_color1 {
    background-color: #74b88d;
}

.svg_wrap{
    display: none;
}


#main_img .main_img_wrap:before {
    background-color: rgba(70,70,70,0.05);
}

#contents div div:nth-of-type(3) div.con_box{
    display: none;
}

header{
    padding-bottom: 5px;
}

#logo .logo {
    width: 84px;
}

#logo {
    padding-top: 5px;
}

#contents .con_box .con_item1, #contents .con_box .con_item2 {
    width: 140px;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -100px;
    opacity: 0.5;
}

.intro_wrap div.fade_box{
    position: relative;
}

.intro_wrap div.fade_box:first-child:before{
        content: "";
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 30%;
    left: 106%;
    background-image: url(./Dup/img/con_item3.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: 0.5;
}

.intro_txt_wrap h2{
    font-size: -webkit-calc(1rem + 14px);
    font-size: calc(1rem + 14px);
}

#page_title:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/left.png), url(./Dup/img/right.png);
    background-position: bottom left, top right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}


#intro #intro_bg > h2{
        text-align: center;
    color: #74b88d;
    padding: 180px 0 50px;
    font-size: 40px;
    font-family: 'Kiwi Maru', serif;
        line-height: 1.6em;
}

#intro #intro_bg > h2 span.one{
        font-size: 32px;
        display: block;
}

#intro #intro_bg > h2 span.ni{
    margin-right: 1em;
}

.bg_color2 {
    background-color: #eff1ee;
}

#contents:before{
        content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 10%;
    left: 17%;
    background-image: url(./Dup/img/con_item5.png);
    background-position: 6% 10%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

#intro_bg h2{
    position: relative;
}

#intro_bg > h2:before{
   content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 60%;
    left: 40%;
    background-image: url(./Dup/img/con_item7.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}


#intro_bg > h2:after{
       content: "";
    display: block;
    width: 370px;
    height: 370px;
    position: absolute;
    top: 100%;
    left: 83%;
    background-image: url(./Dup/img/hito.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: 0.4;
}

#info_title_box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
        background-color: rgba(216, 227, 216, 0.5);
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
}

#info_title_box .info_title span {
    color: #60513c;
}

.border_color1 {
    border-color: #cfcfcf;
}

.txt_color1 {
    color: #959b97;
}

.border_color3 {
    border-color: #74b88d;
}

.linkStyle{
color: #32564e;
font-weight: bold;
}

#foot_banner2 {
    z-index: 99;
    width: 280px;
    left: 0px;
    bottom: 10px;
}

#foot_banner2 a {
    font-size: 16px;
    text-align: center;
    padding: 21px 70px 21px 102px;
    box-sizing: border-box;
    border-radius: 45px;
}

#foot_banner2 .foot_icon {
    width: 63px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#info .info_txt {
    padding-right: 20px;
    box-sizing: border-box;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#logo .logo {
    width: 62px;
}

#intro_bg > h2:before {
    width: 150px;
    height: 150px;
    top: 40%;
    left: 20%;
}

#intro_bg > h2:after {
    width: 190px;
    height: 190px;
    top: 100%;
    left: 83%;
}

#intro #intro_bg > h2 span.one {
    margin-bottom: 10px;
}

#intro #intro_bg > h2 {
    line-height: 1.3em;
    letter-spacing: 0.2em;
}

#intro #intro_bg > h2 span.ni {
    margin-right: 0;
    display: block;
    font-size: 45px;
}

#intro #intro_bg > h2 span.san{
        font-size: 39px;
}

#contents div.width_1280-max{
    padding: 100px 0;
}

#page_title:before {
    background-size: 40%;
}

#foot_banner{
    width: 180px;
    right: 0px;
}

#foot_banner2{
    width: 180px;
    right: 0px;
}
#foot_banner2 a{
    font-size: 14px;
    padding: 15px 15px 15px 43px;
}
#foot_banner2 .foot_icon {
    width: 46px;
}

#page-top {
    bottom: 75px !important;
    right: 5px;
}

#copyright{
        text-align: left;
    padding-left: 10px;
}

#foot_banner a {
    font-size: 14px;
    padding: 15px 15px 15px 43px;
}
#foot_banner .foot_icon {
    width: 46px;
}
}