@charset "UTF-8";@font-face{font-family:noto sans jp;src:url(fonts/NotoSansJP-Thin.otf)format("opentype");font-weight:100;font-style:normal}@font-face{font-family:noto sans jp;src:url(fonts/NotoSansJP-Light.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:noto sans jp;src:url(fonts/NotoSansJP-Regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:noto sans jp;src:url(fonts/NotoSansJP-Medium.otf)format("opentype");font-weight:500;font-style:normal}@font-face{font-family:noto sans jp;src:url(fonts/NotoSansJP-Bold.otf)format("opentype");font-weight:700;font-style:normal}@font-face{font-family:noto sans jp;src:url(fonts/NotoSansJP-Black.otf)format("opentype");font-weight:900;font-style:normal}body{font-family:noto sans japanese,sans-serif}.text-weight-100{font-weight:100}.text-weight-200{font-weight:200}.text-weight-300{font-weight:300}.text-weight-400{font-weight:400}.text-weight-500{font-weight:500}.text-weight-700{font-weight:700}.text-weight-900{font-weight:900}.text-size-s2{font-size:.5rem}.text-size-s1{font-size:.75rem}.text-size-base{font-size:1rem}.text-size-l1{font-size:1.25rem}.text-size-l2{font-size:1.5rem}.text-size-l3{font-size:1.75rem}.text-size-l4{font-size:2rem}.text-size-l5{font-size:2.25rem}.text-size-l6{font-size:2.5rem}.line-height-base{line-height:1.8}.font-noto-sans-jp{font-family:noto sans jp,sans-serif;font-optical-sizing:auto;font-style:normal}.font-noto-serif-jp{font-family:noto serif jp,serif;font-optical-sizing:auto;font-style:normal}.font-inter{font-family:inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0}.hero{position:relative;height:calc(100vh - 60px);background-image:url(1.jpg);background-size:cover;background-position:50%}.hero:before{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background-color:rgba(0,0,0,.3)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.hero-title{font-size:48px;color:#fff}.hero-text{font-size:18px;color:#fff}.hero-btn{background-color:#007bff;color:#fff;padding:10px 20px;border:none;cursor:pointer}.menu_btn{display:inline-block;position:relative;width:26px;height:22px;cursor:pointer}.menu_btn span{display:inline-block;width:100%;height:.8px;background-color:#fff;transition:.4s;box-sizing:border-box;position:absolute;left:0}.menu_btn span:nth-of-type(1){top:0}.menu_btn span:nth-of-type(2){top:10.5px}.menu_btn span:nth-of-type(3){bottom:0}#menu_checkbox:checked~#menu_label .menu_btn span:nth-of-type(1){transform:translateY(10.5px)rotate(-45deg)}#menu_checkbox:checked~#menu_label .menu_btn span:nth-of-type(2){opacity:0}#menu_checkbox:checked~#menu_label .menu_btn span:nth-of-type(3){transform:translateY(-10.5px)rotate(45deg)}#nav_mob{position:fixed;top:60px;left:0;width:100%;height:0;background:#070f26;color:#fff;overflow-y:hidden;padding:0;transition:.4s;z-index:10}#nav_mob .nav_list{list-style-type:none}#menu_checkbox:checked~#nav_mob{height:calc(100vh - 60px)}#nav .nav_item{border-top:solid 1px rgba(255,255,255,0);border-bottom:solid 1px rgba(255,255,255,0)}#nav .nav_item:hover{border-bottom:solid 1px #fff}h2.section-title{position:relative}h2.section-title:after{content:"";position:absolute;bottom:-20px;left:0;right:0;background-color:#070f26;height:3px;width:30px;margin:0 auto}h2.section-title-white{position:relative}h2.section-title-white:after{content:"";position:absolute;bottom:-20px;left:0;right:0;background-color:#fff;height:3px;width:30px;margin:0 auto}.table td{border-bottom:solid 1px rgba(255,255,255,.2)}.table:first-child{border-top:solid 1px rgba(255,255,255,.2)}.zoomin.go{animation:zoomIn .8s cubic-bezier(.25,1,.5,1)forwards}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}100%{opacity:1;transform:scale(1)}}