@charset "UTF-8";
/* CSS Document */
*, *:before, *:after{margin:0;padding:0;border: 0;vertical-align:baseline;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: "Noto Sans JP", sans-serif;
font-size:15px;
font-weight:400;
line-height:1.6;
color:#000;
letter-spacing:0;
width:100%;
max-width: 1920px;
margin: 0 auto;
overflow-wrap: anywhere;
word-break: normal;
line-break: strict;
}
.loading {width: 100vw;height: 100vh;transition: all .9s;background-color: #FFF;position: fixed;top: 0;left: 0;z-index: 9999;opacity: 1;visibility: visible;}
.loading.is-active {opacity: 0;visibility: hidden;}
.loading-animation {width: 100vw;height: 100vh;transition: all .2s;background-color: #fff;z-index: 9999;display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;padding: 0 0 60px;}
.loading-animation img {width: 150px;margin: 0 0 14px;}
.loading-animation.is-active {opacity: 1;visibility: visible;}
.loader {
width: 100%;
height: 12px;
--_g: no-repeat radial-gradient(farthest-side,#9cd88f 94%,#0000);
background:
var(--_g) 25% 0,
var(--_g) 75% 0;
background-size: 12px 12px;
position: relative;
animation: l24-0 1s linear infinite;
}
.loader:before {
content: "";
position: absolute;
height: 12px;
aspect-ratio: 1;
border-radius: 50%;
background: #9cd88f;
inset: 0;
margin: auto;
animation: l24-1 1s cubic-bezier(0.5,300,0.5,-300) infinite;
}
@keyframes l24-0 {
0%,24%  {background-position: 25% 0,75% 0}
40%     {background-position: 25% 0,85% 0}
50%,72% {background-position: 25% 0,75% 0}
90%     {background-position: 15% 0,75% 0}
100%    {background-position: 25% 0,75% 0}
}
@keyframes l24-1 {
100% {transform:translate(0.1px)}
}
.pc-only{display: none;}
.for-cr{display: none;}
ol, ul {
list-style: none;
list-style-type: none;
}
a:focus, *:focus { outline:none; }
a{
text-decoration: none;
color:#333;
}
a.link-ul{
text-decoration: underline;
color: #0000ff;
}
a.op07:hover{
opacity:0.7;
 transition: .4s opacity;
}
a:hover{
opacity:0.7;
transition: .4s opacity;
}
a.link-text{
text-decoration:underline;
}
img{
vertical-align:bottom;
}
img.w100{
width: 100%;
height: auto;
}


header{
width: 100%;
height: 62px;
background: #fff;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
border-bottom: 1px solid #cfcfcf;
}
header .inner{
max-width: 500px;
height: 62px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
header .logo{
float: left;
width: 68px;
display: flex;
align-items: center;
margin: 0 0 0 10px;
padding: 6px 0 0;
}
header .logo img{
width: 56px;
}
header .site-catch{
float: left;
display: flex;
align-items: center;
padding: 6px 0 0;
}
header .site-catch img{
width: 150px;
}
header .home-btn-box{
position: absolute;
width: 62px;
height: 62px;
right: 62px;
top: 0;
border-left: 1px solid #cfcfcf;
text-align: center;
}
header .home-btn-box a{
display: block;
height: 100%;
padding: 8px 0 0;
}
header .home-btn-box img{
width: 26px;
}
header .menu-btn{
position: absolute;
width: 62px;
height: 62px;
right: 0;
top: 0;
border-left: 1px solid #cfcfcf;
cursor: pointer;
}
header .home-btn-box p,
header .menu-btn p{
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 4px;
font-size: 13px;
font-family: "Poppins", sans-serif;
font-weight: 500;
line-height: 1.4;
}
.menu-btn.active .close-overlay-menu-wrap {
display: block;
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 5001;
}
.menu-btn.active .close-overlay-menu-wrap:hover {
cursor: pointer;
}
.menu-btn a{
position: relative;
display:block;
width:100%;
height:100%;
}
.menu-btn span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 25%;
height: 1px;
background: #111;
width: 50%;
}
.menu-btn span:nth-of-type(1) {top:13px;}
.menu-btn span:nth-of-type(2) {top:22px;}
.menu-btn span:nth-of-type(3) {top:31px;}
.menu-btn.active span:nth-of-type(1) {
top: 16px;
left: 25%;
transform: translateY(6px) rotate(-45deg);
width: 50%;
}
.menu-btn.active span:nth-of-type(2) {
opacity: 0;
}
.menu-btn.active span:nth-of-type(3){
top: 28px;
left: 25%;
transform: translateY(-6px) rotate(45deg);
width: 50%;
}
.drawer-menu{
position: fixed;
width: 100%;
height: 100%;
right: -100%;
top: 62px;
background: #fff;
overflow-y: scroll;
transition:right 500ms,opacity 500ms;
z-index: 1100;
opacity: 0;}
.open .drawer-menu{
right: 0;
transition:right 500ms,opacity 500ms;
opacity: 1;
}
.open{
overflow-y: hidden;
}
.menu-wrap {
width: 92%;
margin: 0 auto;
padding: 5vw 0 80px;
}
.menu-box{
margin: 0 0 24px;
}
.menu-box-ttl{
font-weight: 700;
font-size: 6.2vw;
margin: 0 0 12px;
padding: 0 0 10px;
}
.cat01{color: #fe4749;border-bottom: 3px solid #fe4749}
.cat02{color: #f99101;border-bottom: 3px solid #f99101}
.cat03{color: #00ca8a;border-bottom: 3px solid #00ca8a}
.cat04{color: #309de4;border-bottom: 3px solid #309de4}
.menu-box a{
display: block;
line-height: 1.4;
padding: 6px 0;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.08em;
}
.menu-box a span{
font-size: 14px;
}

main{
max-width: 500px;
margin: 0 auto;
padding: 62px 0 0;
overflow: hidden;
box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.35);
}
section{
width: 100%;
max-width: 500px;
margin: 0 auto;
}
footer{
max-width: 500px;
margin: 0 auto;
background: #000;
padding: 30px 14px;
position: relative;
z-index: 200;
}
.copyright-text{
color: #fff;
text-align: center;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-size: clamp(12px, 3vw, 14px);
margin: 0 0 6px;
}
.copyright-text img{
width: 76px;
}

.page-top{
position: fixed;
width: 40px;
height: 40px;
bottom: 96px;
right: 3%;
border-radius: 50%;
cursor: pointer;
display: none;
z-index: 1000;
}
@media only screen and (min-width : 700px) {
.page-top{
width: 52px;
height: 52px;
bottom: 92px;
right: auto;
left: calc(50% + 274px);
}
}
@media only screen and (max-width : 400px) {
.for-cr{
display: inline;
}
}
@media only screen and (max-width : 360px) {
header .site-catch img{
width: 120px;
}
}
@media only screen and (min-width : 501px) {
header {
height: 94px;
z-index: 2000;
}
header .inner {
height: 94px;
max-width: 100%;
padding: 0 0 0 1%;
}
header .logo {
width: 94px;
margin: 0 0 0 10px;
padding: 10px 0 0;
}
header .logo img {
width: 84px;
}
header .site-catch img {
width: 230px;
}
header .site-catch {
float: left;
display: flex;
align-items: center;
padding: 10px 0 0 10px;
}
header .home-btn-box {
position: absolute;
width: 94px;
height: 94px;
right: 94px;
top: 0;
border-left: 1px solid #cfcfcf;
}
header .home-btn-box a{
display: block;
padding: 10px 0 0;
}
header .home-btn-box img {
width: 42px;
}
header .menu-btn {
width: 94px;
height: 94px;
border-right: none;
}
header .home-btn-box p, header .menu-btn p {
bottom: 6px;
font-size: 16px;
line-height: 1.4;
letter-spacing: 0.09em
}
.menu-btn span{
left: 25%;
height: 2px;
width: 50%;
}
.menu-btn span:nth-of-type(1) {top:22px;}
.menu-btn span:nth-of-type(2) {top:36px;}
.menu-btn span:nth-of-type(3) {top:50px;}
.menu-btn.active span:nth-of-type(1) {
top: 30px;
left: 25%;
transform: translateY(6px) rotate(-45deg);
width: 50%;
}
.menu-btn.active span:nth-of-type(3){
top: 42px;
left: 25%;
transform: translateY(-6px) rotate(45deg);
width: 50%;
}
.drawer-menu{
position: fixed;
width: 100%;
height: 100%;
right: 0;
top: -100%;
overflow-y: scroll;
transition:top 500ms,opacity 800ms;
z-index: 1100;
padding: 120px 0 100px;
}
.open .drawer-menu{
right: 0;
top: 0;
transition:top 500ms;
}
.menu-wrap{
width: 80%;
display: flex;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
flex-wrap: wrap;
}
.menu-box{
width: 46%;
margin: 0 0 40px;
}
.menu-box-ttl{
font-size: 42px;
margin: 0 0 6%;
}
.menu-box a{
display: block;
line-height: 1.4;
padding: 10px 0;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.08em;
}
.menu-box a span{
font-size: 14px;
}
main {
max-width: 500px;
margin: 0 auto;
padding: 94px 0 0;
}
}
@media only screen and (min-width : 1000px) {
.pc-only{display: inline;}
.menu-box-ttl{
font-weight: 700;
font-size: 42px;
margin: 0 0 8%;
}
.menu-wrap {
width: 92%;
max-width: 1300px;
}
.menu-box{
width: 23%;
}
.menu-box a{
display: block;
line-height: 1.4;
padding: 10px 0;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.08em;
}
.menu-box a span{
font-size: 14px;
}
}
@media print {
body {width:1000px;}
}