@charset "UTF-8";
/* CSS Document */

@font-face {
font-family: 'NotoSansJP';
src: url('fonts/NotoSansJP-VariableFont_wght.woff') format('woff');
}

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #585858;
font-family: "NotoSansJP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
background: #FFF;
margin: 0;
position: relative;
}
img, video, iframe{
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a, a:hover {
text-decoration: none;
color: #585858;
}
a.btn {
display: table;
}
a.btn span{
vertical-align: middle;
}
a.btn i {
display: inline-block;
background: #EB6600;
color: #fff;
text-align: center;
border-radius: 50%;
}
p {
word-break: break-all;
}
ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.box {
width: 90%;
max-width: 1280px;
margin: 0 auto;
overflow: hidden;
}
.box_m {
width: 90%;
max-width: 800px;
margin: 0 auto;
overflow: hidden;
}
h2.head2 {
font-weight: normal;
}
h2.head2 span {
font-weight: bold;
display: inline-block;
vertical-align: middle;
}
.blue {
background: #1D2B61;
color: #fff;
}
.blue a {
color: #fff;
}
.blue-bg div {
display: table;
background: #1D2B61;
color: #fff;
}
.orange-bg, #footer {
background: #EB6600;
}
.orange-bg a.btn {
color: #fff;
}
.orange-bg a.btn i {
color: #EB6600;
background: #fff;
}

.title {
overflow: hidden;
transform: translate(-140%, 0);
transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.title span {
display: block;
transform: translate(100%, 0);
transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.title.-visible,
.title.-visible span {
transform: translate(0, 0);
animation-delay: 0.6s;
}

.bottom-up, h2.head {
transform: translateY(100%);
opacity: 0;
transition: .6s;
}
.bottom-up.-visible, h2.head.animation {
transform: translateY(0%);
opacity: 1;
}
.fade {
opacity: 0;
transition: .8s;
transition-delay: .3s;
}
.fade.-visible {
opacity: 1;
}

#header {
position: relative;
}
#header h1 {
position: absolute;
z-index: 2;
}
#header h2 {
position: absolute;
z-index: 2;
color: #fff;
text-align: right;
}
#header h2 span {
display: block;
font-weight: bold;
}
#header .hero {
width: 100%;
position: relative;
z-index: 0;
}

nav {
display: block;
position: fixed;
top: 0;
right: -300px;
bottom: 0;
width: 300px;
background: #ffffff;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition: .5s;
z-index: 5;
}
.open nav {
right: 0;
}
nav .inner {
padding: 25px;
}
nav .inner ul {
list-style: none;
margin: 0;
padding: 0;
}
nav .inner > ul > li {
position: relative;
margin: 0;
border-bottom: 1px solid #333;
}
nav .inner > ul > li span {
display: block;
padding: 1em;
}
nav .inner ul li ul li a:before{
content: "- ";
}
nav .inner ul li a {
display: block;
text-decoration: none;
transition-duration: 0.2s;
padding: 1em;
}

@keyframes equalizer01 {
0% {width: 70%;}10% {width: 50%;}20% {width: 100%;}30% {width: 10%;}40% {width: 50%;}50% {width: 70%;}60% {width: 50%;}70% {width: 10%;}80% {width: 100%;}90% {width: 10%;}100% {width: 70%;}
}
@keyframes equalizer02 {
0% {width: 30%;}10% {width: 20%;}20% {width: 40%;}30% {width: 10%;}40% {width: 20%;}50% {width: 30%;}60% {width: 20%;}70% {width: 10%;}80% {width: 40%;}90% {width: 10%;}100% {width: 30%;}
}

.toggle_btn {
display: block;
position: fixed;
width: 60px;
height: 30px;
transform: translate(0, 0);
transition: all .5s;
cursor: pointer;
z-index: 6;
}
.open .toggle_btn {
right: 330px;
}
.toggle_btn span {
display: block;
position: absolute;
left: 0;
width: 30px;
height: 3px;
background: #585858;
transition: all .5s;
}
.toggle_btn span:nth-child(1) {
top: 5px;
width: 60px;
animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
top: 15px;
width: 30px;
animation: equalizer02 5000ms infinite;
animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
top: 25px;
width: 20px;
animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
background-color: #fff;
width: 30px;
}
.open .toggle_btn span:nth-child(1) {
transform: translate(0, 10px) rotate(-45deg);
animation: unset;
}
.open .toggle_btn span:nth-child(2) {
opacity: 0;
animation: unset;
}
.open .toggle_btn span:nth-child(3) {
transform: translate(0, -10px) rotate(45deg);
animation: unset;
}
#mask {
display: none;
}
.open #mask {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .8;
z-index: 4;
cursor: pointer;
transition: all .5s;
}

#news h2, #newsdetail h2 {
color: #1D2B61;
}
#news ul li a {
display: block;
}
#news ul li a time {
display: block;
font-size: 1.4rem;
padding-bottom: 10px;
}
#news ul li a h3 {
padding-bottom: 20px;
}
#news ul li a img {
display: none;
}

#footer, #footer a {
color: #fff;
}
#footer {
position: relative;
}
#footer:before {
content: "";
display: block;
width: 100%;
top: 0;
left: 0;
transform: translateY(-100%);
position: absolute;
background: #EB6600;
clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#footer address {
font-style: normal;
}
#footer small {
display: block;
text-align: center;
font-size: 12px;
padding: 8px 0;
}

@media (max-width: 560px){
a.btn span {
padding-right: 16px;
}
a.btn i {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 9px;
}
h2.head2 {
font-size: 5vw;
}
h2.head2 span {
display: block;
font-size: 9vw;
}

nav {
right: -240px;
width: 240px;
}
.toggle_btn {
top: 10px;
right: 1vw;
}
.open .toggle_btn {
right: 240px;
}

#header h2 {
bottom: 4vw;
font-size: 5vw;
}
#header h2 span {
font-size: 7vw;
}

#news h2 {
padding-bottom: 30px;
}
#news ul {
padding-bottom: 30px;
}
#news h3 {
font-size: 1.6rem;
}

#footer:before {
height: 50px;
}
#footer .box {
padding: 20px 0;
}
#footer address {
text-align: center;
font-size: 4vw;
}
#footer .box ul{
display: none;
}
}

@media (min-width: 561px){
.toggle_btn {
top: 30px;
right: 30px;
}

#news ul {
display: flex;
flex-wrap: wrap;
padding-bottom: 50px;
}
#news ul li {
box-sizing: border-box;
}
#news ul li:nth-child(2) {
transition-delay: .2s;
}
#news ul li:nth-child(3) {
transition-delay: .4s;
}
#news ul li:nth-child(4) {
transition-delay: .6s;
}
#news ul li:nth-child(5) {
transition-delay: .8s;
}
#news ul li:nth-child(6) {
transition-delay: 1s;
}

#footer:before {
height: 100px;
}
#footer .box {
display: flex;
justify-content: space-between;
padding: 30px 0;
}
#footer .box ul{
display: flex;
}
}

@media (min-width: 561px) and (max-width: 960px){
a.btn span {
padding-right: 20px;
}
a.btn i {
width: 20px;
height: 20px;
line-height: 20px;
font-size: 10px;
}
h2.head2 {
font-size: 2.5vw;
}
h2.head2 span {
font-size: 8vw;
}

#header h2 {
bottom: 8vw;
font-size: 3vw;
}
#header h2 span {
font-size: 4.5vw;
}

#footer .box div, #footer .box ul{
width: 48%;
}
#footer .box ul {
flex-direction: column;
align-items: flex-end;
}
#footer .box ul li {
font-size: 1.8rem;
padding-bottom: 10px;
}
#footer .box ul li:last-child {
padding-bottom: 0;
}
}

@media (max-width: 960px){
#header {
margin-bottom: 30px;
}
#header h2 {
right: 1vw;
bottom: 8vw;
}

#news ul li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #D5D5D5;
}
#news ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: none;
}

#footer h6 {
padding-bottom: 10px;
}
}

@media (min-width: 961px){
a.btn {
font-size: 2rem;
}
a.btn span {
padding-right: 30px;
}
a.btn i {
width: 24px;
height: 24px;
line-height: 24px;
font-size: 12px;
transition: .3s;
}
a.btn:hover i {
background: #000;
transform: rotateY(180deg);
}
h2.head2 span {
line-height: 60%;
}
#header {
margin-bottom: 50px;
}
#header h1 {
left: 2vw;
top: 30px;
}
#header h2 {
right: 2vw;
}

nav .inner ul li {
font-size: 2rem;
}
nav .inner ul li a:hover {
background: #e4e4e4;
}
nav .inner ul li ul li a {
font-size: 1.8rem;
}

#news ul li {
padding: 20px;
border-right: 1px dotted #D5D5D5;
}

#footer .box div {
width: 30%;
}
#footer .box ul{
width: 60%;
justify-content: space-around;
}
#footer h6 {
padding-bottom: 20px;
}
}

@media (min-width: 961px) and (max-width: 1280px){
h2.head2 span {
font-size: 7rem;
}

#header h2 {
bottom: 80px;
font-size: 3.6vw;
}
#header h2 span {
font-size: 5vw;
}

#news ul li {
width: 50%;
}
#news ul li:nth-child(2n) {
border-right: none;
}
#news ul li:nth-child(-n+4) {
border-bottom: 1px dotted #D5D5D5;
}

#footer address {
font-size: 1.8rem;
}
}

@media (min-width: 1281px){
h2.head2 span {
font-size: 9rem;
}

#header h2 {
bottom: 100px;
font-size: 3rem;
}
#header h2 span {
font-size: 4.5rem;
}

#news ul li {
width: 33.333333%;
}
#news ul li:nth-child(-n+3) {
border-bottom: 1px dotted #D5D5D5;
}
#news ul li:nth-child(3n) {
border-right: none;
}

#footer address {
font-size: 2rem;
}
#footer .box ul li a {
font-size: 2rem;
}
}