#sdhtml,
body {
  height: 100%;
  margin: 0;
}
body {
  color: #000;
  font-family: ヒラギノ角ゴシック, "Hiragino Sans", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  letter-spacing: 1px;
}
.content {
  width: 95%;
  max-width: 1180px;
  display: block;
  margin: 0 auto;
  position: relative;
}
h1,
h2,
h3,
h4 {
  margin: 0px;
}
h1 img,
h2 img,
h3 img,
h4 img,
.pic img {
  width: 100%;
  display: block;
}
h1 picture,
h2 picture,
h3 picture,
h4 picture,
.pic picture {
  width: 100%;
  display: block;
}
table td,
p {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  font-weight: normal;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.brsp {
  display: none;
}
.brpc {
  display: inline;
}
a img:hover {
  opacity: 0.8;
}
ul {
  padding: 0px;
  margin: 0px;
}
h1 {
  display: none;
}
/*****************************/
/**********  button **********/
/*****************************/
.btn {
  width: 100%;
  text-align: center;
  max-width: 460px;
  display: block;
  margin: 0 auto;
}
.btn a {
  text-decoration: none;
}
.btn p {
  color: #000;
  background: #17f937;
  line-height: 60px;
  border-radius: 40px;
  border: 1px solid #17f937;
}
.btn p:hover {
  background: none;
  color: #17f937;
}
.btn img,
.btn picture {
  width: 100%;
  display: block;
}

/*****************************/
/**********  popup  **********/
/*****************************/

.popup_box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  z-index: 10000;
}
.popup_window {
  position: relative;
  opacity: 1;
  z-index: 10000;
  background: #000;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 53%;
  max-width: 670px;
  position: fixed;
  top: 20%;
  left: 21%;
  padding: 30px;
}
#popup_box div.popup_window::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 125px;
  top: -135px;
  left: 0px;
  background: url(../img/top/popup_02.png) bottom center no-repeat;
}
#popup_box div.popup_window img.man {
  position: absolute;
  bottom: 100px;
  left: -76px;
}
#popup_box div.popup_window div.details {
  max-width: 550px;
  float: right;
  width: 90%;
}
#popup_box div.popup_window table {
  width: 100%;
}
#popup_box div.popup_window table tbody {
}
#popup_box div.popup_window table tbody tr {
}
#popup_box div.popup_window table tbody tr td.ttl {
  text-align: right;
  color: #fff;
  padding-right: 15px;
  width: 115px;
}
#popup_box div.popup_window table tbody tr td.desc {
  padding: 5px 0px;
}
#popup_box div.popup_window table tbody tr td.desc p {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
}
#popup_box div.popup_window table tr td:nth-of-type(2) input {
  max-width: 400px;
  border: 1px solid #7f7f7f;
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 0px;
  padding-left: 10px;
}
#popup_box div.popup_window table tr td:nth-of-type(2) input.invalidField {
  border: 1px solid #de0909;
  background: #ffc4c4;
}
#popup_box div.popup_window table tr td:nth-of-type(2) input.choice {
  margin-right: 5px;
  width: auto;
}
#popup_box div.popup_window table tr td.topic_box input.choice {
  margin-left: 10px !important;
}
#popup_box div.popup_window .btn {
  max-width: 360px;
  width: 100%;
  margin-left: 50px;
  margin-top: 15px;
}
#popup_box div.popup_window .btn p {
  background: #ff6600;
  border: 1px solid #ff6600;
}
#popup_box div.popup_window .btn p:hover {
  color: #ff6600;
  background: none;
  cursor: pointer;
}

#popup_box {
  display: none;
}
#popup_box_2 {
  display: none;
}
#popup_box_2 div.popup_window::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 125px;
  top: -135px;
  left: 0px;
  background: url(../img/top/key_4.gif) bottom center no-repeat;
  background-size: contain;
}
#popup_box_2 div.popup_window img.man {
  position: absolute;
  top: -70px;
  right: 0px;
}
#popup_box_2 div.popup_window img.message {
  max-width: 638px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
#popup_box_2 div.popup_window .btn {
  margin-top: 20px;
  max-width: 330px;
  width: 100%;
}
#popup_box_2 div.popup_window .btn p {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}
#popup_box_2 div.popup_window .btn p:hover {
  color: #000;
  background: #fff;
  cursor: pointer;
}

/*****************************/
/**********  header **********/
/*****************************/
#masthead {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #000;
  border-bottom: 1px solid #414142;
}
#top_page #masthead {
  position: absolute;
  background: none;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 10px;
}
#masthead div.content {
}
#masthead div.content .logo {
  max-width: 300px;
  width: 26%;
  float: left;
}
#masthead div.content ul {
  float: right;
  width: 700px;
  text-align: center;
  padding-top: 5px;
}
#top_page #masthead div.content ul {
  padding-top: 0px;
}
#masthead div.content ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
#masthead div.content ul li a {
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  line-height: 30px;
  border-right: 1px solid #fff;
  font-size: 16px;
}
#masthead div.content ul li:nth-of-type(1) a {
  border-left: 1px solid #fff;
}

#common_banner {
  background: url(../img/common/bg_banner.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 60px;
}
#common_banner div.content {
}
#common_banner div.content h2 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#breadcrumbs {
  background: #dddddd;
  padding: 10px 0px;
}
#breadcrumbs div.content {
}
#breadcrumbs div.content ul {
}
#breadcrumbs div.content ul li {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumbs div.content ul li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
/*****************************/
/**********  top    **********/
/*****************************/

#top_page .pager_box {
  width: 10px;
  position: absolute;
  bottom: 0px;
  right: 2%;
}
#top_page.mobile .pager_box {
  display: none;
}
#top_page .pager_box ul {
}
#top_page .pager_box ul li {
  display: block !important;
  border: 1px solid #fff !important;
  width: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 10px !important;
}
#top_page .pager_box ul li p {
  width: 10px !important;
  height: 10px !important;
}
#top_page .pager_box ul li.active {
}
#top_page .pager_box ul li.active p {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 10px !important;
  width: 8px !important;
  height: 8px !important;
}
#top_page #banner {
  background: url(../img/top/bg_01.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  min-height: 100%;
}
#top_page #banner .video_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#top_page #banner .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top_page #banner .video_box .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/dot4.png) center center repeat;
  opacity: 0.6;
}
@media (min-aspect-ratio: 16/9) {
  #top_page #banner .bg_video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  #top_page #banner .bg_video {
    width: 300%;
    left: -100%;
  }
}
#top_page #banner div.content {
  padding-top: 15%;
  padding-bottom: 10%;
}
#top_page #banner div.content h2 {
  max-width: 620px;
  float: right;
  width: 55%;
  display: none;
}
#top_page #product {
  background: url(../img/top/bg_02.jpg) center center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #fff;
  min-height: 100%;
}
#top_page #product div.content {
  padding-top: 100px;
  padding-bottom: 5%;
}
#top_page #product div.content #popup_init {
  position: absolute;
  top: 120px;
  left: 70%;
  max-width: 170px;
  width: 15%;
}
#top_page #product div.content #popup_init:hover {
  cursor: pointer;
}
#top_page #product div.content h2 {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  width: 50%;
}
#top_page #product div.content ul {
  padding: 3% 10% 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#top_page #product div.content ul li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  padding: 2%;
}
#top_page #product div.content ul li img {
  width: 100%;
}
#top_page #product div.content p.desc {
  color: #fff;
  max-width: 1065px;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 2%;
  font-weight: normal;
  padding-bottom: 2%;
}
#top_page #product div.content div.btn {
  margin-top: 30px;
}
#top_page #product div.content div.btn a {
}
#top_page #product div.content div.btn a p {
}
#top_page #company {
  background: url(../img/top/bg_03.jpg) center center no-repeat;
  background-size: cover;

  border-bottom: 1px solid #fff;
  min-height: 100%;
}
#top_page #company div.content {
  padding-top: 100px;
  padding-bottom: 2%;
}
#top_page #company div.content h2 {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  width: 50%;
}
#top_page #company div.content ul {
  padding-top: 0px;
  width: 100%;
  max-width: 1060px;
  display: block;
  margin: 0 auto;
}
#top_page #company div.content ul li {
  width: 100%;
  margin-bottom: 2%;
}
#top_page #company div.content ul li img.photo {
  max-width: 173px;
  width: 12%;
  display: inline-block;
  vertical-align: middle;
}
#top_page #company div.content ul li div.details {
  width: 78%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4%;
}
#top_page #company div.content ul li div.details h3 {
  color: #fff;
  text-decoration: underline;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}
#top_page #company div.content ul li div.details p.desc {
  color: #fff;
  font-weight: normal;
  line-height: 28px;
}
#top_page #company div.content div.btn {
  margin-top: 2%;
  display: none;
}
#top_page #company div.content div.btn a p {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
#top_page #company div.content div.btn a p:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
#top_page #message {
  background: url(../img/top/bg_04.jpg) center center no-repeat;
  background-size: cover;

  border-bottom: 1px solid #fff;
  min-height: 100%;
}
#top_page #message div.content {
  padding-top: 100px;
  padding-bottom: 10%;
}
#top_page #message div.content h2 {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  width: 50%;
}
#top_page #message div.content div.message_box {
  background: url(../img/top/ceo.png) left center no-repeat;
  background-size: contain;
  max-width: 1045px;
  width: 100%;
  float: right;
}
#top_page #message div.content div.message_box div.message_content {
  float: right;
  max-width: 800px;
  width: 65%;
  margin-right: 3%;
  padding: 0% 3% 0% 4%;
  position: relative;
  margin-top: 5%;
}
#top_page #message div.content div.message_box div.message_content::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 65px;
  top: 0px;
  right: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#top_page #message div.content div.message_box div.message_content::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 65px;
  bottom: 0px;
  left: 0px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#top_page #message div.content div.message_box div.message_content h3 {
  max-width: 505px;
  width: 90%;
  position: relative;
  top: -20px;
}
#top_page #message div.content div.message_box div.message_content p.desc {
  color: #fff;
}
#top_page #message div.content div.message_box div.message_content .name {
  float: right;
  position: relative;
  top: 10px;
  right: -15px;
  margin-top: 15px;
  max-width: 273px;
  width: 40%;
}
#top_page #footer_contact .content {
  padding-top: 100px;
}

#top_page.mobile #product,
#top_page.mobile #company,
#top_page.mobile #message,
#top_page.mobile #last {
  z-index: 5;
  position: relative;
}
#top_page.mobile #last {
  height: auto;
  min-height: 100vh !important;
  background: #000;
}

/*****************************/
/*********** company *********/
/*****************************/
#company_page #profile {
}
#company_page #profile div.content {
  padding-top: 50px;
  padding-bottom: 70px;
}
#company_page #profile div.content h2,
#company_page #profile div.content h3 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#company_page #profile div.content table {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 40px;
  border-top: 1px solid #000000;
}
#company_page #profile div.content table tbody {
}
#company_page #profile div.content table tbody tr {
  border-bottom: 1px solid #000000;
}
#company_page #profile div.content table tbody tr td {
  padding: 25px 0px;
}
#company_page #profile div.content table tbody tr td.full {
  padding-left: 10%;
}
#company_page #profile div.content table tbody tr td.ttl {
  width: 35%;
  padding-left: 10%;
}
#company_page #profile div.content table tbody tr td.desc a {
  color: #000;
  text-decoration: none;
}
#company_page #history {
  background: url(../img/company/bg_02.jpg) center center no-repeat;
  background-size: cover;
}
#company_page #history div.content {
  padding-top: 60px;
  padding-bottom: 50px;
}
#company_page #history div.content h2 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#company_page #history div.content table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  border-top: 1px solid #fff;
}
#company_page #history div.content table tbody {
}
#company_page #history div.content table tbody tr {
  border-bottom: 1px solid #fff;
}
#company_page #history div.content table tbody tr td {
  padding: 25px 0px;
  color: #fff;
}
#company_page #history div.content table tbody tr td.ttl {
  width: 35%;
  padding-left: 10%;
}
#company_page #history div.content table tbody tr td.desc {
}
#company_page #history div.content table tbody tr td.desc a {
}
#company_page #access {
  border-bottom: 1px solid #d1d1d1;
}
#company_page #access div.content {
  padding-top: 60px;
  padding-bottom: 75px;
}
#company_page #access div.content h2 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
#company_page #access div.content div.map_box {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}
#company_page #access div.content div.map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#company_page #access div.content p.addr {
  margin-top: 40px;
}
#company_page #message {
  border-bottom: 1px solid #d1d1d1;
}
#company_page #message div.content {
  padding-top: 70px;
  padding-bottom: 107px;
}
#company_page #message div.content h2,
#company_page #sdgs div.content h2 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
}
#company_page #message div.content div.box {
}
#company_page #message div.content div.box img.photo {
  float: right;
  max-width: 328px;
  width: 28%;
}
#company_page #message div.content div.box div.text_side {
  float: left;
  width: 68%;
}
#company_page #message div.content div.box div.text_side h3 {
  max-width: 700px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN",
    "Yu Mincho", "MS PMincho", serif;
  font-size: 2vw;
}
#company_page #message div.content p.desc {
  margin-top: 20px;
}
#company_page #message div.content .name {
  max-width: 275px;
  float: right;
  width: 90%;
  margin-right: -15px;
}

/*****************************/
/*********** product *********/
/*****************************/
#pickup {
  border-bottom: 1px solid #bfbfbf;
}
#pickup div.content {
  padding-top: 50px;
}
#pickup div.content h2 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
#pickup div.content ul {
}
#pickup div.content ul li {
  border-top: 1px solid #bfbfbf;
  padding: 60px 0px;
}
#pickup div.content ul li .photo_box {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}
#pickup div.content ul li img.photo {
  max-width: 208px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#pickup div.content ul li div.details {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
#pickup div.content ul li div.details h3 {
  font-size: 22px;
  border-bottom: 4px solid #d1d1d1;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#pickup div.content ul li div.details p.specs {
  margin-bottom: 10px;
  font-size: 17px;
}
#point {
}
#point div.content {
  padding-top: 60px;
  padding-bottom: 70px;
}
#point div.content h2 {
  max-width: 580px;
  width: 90%;
  display: block;
  margin: 0 auto;
}
#point div.content div.point_item {
  margin-top: 40px;
}
#point div.content div.point_item h3 {
  display: block;
  max-width: 999px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#point div.content div.point_item ul {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
}
#point div.content div.point_item ul li {
  border-bottom: 1px solid #d3d3d3;
  background: url(../img/common/star.png) left calc(50% - 2px) no-repeat;
  padding: 15px 0px;
  padding-left: 35px;
}
#point div.content div.point_item ul li p {
}
#point div.content div.point_item ul li p span {
  background: #ffe822;
  font-weight: bold;
  padding: 5px 0px;
}
#point div.content div.point_item p.desc {
  max-width: 1130px;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}
#point div.content div.point_item .photo {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 1180px;
}
#point div.content div.point_item p.desc span {
  background: #ffe822;
  padding: 5px 0px;
}

/*****************************/
/*********** contact *********/
/*****************************/
#contact_page #contact_form {
  margin-top: 45px;
}
#contact_page table {
  border-top: 1px solid #dbdbdb;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#contact_page table tr {
  border-bottom: 1px solid #dbdbdb;
}
#contact_page table tr td:nth-of-type(1) {
  vertical-align: middle;
  width: 30%;
  text-align: right;
  padding: 10px 20px;
  border-radius: 10px;
  line-height: 45px;
  border-right: 1px solid #dbdbdb;
  font-size: 16px;
  color: #141414;
}
#contact_page table tr td:nth-of-type(2) {
  vertical-align: middle;
  padding: 2% 0;
  padding-left: 3%;
  font-size: 16px;
}
#contact_page table tr td:nth-of-type(1) .hissu {
  color: #f45b5b;
  font-weight: 400;
  font-size: 13px;
  padding: 5px;
  margin-left: 10px;
}
#contact_page table tr td:nth-of-type(2) input {
  max-width: 400px;
  border: 1px solid #819eba;
  width: 80%;
  font-size: 16px;
  border-radius: 0;
}
#contact_page table tr td:nth-of-type(2) input::placeholder {
  color: #90949c;
  opacity: 1;
}
#contact_page table tr td:nth-of-type(2) input:-ms-input-placeholder {
  color: #90949c;
}
#contact_page table tr td:nth-of-type(2) input::-ms-input-placeholder {
  color: #90949c;
}
#contact_page table tr td:nth-of-type(2) textarea {
  max-width: 400px;
  border: 1px solid #819eba;
  height: 100px;
  width: 80%;
  font-size: 16px;
  border-radius: 0;
}
#contact_page table tr td:nth-of-type(2) input,
#contact_page table tr td:nth-of-type(2) textarea {
  padding: 0.7em;
}
#contact_page table tr td:nth-of-type(2) .invalidField {
  border: 1px solid #f02323;
}
#contact_page table tr td:nth-of-type(2) input.choice {
  margin-right: 5px;
  width: auto;
}
#contact_page table tr td:nth-of-type(2) input.choice:nth-of-type(2) {
  margin-left: 40px;
}
#contact_page table tr td:nth-of-type(2) input.choice:nth-of-type(3) {
  margin-left: 40px;
}
#contact_page table tr td:nth-of-type(2) p {
  display: inline-block;
  margin-bottom: 0;
}
#contact_page table tr td:nth-of-type(2) p.confirmation {
  word-break: break-all;
}
#contact_page table tr td:nth-of-type(2) select {
  height: 40px;
  margin-left: 10px;
  margin-right: 5px;
  font-size: 16px;
}
#contact_page table tr td:nth-of-type(2) .err {
  color: #de0909;
  padding-left: 5px;
  padding-top: 5px;
  display: none;
}
#contact_page table tr td.topic_box input.choice {
  margin-left: 10px !important;
}
#contact_page table tr td.topic_box p {
  line-height: 30px;
}
#contact_page table tr td br.sp {
  display: none;
}
#contact_page .btn {
  text-align: center;
  margin-bottom: 30px;
}
#contact_page .btn:hover {
  opacity: 0.8;
}
#contact_page .btn p {
  background: #f02323;
  border: 1px solid #f02323;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  display: block;
  color: #fff;
  cursor: pointer;
}
#contact_page .btn p:hover {
  background: #fff;
  color: #f02323;
}
#contact_page #backBtn.btn p {
  background: none;
  color: #000;
  border: 1px solid #000;
}
#contact_page #backBtn.btn p:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#contact_thanks_page #thanks {
  background: url(../img/contact/bg_thanks.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
}
#contact_thanks_page #thanks h2 {
  padding-top: 150px;
  max-width: 760px;
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-bottom: 50px;
}
#contact_thanks_page #thanks p.desc {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
#contact_thanks_page #thanks .btn {
  max-width: 330px;
  width: 100%;
}
#contact_thanks_page #thanks .btn p {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
#contact_thanks_page #thanks .btn p:hover {
  color: #000;
  background: #fff;
}

/*****************************/
/*********** footer **********/
/*****************************/
#footer_contact {
  background: url(../img/common/bg_footer_contact_common.jpg) center center
    no-repeat;
  background-size: cover;
}
#top_page #footer_contact {
  background: url(../img/top/bg_05.jpg) center center no-repeat;
  background-size: cover;
}
#footer_contact div.content {
  padding-top: 5%;
  padding-bottom: 5%;
}
#footer_contact div.content h2 {
  max-width: 540px;
  margin: 0 auto;
  display: block;
  width: 50%;
  margin-bottom: 5%;
}
#footer_contact div.content a {
}
#footer_contact div.content a img.phone {
  display: block;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
}
#footer_contact div.content div.btn_box {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0px;
  padding-bottom: 50px;
}
#footer_contact div.content div.btn_box p.desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
footer {
  background: url(../img/common/bg_footer.jpg) center center repeat;
}
footer div.content {
  padding-top: 4%;
}
footer div.content div.logo {
  max-width: 380px;
  display: block;
  margin: 0 auto;
  width: 50%;
  margin-bottom: 30px;
}
footer div.content ul {
  width: 100%;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
footer div.content ul li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
footer div.content ul li a {
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  display: block;
  line-height: 30px;
  border-right: 1px solid #fff;
  font-size: 16px;
}
footer div.content ul li:nth-of-type(1) a {
  border-left: 1px solid #fff;
}
footer div.content p.addr {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer p.copy {
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
}

/*****************************/
/*********** anim   **********/
/*****************************/
#top_page.effect4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #6d6d6d;
}
#top_page.effect4.mobile {
  overflow: scroll;
  height: auto;
}
#top_page.effect4 .page_item {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  position: absolute;
}
#top_page.effect4.mobile .page_item {
  position: static;
  height: auto;
  min-height: 100vh !important;
}
#top_page.effect4 #product,
#top_page.effect4 #company,
#top_page.effect4 #message,
#top_page.effect4 #last {
  top: 200%;
  left: 0px;
}
#top_page.effect4.mobile #product,
#top_page.effect4.mobile #company,
#top_page.effect4.mobile #message,
#top_page.effect4.mobile #last {
  top: auto;
  left: auto;
}

#company_page #profile div#recruit {
  margin-top: -120px;
  padding-top: 170px;
}

#company_page #sdgs div.content h2 {
  padding-bottom: 45px;
}

#sdgs {
  margin-bottom: 264px;
  margin-top: -40px;
  padding-top: 113px;
}

.sdgs__lead {
  text-align: center;
  margin-bottom: 74px;
}

.sdgs__body {
  max-width: 749px;
  margin: 0 auto;
}

.sdgs-item {
  margin-bottom: 52px;
}

.sdgs-item__ttl {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 13px;
}

.sdgs-item__lead {
  text-align: center;
  margin-bottom: 8px;
}

.sdgs-item__attempt {
  border: solid 1px #000;
  text-align: center;
  padding: 11px;
  margin-bottom: 18px;
}

.sdgs-item__attempt-ttl {
  font-size: 18px;
  font-weight: 600;
}

.sdgs-item__list {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

.sdgs-item__list-item {
  display: inline-block;
  margin: 5px;
}

.sdgs-item__list-item img {
  width: 107px;
}
.company_image {
  position: relative;
}
.company_image img {
  position: absolute;
  width: 15%;
  right: 0;
  bottom: 10px;
}
.g-recaptcha {
  margin: 10px auto 30px;
  display: flex;
  justify-content: center;
}
.underline {
  text-decoration: underline !important;
}

/* add 202407XX */

:root {
  --solamilu: #00b0f0;
  --solamilu_light: #d9e7ec;
  --red: #be1e2e;
}

.menu {
  display: flex;
}

.menu-has-child {
  position: relative;
}

.menu-child {
  position: absolute;
  inset: 100% 0 0 0;
  clip-path: inset(0 0 100% 0);
  transition: all 0.3s;
  height: fit-content;
}

.menu-child a {
  border: none !important;
  background: rgba(255, 255, 255, 0.16);
  padding-block: 5px;
}
.menu-child a + a {
  border-top: 1px solid rgba(255, 255, 255, 0.32) !important;
}

.menu-has-child:hover .menu-child {
  clip-path: inset(0 0 0 0);
}

.solamilu-area * {
  box-sizing: border-box;
}

.solamilu-area-wrap {
  margin-top: 30px;
  max-width: 860px;
  margin-inline: auto;
}

.solamilu-area h2 {
  background: var(--solamilu);
  color: #fff;
  padding: 15px;
  width: 100% !important;
  max-width: unset !important;
  text-align: center;
  border-radius: 5px;
}
.solamilu-area h3 {
  text-align: center;
  color: #414142;
  margin-top: 30px;
  padding: 15px;
  border-radius: 5px;
  background: var(--solamilu_light);
}

.white-box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}

.gap > * + * {
  margin-top: 15px;
}

.btn.bg-red p {
  background: var(--red);
  color: white;
  border-color: var(--red);
}
.btn.bg-red:hover p {
  background: white;
  color: var(--red);
}
.btn.bg-solamilu p {
  background: var(--solamilu);
  color: white;
  border-color: var(--solamilu);
}
.btn.bg-solamilu:hover p {
  background: white;
  color: var(--solamilu);
}
.al-center {
  text-align: center;
}

/* product solamilu */

.graph-koko .overlay {
  position: absolute;
  inset: auto -10px -20px auto;
  max-width: 25%;
}
.solamilu-area.__product {
  padding-bottom: 60px;
}

.page-link-target {
  --header-height: 93px;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
}
.page-link {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr;
}

.page-link a {
  all: unset;
  cursor: pointer;
  text-align: left;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid var(--solamilu_light);
  color: #6d6d6d;
  font-weight: bold;
}

.hl-page-link {
  text-align: center;
  padding: 15px;
  background: var(--solamilu_light);
  color: #6d6d6d;
  font-weight: bold;
  font-size: 1.5em;
}

/* top animation delete */

#top_page #banner {
  min-height: 100vh;
}

@media screen and (min-width: 750.00001px) {
  #top_page #banner {
    position: relative;
    z-index: -1;
  }
}
