@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@font-face {
	font-family: "Phenomena";
	font-weight: 700;
	src: url("../font/Phenomena-ExtraBold.eot") format("eot"),
		 url("../font/Phenomena-ExtraBold.woff") format("woff"),
		 url("../font/Phenomena-ExtraBold.woff2") format("woff2");
}
@font-face {
	font-family: "Phenomena";
	font-weight: 900;
	src: url("../font/Phenomena-Black.eot") format("eot"),
		 url("../font/Phenomena-Black.woff") format("woff"),
		 url("../font/Phenomena-Black.woff2") format("woff2");
}
@import url(https://use.fontawesome.com/releases/v6.1.1/css/all.css);

/*///// root /////*/

:root {
    --main-txtcolor: #222;
    --main-gutter: 2.0rem;
    --main-lh: 1.5;
    --main-h2size: 2.0em;
    --main-h2mb: 2.0em;
    --side-padding: 0;
    --sitewidth: 1024px;
    --red1: #E61F33;
    --blue1: #0066B3;
    --blue2: #B5D2EE;
    --glay1: #333;
    --glay2: #e2e2e2;
    --yellow1:#FFEC54;
    --yellow2:#FFFCDE;
    --green1:#4EB2B4;
    --green2:#EFF6E1;
}
@media screen and (max-width: 1024px) {
    :root {
        --main-gutter: 1.5rem;
        --main-lh: 1.5;
        --main-h2size: 1.8em;
        --main-h2mb: 1.5em;
        --sitewidth: 100%;
        --side-padding: 1.0em;
    }
}
@media screen and (max-width: 540px) {
    :root {
        --main-gutter: 1.5rem;
        --main-lh: 1.8;
        --main-h2size: 1.3em;
        --main-h2mb: 1.5em;
        --sitewidth: 100%;
        --side-padding: 1.0em;
    }

}

/*///// base /////*/

html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP",sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  background: #fff;
  color: var(--main-txtcolor);
  line-height: var(--main-lh);
    counter-reset: number 0;
}

}
.red {
  color: var(--red1);
}

img{
    max-width: 100%;
}

/*///// リンク /////*/

a {
  transition: 0.2s;
}
a.underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.underline::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #444;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
a.underline:hover::after {
  transform: scale(1, 1);
}

a img{
    transition: 0.2s;
}

a img:hover {
    opacity: 0.7;
}

/*///// 見出し /////*/

h1{
    font-family: "Phenomena", sans-serif;
    font-weight: 900;
    font-size: 15.0rem;
    line-height: .8em;
    color: white;
    position: relative;
    width: auto;
    display: inline-block;
}
h1 span{
  font-family: "Noto Sans JP",sans-serif;
    font-weight: 900;
    font-size: .14em;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .title{
        z-index: 0;
    }
    h1{
        font-size: 10.0rem;
        top: 0;
        left: 2px;
        position: absolute;
        padding: var(--main-gutter)
    }
    h1 span{
        left: .1em;
        top: 5.7em;
        font-size: .25em;
        padding: var(--main-gutter)
    }
}

@media screen and (max-width: 540px) {
    h1{
        font-size: 6.9rem;
        padding: calc(var(--main-gutter) / 2) 0 0
    }
    h1 span{
        top: 109px;
        font-size: .24em;
        padding:0
    }
}

h2{
    font-weight: 900;
    font-size: var(--main-h2size);
    line-height: var(--main-lh);
    margin-bottom: var(--main-h2mb);
}
@media screen and (max-width: 100px) {
    h2{
        line-height: calc(var(--main-lh) * .95);
    }
}


/*///// 強調 /////*/

strong{
    font-weight: 900;
}
.price strong{
    color: var(--red1);
    font-size: var(--main-h2size);
    display: block;
    margin-bottom: var(--main-h2mb);
}
#size strong{
    color: var(--yellow1);
    margin: 0 .3em;
    font-size: 1.1em;
}
@media screen and (max-width: 540px) {
    .price strong{
        font-size: var(--main-h2size);
    }
}

/*///// リンクボタン /////*/

.linkbtn {
  display: block;
  padding: 1.5rem;
  width: 60%;
    max-width: 1000px;
    margin: 0 auto;
  text-align: center;
  transition: 0.2s;
  position: relative;
  background: var(--main-txtcolor);
  border: 1px solid var(--main-txtcolor);
  font-weight: 600;
  border-radius: 2px;
  color: white
}
.linkbtn::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  font-size: 2.0rem;
    line-height: 100%;
  position: absolute;
  top: calc(50% - 1.0rem);
  right: 1em;
}
.linkbtn:hover {
  background: #fff;
  color: var(--  border: 1px solid var(--main-txtcolor);
);
  border: 1px solid var(--  border: 1px solid var(--main-txtcolor);
);
      color:var(--main-txtcolor);
}
@media screen and (max-width: 1024px) {
    .linkbtn {
        width: 90%;
        font-size: 1.5em;
    }
}
@media screen and (max-width: 540px) {
    .linkbtn {
        width: 90%;
        font-size: 1.0em
    }
}
@media screen and (max-width: 375px) {
    .linkbtn {
        font-size: .8em
    }
}


.header,
.catch,
.intro,
#salespoint .wrap.
#contact,
#size,
#payment,
#ordersheet,
#functions{
    width: 100%;
}

.header{
    background: var(--blue2);
}
.intro{
    background: var(--blue1);
}
#salespoint .wrap{
    background: var(--glay2);
}
#salespoint .arrow{
    background: var(--glay2);
    width: 100%;
    height: 100px;
    clip-path: polygon(50% 100px,0 0,100% 0);
    position: relative;
}
@media screen and (max-width: 540px) {
    #salespoint .arrow{
        height: 50px;
        clip-path: polygon(50% 50px,0 0,100% 0);
    }
}
#size{
    background: var(--green1);
    color: white;
}
#ordersheet{
    background: var(--green2);
}
#functions{
    background: var(--blue2);
}
#contact{
    background-color: rgba(255,255,255,0.95);
}
footer{
    background: var(--glay1);
}

header{
    width: var(--sitewidth);
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: var(--main-gutter);
}

@media screen and (max-width: 1024px) {
    header{
        padding: var(--main-gutter) var(--side-padding) calc(var(--main-gutter) * 2) 0;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 540px) {
    header{
        padding: calc(var(--side-padding) / 2) calc(var(--side-padding) / 2) var(--side-padding) 0;
    }
}

.property{
    text-align: right;
    font-weight: 700;
    font-size: 2.0rem;
    letter-spacing: 1px;
    line-height: calc(var(--main-lh) + .2)
}
.property li{
    border-radius: 50px;
    background: var(--glay1);
    padding: calc(var(--main-gutter) / 2);
    margin: calc(var(--main-gutter) / 2) 0;
    text-align: center;
    color: white;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.property ul li:first-child{
    line-height: calc(var(--main-lh) / 1.5);
}
.property li span{
    font-size: 1.8em;
    display: inline-block;
    margin: 0 .5em;
    top:-2px;
    position: relative;
}

@media screen and (max-width: 540px) {
    .property li{
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 540px) {
    .property{
        font-size: 1.15rem;
        letter-spacing: normal;
        z-index: 0;
        position: relative;
    }
    
    .property ul{
        width: 80%;
        right: 0;
        left: 20%;
        position: relative;
        margin-top: 3px;
    }
    
    .property li{
        border-radius: 50px;
        background: var(--glay1);
        padding: calc(var(--main-gutter) / 4);
        margin: calc(var(--main-gutter) / 3) 0;
        text-align: center;
        color: white;
        font-size: 1.25rem;
    }
    .property li:first-child{
        margin-top:0;
    }
}

.proposal,
.target{
    width: var(--sitewidth);
    margin: 0 auto;
    text-align: center;
}
.target{
    padding: calc(var(--main-gutter) * 1.5) 0;
    color: white;
    line-height: calc(var(--main-lh) + .4);
    font-size: 2.0em;
    letter-spacing: 3px;
}
.target span{
    border-radius: 5px;
    background: var(--yellow1);
    color: var(--main-txtcolor);
    margin: .2em;
    padding: 0 .35em .2em;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .target{
        padding: calc(var(--main-gutter) * 1.5) 0  calc(var(--main-gutter) * 2.0);
        font-size: 1.8em;
        letter-spacing: normal;
    }
    .target span{
        padding: 0 .35em .2em;
        letter-spacing: 1px
    }
}
@media screen and (max-width: 540px) {
    .target{
        font-size: 1.0em;
        padding: var(--main-gutter) 0  calc(var(--main-gutter) * 1.5);
    }
    .target span{
        padding: 0 .2em .2em;
        font-weight: 600;
    }
}

.catch{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    opacity: .9;
    background-image:  linear-gradient(#eee 0.8px, transparent 0.8px), linear-gradient(to right, #eee 0.8px, #fff 0.8px);
    background-size: 15px 50px;
}
.catch::before{
    content: '';
    position: absolute;
    width: 55%;
    height: 480px;
    transform: translate(0,0);
    background-color: var(--yellow2);
    z-index: -2;
    border-radius: 3px;
}
.catch::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 180px;
    bottom:0;
    right: 0;
    background-color: var(--green2);
    z-index: -2;
    border-radius: 3px;
}
@media screen and (max-width: 1024px) {
    .catch::before{
        width: 57%;
    }
    .catch::after{
        height: 150px;
    }
}
@media screen and (max-width: 540px) {
    .catch::before{
        height: 300px;
    }
    .catch::after{
        width: 60%;
        height: 130px;
    }
}
@media screen and (max-width: 510px) {
    .catch::before{
        width: 60%;
        height: 230px;
    }
    .catch::after{
        width: 60%;
        height: 80px;
    }
}

.proposal{
    padding: calc(var(--main-gutter) * 1.8) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}
.proposal .txt{
    width: 55%;
    font-size: 3.0em;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    top:-1.7em;
    color: #000;
}
.proposal .txt .line1,
.proposal .txt .line2,
.proposal .txt .line3,
.proposal .txt .line4{
    display: block;
}
.proposal .txt .line1,
.proposal .txt .line2 i,
.proposal .txt .line2 b{
    font-weight: 900;
    margin: 0 .1em;
}
.proposal .txt .line1{
    line-height: calc(var(--main-lh) / 4);
    margin: 0 1.0em 0 0;
    font-size: .8em;
}
.proposal .txt .line2 i{
    font-style: normal;
    font-size: .7em;
}
.proposal .txt .line2 b{
    font-size: 1.8em;
}
.proposal img{
    width: 40%;
    max-width: 263px;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .proposal{
        padding: calc(var(--main-gutter) * 2.0) calc(var(--main-gutter) * 3.0) calc(var(--main-gutter) * 2.0) var(--main-gutter);
    }
    .proposal .txt{
        width: 60%;
    }
    .proposal img{
        width: 35%;
    }
    .proposal .txt{
        font-size: 2.0em;
        top: -2.5em;
    }
}

@media screen and (max-width: 540px) {
    .proposal{
        padding: var(--main-gutter) calc(var(--main-gutter) * 1.1);
    }
    .proposal .txt{
        width: 60%;
    }
    .proposal img{
        width: 35%;
    }
    .proposal .txt{
        font-size: 1.0em;
    }
}

.price,
.reason,
#contact .wrap,
#size .wrap,
#payment .wrap,
#ordersheet .wrap,
#functions .wrap{
    width: var(--sitewidth);
    margin: 0 auto;
    padding: calc(var(--main-gutter) * 2.5) var(--side-padding);
    text-align: center;
    font-size: 1.3em;
    line-height: calc(var(--main-lh) * 1.3)
}

@media screen and (max-width: 1024px) {
    .price,
    .reason,
    #size .wrap,
    #payment .wrap,
    #ordersheet .wrap,
    #functions .wrap{
        padding: calc(var(--main-gutter) * 3.0) calc(var(--main-gutter) * 2.0);
    }
}

@media screen and (max-width: 540px) {
    .price,
    .reason,
    #size .wrap,
    #payment .wrap,
    #ordersheet .wrap,
    #functions .wrap{
        font-size: 1.0em;
        line-height: var(--main-lh);
    }
}
.reason h2{
    margin-bottom: calc(var(--main-gutter) * 1.8);
}
.reason ul{
    width: 80%;
    margin: 0 auto;
}
.reason li{
    font-size: 1.5em;
    background-color: white;
    margin-bottom: calc(var(--main-gutter) / 2);
    padding: .4em;
    font-weight: 900;
    color: var(--blue1);
    border-radius: 2px;
}
@media screen and (max-width: 1024px) {
    .reason ul{
        width: 90%;
    }
    .reason li{
        font-size: 1.5em;
    }
}
@media screen and (max-width: 540px) {
    .reason li{
        font-size: 1.0em;
    }
}

.contact {
	position: relative;
	background: var(--yellow1);
    margin: 0 auto .5em;
    width: 100%;
    text-align: center;
    padding: 1.0em;
    font-size: 2.5em;
    font-weight: 900;
    z-index: 4;
}
.contact:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--yellow1);
	border-width: 20px;
	margin-left: -20px;
}
@media screen and (max-width: 1024px) {
    .contact {
        font-size: 2.2em;
    }
}
@media screen and (max-width: 540px) {
    .contact {
        font-size: 1.6em;
    }
}
@media screen and (max-width: 400px) {
    .contact {
        font-size: 1.3em;
    }
}

#contact{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 3;
}

#contact .wrap{
    padding: calc(var(--main-gutter) * 1.5) var(--side-padding);
}

#size{
    font-size: 2.0rem;
}

#size h2{
    font-size: 4.0rem;
}

#size img{
    display: block;
    margin: 0 auto 1.5em;
    width: 60%;
    height: auto;
    max-width: 700px;
}
@media screen and (max-width: 1024px) {
    #size{
        font-size: 2.2rem;
    }
    #size img{
        width: 80%;
    }
}

@media screen and (max-width: 540px) {
    #size{
        font-size: 1.8rem;
    }
    #size img{
        width: 80%;
    }
    
    #size h2{
        font-size: 2.0rem;
    }
}

.price ul,
#payment ul{
    text-align: left;
    font-size: .8em;
    width: fit-content;
    margin: 0 auto;
}
.price li,
#payment li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.price li::before,
#payment li::before {
    content: "※";
    padding-right: .5em;
}
@media screen and (max-width: 1024px) {
    .price ul,
    #payment ul{
        font-size: .7em;
    }
}
@media screen and (max-width: 540px) {
    .price ul,
    #payment ul{
        font-size: .8em;
    }
}

#payment .images{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    margin-bottom: var(--main-gutter);
}
#payment .qr{
    width: 55%;
    max-width: 700px;
    height:auto; 
    margin-bottom: var(--main-gutter);
}
#payment .images .credit,
#payment .images .emoney{
    width: 40%;
    height:auto; 
}

#payment .txt{
    margin: 1.5em 0 3.0em;
    font-size: 1.2em
}

@media screen and (max-width: 1024px) {
    #payment .qr{
        width: 65%;
    }
    .price ul,
    #payment ul{
        padding: 0 1.3em;
    }
    #payment .txt{
        font-size: 1.1em;
        margin: 2.0em 0;
    }
}

@media screen and (max-width: 540px) {

    #payment .txt{
        padding: 0 1.0em;
        font-size: 1.0em;
        text-align: left;
        margin: 1.5em 0 3.0em;
    }
    #payment .txt br{
        display: none;
    }
    .price ul,
    #payment ul{
        padding: 0 .8em;
    }
}

#ordersheet .txt{
    font-size: 1.2em;
}
@media screen and (max-width: 1000px) {
    #ordersheet .txt{
        font-size: 1.1em;
    }

}
@media screen and (max-width: 540px) {
    #ordersheet .txt{
        padding: 0 1.0em;
    }
    #ordersheet .txt span{
        display: inline-block;
        margin: 0 auto;
        text-align: left;
    }
}


#ordersheet img{
    margin: 2.0em auto;
    width: auto;
    height: auto;
}
@media screen and (max-width: 768px) {
    #ordersheet img{
        width: 90%;
    }
}

#ordersheet h2{
    margin-bottom: calc(var(--main-h2mb) / 2);
}


.function{
    width: 90%;
    margin: 0 auto 1.0em;
    border: 10px white solid;
    padding: 1.0em 1.6em 1.5em;
    border-radius: 20px;
    position: relative;
    counter-increment: number 1;
    
}
.function::before{
    content: '0'counter(number);
    position: absolute;
    font-weight: 900;
    font-size: 5.0em;
    color: white;
    left: 0;
    top: -1.5em;
}
@media screen and (max-width: 412px) {
    .function{
        width: 100%;
    }
}

#functions img{
    margin: 2.0em auto 6.0em;
    width: 80%;
    max-width: 700px;
    height: auto;
}
#functions img.function1{
    margin: 2.0em auto 2.0em;
}
@media screen and (max-width: 540px) {
    #functions img.function2{
        width: 88%;
        margin: 2.0em auto 3.0em;
    }
}
@media screen and (max-width: 412px) {
    #functions img.function2{
        width: 95%;
    }
}


#functions h2{
    margin-bottom: 2.5em;
}

#functions .txt1{
    font-size: 1.6em;
    font-weight: 900;
    margin-top: 1.0em;
}
#functions .txt2{
    font-size: 1.6em;
    font-weight: 900;
    text-align: center;
    margin-bottom: 5.0em;

}
@media screen and (max-width: 412px) {
    #functions .txt1,
    #functions .txt2{
        font-size: 1.3em;
    }
}
#functions .txt1 span{
    position: relative;
    padding: 0.8rem .3em;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
}
#functions .txt1 span::before,
#functions .txt1 span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
#functions .txt1 span::before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}
#functions .txt1 span::after{
    border: 10px solid;
    border-color: transparent;
    border-top-color: var(--blue2);
    margin-left: -10px;
}
#functions .txt2 span{
    padding: 0 .1rem .05em;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 1.0) 5px, transparent 5px, transparent 10px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 0.75em;
    display: inline-block;
    border-radius: 2px;
}
#functions .txt2 span br{
    display: none;
}
@media screen and (max-width: 412px) {
    #functions .txt2 span{
        padding: 0.25em;
    	 background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, rgba(255, 255, 255, .8) 5px, rgba(255, 255, 255, .8) 10px);
        background-position: 0% 0%;
        background-repeat: repeat;
        background-size: auto auto;
        display: block;
    }
    #functions .txt2 span br{
        display: inherit;
    }
}

.function h3{
    font-weight: 900;
    font-size: 1.6em;
    margin-bottom: .5em
}
.function .txt{
    font-size: 2.2rem;
    line-height: var(--main-lh);
}
.function h3 span,
.function .txt span{
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
.function .txt span b{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.function .txt span b i{
    font-style: normal;
    display: inline-block;
    text-align: left;
    position: relative;
    color: #fff;
    font-weight: 900;
    margin-bottom: .2em;
    letter-spacing: .1rem;
}
.function .txt span b i:before,
.function .txt span b i::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}
.function .txt span b i:before{
    border-left: solid 3px;
    left: -1.0em;
    transform: rotate(-30deg);
}
.function .txt span b i:after{
    border-right: solid 3px;
    right: -1.0em;
    transform: rotate(30deg);
}

@media screen and (max-width: 540px) {
    .function::before{
        font-size: 3.0em;
    }
    .function h3{
        font-size: 1.2em;
        margin-bottom: .4em
    }
    .function .txt{
        font-size: 1.4rem;
    }
}


#footer {
  background: #363232;
  color: #fff;
  width: 100%;
  padding: 10px 0 4.0em;
  position: relative;
    margin-top: 1.0em
}
@media screen and (max-width: 1024px) {
  #footer {
      padding: 10px calc(var(--main-gutter) * 2.0) 2.0em;
  }
}

@media screen and (max-width: 414px) {
    #footer {
        padding: 1px 1.0em 20px;
    }
}


#footer .logo {
    width: 40%;
    max-width: 383px;
    margin: 0 0 3.0em;
}
#footer .logo img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 912px) {
    #footer .logo {
        width: 30%;
    }
}
@media screen and (max-width: 540px) {
    #footer .logo {
        margin: 0 auto 2.0em;
        width: 43%;
    }
}
@media screen and (max-width: 540px) {
    #footer .logo {
        margin: 0 auto 2.0em;
        width: 50%;
    }
}



#footer h2 {
    font-size: 1.2em;
    margin-bottom: calc(var(--main-h2mb) / 2);
}
@media screen and (max-width: 912px) {
    #footer h2 {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 540px) {
  #footer h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 390px) {
  #footer h2 {
    font-size: 2.0rem;
  }
}



#footer .sns {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6em;
  margin: 0 0 1em;
}
@media screen and (max-width: 600px) {
  #footer .sns {
    justify-content: center;
    font-size: 1.8em;
    margin: 0 0 1.5em;
  }
}
#footer .sns li {
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  #footer .sns li {
    margin-right: 50px;
  }
  #footer .sns li:last-child {
    margin-right: 0;
  }
}


#footer a:hover {
  color: #ccc;
}


footer {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0;
  line-height: 135%;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  footer {
      padding: 0 calc(var(--main-gutter) * 2.3);
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding: 0 5.5vw;
  }
}
@media screen and (max-width: 428px) {
  footer {
    padding: 0 4vw 1.0em;
    position: relative;
  }
}


footer dl {
  margin: 0 0 30px;
}

@media screen and (max-width: 540px) {
  footer dl {
    text-align: center;
  }
}


footer dt {
  margin: 0 0 1em;
}


footer dd {
  font-size: 1.0em;
    margin: 0 0 0.2em;
}
@media screen and (max-width: 540px) {
    footer dd {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    footer dd br{
        display: none;
    }
}
@media screen and (max-width: 412px) {
  footer dd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 360px) {
  footer dd {
    font-size: 1.2rem;
  }
}



footer ul {
    font-size: .9em;
    display: flex;
    align-items: flex-end;
    width: 48%;
    font-size: .9em;
}
@media screen and (max-width: 1024px) {
    footer ul {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 912px) {
    footer ul {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 3.0em
    }
}
@media screen and (max-width: 540px) {
    footer ul {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 375px) {
    footer ul {
        font-size: 1.2rem;
    }
}



footer ul li {
  padding: 0 30px;
  position: relative;
}
footer ul li:first-child {
  padding-left: 0;
}
footer ul li::after {
  display: block;
  position: absolute;
  content: '/';
  right: 0;
  top: 0;
}
footer ul li:nth-child(2)::after {
  display: none;
}
@media screen and (max-width: 600px) {
    footer ul li {
        padding: 0 10px 10px;
    }
}



footer .wrap{
    margin-top: 2.0em;
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
}
footer .wrap address{
    width: 48%;
}
footer .wrap .map{
    position: relative;
    width: 48%;
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
}
footer .wrap .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 912px) {
    footer .wrap{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    footer .wrap address,
    footer .wrap .map{
        width: 100%;
    }
    footer .wrap address{
        display: flex;
        justify-content: space-between;
    }
    footer .wrap .map{
        padding-bottom: 60%;
    }

}
@media screen and (max-width: 540px) {
    footer .wrap address{
        display: block;
    }
}



.copyright {
    font-size: 1.2rem;
    letter-spacing: 1px;
    margin: 30px 0 0;
}
@media screen and (max-width: 912px) {
  .copyright {
    margin: 30px 0 0;
    font-size: 1.1rem;
      text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .copyright {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 428px) {
  .copyright {
    font-size: 1.1rem;
  }
}
