@import url("reset.css");
.dopc {
  display: none;
}
:root {
  --color-green1: #1b4670;
  --color-green2: #4c9ff7;
  --color-gray: #ccc;
}
a {
  cursor: pointer;
}
body {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS PGothic', Osaka, arial, sans-serif;
  font-weight: 300;
  color: #1a1a1a;
  overflow-x: hidden;
  /*background: url('/img/bg.webp') center top;*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  height: 100vh;
  /* background-color: #fff8e0; */
  background-color: #ffffff;
}
.clear {
  clear: both;
}
.hidden {
  opacity: 0;
}
.inner {
  position: relative;
  padding: 5px;
  box-sizing: border-box;
}

.topText {
}

.gm {
  background: rgba( 255, 255, 255, 0.6 );
  box-shadow: 0 2px 8px 0 rgba( 31, 38, 135, 0.2 );
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  padding: 5px;
  border-radius: 5px;
}
/* header */
header {
  height: 50px;
  width: 100%;
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 0;
  z-index: 9999;
  background: #4c9ff7;
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  box-shadow: 0 2px 8px 0 rgba( 31, 38, 135, 0.2 );
}
#headerLogoWrap {
  float: left;
}
#headerLogoWrap img {
  height: 30px;
  position: relative;
  top: 5px;
  /* left: -2px; */
}
#headerLogoWrap span {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 16px;
}
#headerLogoWrap span.ja {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 10px;
  position: relative;
  top: -10px;
}
#headerLogoWrap #logoTextWrap {
  display: inline-block;
}
/* nav */
#menuBtn {
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 9999;
    right: 0;
}
#menuBtn span,
#menuBtn span:before,
#menuBtn span:after{
  display: inline-block;
  width: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition	: 0.2s ease-in-out;
  -moz-transition	: 0.2s ease-in-out;
  -o-transition	: 0.2s ease-in-out;
  transition		: 0.2s ease-in-out;
}
#menuBtn span {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
}
#menuBtn span:before,
#menuBtn span:after{
  content: "";
  display: block;
  clear: both;
}
#menuBtn span:before{
  position: absolute;
  top: 10px;
  right: 0;
}
#menuBtn span:after{
  position: absolute;
  top: 20px;
  right: 0;
}
#menuBtn.active span {
    position: fixed;
    top: 25px;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
#menuBtn.active span:before{
  content: "";
  clear: both;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  opacity:0;
}
#menuBtn.active span:after{
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
#headerMenu {
  position: fixed;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  top: 55px;
  right: -300px;
  z-index: 9999;
  transition: all 1s;
  /* height: calc(100vh - 100px); */
  overflow-x: hidden;
  overflow-y: scroll;
  background: rgb(76 159 247);
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  box-shadow: 0 2px 8px 0 rgba( 31, 38, 135, 0.2 );
}
#headerMenu.active {
    right: 5px;
}
#headerMenu a {
  /* font-family: 'Noto Serif JP', serif; */
  line-height: 40px;
}
/* main */
#headCatch {
  height: 210px;
  overflow: hidden;
  position: relative;
  top: 50px;
}
#headCatch video {
  height: 100%;
  position: relative;
  /*left: -100%;*/

}
#headCatch #textWrap {
  position: absolute;
  width: 100%;
  height: 230px;
  top: calc(50% - 100px);
  text-align: center;
  z-index: 2;
  color: #fff;
}
#headCatch #textWrap #text1 {
  letter-spacing: 2px;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 20px;
}
#headCatch #textWrap #text2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}
#headCatch #mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/img/mask.png');
}
.bgGray {
  background: rgb(253,253,253);
}
.bgGray .inner {
  background-color: #e5f1f7;
}
.contents {

}

#catchCopy{
  margin-top: 70px;
}


.bigTitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 27px;
  margin: 30px 20px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
}


.bigTitle::first-letter {
  /* font-size: 150%; */
  font-weight: bold;
  color: #72C6EF;
  vertical-align: bottom;
}

.bigTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  /* background: linear-gradient(to right, var(--color-green2), var(--color-green1)); */
  background: linear-gradient(to right, #72C6EF, #ffffff);
}
#catchCopy article {
  /* font-family: 'Noto Serif JP', serif; */
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 2px;
}
article {
  margin: 10px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}

#business article {
  margin: 0px;
  font-size: 14px;
  line-height: 23px;
}

.newsList .date {
  font-weight: bold;
  font-size: 24px;
}
.newsList .text {
  margin: 5px;
}
.imgList {
  margin: 30px;
}
.imgList img{
}

.imgList li {
  position: relative;
  margin: 10px;
}
.imgList li .text {
  position: absolute;
  bottom: -5px;
  right: -2px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
.readMore {
  /* background: linear-gradient(to bottom right, var(--color-green2), var(--color-green1)); */
  background: linear-gradient(to right, #72C6EF, #0168ec);
  /* float: right; */
  /* float: right; */
  padding: 10px 0;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 30px;
  color: #fff;
  width: 50%;
  margin: 30px auto;
  display: block;
}
#access article {
}
#access article .name {
  font-weight: bold;
  font-size: 18px;
}
#access #mapWrap {
    width: 100%;
    height: 200px;
}
#access #mapWrap iframe {
  width: 100%;
  height: 100%;
}
/* footer */
footer {
  border-top: solid 1px #ccc;
  background-color: #4c9ff7;
}
#footerLogoWrap {
  text-align: center;
  margin-top: 10px;
}
#footerLogoWrap img {
  width: 200px;
}
#footerLogoWrap span {
  font-weight: bold;
  display: block;
  letter-spacing: 5px;
  height: 30px;
  font-size: 20px;

}
#footerLogoWrap span.ja {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 12px;
}
#footerLogoWrap #logoTextWrap {
  display: inline-block;
}
#footerMenu {
  color: #ffffff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#footerMenu li {
  margin: 5px;
  width: calc(50% - 15px);
  text-align: center;
}
#copyRight {
  background: linear-gradient(to bottom right, var(--color-green2), var(--color-green1));
  color: #fff;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  background: #0e2034;
}
.common {
  min-height: calc(100vh - 432px);
  margin: 50px 0 5px;
}
/* company */
#historyList {
  margin: 20px 20px 100px;
}
#historyList li:nth-child(odd) {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-style: italic;
  opacity: 0.5;
}
#historyList li:nth-child(odd)::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 190px);
  float: right;
  position: relative;
  top: 30px;
  background: #ccc;
}
#historyList li:nth-child(even) {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  margin: 20px 40px 40px;
  font-size: 18px;
}
#companyInfo {
    margin: 20px;
    font-size: 18px;
}
#companyInfo li:nth-child(odd) {
  margin: 20px;
  font-weight: bold;
}
#companyInfo li:nth-child(even) {
  margin: 20px 20px 20px 40px;
}
/* business */
#businessListWrap {
}
.businessList {
  margin: 20px;
  padding: 30px;
  position: relative;
  border: solid 3px var(--color-green2);
}
.businessList li {
  margin-left: 30px;
  padding: 5px;
  z-index: 0;
  position: relative;
}
.businessList li.listHead {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 28px;
  margin: 0 0 20px 0;
}
.businessList li.listHead span {
}
.businessList li.listHead .line {
  height: 1px;
  background: #ccc;
}
.businessList#logi {
  background: url('/img/company/1.jpg');
  background-size: cover;
  background-position: center;
}
/*
.businessList#environment {
  background: url('/img/company/2.webp');
  background-size: cover;
}
*/
.businessList#advertise {
  background: url('/img/company/2.jpg');
  background-size: cover;
  background-position: center;
}
.businessList#system {
  background: url('/img/company/3.jpg');
  background-size: cover;
  background-position: center;
}
.businessList::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.6)); 
}
#makerList {
  display: flex;
  flex-wrap: wrap;
}
#makerList li {
  width: 39%;
  padding: 20px;
}
#makerList .title {
  margin-bottom :10px;
  font-weight: bold;
}
#makerListChild li {
  list-style-type: square;
  width: auto;
  padding: 0;
  font-size: 10px;
  margin-left: 20px;
}
#makerListChild li::marker {
  color: var(--color-green2);
}
/* ir */
#irList .title {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    /*margin: 40px 0;*/
    text-align: center;
    line-height: 35px;
}

#irList .irContact {
  background: linear-gradient(to bottom right, #4c9ff7, var(--color-green1));
  /*float: right;*/
  padding: 10px 50px;
  letter-spacing: 2px;
  margin-top: 30px;
  color: #fff;
  margin: 30px auto;
}


#irList .contact {
  text-align: center;
  padding: 20px 0 ;
}

#irinfo .subTitle {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
#irinfo p {
}
#irinfo #ceoBox {
  width: 200px;
  margin: 20px auto;
}
#irinfo #ceoBox .imgWrap {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  overflow: hidden;
}
#irinfo #ceoBox .name {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
/* compliance */
#compliance .subTitle {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 23px;
  margin: 20px;
}
#compliance .subTitle::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc;
}

#compliance p {
  padding: 10px;
  line-height: 24px;
}
/* contact */
#contactForm {
  margin: 50px 20px;
  font-size: 20px;
}
#contactForm li:nth-child(odd) {
  font-weight: bold;
  font-size: 18px;
  margin: 10px 10px 5px;
}
#contactForm li:nth-child(odd)::after {
  content: "";
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  position: relative;
  top: 3px;
  left: 0;
  margin-right: 10px;
  /* background: linear-gradient(to bottom right, var(--color-green2), var(--color-green1)); */
  background: linear-gradient(to right, #72C6EF, #0168ec);
}
#contactForm li {

}

#contactForm li:nth-child(even){
  margin: 10px 10px 15px;
}


#contactForm input[type="text"],#contactForm textarea {
  border: solid 2px #4c9ff7;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
#contactForm input[type="email"] {
  border: solid 2px #4c9ff7;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
#sendBtn {
  display: block;
  /* background: linear-gradient(to bottom right, var(--color-green2), var(--color-green1)); */
  background: linear-gradient(to right, #72C6EF, #0168ec);
  padding: 10px;
  letter-spacing: 2px;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
#contact .subTitle {
  margin: 0 20px;
  font-size: 12px;
  text-align: center;
}
/* sdgs */
#sdgs .title {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 22px;
  margin: 0 0 20px 0;
  text-align: center;
}
#sdgs .subTitle {
  font-size: 24px;
  /* font-family: 'Noto Serif JP', serif; */
  margin-bottom: 20px;
}

#sdgs .subTitle p{
  font-size: 14px;
}

#sdgsImg {
  display: block;
  margin: 20px auto;
}
#sdgsList {
  display: flex;
  flex-wrap: wrap;
}
#sdgsList li{
  width: 100%;
}

#sdgsList p {
  margin :10px;
  padding: 10px;
}
#sdgs .subTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  /* background: linear-gradient(to right, var(--color-green2), var(--color-green1)); */
  background: linear-gradient(to right, #72C6EF, #ffffff);
}