@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Inter:wght@400;700&display=swap');
html,body{
font-family: "Inter", "Noto Sans JP", "Hiragino Sans" , "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN", Hiragino Kaku Gothic ProN, "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Medium", YuGothic, YuGothicM, sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #000;
line-height: 1.7;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
color: #000;
transition: opacity 0.3s;
text-decoration: none;
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer */
-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
-webkit-user-select: none; /* Chrome, Safari, and Opera */
-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img,picture{
max-width: 100%;
display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

.green{ color: #2c9634; }

.f32{
font-size: 3.2rem;
text-align: center;
margin-bottom: 3rem;
}

small{
font-size:85%;
color:#5c6b7a;
}


body{ padding-top: 10rem; }


nav{
width: 100%;
background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
nav .content{
height: 10rem;
display: flex;
justify-content: flex-start;
align-items: center;
}
nav a.logo{
display: block;
width: 32rem;
}
nav ul.nav{
display: flex;
justify-content: flex-end;
align-items: center;
margin-left: auto;
}
nav ul.nav li img.nav-tel{
width: 27rem;
}
nav ul.nav li a.nav-line{
display: block;
width: 27.5rem;
margin-left: 0.6rem;
}


.fv{
background: url(../images/fv-bg_man.jpg) center center no-repeat;
background-size: cover;
padding: 7rem 0 6rem;
}
.fv h1 img{
width: 100%;
}


.cta{
background: #13283e;
padding: 3rem 0;
}
.cta .box{
background: url(../images/cta-bg.jpg) center center no-repeat;
background-size: cover;
text-align: center;
padding: 5rem 9rem;
}
.cta .box .cta-txt{
width: 70rem;
margin: 0 auto 4rem;
}
.cta .box a.cta-tel{
display: block;
width: 68rem;
margin: 1rem auto 0;
pointer-events: none;
}
.cta .box .cta-line{
animation: pulse 1s infinite;
overflow: hidden;
display: block;
width: 68rem;
margin:0 auto;
}
@keyframes pulse {
from { transform: scale3d(1, 1, 1); }
50% { transform: scale3d(1.05, 1.05, 1.05); }
to { transform: scale3d(1, 1, 1); }
}


.sec-1{
background: #eeede9;
padding: 6rem 0;
}
.sec-1 h2{
font-size: 3.6rem;
text-align: center;
margin-bottom: 6rem;
}
.sec-1 ul li{
display: block;
background: #fff;
padding: 3rem 3.5rem;
}
.sec-1 ul li + li{
margin-top: 3.5rem;
}
.sec-1 ul li .wrap-1,
.sec-1 ul li .wrap-2{
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.sec-1 ul li .wrap-1 img{
width: 30rem;
}
.sec-1 ul li .wrap-1 .txt{
width: calc(100% - 34.5rem);
}
.sec-1 ul li .wrap-2{
background: #f4f3f1;
padding: 3rem 3.5rem;
margin-top: 4rem;
}
.sec-1 ul li .wrap-2 img{
width: 20rem;
}
.sec-1 ul li .wrap-2 .txt{
width: calc(100% - 23.5rem);
}
.sec-1 ul li h3{
font-size: 3rem;
margin-bottom: 2rem;
}
.sec-1 ul li h3 span{
display: inline-block;
width: 12rem;
line-height: 3.4rem;
font-size: 2.2rem;
text-align: center;
color: #fff;
background: #327b3c;
margin-right: 1.5rem;
}


.sec-2{
padding: 5rem 0 4rem;
}
.sec-2 h2 img{
width: 83rem;
margin: 0 auto;
}


.sec-3{
background: url(../images/bg-1.jpg) center top no-repeat;
background-size: cover;
padding: 6.5rem 0;
}
.sec-3 .content{
max-width: 92rem;
}
.sec-3 .img-wrap{
display: flex;
justify-content: center;
margin: 6rem auto 2rem;
}
.sec-3 .img-wrap img{
width: 20rem;
margin: 0 1.5rem;
}
.logo-wrap{
font-weight: 700;
text-align: center;
}
.logo-wrap img{
width: 48rem;
margin: 0 auto;
}


.sec-4{
padding: 7rem 0 8rem;
}
.sec-4 h2{
margin-bottom: 6rem;
}
.sec-4 ul{
display: flex;
justify-content: space-between;
}
.sec-4 ul li{
display: block;
width: 30rem;
}
.sec-4 ul li .num{
font-size: 3.8rem;
font-weight: 700;
line-height: 1.5;
color: #327b3c;
margin-top: 3rem;
}
.sec-4 ul li h3{
font-size: 2.4rem;
margin-bottom: 1em;
}


.sec-5{
background: #eeede9;
padding: 6rem 0;
}
.sec-5 h2{
text-align: center;
margin-bottom: 4.5rem;
}
.sec-5 h2 span{
display: inline-block;
line-height: 6.4rem;
border-radius: 3.2rem;
background: #fff;
padding: 0 1em;
}
.sec-5 .content{
max-width: 92rem;
}
.sec-5 img.sec-5-txt{
margin-bottom: 4rem;
}
.sec-5 .box{
background: #fff;
padding: 4rem 5rem;
margin-top: 7rem;
}
.sec-5 .box h3{
font-size: 2.4rem;
text-align: center;
margin-bottom: 2rem;
}
.sec-5 .box h3 span{
position: relative;
}
.sec-5 .box h3 span::before,
.sec-5 .box h3 span::after{
content: "";
display: block;
width: 3.7rem;
height: 3.3rem;
background: url(../images/sec-5-ico.png) center center no-repeat;
background-size: contain;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.sec-5 .box h3 span::before{
left: -2.1em;
}
.sec-5 .box h3 span::after{
right: -2.1em;
}


.sec-6{
padding: 7rem 0 9rem;
}
.sec-6 dl dt{
font-size: 2.4rem;
font-weight: 700;
margin-bottom: 0.8em;
}
.sec-6 dl dt::before{
content: "Q.";
color: #2c9634;
margin-right: 0.5em;
}
.sec-6 dl dd + dt{
margin-top: 5.5rem;
}


.sec-7{
background: url(../images/bg-1.jpg) center top no-repeat;
background-size: cover;
padding: 6.5rem 0;
}
.sec-7 h2{
margin-bottom: 6rem;
}
.sec-7 .box{
background: #fff;
padding: 5rem;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.sec-7 .box-2 {
margin-top: 30px;
}
.sec-7 .box img.img{
width: 22rem;
}
.sec-7 .box .txt{
width: calc(100% - 27rem);
}
.sec-7 .box h3{
font-size: 3.2rem;
margin: 0.2em 0 3rem;
}
.sec-7 .box h3 span{
font-size: 1.8rem;
}
.sec-7 .box ul li{
margin-left: 1.5em;
padding-left: 0.2em;
}

.sec-8{
padding: 5.5rem 0 6rem;
}
.sec-8 p{
text-align: center;
margin-top: 4rem;
}
.sec-8 iframe{
display: block;
max-width: 100rem;
width: 100%;
margin: 5rem auto;
height: 37rem;
}
ul.bnr{
width:700px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
ul.bnr li{
display: block;
width: 33%;
}


footer{
background: #000;
color: #fff;
font-size: 1.4rem;
text-align: center;
padding: 3rem 0;
}
footer a{ color: #fff; }
footer .copy{
margin-left: 2em;
}




/* Ã£Æ’ËœÃ£Æ’Æ’Ã£Æ’â‚¬Ã£Æ’Â¼Ã¥â€¹â€¢Ã£ÂÂ */
.t-anime-1{
opacity: 0;
transition: 1s;
transform: translateY(2.5em);
transition-delay: 0.5s;
}

.t-anime-1.load{
opacity: 1;
transform: translate(0);
}


/* Ã£â€šÂ¹Ã£â€šÂ¯Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’Â«Ã£â€šÂ¢Ã£Æ’â€¹Ã£Æ’Â¡ */
.fade-b,
.fade-b-ct > *{
opacity: 0;
transition: 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(2.5em); }

.fade-b.load,
.fade-b-ct.load > *{
opacity: 1;
transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

@media (min-width: 769px){
.ct2-pc.load { transition-delay: 0.2s; }
.ct3-pc.load { transition-delay: 0.4s; }
}


/* Ã£Æ’Â­Ã£Æ’Â¼Ã£Æ’â€°Ã§â€Â»Ã©ÂÂ¢ */
#loading {
width: 100%;
height: 100%;
background: #13283e;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
display: flex;
justify-content: center;
align-items: center;
}
.loader,
.loader:before,
.loader:after {
border-radius: 50%;
width: 1.2em;
height: 1.2em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.loader {
color: #ffffff;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before,
.loader:after {
content: '';
position: absolute;
top: 0;
}
.loader:before {
left: -1.8em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.8em;
}
@-webkit-keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}

#loading.loaded {
opacity: 0;
visibility: hidden;
transition: all 1s;
}


/* Ã£Æ’Å¡Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’Ë†Ã£Æ’Æ’Ã£Æ’â€” */
#pagetop {
display: none;
position: fixed;
bottom: 1em;
right: 1em;
z-index: 997;
}
#pagetop a {
display: flex;
justify-content: center;
align-items: center;
border-radius: 30px;
width: 40px;
height: 40px;
background-color: #13283e;
}
#pagetop a img {
width: 16px;
margin-top: -2px;
}




/*Ã£â‚¬â‚¬PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8rem; }

.content{
width: 100%;
max-width: 120rem;
padding: 0 5rem;
margin: 0 auto;
}




/*Ã£â‚¬â‚¬Ã£â€šÂ¿Ã£Æ’â€“Ã£Æ’Â¬Ã£Æ’Æ’Ã£Æ’Ë†
------------------------------------------------------------------------------------------------*/
@media (max-width: 1100px){

html{ font-size: 0.9vw; }




}/*Ã£â‚¬â‚¬Ã£â€šÂ¿Ã£Æ’â€“Ã£Æ’Â¬Ã£Æ’Æ’Ã£Æ’Ë†Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */
}/*Ã£â‚¬â‚¬PCÃ£Ââ€œÃ£Ââ€œÃ£ÂÂ¾Ã£ÂÂ§ */




/*Ã£â‚¬â‚¬Ã£â€šÂ¹Ã£Æ’Å¾Ã£Æ’â€º
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 1.3vw; }
body{ font-size: 2.8rem; }

.content{
width: 100%;
padding: 0 3.5rem;
}

.f32{
font-size: 4.2rem;
margin-bottom: 6rem;
}


nav .content{
padding: 0;
}
nav a.logo{
width: 50rem;
}


.fv{
background: url(../images/sp/fv-bg_man.jpg) center center no-repeat;
background-size: cover;
padding: 4.5rem 0 5rem;
}
.fv h1 img{width: 70rem;}


.cta .box{
background: url(../images/sp/cta-bg.jpg) center center no-repeat;
background-size: cover;
text-align: center;
padding: 5rem 3.5rem 7rem;
}
.cta .box h2{
font-size: 3.4rem;
margin-bottom: 3rem;
}
.cta .box .cta-txt{
width: 100%;
margin: 0 auto 6rem;
}
.cta .box a.cta-tel{
width: 100%;
pointer-events: inherit;
}
.cta .box .cta-line{
width: 100%;
margin:0 auto;
}


.sec-1{
padding: 7rem 0 3rem;
}
.sec-1 h2{
font-size: 4.2rem;
}
.sec-1 ul li{
padding: 5rem 4rem 4rem;
}
.sec-1 ul li .wrap-1,
.sec-1 ul li .wrap-2{
display: block;
position: relative;
}
.sec-1 ul li .wrap-1 img{
width: 36rem;
margin: 0 auto 4rem;
}
.sec-1 ul li .wrap-1 .txt{
width: 100%;
}
.sec-1 ul li .wrap-2{
padding: 14rem 4rem 5rem;
margin-top: 18rem;
}
.sec-1 ul li .wrap-2 img{
width: auto;
height: 19.4rem;
position: absolute;
top: -9.7rem;
left: 50%;
transform: translateX(-50%);
}
.sec-1 ul li .wrap-2 .txt{
width: 100%;
}
.sec-1 ul li h3{
font-size: 3.6rem;
margin-bottom: 3rem;
}
.sec-1 ul li h3 span{
width: 14rem;
line-height: 3.6rem;
font-size: 2.8rem;
}


.sec-2{
padding: 8rem 0;
}
.sec-2 h2 img{
width: 53.8rem;
}


.sec-3{
background: url(../images/sp/bg-1.jpg) center top no-repeat;
background-size: cover;
padding: 8.5rem 0;
}
.sec-3 .content{
max-width: 60rem;
padding: 0;
margin: 0 auto;
}
.sec-3 .img-wrap{
justify-content: space-between;
margin: 6rem auto 4rem;
}
.sec-3 .img-wrap img{
width: 28rem;
margin: 0;
}
.logo-wrap img{
width: 100%;
}


.sec-4{
padding: 9rem 0;
}
.sec-4 h2{
margin-bottom: 8rem;
}
.sec-4 ul{
display: block;
}
.sec-4 ul li{
width: 100%;
}
.sec-4 ul li + li{
margin-top: 6rem;
}
.sec-4 ul li .num{
font-size: 4.8rem;
margin-top: 4rem;
}
.sec-4 ul li h3{
font-size: 4rem;
margin-bottom: 1em;
}


.sec-5{
padding: 7rem 0 8rem;
}
.sec-5 h2{
margin-bottom: 7rem;
}
.sec-5 h2 span{
line-height: 9rem;
border-radius: 4.5rem;
}
.sec-5 img.sec-5-txt{
margin-bottom: 7rem;
}
.sec-5 .box{
padding: 6rem 4rem;
}
.sec-5 .box h3{
font-size: 3.6rem;
margin-bottom: 4rem;
}
.sec-5 .box h3 span::before,
.sec-5 .box h3 span::after{
width: 5.6rem;
height: 5rem;
}
.sec-5 .box h3 span::before{
left: -2em;
}
.sec-5 .box h3 span::after{
right: -2em;
}


.sec-6{
padding: 9rem 0;
}
.sec-6 dl dt{
font-size: 3.2rem;
}
.sec-6 dl dd + dt{
margin-top: 8rem;
}


.sec-7{
background: url(../images/sp/bg-1.jpg) center top no-repeat;
background-size: cover;
padding: 9rem 0;
}
.sec-7 h2{
margin-bottom: 8rem;
}
.sec-7 .box{
padding: 5.5rem 4rem 7rem;
display: block;
}
.sec-7 .box img.img{
width: 42rem;
margin: 0 auto 5.5rem;
}
.sec-7 .box .txt{
width: 100%;
}
.sec-7 .box .h3-top{
font-weight: 700;
text-align: center;
}
.sec-7 .box h3{
font-size: 4rem;
margin: 0.2em 0 4rem;
text-align: center;
}
.sec-7 .box h3 span{
font-size: 2.6rem;
}


.sec-8{
padding: 6rem 0 3rem;
}
.sec-8 p{
margin-top: 6rem;
}
.sec-8 iframe{
height: 37rem;
margin: 9rem auto 5rem;
}
ul.bnr{
flex-wrap: wrap;
width:100%;
}
ul.bnr li{
width: 33%;
margin-bottom: 3rem;
}


footer{
font-size: 2.4rem;
padding: 4rem 0 18rem;
}
footer .copy{
margin-left: 0;
}


#fl-btn{
display: none;
width: 100%;
position: fixed;
left: 0;
bottom: 0;
}
#fl-btn .wrap{
display: flex;
}
#fl-btn a:hover,
#fl-btn a img:hover{
opacity: 1;
}
}



table {
width: 91%;
border-collapse: collapse;
margin:0 auto;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
td:first-child {
width: 20%;
}
th {
background-color: #f2f2f2;
}
@media (max-width: 768px){
table {
width: 100%;
border-collapse: collapse;
margin:0 auto;
}
th, td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
td:first-child {
width: 36%;
}
th {
background-color: #f2f2f2;
}
.media img{
margin-top: 20px;
width: 100%!important;
}
.sec-7 h4 {
padding-bottom: 25px;
text-align: center;
}
}

.sec-7 h4 {
padding-bottom: 25px;
}

.media img{
margin-top: 20px;
width: 70%;
}

