@charset "UTF-8";

* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
font-weight: normal;
}
body {
font-family: 'Noto Sans JP', sans-serif;
overflow-x: hidden;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
direction: ltr;
}

::selection {
background: #0074be;
color: #fff;
}

::-moz-selection {
background: #0074be;
color: #fff;
}


/* header */
header.header {
width: 100%;
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 1000;
}
.head-inner {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 16px 2%;
}
h1.logo {
max-width: 200px;
width: 100%;
display: block;
}

nav.nav {
display: inline-block;
}
nav.nav ul {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: center;
position: relative;
}
nav.nav ul li {
margin-left: 24px;
}
nav.nav ul li:first-child {
margin: 0;
}
nav.nav ul li a {
font-size: .86rem;
font-weight: 400;
line-height: 1;
transition: all .3s ease;
}
nav.nav ul li a:hover {
color: #0074be;
}
nav.nav ul li:nth-child(8) a,
nav.nav ul li:nth-child(9) a {
background-color: #0074be;
border: 1px solid #0074be;
color: #fff;
padding: 4px 8px;
}
nav.nav ul li:nth-child(8) a:hover,
nav.nav ul li:nth-child(9) a:hover {
background-color: #fff;
color: #0074be;
}
.menu {
height: 20px;
position: relative;
right: 0;
top: 0;
width: 30px;
z-index: 9999;
cursor: pointer;
display: none;
}
.menu__line{
background: #000;
display: block;
height: 2px;
position: absolute;
transition:transform .3s;
width: 100%;
}
.menu__line--center{
top: 9px;
}
.menu__line--bottom{
bottom: 0;
}
.menu__line--top.active{
top: 8px;
transform: rotate(45deg);
}
.menu__line--center.active{
transform:scaleX(0);
}
.menu__line--bottom.active{
bottom: 10px;
transform: rotate(135deg);
}

/* main vs */
.swiper {
  width: 100%;
}
/*.main-vs {
width: 100%;
height: calc(100vh - 73.8px);
margin-top: 73.8px;
background-image: url(../img/top.jpg);
background-position: center;
background-size: cover;
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
}*/
.mv01 figure img.pc {
  display: block;
}
.mv01 figure img.sp {
  display: none;
}
.main-vs {
    width: 100%;
    /* height: calc(100vh - 73.8px); */
    margin-top: 73.8px;
    /* background-image: url(../img/top.jpg); */
    /* background-position: center; */
    /* background-size: cover; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.main-vs .main-inner {
    display: block;
    /* flex-flow: column; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    text-align: left;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    margin: auto;
    transform: translate(0, -50%);
    /* height: auto; */
}
/*.main-vs .main-inner {
display: flex;
flex-flow: column;
align-items: flex-start;
justify-content: flex-start;
text-align: left;
padding: 0 4%;
}*/
.main-vs .main-inner h2 {
font-size: 2rem;
font-weight: 400;
color: #fff;
display: block;
margin-bottom: 24px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.main-vs .main-inner p {
font-size: 4.2rem;
font-weight: 400;
color: #fff;
display: block;
line-height: 1.6;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
margin-bottom: 24px;
}
.main-vs .main-inner p.shouhyou {
  font-size: 1.16rem;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-top: 24px;
  line-height: 1.6;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  margin-bottom: 0px;
  }
.main-vs .main-inner a.head-mat {
font-size: 1.36rem;
font-weight: 400;
color: #fff;
background-color: #0074be;
padding: 10px 16px;
text-align: center;
display: inline-block;
transition: all .3s ease;
border: 2px solid #0074be;
}
.main-vs .main-inner a.head-mat:hover {
background-color: #fff;
color: #0074be;
}
.main-vs .main-inner ul {
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
padding-top: 48px;
}
.main-vs .main-inner ul li {
max-width: 100px;
width: 100%;
margin-right: 16px;
}

span.fs {
  font-size: 2.4rem;
  line-height: 3.2;
}

/* scroll bar */
span.scroll {
font-size: .7rem;
letter-spacing: .2em;
line-height: 1em;
color: #fff;
position: absolute;
right: 0%;
left: 0%;
bottom: 0%;
margin: auto;
display: inline-block;
overflow: hidden;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
z-index: 3;
height: 80px;
width: 1px;
background-color: #fff;
}
span.scroll:after {
content: "";
position: absolute;
left: -2%;
bottom: 6%;
width: 2px;
height: 100%;
display: inline-block;
background-color: #0074be;
z-index: -1;
animation: marquee 1.5s ease infinite;
animation-delay: 0s;
}

@keyframes marquee {
0% {
transform: translate3d(0, -101%, 0);
-webkit-transform: translate3d(0, -101%, 0);
}
100% {
transform: translate3d(0, 103%, 0);
-webkit-transform: translate3d(0, 103%, 0);
}
}

@-webkit-keyframes marquee {
0% {
transform: translate3d(0, 103%, 0);
-webkit-transform: translate3d(0, -101%, 0);
}
100% {
transform: translate3d(0, 103%, 0);
-webkit-transform: translate3d(0, 103%, 0);
}
}

/* contents common */

section {
width: 100%;
display: block;
position: relative;
}
section .inner {
max-width: 1100px;
width: 100%;
display: block;
position: relative;
padding: 0 2%;
margin: 0 auto;
}

.title-area {
width: 100%;
display: block;
text-align: center;
margin-bottom: 96px;
}
.title-area h2 {
font-size: 1.96rem;
font-weight: 400;
text-align: center;
display: inline-block;
padding-bottom: 24px;
margin-bottom: 24px;
position: relative;
}
.title-area h2:after {
content: "";
display: block;
width: 90px;
height: 2px;
background-color: #0074be;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;

}
.title-area span {
font-size: 1rem;
font-weight: 400;
text-align: center;
display: block;
}

/* contents start */

/* top mat */
.top-mat {
padding: 96px 0;
}
.top-mat h2 {
font-size: 1.96rem;
font-weight: 400;
text-align: center;
display: block;
margin-bottom: 48px;
}
.top-mat p {
font-size: 1.36rem;
text-align: center;
display: block;
line-height: 2;
}

/* notice */
.notice {
padding: 96px 0;
background-color: #f9f9f9;
}
.notice h2 {
font-size: 1.6rem;
font-weight: 400;
color: #0074be;
text-align: center;
display: block;
margin-bottom: 48px;
}
.notice p {
font-size: 1.16rem;
text-align: center;
display: block;
line-height: 2;
}

/* news */
.news {
padding: 96px 0;
}
.news-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
.news-flex .news-bloc {
width: 30%;
margin-bottom: 48px;
display: block;
}
.news-bloc .thumnail {
width: 100%;
display: block;
position: relative;
overflow: hidden;
padding-top: 56%;
margin-bottom: 16px;
}
.news-bloc figure {
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
}
.news-bloc span.date {
color: #0074be;
display: block;
margin-bottom: 8px;
font-weight: 400;
font-size: .9rem;
}
.news-bloc a h3 {
display: block;
font-size: .9rem;
line-height: 1.6;
transition: all .3s ease;
}
.news-bloc span.date span.new {
  display: inline-block;
font-size: .8rem;
font-weight: 600;
padding: 2px 4px;
margin-right: 8px;
color: #fff;
background-color: red;
}
.news-bloc a:hover h3 {
color: #0074be;
}

/* topics */
.topics {
padding: 96px 0;
background-color: #f9f9f9;
}

.topics ul.list {
width: 100%;
margin-bottom: 48px;
}
.topics li.list-item {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px dotted #666;
transition: all 0.4s ease;
}
.list li.is-hidden {
display: none;
}

.topics ul li.list-item .date {
width: 16%;
display: block;
font-size: .9rem;
line-height: 1.6;
color: #0074be;
}
.topics ul li.list-item .item-contents {
width: 84%;
display: block;
padding-left: 4%;
}
.topics ul li.list-item .item-contents a {
font-size: .9rem;
line-height: 1.6;
transition: all .3s ease;
}
.topics ul li.list-item .item-contents p {
  font-size: .9rem;
  line-height: 1.6;
}
.topics ul li.list-item .item-contents a:hover {
text-decoration: underline;
}

.list-btn {
text-align: center;
z-index: 999;
position: relative;
}
.list-btn button {
background-color: #0074be;
color: #fff;
border: none;
cursor: pointer;
outline: none;
padding: 8px 16px;
display: inline-block;
font-weight: 400;
}

/* contents */
.contents {
padding: 96px 0;
}
.contents-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
.contents-bloc {
width: 30%;
display: block;
margin-bottom: 48px;
}
.contents-bloc .contents-video {
width: 100%;
display: block;
margin-bottom: 16px;
}
.contents-bloc .contents-video video {
width: 100%;
}
.contents-bloc h3 {
font-size: 1.16rem;
font-weight: 400;
transition: all .3s ease;
margin-bottom: 16px;
}
.contents-bloc h3:hover {
color: #0074be;
}
.contents-bloc p {
font-size: .9rem;
line-height: 1.6;
}

/* companies */
.companies {
padding: 96px 0;
}
.companies ul.company-list {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
.companies ul.company-list li {
width: 16%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 24px;
padding: 1%;
}
.companies ul.company-list li a img {
max-height: 100px;
}

/* footer */
footer.footer {
width: 100%;
display: block;
position: relative;
}
.foot-nav-area {
width: 100%;
background-color: #0074be;
display: block;
padding: 48px 0;
}
.foot-nav-inner {
max-width: 1100px;
width: 100%;
display: block;
padding: 0 2%;
margin: 0 auto;
position: relative;
}
.foot-nav-inner .pagetop {
width: 64px;
position: absolute;
top: -128px;
right: 2%;
}


nav.foot-nav {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
nav.foot-nav ul.sub-nav {
width: calc(100% / 3);
display: block;
padding: 0 24px;
border-left: 1px solid #fff;
}
nav.foot-nav ul.sub-nav:last-child {
border-right: 1px solid #fff;
}
nav.foot-nav ul.sub-nav li {
padding-bottom: 16px;
}
nav.foot-nav ul.sub-nav li:last-child {
padding: 0;
}
nav.foot-nav ul.sub-nav li a {
font-size: .86rem;
color: #fff;
}

.copy-area {
width: 100%;
padding: 48px 2%;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
}
.copy-area h2 {
width: 96px;
display: block;
margin-bottom: 24px;
}
.copy-area p.copy {
font-size: .86rem;
}

/* loadning */
#loading{
width:100%;
height:100vh;
background-color:#fff;
position:fixed;
display:flex;
justify-content:center;
align-items:center;
flex-flow:column;
top:0;
left:0;
z-index:9999;
overflow:hidden
}
#loading video {
position: fixed;
min-width: 100%!important;
min-height: 100%!important;
width: auto;
height: auto;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
}


#loading.slideUp{
top:-100%
}

#loading .load-img {
position:relative;
width:48px;
height:auto;
min-height:0;
}
#loading .load-logo {
position:relative;
width:96px;
height:auto;
min-height:0;
margin-bottom: 36px;
}

/* sub contents */
.sub-header-area {
width: 100%;
height: 240px;
display: block;
position: relative;
margin: 73.8px 0 96px;
background-image: url(../img/sub-header.jpg);
background-position: center;
background-size: cover;
}

.license-header-area {
  width: 100%;
  height: 240px;
  display: block;
  position: relative;
  margin: 73.8px 0 96px;
  background-image: url(../img/license/top.jpg);
  background-position: center;
  background-size: cover;
  }

/* about */
.about .about-bloc {
width: 100%;
display: block;
margin-bottom: 128px;
}
.about h3 {
font-size: 1.6rem;
font-weight: 400;
display: block;
margin-bottom: 48px;
padding-left: 16px;
border-left: 8px solid #0074be;
}
.about h4 {
  font-size: 1.36rem;
  line-height: 1.6;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}
.about p {
font-size: 1rem;
line-height: 1.96;
display: block;
}
.about .spacer {
  width: 100%;
  display: block;
  height: 32px;
}
.about p a {
  font-size: 1rem;
  line-height: 1.96;
  display: inline-block;
  color: #0074be;
}

.about figure {
width: 100%;
display: block;
margin-bottom: 48px;
}
.about .image-area {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 48px;
}
.about .image-area figure.flow {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0px auto;
  }

.about .about-bloc .about-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.about .about-bloc .about-flex .about-info {
width: 78%;
display: block;
}
.about .about-bloc .about-flex .about-image {
width: 20%;
display: block;
text-align: right;
}
.about .about-bloc .about-flex .about-image figure {
margin-bottom: 16px;
}
.about .about-bloc .about-flex .about-image h4 {
font-size: .76rem;
font-weight: 400;
padding-bottom: 8px;
}
.about .about-bloc .about-flex .about-image p {
font-size: .86rem;
font-weight: 400;
padding-bottom: 8px;
}
.about .about-bloc .about-flex .about-image h5 {
font-size: 1rem;
font-weight: 400;
}

.about a.sdgs {
background-color: #0074be;
border: 1px solid #0074be;
color: #fff;
padding: 4px 8px;
display: inline-block;
transition: all .3s ease;
margin-top: 24px;
font-weight: 400;
}
.about a.sdgs:hover {
background-color: #fff;
color: #0074be;
}
.about dl {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
.about dl dt {
font-size: .9rem;
width: 20%;
display: block;
padding-bottom: 16px;
margin-bottom: 16px;
border-bottom: 1px solid #666;
line-height: 1.8;
}
.about dl dd {
font-size: .9rem;
width: 80%;
padding-bottom: 16px;
margin-bottom: 16px;
border-bottom: 1px solid #666;
line-height: 1.8;
}
.about dl dd a {
font-size: .9rem;
line-height: 1.8;
color: #0074be;
}

/* mat */
.mat .mat-bloc {
width: 100%;
display: block;
margin-bottom: 128px;
}
.mat h3 {
font-size: 1.6rem;
font-weight: 400;
display: block;
margin-bottom: 48px;
padding-left: 16px;
border-left: 8px solid #0074be;
}
.mat p {
font-size: 1rem;
line-height: 1.96;
display: block;
}
.mat figure {
width: 100%;
display: block;
margin-bottom: 48px;
}
.mat-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.mat-info-bloc {
width: 60%;
display: block;
padding-right: 24px;
}
.movie-bloc {
width: 40%;
display: block;
margin-top: -48px;
}
.mat h4 {
font-size: 1.36rem;
font-weight: 400;
display: block;
margin-bottom: 24px;
}
.mat .spacer {
width: 100%;
height: 24px;
display: block;
}
.sdgs-table {
width: 100%;
display: block;
margin-bottom: 96px;
}
.sdgs-table table {
border-collapse: collapse;
width: 100%;
}
.sdgs-table table th {
width: 40%;
}
.sdgs-table table th:nth-child(2) {
width: 20%;
}
.sdgs-table table th {
background-color: #0074be;
color: #fff;
}
.sdgs-table table th, .sdgs-table table td {
border: 1px solid #000;
padding: 12px;
vertical-align: middle;
line-height: 1.6;
font-size: .9rem;
}
ul.sdgs-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
ul.sdgs-flex li:first-child {
width: 33%;
}
ul.sdgs-flex li {
width: 63%;
}
ul.sdgs-flex li h4 {
font-size: 1rem;
line-height: 1.6;
margin: 0;
}
ul.sdgs-flex li p {
font-size: .9rem;
margin: 8px 0 0 0;
}

/* certification */
.certification .cert-bloc {
width: 100%;
display: block;
margin-bottom: 128px;
}
.certification .cert-bloc02 {
width: 100%;
display: block;
margin-bottom: 48px;
}
.certification h3 {
font-size: 1.6rem;
font-weight: 400;
display: block;
margin-bottom: 48px;
padding-left: 16px;
border-left: 8px solid #0074be;
}
.certification h4 {
font-size: 1.36rem;
font-weight: 400;
display: block;
margin-bottom: 24px;
}
.certification h5 {
font-size: 1.26rem;
font-weight: 400;
display: block;
margin-bottom: 24px;
}
.certification p {
font-size: 1rem;
line-height: 1.96;
display: block;
}
.certification p.mb24 {
font-size: 1rem;
line-height: 1.96;
display: block;
margin-bottom: 24px;
}
.certification p a {
font-size: 1rem;
line-height: 1.96;
display: inline-block;
color: #0074be;
}
.certification figure {
width: 100%;
display: block;
margin-bottom: 48px;
}
.cert-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.cert-flex .cert-image {
width: 20%;
}
.cert-flex .cert-info {
width: 76%;
}

/* contact */
.contact-wrap {
width: 100%;
display: block;
position: relative;
min-height: 54.5vh;
padding-bottom: 128px;
}
.contact-wrap dl {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
padding: 0 0 0 0;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}

.contact-wrap dt {
width: 25%;
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 14px;
font-size: .9rem;
font-weight: bold;
line-height: 1.2;
}
.contact-wrap dt span.req {
padding: 3px 5px;
color: #fff;
font-weight: 700;
font-size: .8rem;
background-color: #0074be;
line-height: 1.2;
}
.contact-wrap dd {
width: 70%;
display: block;
padding-bottom: 20px;
font-size: .9rem;
line-height: 1.2;
}
.contact-wrap dd input[type="text"], .contact-wrap dd select {
width: 100%;
font-family: inherit;
padding: 7px 2%;
font-size: .9rem;
background: #fff;
border: 1px solid #ddd;
color: #666!important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.contact-wrap dd textarea {
width: 100%;
height: 120px;
padding: 7px 12px;
box-sizing: border-box;
resize: vertical;
font-size: 14px;
background: #fff;
border: 1px solid #ddd;
color: #666!important;
}
.submit_area {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
padding: 24px 0 0 0;
}
.confirmation_btn {
font-family: inherit;
width: 48%;
padding: 15px 10px;
font-size: 14px;
background: #0074be;
color: #fff;
border: 2px solid #0074be;
cursor: pointer;
font-weight: 500;
line-height: 1em;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.contact-wrap p.confirmation {
font-size: 1rem;
line-height: 2em;
padding-bottom: 48px;
text-align: center;
}
input[type="submit"][value="送信"] {
font-family: inherit;
padding: 10px 30px;
font-size: 16px;
background: none;
border: 2px solid #0074be;
background: #0074be;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
}
input[type="button"][value="戻る"] {
font-family: inherit;
padding: 10px 30px;
font-size: 16px;
background: none;
border: 2px solid #0074be;
background: none;
color: #0074be;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
}
input[type="button"][value="TOPページ"] {
font-family: inherit;
padding: 10px 30px;
font-size: 16px;
background: none;
border: 2px solid #0074be;
background: #0074be;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
}

/* privacy policy */
.policy h3 {
font-size: 1.36rem;
font-weight: 400;
display: block;
padding-bottom: 24px;
}

.policy p {
font-size: 1rem;
line-height: 1.96;
padding-bottom: 48px;
display: block;
}
.policy .spacer {
width: 100%;
height: 96px;
display: block;
}

/* login */
.login-area {
width: 100%;
max-width: 640px;
margin: 0 auto 128px;
display: block;
position: relative;
background-color: #f9f9f9;
padding: 2%;
}
.login-area p {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.input-form p {
font-size: 1rem;
display: block;
padding-bottom: 16px;
}
.input-form input[type="text"],.input-form input[type="password"] {
width: 100%;
font-family: inherit;
padding: 7px 2%;
font-size: .9rem;
background: #fff;
border: 1px solid #ddd;
color: #666!important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
margin-bottom: 24px;
}
.input-form button.button {
padding: 10px 30px;
font-size: 16px;
background: none;
border: 2px solid #0074be;
background: #0074be;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
text-align: center;
margin: 0 auto;
display: block;
}

/* contents */
.contents-wrap {
width: 100%;
display: block;
position: relative;
}
.contents-wrap h3 {
font-size: 1.6rem;
font-weight: 400;
display: block;
margin-bottom: 48px;
padding-left: 16px;
border-left: 8px solid #0074be;
}
.contents-wrap h4 {
font-size: 1.36rem;
font-weight: 400;
display: block;
margin-bottom: 48px;
color: #0074be;
}
.contents-wrap p {
font-size: 1rem;
line-height: 1.96;
padding-bottom: 48px;
}

.contents-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
}
.contents-flex-info {
width: 58%;
display: block;
}
.contents-flex-image {
width: 40%;
display: block;
}
.contents-flex-image span {
font-size: .9rem;
font-weight: 400;
color: #0074be;
padding-bottom: 16px;
line-height: 1.6;
display: block;
}

.energy-image {
width: 100%;
display: block;
text-align: center;
position: relative;
}
.energy-image span {
font-size: .9rem;
font-weight: 400;
color: #0074be;
padding-bottom: 16px;
line-height: 1.6;
display: block;
}
.energy-image img {
max-width: 640px;
width: 100%;
margin: 0 auto;
}

.video-area {
width: 100%;
display: block;
position: relative;
}
.video-area video {
width: 100%;
height: auto;
display: block;
margin-bottom: 24px;
}
.video-area span.caution {
font-size: .9rem;
color: red;
line-height: 1.6;
}
.attention-area {
width: 100%;
display: block;
padding-bottom: 96px;
}
ul.attention-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
ul.attention-flex li {
width: calc(100% / 9.2);
display: flex;
justify-content: flex-start;
align-items: center;
flex-flow: column;
padding-bottom: 48px;
}
ul.attention-flex li img {
max-width: 160px;
width: 100%;
display: block;
margin: 0 auto 24px;
}
ul.attention-flex li p {
font-size: .9rem;
font-weight: 400;
padding-bottom: 0;
line-height: 1.6;
}
.attention-area p.small {
font-size: .9rem;
line-height: 1.6;
}

.thesis-area {
width: 100%;
display: block;
position: relative;
padding-bottom: 96px;
}
.thesis-area ul.list {
width: 100%;
margin-bottom: 48px;
}
.thesis-area ul li.list-item {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px dotted #666;
transition: all 0.4s ease;
}
.thesis-area ul li.list-item .date {
width: 12%;
display: block;
font-size: .9rem;
line-height: 1.6;
color: #0074be;
}
.thesis-area ul li.list-item .item-contents {
width: 88%;
display: block;
padding-left: 4%;
}
.thesis-area ul li.list-item .item-contents a {
font-size: .9rem;
line-height: 1.6;
transition: all .3s ease;
}
.thesis-area ul li.list-item .item-contents a:hover {
color: #0074be;
}

.table-area {
width: 100%;
display: block;
position: relative;
}
/*タブ切り替え全体のスタイル*/
.tabs {
padding-bottom: 40px;
background-color: #fff;
width: 100%;
margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
height: 50px;
border-bottom: 3px solid #0074be;
background-color: #d9d9d9;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #565656;
display: block;
float: left;
text-align: center;
font-weight: bold;
transition: all 0.2s ease;
cursor: pointer;
}
.tab_item:hover {
opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 40px 0 0;
clear: both;
overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #0074be;
color: #fff;
}

h3.c-txtsp {
font-size: 1.16rem;
line-height: 1.6;
font-weight: 400;
padding: 0 0 24px 0;
border: 0;
margin: 0;
}
.table-bloc {
width: 100%;
overflow-x: scroll;
margin-bottom: 48px;
display: block;
}
.table-bloc table {
word-break: break-all;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-bottom: 20px;
border-color: grey;
display: table;
white-space: nowrap;
}
.table-bloc table td,.table-bloc table thead {
padding: 16px 8px;
font-size: .76rem;
border-bottom: 1px solid gray;
vertical-align: middle;
text-align: center;
}
.table-bloc table td {
min-width: 70px;
}

.evaluation-button {
width: 100%;
display: block;
text-align: center;
padding-bottom: 96px;
}
.evaluation-button a {
font-size: 1.36rem;
font-weight: 400;
color: #fff;
background-color: #0074be;
border: 2px solid #0074be;
transition: all .3s ease;
display: inline-block;
padding: 16px 24px;
margin-bottom: 24px;
}
.evaluation-button a:hover {
color: #0074be;
background-color: #fff;
}
.evaluation-button p {
font-size: .9rem;
}

/* contents-inner */
.contents-inner {
width: 100%;
display: block;
position: relative;
padding-bottom: 96px;
}
ul.ex-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
padding-bottom: 48px;
}
ul.ex-flex li {
width: 48%;
display: block;
margin-bottom: 24px;
}
ul.ex-flex li.w100 {
width: 100%;
}
ul.ex-flex li span.img-info {
font-size: .9rem;
font-weight: 400;
color: #0074be;
padding-bottom: 16px;
line-height: 1.6;
display: block;
}
.contents-inner figure {
display: inline-block;
padding-bottom: 48px;
}

/* infection */
.infection-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
padding-bottom: 48px;
}
.infection-info {
width: 48%;
}
.infection-image {
width: 48%;
}
.infection-image figure {
width: 100%;
display: block;
padding-bottom: 24px;
}
.infection-image p {
font-size: .9rem;
font-weight: 400;
color: #0074be;
line-height: 1.6;
display: block;
padding-bottom: 0;
}



/* mail magazine */
.magazine-area {
width: 100%;
display: block;
padding-bottom: 96px;
}
.magazine-area a {
line-height: 1.96;
}
ul.magazine-list {
width: 100%;
display: block;
padding-bottom: 48px;
}
ul.magazine-list li {
width: 100%;
display: block;
padding-bottom: 12px;
margin-bottom: 12px;
border-bottom: 1px solid #ddd;
}
ul.magazine-list li a {
font-size: .96rem;
line-height: 1.6;
transition: all .3s ease;
}
ul.magazine-list li a:hover {
color: #0074be;
}
ul.magazine-list li span.small {
font-size: .86rem;
line-height: 1.6;
}



/* SUPPORTERS CLUB 20240311作成 */
.supporters_header {
  width: 100%;
  display: block;
  position: relative;
  margin: 73.8px 0 96px;
}
.supporters .contents-flex {
  row-gap: 70px;
}
.supporters_contents_box {
  width: 46%;
}
.supporters_contents_box h3 {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin-bottom: 48px;
  padding-left: 16px;
  border-left: 8px solid #0074be;
}
.supporters_contents_box ul li {
  margin-bottom: 15px;
}
.supporters_contents_box ul li:last-child {
  margin-bottom: 0;
}
.supporters_contents_box ul li a {
  transition: all .3s ease;
  line-height: 1.5;
}
.supporters_contents_box ul li a:hover {
  color: #0074be;
}

@media screen and (max-width:767px) {
  .supporters_contents_box {
    width: 100%;}
}
@media screen and (max-width:767px) {
  .supporters_contents_box {
    width: 100%;}
}
@media screen and (max-width:480px) {
  .supporters_header {
    margin: 57.63px 0 96px;
  }
  }

/* SUPPORTERS CLUB_end */


@media screen and (max-width:960px) {
.menu {
display: block;
}
h1.logo {
z-index: 1000;
position: relative;
}
nav.nav {
display: none;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
-webkit-backdrop-filter: saturate(120%) blur(2px);
backdrop-filter: saturate(120%) blur(2px);
z-index: 999;
}
nav.nav ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-flow: column;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
nav.nav ul li {
margin-left: 0px;
margin-bottom: 32px;
}
nav.nav ul li:first-child {
margin: 0 0 32px 0;
}
nav.nav ul li a {
font-size: 1.16rem;
display: block;
}
}

@media screen and (max-width:480px) {

.head-inner {
padding: 10px 4%;
}
h1.logo {
max-width: 180px;
width: 100%;
display: block;
}

.mv01 figure img.pc {
  display: none;
}
.mv01 figure img.sp {
  display: block;
}
.main-vs {
width: 100%;
height: calc(100vh - 57.63px);
margin-top: 57.63px;
}
.main-vs {
width: 100%;
height: calc(667px - 57.63px);
margin-top: 57.63px;
}
.main-vs .main-inner h2 {
font-size: 1rem;
margin-bottom: 16px;
}
.main-vs .main-inner p {
font-size: 1.36rem;
}
.main-vs .main-inner p.shouhyou {
  font-size: 1.06rem;
  }
.main-vs .main-inner a.head-mat {
font-size: 1rem;
padding: 4px 8px;
}
.main-vs .main-inner ul {
padding-top: 24px;
}
.main-vs .main-inner ul li {
max-width: 52px;
margin-right: 8px;
}
span.fs {
  font-size: .8rem;
  line-height: 3.2;
}
section .inner {
padding: 0 4%;
}
.title-area h2 {
font-size: 1.6rem;
}
.title-area h2:after {
width: 60px;
}
.news-flex .news-bloc {
width: 100%;
}
.topics ul li.list-item .item-contents {
width: 100%;
padding-left: 0;
}
.topics ul li.list-item .date {
width: 100%;;
padding-bottom: 8px;
}
.contents-bloc {
width: 100%;
}
.companies ul.company-list li {
width: 48%;
justify-content: center;
}
.foot-nav-inner {
padding: 0 4%;
}
.foot-nav-inner .pagetop {
width: 48px;
top: -96px;
right: 2%;
}
nav.foot-nav ul.sub-nav {
width: 100%;
padding: 0;
border-left: 0;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid #fff;
}
nav.foot-nav ul.sub-nav:last-child {
border-right: 0;
border-bottom: 0;
}
.copy-area h2 {
width: 64px;
}
.sub-header-area {
height: 140px;
margin: 57.63px 0 96px;
}
.about h3 {
font-size: 1.36rem;
line-height: 1.6;
}
.about .about-bloc .about-flex .about-info {
width: 100%;
margin-bottom: 48px;
}
.about .about-bloc .about-flex .about-image {
width: 60%;
display: block;
text-align: right;
margin: 0 auto;
}
.about dl dt {
width: 100%;
}
.about dl dd {
width: 100%;
border-bottom: 0;
}
.about h4 {
  font-size: 1.16rem;
}

.mat h3 {
font-size: 1.36rem;
line-height: 1.6;
}
.mat-info-bloc {
width: 100%;
padding-right: 0;
padding-bottom: 48px;
}
.movie-bloc {
width: 80%;
margin-top: 0;
margin:  0 auto;
}
.movie-bloc video {
width: 100%;
display: block;
}
.mat h4 {
font-size: 1.26rem;
}
.sdgs-table {
overflow-x: scroll;
}
.sdgs-table table {
word-break: break-all;
white-space: nowrap;
}
ul.sdgs-flex li:first-child {
width: 10%;
}
ul.sdgs-flex li {
width: 88%;
}
.certification h3 {
font-size: 1.36rem;
line-height: 1.6;
}
.certification h4 {
font-size: 1.16rem;
line-height: 1.6;
}
.certification h5 {
font-size: 1.06rem;
line-height: 1.6;
}
.thesis-area ul li.list-item .date {
width: 100%;
padding-bottom: 16px;
}
.thesis-area ul li.list-item .item-contents {
width: 100%;
padding-left: 0;
}
.tab_item {
font-size: .9rem;
}
.evaluation-button a {
font-size: 1.06rem;
}
.contact-wrap dt {
width: 100%;
}
.contact-wrap dd {
width: 100%;
}
.contents-wrap h3 {
font-size: 1.36rem;
line-height: 1.6;
}
.contents-wrap h4 {
font-size: 1.36rem;
line-height: 1.6;
}
ul.ex-flex li {
width: 100%;
margin-bottom: 48px;
}
.infection-info {
width: 100%;
}
.infection-image {
width: 100%;
}
ul.attention-flex li {
width: calc(100% / 3.9);
}
.contents-flex-info {
width: 100%;
}
.contents-flex-image {
width: 100%;
}
#loading video {
width: 100%!important;
height: 100%!important;
}
}