@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	overflow-x:hidden;
}
/****
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
font-family: "Poppins", sans-serif;
****/



@media only screen and (max-width: 430px) {
}
/* TOP
*******************************************************/
.topbg {
background-image: url("../img/top-bgimg.jpg");
background-repeat: no-repeat;
background-position: top center;
}

.top-er-box {
}
.headbox {
max-width:1400px;
margin: 0 auto;
padding: 20px 0;

text-align: center;
font-size: 0;
}
.headbox-logo {
width: 120px;
float: left;
}
.headbox-logo a img {
display: block;
margin: 0;
padding: 0;
width: auto;
height: 80px;
}
.headbox ul {
display: inline-block;
float: right;
list-style: none;
}
.headbox ul li {
display:inline-flex;
align-items: center;
justify-content: center;
padding:0 20px;
vertical-align: middle;
}
.headbox ul li a {
font-size: 1rem;
text-decoration: none;
color: #000;
font-family: "Noto Sans JP", sans-serif;
}

.topimg-box {
max-width: 1400px;
margin: 0 auto;
}
.topimg-box img {
display: block;
padding: 0;
margin: 0;
width: 100%;
height: auto;
}



@media only screen and (max-width: 430px) {
.headbox {
max-width:1060px;
margin: 0 auto;
padding: 20px 0 0px 0;

text-align: center;
font-size: 0;
}
.headbox-logo {
width: 60%;
float: none;
margin: 0 auto;
padding-bottom: 20px;
}
.headbox-logo a img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.headbox ul {
display: block;
float: none;
list-style: none;
border-top: 1px solid #ccc;
}
.headbox ul li {
display:inline-block;
padding:0;
width: calc(100% / 3 - 1px);
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.headbox ul li:nth-of-type(3n) {
border-right:none;
}


.headbox ul li a {
display: block;
font-size: 1rem;
text-decoration: none;
color: #555;
font-family: "Noto Sans JP", sans-serif;
padding: 15px 0;
}
}







#mainbody {
padding: 80px 0 0 0;
}

@media only screen and (max-width: 430px) {
#mainbody {
padding: 30px 0 0 0;
}
}


.top-sectionbox {
font-size: 0;
max-width: 1400px;
margin: 0 auto;
}
.top-sectionbox ul {
margin-right: -20px;
}
.top-sectionbox li {
display: inline-block;
width: calc(100% / 3 - 20px);
margin-right: 20px;
margin-bottom: 20px;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
}
.category-list-box li:nth-of-type(even) {
margin-right: 0;
}
.top-sectionbox a {
display: block;
text-decoration: none;
color: #555;
text-align: center;
position: relative;
overflow: hidden;
}
.top-sectionbox a:after {
content: "";
display: block;
position: absolute;
background-image: url("../img/top-section-bottomarrow.png");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
bottom: -30px;
height: 25px;
transition: .2s;
}

.top-sectionbox span {
display: block;
font-size: 1rem;
padding: 20px 0 0 0;
font-family: "Noto Sans JP", sans-serif;
}
.top-sectionbox p {
font-size: 1.6rem;
font-family: "Poppins", sans-serif;
padding-bottom: 20px;
}
.top-sectionbox img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.top-sectionbox a:hover:after {
bottom: 0px;
}




@media only screen and (max-width: 430px) {
.top-sectionbox {
}
.top-sectionbox ul {
margin-right: -20px;
padding: 0 10px;
}
.top-sectionbox li {
display: inline-block;
width: calc(100% / 3 - 20px);
margin-right: 20px;
margin-bottom: 20px;
background-color: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
}
.category-list-box li:nth-of-type(even) {
margin-right: 0;
}
.top-sectionbox a {
display: block;
text-decoration: none;
color: #555;
text-align: center;
position: relative;
overflow: hidden;
}
.top-sectionbox a:after {
content: "";
display: block;
position: absolute;
background-image: url("../img/top-section-bottomarrow.png");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
bottom: -25px;
height: 20px;
transition: .2s;
}

.top-sectionbox span {
display: block;
font-size: 0.8rem;
padding: 20px 0 0 0;
font-family: "Noto Sans JP", sans-serif;
}
.top-sectionbox p {
font-size: 1rem;
font-family: "Poppins", sans-serif;
padding-bottom: 20px;
}
.top-sectionbox img {
display: block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}
.top-sectionbox a:hover:after {
bottom: 0px;
}

}






.top-newsbox {
display: block;
font-size: 0;
max-width: 1060px;
margin: 0 auto;
margin-bottom: 20px;
background-color: #fff;
overflow: hidden;
}
.top-newsbox ul {
font-size: 0;
width: calc(100% - 20px);
box-shadow: inset 0px 0px 15px -5px rgba(0,0,0, .3);
padding: 10px 10px 10px 10px;
border-radius: 10px;
}
.top-newsbox li {
margin-bottom: 5px;
}
.top-newsbox ul li span {
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 1.2rem;
width: calc(20% - 4px);
text-align: center;
padding: 20px 0;
color: #e83817;
border-right: 4px solid #e83817;
line-height: 1.45;
vertical-align: top;
}
.top-newsbox ul li p {
display: inline-block;
width: calc(80% - 20px);
padding: 20px 0 20px 20px;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.1rem;
line-height: 1.45;
vertical-align: top;
}


.top-newsbox h2 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.3rem;
color: #555;
font-weight: normal;
padding: 60px 0 20px 0;
}
.top-newsbox h2 span {
display: block;
font-family: "Poppins", sans-serif;
color: #e83817;
font-weight: normal;
font-size: 3.6rem;
line-height: 1;
padding-bottom: 10px;
}

@media only screen and (max-width: 430px) {
.top-newsbox {
padding: 10px;
}
.top-newsbox ul {
font-size: 0;
width: calc(100% - 20px);
box-shadow: inset 0px 0px 15px -5px rgba(0,0,0, .3);
padding: 10px 10px 10px 10px;
border-radius: 10px;
}
.top-newsbox li {
margin-bottom: 5px;
}
.top-newsbox ul li span {
display: inline-block;
font-family: "Poppins", sans-serif;
font-size: 1.2rem;
width: calc(100% - 10px);
text-align: left;
padding: 10px 0 0 10px;
color: #e83817;
border:none;
line-height: 1.45;
vertical-align: top;
}
.top-newsbox ul li p {
display: inline-block;
width: calc(100% - 10px);
padding: 5px 0 10px 10px;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.1rem;
line-height: 1.45;
vertical-align: top;
border-bottom: 4px solid #e83817;
}


.top-newsbox h2 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.3rem;
color: #555;
font-weight: normal;
padding: 60px 0 20px 0;
}
.top-newsbox h2 span {
display: block;
font-family: "Poppins", sans-serif;
color: #e83817;
font-weight: normal;
font-size: 3.6rem;
line-height: 1;
padding-bottom: 10px;
}

}



/*
c30d23
*/

/*footer
**************************************************/
footer {}
.footer-box {
padding:30px;
background-color: #EEE;
}

.foot-contactbox {
max-width: 1400px;
margin: 60px auto 0 auto;
}
.foot-contactbox ul {
background-color: #2f4ea0;
box-shadow: inset 0px 0px 15px -5px rgba(0,0,0, .3);
padding: 20px;
border-radius: 10px;
margin: 0 auto;
font-size: 0;
color: #fff;
}
.foot-contactbox li {
display: inline-block;
margin-right: 30px;
width: calc(100% / 3 - 20px);
font-size: 1rem;
line-height: 1.75;
color: #fff;
vertical-align: top;
font-family: "Noto Sans JP", sans-serif;
position: relative;
}
.foot-contactbox li:nth-of-type(3n) {
margin-right: 0;
}
.foot-contactbox li p {
font-weight: bold;
}
.foot-contactbox li span {
display: block;
font-weight: bold;
font-size: 2.7rem;
font-family: "Poppins", sans-serif;
}
.foot-contactbox li a {
display: flex;
position: absolute;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
justify-content: center;
align-items: center;
border-radius: 5px;
border:2px solid #fff;
color: #fff;
text-decoration: none;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-weight: bold;
transition: .2s;
overflow: hidden;
}

.foot-contactbox li a:hover {
}

.foot-contactbox li a:after {
display: block;
width: 100%;
height: 45px;
content: "";
background-image: url("../img/top-contact-bottomarrow.png");
background-position: top center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
transition: .2s;
bottom: -45px;
}

.foot-contactbox li a:hover:after {
bottom: 0px;
}

.foot-left {
background-image: url("../img/top-section-bottomarrow-horizonal.png");
background-position: center right;
background-repeat: no-repeat;
background-size: contain;
}

@media only screen and (max-width: 430px) {
.foot-contactbox {
margin: 30px auto 0 auto;
padding: 10px;
}
.foot-contactbox ul {
box-shadow: inset 0px 0px 15px -5px rgba(0,0,0, .3);
padding: 10px;
border-radius: 10px;
margin: 0 auto;
font-size: 0;
color: #fff;
}
.foot-contactbox li {
display: block;
margin-right: 0;
width: calc(100%);
font-size: 1rem;
line-height: 1.75;
color: #fff;
vertical-align: top;
font-family: "Noto Sans JP", sans-serif;
position: relative;
text-align: center;
padding-top: 20px;
}
.foot-contactbox li p {
font-weight: bold;
}
.foot-contactbox li span {
display: block;
font-weight: bold;
font-size: 2.7rem;
font-family: "Poppins", sans-serif;
}
.foot-contactbox li a {
display: block;
position: static;
text-align: center;
width: calc(100% - 2px);
border-radius: 5px;
border:2px solid #fff;
color: #fff;
text-decoration: none;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-weight: bold;
transition: .2s;
overflow: hidden;
padding: 20px 0;
}

.foot-contactbox li a:hover {
}

.foot-contactbox li a:after {
display: none;
width: 100%;
height: 45px;
content: "";
background: none;
background-image:;
position: absolute;
transition: .2s;
bottom: -99999px;
}

.foot-contactbox li a:hover:after {
bottom: 0px;
}

.foot-left {
background: none;
border-bottom: 2px solid #fff;
padding: 10px 0px;
margin-bottom: 10px;
}

}



.footbox {
padding: 30px 0;
text-align: center;
width: 100%;
box-shadow: 0 8px 10px -3px rgba(0,0,0,0.2) inset;
margin-top: 80px;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.2rem;
}
.footbox span {
display: block;
font-size: 1.6rem;
padding-bottom: 20px;
font-family: "Noto Sans JP", sans-serif;
}
.footbox p {
padding: 20px 0 0 0;
font-family: "Poppins", sans-serif;
font-size: 0.8rem;
letter-spacing: 0.1rem;
}





/*
c30d23
*/

/*inner
**************************************************/

.innerbox {
max-width: calc(1060px - 20px);
padding: 10px;
margin: 10px auto 30px auto;
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .8);
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
border-radius: 10px;
}
.innerbox2 {
max-width: calc(1060px - 0px);
padding: 0px;
margin: 10px auto 30px auto;
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .8);
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
border-radius: 10px;
overflow: hidden;
}

@media only screen and (max-width: 430px) {
.innerbox {
max-width: calc(94% - 20px);
padding: 10px;
margin: 10px auto 30px auto;
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .8);
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
border-radius: 10px;
}
.innerbox2 {
max-width: calc(94% - 20px);
padding: 0px;
margin: 10px auto 30px auto;
backdrop-filter: blur(18px) saturate(1.5);
background-color: rgba(255, 255, 255, .8);
box-shadow: 0px 0px 15px -5px rgba(0,0,0, .3);
border-radius: 10px;
overflow: hidden;
}
}
.innerbox-img {
display:block;
margin: 0;
padding: 0;
width: 100%;
height: auto;
}


/*page-mission
**************************************************/
.mission-box {
background-image:url("../img/page-mission-img-bg.jpg");
background-position: top center;
background-repeat: no-repeat;

}
.mission-box h1 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
text-shadow :
       3px  3px 4px #ffffff,
      -3px  3px 4px #ffffff,
       3px -3px 4px #ffffff,
      -3px -3px 4px #ffffff,
       3px  0px 4px #ffffff,
       0px  3px 4px #ffffff,
      -3px  0px 4px #ffffff,
       0px -3px 4px #ffffff;
margin-bottom: 80px;
}
.mission-box h1 p {
font-size: 4.6rem;
font-weight: normal;
font-family: "Poppins", sans-serif;
}



.mission-box h2 {
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 1.4rem;
font-weight: normal;
padding: 30px 0px;
}
.mission-box h2 p {
font-family: "Noto Sans JP", sans-serif;
font-size: 3rem;
color: #e83817;

}


.mission-box h3 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
color: #e83817;
padding-bottom: 30px;
}

.mission-box figure {
text-align: center;
padding: 0 30px 30px 30px;
font-size: 1.2rem;
line-height: 1.75;
font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 430px) {
.mission-box figure {
text-align: left;
padding: 0 30px 20px 20px;
font-size: 1.2rem;
line-height: 1.75;
font-family: "Noto Sans JP", sans-serif;
}
}

.mission-box table {
border-top: 1px solid #ccc;
max-width: 70%;
margin: 0 auto;
margin-bottom: 30px;
}
.mission-box table tr {}
.mission-box table th,
.mission-box table td {
padding: 10px 0px;
font-size: 1.2rem;
line-height: 1.75;
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
border-bottom: 1px solid #ccc;
}
.mission-box table th {width: 30%; text-align-last: justify; padding-right: 60px;}
.mission-box table td {width: 70%;}


.tablebox table {
border-top: 1px solid #ccc;
max-width: 70%;
margin: 0 auto;
margin-bottom: 30px;
}
.tablebox table tr {}
.tablebox table th,
.tablebox table td {
padding: 10px 0px;
font-size: 1.2rem;
line-height: 1.75;
font-family: "Noto Sans JP", sans-serif;
vertical-align: top;
border-bottom: 1px solid #ccc;
}
.tablebox table th {width: 30%; text-align-last: justify; padding-right: 60px;}
.tablebox table td {width: 70%; text-align: left;}
.tablebox table td p {
font-size:2rem;
font-weight: bold;
font-family: "Poppins", sans-serif;
letter-spacing: 0.4rem;
}



@media only screen and (max-width: 430px) {
.mission-box table th,
.mission-box table td {
display: block;
}
.mission-box table th {width: 100%; text-align-last:center; padding-right: 0px; border-bottom: 0;}
.mission-box table td {width: 100%; text-align: center;}
.mission-box table {
max-width: 90%;
margin: 0 auto;
margin-bottom: 30px;
}
.tablebox table th {width: 100%; text-align-last:center; padding-right: 0px; border-bottom: 0;}
.tablebox table td {width: 100%; text-align: center;}
.tablebox table {
max-width: 90%;
margin: 0 auto;
margin-bottom: 30px;
}
.tablebox table th,
.tablebox table td {
display: block;
}
.tablebox table td p {
font-size:1.6rem;
font-weight: bold;
font-family: "Poppins", sans-serif;
letter-spacing: 0rem;
}

}



.commap-box {}
.commap-box iframe {
overflow: hidden;
border-radius: 5px;
width: 100%;
aspect-ratio: 4 / 3;
}





/*page-service
**************************************************/
.service-box {
background-image:url("../img/page-service-img-bg.jpg");
background-position: top center;
background-repeat: no-repeat;

}
.service-box h1 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
text-shadow :
       3px  3px 4px #ffffff,
      -3px  3px 4px #ffffff,
       3px -3px 4px #ffffff,
      -3px -3px 4px #ffffff,
       3px  0px 4px #ffffff,
       0px  3px 4px #ffffff,
      -3px  0px 4px #ffffff,
       0px -3px 4px #ffffff;
margin-bottom: 30px;
}
.service-box h1 p {
font-size: 4.6rem;
font-weight: normal;
font-family: "Poppins", sans-serif;
}
.service-box .title-sub {
max-width: 1060px;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
margin: 20px auto  50px auto;
font-weight: normal;
font-size: 1.2rem;
text-shadow :
       3px  3px 4px #ffffff,
      -3px  3px 4px #ffffff,
       3px -3px 4px #ffffff,
      -3px -3px 4px #ffffff,
       3px  0px 4px #ffffff,
       0px  3px 4px #ffffff,
      -3px  0px 4px #ffffff,
       0px -3px 4px #ffffff;

}


.service-box h2 {
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 1.4rem;
font-weight: normal;
padding: 30px 0px;
}
.service-box h2 p {
font-family: "Noto Sans JP", sans-serif;
font-size: 3rem;
color: #e83817;

}

@media only screen and (max-width: 430px) {
.service-box h2 p {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.5rem;
font-weight: bold;
color: #e83817;

}
}

.service-box h3 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
color: #e83817;
padding-bottom: 30px;
}

.service-box figure {
text-align: center;
padding: 0 30px 30px 30px;
font-size: 1.2rem;
line-height: 1.75;
font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 430px) {
.service-box figure {
text-align: left;
padding: 0 30px 20px 20px;
}
}

.optional-box {
padding: 0 50px 30px 50px;
}

.optional-frame-box {
border: 2px solid #e83817;
padding: 20px;
border-radius: 5px;
margin: 30px 0;
font-family: "Noto Sans JP", sans-serif;
}
.optioal-txtbox {
font-family: "Noto Sans JP", sans-serif;
font-size: 0.8rem;
line-height: 1.2;
}
.optioal-txtbox p {
font-size: 1.3rem;
margin-bottom: 10px;
}






/*page-work
**************************************************/
.work-box {
background-image:url("../img/page-work-img-bg.jpg");
background-position: top center;
background-repeat: no-repeat;

}
.work-box h1 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
text-shadow :
       3px  3px 4px #ffffff,
      -3px  3px 4px #ffffff,
       3px -3px 4px #ffffff,
      -3px -3px 4px #ffffff,
       3px  0px 4px #ffffff,
       0px  3px 4px #ffffff,
      -3px  0px 4px #ffffff,
       0px -3px 4px #ffffff;
margin-bottom: 30px;
}
.work-box h1 p {
font-size: 4.6rem;
font-weight: normal;
font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 430px) {
.work-box h1 p {
font-size: 3rem;
}
}





.work-box .title-sub {
max-width: 1060px;
text-align: center;
font-family: "Noto Sans JP", sans-serif;
margin: 20px auto  50px auto;
font-weight: normal;
font-size: 1.2rem;
text-shadow :
       3px  3px 4px #ffffff,
      -3px  3px 4px #ffffff,
       3px -3px 4px #ffffff,
      -3px -3px 4px #ffffff,
       3px  0px 4px #ffffff,
       0px  3px 4px #ffffff,
      -3px  0px 4px #ffffff,
       0px -3px 4px #ffffff;

}


.work-box h2 {
text-align: center;
font-family: "Poppins", sans-serif;
font-size: 4.6rem;
line-height: 1;
font-weight: normal;
padding: 30px 0 30px 30px ;
margin-bottom: 30px;
}
.work-box h2 p {
font-family: "Noto Sans JP", sans-serif;
font-size: 1.4rem;
padding-bottom: 10px;

}
.work-box h2 span {
display: block;
padding-top: 20px;
font-family: "Noto Sans JP", sans-serif;
font-size: 1rem;

}

.clr-ttl-01 {
background-color: #2f4ea0;
color: #fff;
}

.clr-ttl-02 {
background-color: #ed6d2b;
color: #fff;
}

.clr-ttl-03 {
background-color: #e83817;
color: #fff;
}

.clr-ttl {
text-align: center;
padding: 10px 0;
font-size: 1.6rem;
margin-bottom: 30px;
}
.clr-ttl p {
display: inline-block;
padding-right: 10px;
font-size: 1.4rem;
}
.work-box h3 {
text-align: center;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
color: #e83817;
padding-bottom: 30px;
}

.work-box figure {
text-align: center;
padding: 0 30px 30px 30px;
font-size: 1.2rem;
line-height: 1.75;
font-family: "Noto Sans JP", sans-serif;
}

.optional-box {
padding: 0 50px 30px 50px;
}
@media only screen and (max-width: 430px) {
.optional-box {
padding: 0 20px 40px 20px;
}
}

.optional-frame-box {
border: 2px solid #e83817;
padding: 20px;
border-radius: 5px;
margin: 30px 0;
font-family: "Noto Sans JP", sans-serif;
}
.optioal-txtbox {
font-family: "Noto Sans JP", sans-serif;
font-size: 1rem;
line-height: 1.45;
}
.optioal-txtbox p {
font-size: 1.4rem;
margin-bottom: 10px;
}






/*contact
**************************************************/
.contact-link {
display: inline-block;
padding: 20px;
border-radius: 10px;
text-decoration: none;
font-size: 1.8rem;
font-family: "Noto Sans JP", sans-serif;
line-height: 1;
font-weight: bold;
color: #fff;
background-color: #2f4ea0;
border:4px solid #2f4ea0;
margin: 0 auto;
transition: .2s;
}
.contact-link:hover {
background-color:#fff;
color: #2f4ea0;
}
@media only screen and (max-width: 430px) {
.contact-link {
font-size: 1.2rem;
}

}




















