@charset "UTF-8";

/* Reset */
ul,ol { list-style: none; }
img {
border:0;
text-align: center;
}
img{ max-width:100%; height:auto;}

/* Common */
* {
margin:0;
border:0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
box-sizing:border-box;
line-height:150%;
}
html { height:100%;margin:0; padding:0; font-size:10px;}
body {
margin: 0 auto;
padding:0;
text-align:left;
line-height:170%;
font-family: "Zen Old Mincho", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:1.0rem;
font-weight: 500;
color:#000000;
background:#FFFFFF;
letter-spacing: 1px;overflow-x: hidden;
}h1, h2, h3 {
    font-weight: 500;
}
a:active{color:inherit; }
.clearboth { padding: 0; clear:both; }
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden; overflow: hidden;
font-size: 0.1em;
line-height: 0;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;
height: auto;
overflow: hidden;
}

p{font-size:1.0rem; line-height:170%; padding:0; margin:0; }
a { color:#000000; text-decoration:none; }
a:hover{ color:#000000; text-decoration:none;}
.disnon{ display:none !important;}
.spnon{ display:block !important;}
@media (max-width: 900px){
.disnon{ display:inherit !important;}
.spnon{ display:none !important;}
}

.text-light {
color: #fff;

}

.s1 {
position: relative;
overflow: hidden;
}

.s1 h2 {
position: absolute;
top: 30%;
left: 40px;
font-size: 1.8rem;
text-decoration: none;
color: #333;
z-index: 5;
}
.s1 h2 span {
display: block;
font-size: 3.0rem;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
background: url(../img/line01.png) bottom center no-repeat;
padding:0 0 80px 10px;
margin-bottom:20px;
line-height:100%;
}

.s1 .fv-container {
display: flex;
justify-content: center;
align-items: center;
}
.s1 .main-circle {
width: 100%;
height: 100vh;
background: url(../img/bg01.png) top center no-repeat;
background-size: contain;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.s1 .main-circle-text h1 {
font-size: 4.6rem;
color: #333333;
line-height: 1.6;
padding: 20px;
}
.s1 .main-circle-text h1 span {
font-size: 3.6rem;
display: block;
margin-bottom: 0.5em;
}

.s1 ul {
position: absolute;
bottom: 30px;
right: 30px;
transform: translateX(-50%);
margin: 0;
padding: 0;
list-style: none;
display: block;
z-index: 5;
}
.s1 ul li {
display: block;
margin:0 0 20px 0;
}

.s1 ul li a {
color: #333;
font-size: 1.6rem;
padding: 0 0 0 20px;
transition: color 0.3s;
background: url(../img/dash01.png) center left no-repeat;
}
.s1 ul li a:hover {
color: #007bff;
}

.s2 {
position: relative;
}
.s2-slide1{
background: url(../img/bg02.png) top center no-repeat;
background-size: cover;
}
.s2 .content-box {
max-width: 980px;
margin: 0 auto;
text-align: center;
padding: 0 20px;
}
.s2 .content-box h2 {
font-size: 4.0rem;
margin-bottom: 1.0em;
}
.s2 .content-box p {
text-align: left;
font-size:1.6rem;
line-height:200%;
}
.s2 .slide-content {
text-align: left;
max-width: 600px;
}
.s2 .slide-content h3 {
font-size: 2.5rem;
}

.s2-slide2 .slide-content-wrapper {
width: 90%;
max-width: 1200px;
margin: 0 auto;
text-align: center;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}

.s2-slide2 h3 {
font-size: 1.2rem;
color: #555;
margin-bottom: 20px;
flex-shrink: 0;
}

.s2-slide2 .image-container {
width: 100%;
height: 100%;
min-height: 0;
}

.s2-slide2 .image-container img {
width: 100%;
height: 100%;
object-fit: contain;
}

.s2-slide3 .slide-content-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 90%;
max-width: 1600px;
margin: 0 auto;
gap: 50px;
}

.s2-slide3 .text-container {
flex: 1;
min-width: 0;
display:block;
}

.s2-slide3 .image-container {
flex: 1.5;
min-width: 0;
}

.s2-slide3 .image-container img {
max-width: 100%;
height: auto;
display: block;
}

.s2-slide3 .text-container h3 {
font-size: 4.6rem;
color: #333;
margin-bottom: 35px;
}

.s2-slide3 .text-container p {
font-size: 1.8rem;
color: #555;
margin-bottom: 50px;
line-height: 1.8;
}
.s2-slide3 .text-container ul {
list-style: none;
padding: 30px 40px;
margin: 0;
border-left:1px solid #ffffff;
background:#f7f7f7;
}
.s2-slide3 .text-container li {
font-size: 1.5rem;
padding: 0.5em 0 0.5em 25px;
position: relative;
}
.s2-slide3 .text-container li::before {
content: '▶';
position: absolute;
left: 0;
top: 0.7em;
font-size: 0.6em;
color: #333333;
}
.s2-slide4{
background: url(../img/bg02_4.png) top center no-repeat;
background-size: cover;
}

.apply-slide {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
margin-bottom:30px;
}

.apply-header {
text-align: center;
margin-bottom: 40px;
}

.apply-header h2 {
font-size: 4.6rem;
color: #333;
margin-bottom: 0.5em;
}

.apply-header p {
font-size: 1.8rem;
margin-bottom: 0.5em;
color: #333333;
}
.apply-header p span:first-of-type{
font-size: 3.2rem;
color: #333333;
}
.apply-header p span:first-of-type span{
font-size: 4.0rem;
color: #333333;
}
.apply-header p span:last-of-type{
display:inline-block;
margin:0 20px;
font-size: 2.4rem;
color: #333333;
}

.apply-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
width: 100%;
}

.apply-cards .card {
display: flex;
flex-direction: column;
border-radius:10px;
overflow: hidden;
padding:0 3px 3px 3px;
}
.apply-cards .card-blue {
background: url(../img/card01.jpg) top center no-repeat;
background-size: cover;
}
.apply-cards .card-green {
background: url(../img/card02.jpg) top center no-repeat;
background-size: cover;
}
.apply-cards .card-orange {
background: url(../img/card03.jpg) top center no-repeat;
background-size: cover;
}

.apply-cards .card-header {
padding: 15px 15px;
color: #fff;
display:flex;
justify-content: flex-start;
flex-wrap:wrap;
align-items: center;
}
.apply-cards .card-header span {
display: block;
font-size: 1.8rem;
margin:0 20px 0 14px;
}
.apply-cards .card-header span:last-of-type {
display: block;
font-size: 1.8rem;
margin: 0;
}

.apply-cards .card-header strong {
display: inline-block; text-align: center;
}
.apply-cards .card-header strong span{
font-size: 1.8rem;
margin:0;
}
.apply-cards .card-header strong span span{
font-size: 3.0rem;
font-family: "Archivo", sans-serif;
margin:0;
}

.apply-cards .card-body {
padding: 25px;
flex-grow: 1;
background:#FFFFFF;
border-radius:0 0 8px 8px;
overflow: hidden;
}

.apply-cards .card-body ul {
list-style: none;
padding: 0;
margin: 0;
}

.apply-cards .card-body li {
position: relative;
padding-left: 1.2em;
font-size: 1.6rem;
color: #333;
line-height: 1.4;
}

.apply-cards .card-body li:not(:last-child) {
margin-bottom: 1em;
}

.apply-cards .card-body li::before {
content: '・';
position: absolute;
left: 0;
top: 0;
color: #333;
}

.BlockAnchorMenu {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: #f7f7f7;
padding: 50px 0;
z-index: 10;
text-align: center;
}
.BlockAnchorMenu ul {
margin: 0;
padding: 0;
list-style: none;
display: inline-flex;
justify-content: center;
gap: 45px;
}
.BlockAnchorMenu ul li a {
font-size: 1.6rem;
padding: 10px 20px 10px 10px;
transition: color 0.3s;
background: url(../img/arrow02.png) center right no-repeat;
}
.BlockAnchorMenu ul li a:hover {
color: #007bff;
}
.s2 .fp-slidesNav ul {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
.s2 .fp-tableCell {
padding-bottom: 140px;
}

.fp-slidesNav.fp-bottom {
left: 50% !important;
transform: translateX(-50%) !important;
bottom: 200px !important;
z-index: 11 !important;
margin-left: 0 !important;
}


.fp-slidesNav ul {
display: flex;
align-items: center;
gap: 24px;
list-style: none;
margin: 0;
padding: 0;
}

.fp-slidesNav li a {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
position: relative;
}

.fp-slidesNav li a span {
width: 8px;
height: 8px;
background-color: #333333;
border-radius: 0;
border: 0;
margin: 0;
position: relative;
z-index: 3;
}

.fp-slidesNav li a.active::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 32px;
height: 32px;
background-color: #eeeeee;
border-radius: 50%;
z-index: 2;
}

.fp-slidesNav ul li a.active span, .fp-slidesNav ul li a:hover span {
width: 8px;
height: 8px;
margin: -4px 0 0 -4px;
position: absolute;
top: 50%;
left: 50%;
z-index: 10000;
}

.fp-slidesNav li:not(:first-child) a::after {
content: '';
position: absolute;
height: 1px;
background-image: repeating-linear-gradient(to right, #333333, transparent 2px, transparent 2px, transparent 6px);
top: 50%;
transform: translateY(-50%);
width: 100px;
left: -40px;
z-index: 5000;
}
.fp-slidesNav li:nth-of-type(3) a::after {
content: '';
position: absolute;
height: 1px;
background-image: repeating-linear-gradient(to right, #333333, transparent 2px, transparent 2px, transparent 6px);
top: 50%;
transform: translateY(-50%);
width: 45px;
left: 10px;
z-index: 5000;
}
.fp-slidesNav li:nth-of-type(3) a.active::after {
content: '';
position: absolute;
height: 1px;
background-image: repeating-linear-gradient(to right, #333333, transparent 2px, transparent 2px, transparent 6px);
top: 50%;
transform: translateY(-50%);
width: 70px;
left: -10px;
z-index: 5000;
}


.fp-slidesNav li:last-of-type a::after {
content: '';
position: absolute;
height: 1px;
background-image: none;
top: 50%;
transform: translateY(-50%);
width: 26px;
left: -40px;
left: 0;
z-index: 5000;
}
.content-wrapper {
width: 90%;
margin: 0 auto;
text-align: left;
}
.content-wrapper h2 {
font-size: 4.6rem;
margin-bottom: 100px;
}
.content-wrapper h3 {
font-size: 3.0rem;
margin-bottom: 40px;
}
.content-wrapper p {
font-size: 1.6rem;
margin-bottom: 1.6rem;
margin-bottom: 80px;
}
.content-wrapper h4 {
font-size: 1.8rem;
margin-bottom: 1em;
}
.content-wrapper ul {
list-style: disc;
padding: 0;
margin: 0;
padding-left: 6rem;
border-left:1px solid #ffffff;
}
.content-wrapper li {
font-size: 1.6rem;
padding: 0.5em 0;
position: relative;
}

.content-wrapper h2 span {
display: inline-block;
padding: 5px 10px;
border-radius: 4px;
vertical-align: middle;
margin-left: 15px;
}

.s8 {
}

.s8-inner {
padding: 0;
}

.s8-container {
width: 100%;
height:100vh;
margin: 0 auto;
display: flex;
align-items: center;
gap: 40px; background: url('../img/bg08.png') top 100px center no-repeat;
}

.s8-heading-area {
flex: 1;
position: relative;
padding-left: 200px;
margin-bottom:300px;
}

.s8-heading-area h2 {
font-size: 4.6rem;
color: #333;
line-height: 1.6;
}

.s8-heading-area::before {
content: '';
position: absolute;
left: 0;
top: 50px;
transform: translateY(-50%);
width: 160px;
height: 1px;
background-color: #333333;
}

.s8-content-area {
flex: 1.2;
}

.s8-text-box {
padding: 160px 0 0 0;
color: #333;
}

.s8-text-box p {
font-size: 1.6rem;
line-height: 2;
margin: 0;
}
.s9 {background: url('../img/bgfoot.png') bottom right no-repeat;}
.s9-container{display:flex; flex-direction: column; justify-content: space-between;height: 100vh;}


.BlockLinks-wrapper {
width: 100%;
margin: 0;
}

.BlockLinks ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
border-top: 1px solid #333333;
border-left: 1px solid #333333;
}

.BlockLinks li {
width: 50%;
box-sizing: border-box;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
}

.BlockLinks li a {
display: block;
padding: 50px 50px;
transition: background-color 0.3s;
height: 100%;
font-size:2.4rem;
color: #333333;
background: url('../img/arrow01.png') center right 50px no-repeat;
}

.BlockLinks li a:hover {
background-color: #f7f7f7;
}

.BlockLinks li a span {
display: block;
font-size: 1.6rem;
color: #333333;
margin-top: 8px;
}

.site-footer-bottom {
text-align: left;
padding: 80px 60px 20px 60px;
}
.site-footer-bottom h2 {
font-size: 1.2rem;
color: #333;
margin-bottom:40px;
}
.site-footer-bottom p {
font-size: 1.6rem;
color: #333333;
margin-bottom: 4.5em;
}
.site-footer-bottom > a {
display: block;
width:300px;
padding:20px 30px;
margin-bottom: 5em;
border: 1px solid #333;
color: #333;
font-size:1.6rem;
background: url('../img/icon_external.png') center right 20px no-repeat;
}
.site-footer-bottom p:last-child {
font-size: 1.2rem;
color: #333333;
font-family: "Archivo", sans-serif;
margin-bottom: 0;
}

.returntop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}

.returntop.is-visible {
opacity: 1;
visibility: visible;
}

.bg-animated-gradient {
background-size: 400% 400%;
animation: gradientAnimation 15s ease infinite;
}
@keyframes gradientAnimation {
0% { background-position: 0% 50%; }
25% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

.bg-blue {
background-image: linear-gradient(135deg, #44a7f2, #44a7f2, #83ca81, #83ca81);
}
.bg-green1 {
background-image: linear-gradient(135deg, #60c69e, #60c69e, #abd251, #abd251);
}
.bg-green {
background-image: linear-gradient(-135deg, #abd16e, #abd16e, #00b6b3, #c8a598);
}
.bg-pink {
background-image: linear-gradient(135deg, #f89194, #f89194, #f9c793, #f9c793);
}
.bg-orange {
background-image: linear-gradient(135deg, #FDB458, #fd9f09, #E68DA3, #E66F73, #E66F73);
}






.fp-responsive .fp-section,
.fp-responsive .fp-slide,
.fp-responsive .fp-tableCell,
.fp-responsive .s2 .fp-slides,
.fp-responsive .s2 .fp-slidesContainer {
    height: auto !important;
}

.fp-responsive .s8-container {
    height: auto !important;
}

.fp-responsive .s2 .fp-slides {
    display: block;
}

.fp-responsive .s2 .slide {
    display: block;
    width: 100% !important;
    padding: 40px 0 ;
	border-bottom:1px solid #CCCCCC;
}

.fp-responsive .s2 .slide:last-of-type {
    display: block;
    width: 100% !important;
    padding: 40px 0  0 0 ;
	border-bottom:0 solid #CCCCCC;
}

.fp-responsive .s2 .fp-tableCell {
    padding-bottom: 0 !important;
}

.fp-responsive .BlockAnchorMenu {
    position: static;
    padding: 20px 0;
}

.fp-responsive .fp-slidesNav.fp-bottom {
    position: relative !important;
    bottom: auto !important;
    transform: none !important;
    left: auto !important;
    padding: 20px 0 40px;
}
.fp-prev, .fp-next{ display:none;}

#fp-nav.fp-right ul li{ margin:17px 7px 17px 7px;}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #333;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #333 transparent transparent;
}
@media (max-width: 840px) {
    body {
        line-height: 160%;
    }

    .fp-responsive .fp-section,
    .fp-responsive .fp-slide,
    .fp-responsive .fp-tableCell {
        height: auto !important;
    }
    .fp-responsive .s8-container {
        height: auto !important;
    }
	.fp-responsive .fp-slides,
	.fp-responsive .fp-slidesContainer {
		width: 100% !important;
	}

	.fp-responsive .fp-slide {
		width: 100% !important;
		left: 0 !important;
		transform: none !important;
		margin-left: 0 !important;
	}
	.s1 h2 {
	position: absolute;
	top: 20px;
	left: 15px;
	font-size: 1.3rem;
	text-decoration: none;
	color: #333;
	z-index: 5;
	}
	.s1 h2 span {
	display: block;
	font-size: 1.8rem;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	background: url(../img/line01.png) bottom center no-repeat;
	padding:0 0 60px 10px;
	margin-bottom:10px;
	line-height:100%;
	}
	.s1 .main-circle {
	width: 100%;
	height: 100vh;
	background: url(../img/bg01.png) top center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	}
    .s1 .main-circle-text h1 {
        font-size: 2.6rem;
    }
    .s1 .main-circle-text h1 span {
        font-size: 1.8rem;
    }
    .s1 ul {
        transform: none;
        right: auto;
		width:100%;
		text-align: center;
        bottom: 110px;
        left: auto;
    }
    .s1 ul li {
        margin-bottom: 5px;
    }
    .s1 ul li a {
        font-size: 1.4rem;
    }
	.s2 {
	position: relative;
		padding:20px 0;
	}

    .s2 .content-box h2 {
        font-size: 2.0rem;
    }
    .s2 .content-box p {
        font-size: 1.3rem;
        line-height: 150%;
		padding:0 14px;
    }
	.s2 .s2-slide3 .fp-tableCell {
	padding-bottom: 40px;
	}
   .fp-responsive .s2 .fp-slides,
    .fp-responsive .s2 .fp-slidesContainer {
        height: auto !important;
    }

    .fp-responsive .s2 .slide {
        height: auto !important;
        padding-bottom: 40px;
    }
    
    .fp-responsive .s2 .fp-tableCell {
        padding-bottom: 0 !important;
    }

    .fp-responsive .BlockAnchorMenu {
        position: static;
        padding: 20px 0;
    }

    .fp-responsive .fp-slidesNav.fp-bottom {
        position: static;
        transform: none !important;
        padding: 20px 0;
    }
    .s2-slide3 .slide-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .s2-slide3 .text-container h3 {
        font-size: 2.8rem;
    }
    .s2-slide3 .text-container p {
        font-size: 1.5rem;
    }
    .s2-slide3 .text-container ul {
        padding: 20px;
        padding-left: 20px;
    }
    .s2-slide3 .text-container li {
        font-size: 1.4rem;
    }
    
    .apply-slide {
        padding: 0 15px;
        margin-bottom: 0;
    }
	.apply-header {
	text-align: left;
	margin-bottom: 40px;
	}

	.apply-header h2 {
	font-size: 2.8rem;
	color: #333;
	margin-bottom: 0.5em;
	}

	.apply-header p {
	font-size: 1.4rem;
	margin-bottom: 0.5em;
	color: #333333;
	}
	.apply-header p span:first-of-type{
	font-size: 2.2rem;
	color: #333333;
	}
	.apply-header p span:first-of-type span{
	font-size: 2.8rem;
	color: #333333;
	}
	.apply-header p span:last-of-type{
	display:inline-block;
	margin:0 20px;
	font-size: 1.6rem;
	color: #333333;
	}
    .apply-cards {
        grid-template-columns: 1fr;
    }
    .apply-cards .card-header span {
        font-size: 1.6rem;
    }
    .apply-cards .card-body li {
        font-size: 1.4rem;
    }
	.fp-slidesNav{display: none;}
    .BlockAnchorMenu {
        display:none;
    }
    .BlockAnchorMenu ul {
        gap: 10px;
        padding: 0 15px;
    }
    .BlockAnchorMenu ul li a {
        font-size: 1.3rem;
        padding-right: 25px;
    }

    .fp-slidesNav.fp-bottom {
        bottom: 100px !important;
    }
    #fp-nav {
        display: none !important;
    }


	.content-wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding:30px 0;
	}

    .content-wrapper h2 {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }
	.content-wrapper h2 span {
	display: inline-block;
	  padding: 5px 10px 0 10px;
	  border-radius: 4px;
	  vertical-align: middle;
	  margin-left: 10px;
	  width: 100px;
	}

    .content-wrapper h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .content-wrapper p {
        font-size: 1.3rem;
        margin-bottom: 20px;
    }
    .content-wrapper h4 {
        font-size: 1.6rem;
    }
    .content-wrapper ul {
        padding-left: 3rem;
    }
    .content-wrapper li {
        font-size: 1.3rem;
    }

    .s8 .s8-inner {
        padding-top: 0px;
    }
	.s8-container {
	  width: 100%;
	  height: auto;
	  margin: 0 auto;
	  display: block;
	  align-items: center;
	  background: none;
	}
    .s8 .s8-heading-area {
        padding: 0 20px;
        margin-bottom: 20px;
        text-align: center;
        flex: 0;
    }
    .s8 .s8-heading-area h2 {
        font-size: 3rem;
    }
    .s8 .s8-heading-area::before {
        display: none;
    }
    .s8 .s8-text-box {
        padding: 20px 20px 20px 20px;
	  background: url('../img/bg08.png') top 0 center no-repeat;
		background-size: cover;
    }
    .s8 .s8-text-box p {
        font-size: 1.5rem;
    }
    .BlockLinks ul {
        flex-direction: column;
        border-left: 1px solid #333;
    }
    .BlockLinks li {
        width: 100%;
    }

	.BlockLinks li a {
	display: block;
	padding: 25px 75px 25px 25px;
	transition: background-color 0.3s;
	height: 100%;
	font-size:1.4rem;
	color: #333333;
	background: #FFFFFF url('../img/arrow01.png') center right 20px no-repeat;
	}
	.BlockLinks li a span {
	display: none;
	}

    .site-footer-bottom {
		background:none;
        padding: 40px 20px 10px 20px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-end;
		height: 100%;
    }
	.s9 {background: url('../img/bgfoot.png') bottom right no-repeat;
	}
	.s9-container{display:flex; flex-direction: column; align-content: space-between;height: 100vh;}
	.site-footer-bottom h2 {
	font-size: 1.2rem;
	color: #333;
	margin-bottom:20px;
	}

    .site-footer-bottom p {
        font-size: 1.2rem;
        margin-bottom: 2em;
    }
	.site-footer-bottom > a {
	display: block;
    width: 100%;
	text-align: center;
	padding:10px 30px;
	margin-bottom: 2em;
	border: 1px solid #333;
	color: #333;
	font-size:1.6rem;
	background: url('../img/icon_external.png') center right 20px no-repeat;
	}
	.site-footer-bottom p:last-child {
	font-size: 1.0rem;
	color: #333333;
	font-family: "Archivo", sans-serif;
	margin-bottom: 0;
	}


	.returntop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
		width:50px; height:50px;
	}
	.fp-prev, .fp-next{ display:block;}

	#fp-nav.fp-right ul li{ margin:17px 7px 17px 7px;}
	.fp-controlArrow.fp-next {
	  right: 10px;
	  border-width: 18.5px 0 18.5px 14px;
	  border-color: transparent transparent transparent #333;
	}
	.fp-controlArrow.fp-prev {
	  left: 10px;
	  width: 0;
	  border-width: 18.5px 14px 18.5px 0;
	  border-color: transparent #333 transparent transparent;
	}
}