@import url("reset.css");
.dosp {
  display: none;
}
:root {
  --color-green1: #1b4670;
  --color-green2: #04366a;
  --color-gray: #ccc;
}
a {
  cursor: pointer;
}
body {
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN","Hiragino Sans", "Noto Sans", Meiryo, 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; */
  /* background-color: #fff8e0; */
  background-color: #ffffff;
}

.clear {
  clear: both;
}
.hidden {
  opacity: 0;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.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: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #72C6EF;
  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 {
  width: 500px;
  top: 10px;
  left: 0px;
  position: absolute;
}

#headerLogoWrap span {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 26px;
}
#headerLogoWrap span.ja {
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 12px;
  position: relative;
  top: -10px;
}
#headerLogoWrap #logoTextWrap {
  display: inline-block;
}
#headerMenu {
  float: right;
  display: flex;
  margin: 15px 0;
  color: #ffffff;
}
#headerMenu li {
  /* font-weight: 500; */
  font-size: 16px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}
/* main */
#headCatch {
  height: 700px;
  overflow: hidden;
  position: relative;
}
#headCatch video {
  width: 100%;
}
#headCatch #textWrap {
  position: absolute;
  width: 100%;
  height: 100px;
  top: calc(50%);
  text-align: center;
  z-index: 2;
  color: #fff;
}
#headCatch #textWrap #text1 {
  letter-spacing: 2px;
  font-size: 50px;
}
#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 {
  border-left: solid 1px #ccc;
}
.contents {
  /*padding :50px;*/
  /*background-color: #e7d0a9;*/

}
.bigTitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  line-height: 60px;
  margin: 40px 0;
  font-weight: 300;
  letter-spacing: 7px;
}

.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, #72C6EF, #ffffff);
}
#catchCopy article {
  /* font-family: 'Noto Serif JP', serif; */
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 3px;
  text-indent: 3px;
}
article {
  /*margin: 50px;*/
}
.newsList .date {
  font-weight: bold;
  font-size: 30px;
}
.imgList {
  display: flex;
}
.imgList img{
  height: 200px;
  width: 340px;
}
.imgList li {
  position: relative;
  margin: 10px;

}
.imgList li .text {
  position: absolute;
  bottom: -12px;
  right: -3px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.readMore {
  background: linear-gradient(to right, #72C6EF, #0168ec);  float: right;
  padding: 10px 50px;
  letter-spacing: 2px;
  margin-top: 30px;
  color: #fff;
  margin: 30px auto;
}

#access article {
  float: left;
}
#access article .name {
  font-weight: bold;
  font-size: 18px;
}
#access #mapWrap {
  float: right;
  width: 70%;
  height: 300px;
}
#access #mapWrap iframe {
  width: 100%;
  height: 100%;
}
/* footer */
footer {
  background-color: #72C6EF;
  border-top: solid 1px #ccc;
}
#footerLogoWrap {
  text-align: center;
  /*margin: 50px 0;*/
}
#footerLogoWrap img {
  width: 280px;
  margin-top: 25px;
}
#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;
  margin: 20px;
}
#footerMenu li {
  margin: 5px;
}
#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-top: 90px;
}
/* company */
#historyList {
  margin-bottom: 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: 100px 100px;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
}
#companyInfo li:nth-child(odd) {
  margin: 20px;
  width: calc(25% - 60px);
  font-weight: bold;
}
#companyInfo li:nth-child(even) {
  margin: 20px;
  width: calc(78% - 53px);
}

#companyInfo li.purpose{
  /* font-size: 18px; */
}


#company .imgList img{
}

/* business */
#businessListWrap {
  display: flex;
  /*flex-wrap: wrap;*/
}
.businessList {
  width: calc(50% - 40px);
  margin: 20px;
  padding: 50px;
  position: relative;
  border: solid 3px #72c6ef;
}
.businessList li {
  margin-left: 10px;
  padding: 5px;
  z-index: 0;
  position: relative;
}
.businessList li.listHead {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  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.jpg');
  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));
}
#organigram {
  display: block;
  /* width: 60%; */
  margin: 50px auto 0px;
}

img#organigram{
  width: 60%;
}

#makerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#makerList li {
  width: 16%;
  padding: 20px;
}
#makerList .title {
  margin-bottom :10px;
  font-weight: bold;
}
#makerListChild li {
  list-style-type: square;
  width: auto;
  padding: 0;
  font-size: 12px;
  margin-left: 20px;
}
#makerListChild li::marker {
  color: var(--color-green2);
}
/* ir */
#irList .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  margin: 20px 0 0 0;
}

#irList .irContact {
  background: linear-gradient(to bottom right, #04366a, 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-right: 20px;
  float:left;
}
#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: 30px;
  margin: 0 0 20px 0;
}
#compliance .subTitle::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ccc; 
}
#compliance .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  margin: 0 0 10px 0;
}
#compliance p {
  padding: 10px;
  line-height: 24px;
}
/* contact */
#contactForm {
  margin: 100px 300px 50px;
  font-size: 20px;
}

#contact .subTitle{
  text-align: center;
}


#contactForm li:nth-child(odd) {
  font-weight: bold;
}
#contactForm li:nth-child(odd)::after {
  content: "";
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  position: relative;
  top: 6px;
  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 {
  margin: 10px;
}
#contactForm input[type="text"],#contactForm textarea {
  border: solid 2px #72c6ef;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
}
#contactForm input[type="email"] {
  border: solid 2px #72c6ef;
  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;
  cursor: pointer;
}
/* sdgs */
#sdgs .title {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  margin: 0 0 20px 0;
  text-align: center;
}
#sdgs .subTitle {
  font-size: 24px;
  /* font-family: 'Noto Serif JP', serif; */
  margin-bottom: 20px;
}
#sdgsImg {
  width: 80%;
  display: block;
  margin: 20px auto;
}
#sdgsList {
  display: flex;
  flex-wrap: wrap;
}
#sdgsList li {
  width: 40%;
  margin: 5%;
}
#sdgs .subTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, #72C6EF, #ffffff);
}