@charset "UTF-8";
/* index.css */


#movie {
	position: relative;
	width:95%;
	height: 700px;
	margin: 0 auto;
	overflow: hidden;
}
#movie::before {
	content: "";
	display: block;
	position: absolute;
  z-index: 100;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #ffffff transparent;
}
#movie::after {
	content: "";
	display: block;
	position: absolute;
  z-index: 100;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #ffffff;
}
#movie{
	opacity: 0;
	animation: movie 2s forwards;
	animation-delay: 1.5s;
}
@keyframes movie {
  0% {}
  100% {opacity : 1;}
}

#video {
	position: relative;
	width: 100%;
	display: block;
	object-fit: cover;
}

@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  #video {
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
}
@media (max-aspect-ratio: 16 / 9) {
  #video {
    height: 100%;
    left: 50%;
    transform: translateX(-50%); }
}

#movie .catch {
	position: absolute;
  z-index: 100;
  width: 100%;
	left: 50%;
	top: 50%;
	opacity : 0;
	transform: translate(-50%,0%);
  color: #fff;
  font-size: 36px; font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
	animation: img-up 1.5s forwards;
	animation-delay: 1.5s;
  text-align: center;
}




#main .ttl {
  margin: 60px auto;
  padding: 25px 15px;
  border: #dc0000 4px solid;
  border-bottom: none;
  width: 410px;
  font-size: 40px; font-size: 4.0rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
#main .ttl::before,
#main .ttl::after {
  content: "";
  display: block;
  border-bottom: #dc0000 4px solid;
  width: calc((100% - 4.5em)/2);
  height: 0;
  position: absolute;
  top: 100%;
}
#main .ttl::before {
  left: -4px;
}
#main .ttl::after {
  right: -4px;
}

#main .ttl span{
  color: #dc0000;
  font-size: 24px; font-size: 2.4rem;
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0.5em);
  padding: 0 0.5em;
  white-space: nowrap;
  letter-spacing: 0;
}

#main #news {
  margin: 120px auto 0;
  padding: 25px;
  background: url("../images/index/news_bg.png");
}
#main #news .ttl {
  background: #fff;
  margin-top: -70px;
}
#main #news .ttl::before,
#main #news .ttl::after {
  width: calc((100% - 2em)/2);
}

#main #news dl {
  margin: 30px auto;
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
}
#main #news dt {
  margin: 0.5em 0;
  width: 15em;
  font-size: 17px; font-size: 1.7rem;
  font-weight: 700;
  position: relative;
}
#main #news dt span {
  color: #dc0000;
  position: absolute;
  left: 7em;
}
#main #news dd {
  margin: 0.5em 0;
  width: calc(100% - 15em);
  font-size: 17px; font-size: 1.7rem;
  font-weight: 700;
}
#main #news dd a {
  color: #000;
}

#main #featured {
  margin: 70px auto 80px;
  max-width: 1120px;
}
#main #featured .ttl {
  margin-bottom: 40px;
}
#main #featured .ttl::before,
#main #featured .ttl::after {
  width: calc((100% - 6em)/2);
}

#main #featured .slider {
  position: relative;
  margin: 0 -5px 45px;
}
#main #featured .slider li {
  padding: 5px;
  box-sizing: border-box;
}
#main #featured .slider .item_box {
  position: relative;
  border: #f5f5f2 3px solid;
  display: flex;
  flex-wrap: wrap;
}
#main #featured .slider .item_box h3 {
  font-size: 15px; font-size: 1.5rem;
  line-height: 1.5;
  order: 3;
  padding: 15px;
  background: #f5f5f2;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#main #featured .slider .item_box h3::after {
  position: absolute;
  right: 1em;
  top: 50%;
  content: "";
  display: block;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-right: #dc0000 2px solid;
  border-top: #dc0000 2px solid;
  transform: rotate(45deg) translateY(-25%);
}
#main #featured .slider .item_box .img {
  order: 1;
  display: flex;
  align-items: center;
  padding: 5px;
}
#main #featured .slider .item_box .cap {
  order: 2;
  font-size: 20px; font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.3;
  padding: 0 10px;
  width: calc(100% - 120px);
  box-sizing: border-box;
}
#main #featured .slider .item_box figure {
  order: 1;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main #featured .slider .item_box figure img {
  max-height: 100%;
}

#main #featured .slider .item_box a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#main #featured .slider .item_box a:hover {
  background: rgba(255,255,255,0.70);
}
#main #featured .slider .item_box a span {
  display: none;
}

#main #featured .products {
  background: url("../images/index/products_bg.jpg") no-repeat center center;
  background-size: auto 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
#main #featured .products:hover {
  background-size: auto 110%;
}
#main #featured .link_area {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  text-indent: -9999em;
  overflow: hidden;
}

#main #featured .link_btn a {
  padding: 0.5em 2em;
  color: #fff;
  font-size: 32px; font-size: 3.2rem;
  position: relative;
}
#main #featured .link_btn a::after {
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  border-right: #fff 4px solid;
  border-top: #fff 4px solid;
  transform: rotate(45deg) translateY(-25%);
}
#main #featured .products:hover .link_btn a {
  transform: translateY(-5px)!important;
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  opacity: 0.7!important;
}



#main #strong {
  margin: 80px auto;
  height: 715px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#main #strong::before {
  display: block;
  content: "";
  background: url("../images/index/strong_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
#main #strong:hover::before {
  transform: scale(1.1);
}
#main #strong .link_area {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  text-indent: -9999em;
  overflow: hidden;
}

#main #strong .inner {
  max-width: 1120px;
  position: relative;
  z-index: 2;
}
#main #strong .ttl {
  margin-top: 0;
  border: #fff 4px solid;
  border-bottom: none;
  color: #fff;
}
#main #strong .ttl::before,
#main #strong .ttl::after {
  border-bottom: #fff 4px solid;
}

#main #strong .ttl span{
  color: #fff;
}

#main #strong .text_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
#main #strong .text_box h3 {
  width: 450px;
  display: flex;
  justify-content: space-between;
  font-size: 17px; font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
}
#main #strong .text_box h3::before,
#main #strong .text_box h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 185px;
  height: 1px;
  background: #fff;
}
#main #strong .text_box h3::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#main #strong .text_box h3::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
#main #strong .text_box h3 span {
  font-weight: 700;
}
#main #strong .text_box h3 strong {
  display: block;
  font-size: 68px; font-size: 6.8rem;
  font-weight: 700;

}
#main #strong .text_box .text {
  margin-left: 90px;
  font-size: 17px; font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0.1em;
}
#main #strong .text_box .text p {
  margin: 1em 0;
}
#main #strong .link_btn a {
  padding: 0.5em 0em;
  color: #fff;
  font-size: 32px; font-size: 3.2rem;
}
#main #strong .link_btn a::after {
  width: 14px;
  height: 14px;
  border-right: #fff 4px solid;
  border-top: #fff 4px solid;
}
#main #strong:hover .link_btn a {
  transition: 0.3s;
  transform: translateY(-5px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  opacity: 0.7;
}


#main #sdgs {
  margin: 80px auto;
  max-width: 1030px;
  background: url("../images/index/sdgs_bg.jpg") no-repeat center center;
  background-size: auto 100%;
  height: 436px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
#main #sdgs:hover {
  background-size: auto 110%;
}
#main #sdgs .link_area {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  text-indent: -9999em;
  overflow: hidden;
}

#main #sdgs .ttl {
  margin: 0 auto 40px;
  border: #fff 4px solid;
  border-bottom: none;
  color: #fff;
}
#main #sdgs .ttl::before,
#main #sdgs .ttl::after {
  border-bottom: none;
}

#main #sdgs .ttl span{
  color: #fff;
}

#main #sdgs .catch {
  margin-bottom: 60px;
  font-size: 30px; font-size: 3.0rem;
  font-weight: 700;
}
#main #sdgs .link_btn a {
  padding: 0.5em 0em;
  color: #fff;
  font-size: 32px; font-size: 3.2rem;
}
#main #sdgs .link_btn a::after {
  width: 14px;
  height: 14px;
  border-right: #fff 4px solid;
  border-top: #fff 4px solid;
}
#main #sdgs:hover .link_btn a {
  transition: 0.3s;
  transform: translateY(-5px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  opacity: 0.7;
}


#main #others {
  margin: 60px auto;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main #others .others_link {
  margin: 10px 0;
  width: 33.33%;
  box-sizing: border-box;
  padding: 20px;
}
#main #others .others_link a {
  display: block;
  color: #000;
  padding: 45px 15px;
  border: #dc0000 4px solid;
  font-size: 28px; font-size: 2.8rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
#main #others .others_link a::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #fff;
  border: #fff 4px solid;
  border-bottom: #dc0000 4px solid;
  position: absolute;
  right: -25px;
  top: -25px;
  transform: rotate(45deg);
}
#main #others .others_link a::after {
  content: "";
  display: inline-block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  border-right: #939387 4px solid;
  border-top: #939387 4px solid;
  transform: rotate(45deg) translateY(-25%);
}


#main #others .others_link span{
  color: #dc0000;
  font-size: 24px; font-size: 2.4rem;
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0.5em);
  padding: 0 0.5em;
  white-space: nowrap;
  letter-spacing: 0;
  background: #fff;
}
#main #others .others_link:hover {
  transform: translateY(-2px)!important;
  opacity: 0.7;
  animation-delay: 0!important;
  transition-delay: 0!important;
  transition: 0.3s!important;
}



@media screen and (max-width: 767px) {
  #movie {
    width:100%;
    height: calc(750/750 *100vw);
  }
  #movie::before {
    border-width: 0 0 calc(35/750 *100vw) calc(35/750 *100vw);
  }
  #movie::after {
    border-width: calc(35/750 *100vw) 0 0 calc(35/750 *100vw);
  }
  #movie .catch {
    font-size: calc(49/750 *100vw);
  }

  #main .ttl {
    margin: calc(60/750 *100vw) auto;
    padding: calc(25/750 *100vw) calc(15/750 *100vw);
    border: #dc0000 calc(4/750 *100vw) solid;
    border-bottom: none;
    width: calc(480/750 *100vw);
    font-size: calc(46/750 *100vw);
  }
  #main .ttl::before,
  #main .ttl::after {
    border-bottom: #dc0000 calc(4/750 *100vw) solid;
  }
  #main .ttl::before {
    left: calc(4/750 *-100vw);
  }
  #main .ttl::after {
    right: calc(4/750 *-100vw);
  }

  #main .ttl span{
    font-size: calc(28/750 *100vw);
  }

  #main #news {
    margin: calc(120/750 *100vw) auto calc(80/750 *100vw);
    padding: calc(25/750 *100vw) calc(25/750 *100vw) calc(60/750 *100vw);
  }
  #main #news .ttl {
    margin-top: calc(70/750 *-100vw);
  }
  #main #news dl {
    margin: calc(30/750 *100vw) auto;
    max-width: inherit;
    width: calc(640/750 *100vw);
    display: block;
  }
  #main #news dt {
    margin: 0.5em 0 0;
    width: 100%;
    font-size: calc(25/750 *100vw);
  }
  #main #news dd {
    margin: 0 0 0.5em;
    width: 100%;
    font-size: calc(25/750 *100vw);
    border-bottom: #ababab calc(1/750 *100vw) solid;
  }
  #main #news dd a {
    display: block;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding: 0 calc(35/750 *100vw) calc(10/750 *100vw) 0;
  }
  #main #news dd a::after {
    content: "";
    display: inline-block;
    margin: 0 auto;
    width: calc(10/750 *100vw);
    height: calc(10/750 *100vw);
    border-right: #dc0000 calc(3/750 *100vw) solid;
    border-top: #dc0000 calc(3/750 *100vw) solid;
    transform: rotate(45deg) translateY(-25%);
    position: absolute;
    right: calc(10/750 *100vw);
    bottom: 50%;
  }


  #main #featured {
    margin: calc(80/750 *100vw) auto;
    max-width: inherit;
  }
  #main #featured .ttl {
    margin-bottom: calc(40/750 *100vw);
  }

  #main #featured .slider {
    margin: 0 0 calc(80/750 *100vw);
  }
  #main #featured .slider li {
    padding: calc(5/750 *100vw);
  }
  #main #featured .slider .item_box {
    border: #f5f5f2 calc(3/750 *100vw) solid;
    display: flex;
    flex-wrap: wrap;
  }
  #main #featured .slider .item_box h3 {
    font-size: calc(18/750 *100vw);
    padding: calc(15/750 *100vw);
  }
  #main #featured .slider .item_box h3::after {
    width: calc(8/750 *100vw);
    height: calc(8/750 *100vw);
    border-right: #dc0000 calc(2/750 *100vw) solid;
    border-top: #dc0000 calc(2/750 *100vw) solid;
  }
  #main #featured .slider .item_box .img {
    padding: calc(5/750 *100vw);
  }
  #main #featured .slider .item_box .cap {
    font-size: calc(24/750 *100vw);
    padding: 0 calc(10/750 *100vw);
    width: calc(100% - (160/750 *100vw));
  }
  #main #featured .slider .item_box figure {
    width: calc(160/750 *100vw);
    height: calc(160/750 *100vw);
  }

  #main #featured .slider .item_box a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  #main #featured .products {
    margin: 0 auto;
    width: calc(633/750 *100vw);
    height: calc(281/750 *100vw);
  }

  #main #featured .link_btn a {
    padding: 0.5em 2em;
    color: #fff;
    font-size: calc(37/750 *100vw);
  }
  #main #featured .link_btn a::after {
    width: calc(14/750 *100vw);
    height: calc(14/750 *100vw);
    border-right: #fff calc(4/750 *100vw) solid;
    border-top: #fff calc(4/750 *100vw) solid;
  }


  #main #strong {
    margin: calc(80/750 *100vw) auto;
    height: calc(994/750 *100vw);
  }
  #main #strong .inner {
    max-width: calc(550/750 *100vw);
  }
  #main #strong .ttl {
    width: 100%;
    border: #fff calc(4/750 *100vw) solid;
    border-bottom: none;
  }
  #main #strong .ttl::before,
  #main #strong .ttl::after {
    border-bottom: #fff calc(4/750 *100vw) solid;
  }
  #main #strong .ttl::before {
    left: calc(4/750 *-100vw);
  }
  #main #strong .ttl::after {
    right: calc(4/750 *-100vw);
  }

  #main #strong .text_box {
    display: block;
    margin-bottom: calc(40/750 *100vw);
  }
  #main #strong .text_box h3 {
    width: 100%;
    font-size: calc(25/750 *100vw);
    margin-bottom: calc(25/750 *100vw);
  }
  #main #strong .text_box h3::before,
  #main #strong .text_box h3::after {
    width: calc(218/750 *100vw);
  }
  #main #strong .text_box h3 strong {
    font-size: calc(84/750 *100vw);

  }
  #main #strong .text_box .text {
    margin-left: 0;
    font-size: calc(22/750 *100vw);
    line-height: 2.1;
  }
  #main #strong .link_btn a {
    padding: 0.5em 0em;
    font-size: calc(37/750 *100vw);
  }
  #main #strong .link_btn a::after {
    width: calc(14/750 *100vw);
    height: calc(14/750 *100vw);
    border-right: #fff calc(4/750 *100vw) solid;
    border-top: #fff calc(4/750 *100vw) solid;
  }


  #main #sdgs {
    margin: calc(80/750 *100vw) auto;
    max-width: calc(630/750 *100vw);
    height: calc(430/750 *100vw);
  }
  #main #sdgs .ttl {
    margin: 0 auto calc(25/750 *100vw);
    border: #fff calc(4/750 *100vw) solid;
    border-bottom: none;
  }
  #main #sdgs .catch {
    margin-bottom: calc(25/750 *100vw);
    font-size: calc(32/750 *100vw);
  }
  #main #sdgs .link_btn a {
    padding: 0.5em 0em;
    font-size: calc(37/750 *100vw);
  }
  #main #sdgs .link_btn a::after {
    width: calc(14/750 *100vw);
    height: calc(14/750 *100vw);
    border-right: #fff calc(4/750 *100vw) solid;
    border-top: #fff calc(4/750 *100vw) solid;
  }


  #main #others {
    margin: calc(60/750 *100vw) auto;
    max-width: calc(650/750 *100vw);
  }
  #main #others .others_link {
    width: 50%;
    margin: calc(10/750 *100vw) 0;
    padding: calc(10/750 *100vw);
  }
  #main #others .others_link a {
    padding: calc(45/750 *100vw) calc(15/750 *100vw);
    border: #dc0000 calc(4/750 *100vw) solid;
    font-size: calc(26/750 *100vw);
  }
  #main #others .others_link a::before {
    width: calc(34/750 *100vw);
    height: calc(34/750 *100vw);
    border: #fff calc(4/750 *100vw) solid;
    border-bottom: #dc0000 calc(4/750 *100vw) solid;
    right: calc(25/750 *-100vw);
    top: calc(25/750 *-100vw);
  }
  #main #others .others_link a::after {
    width: calc(12/750 *100vw);
    height: calc(12/750 *100vw);
    border-right: #939387 calc(4/750 *100vw) solid;
    border-top: #939387 calc(4/750 *100vw) solid;
    transform: rotate(45deg) translateY(-25%);
  }

  #main #others .others_link span{
    font-size: calc(20/750 *100vw);
  }
}


/* 英語対応 */
#en #main #strong .ttl {
  border: #fff 4px solid;
}
#en #main #strong .ttl::before,
#en #main #strong .ttl::after {
  display: none;
}
#en #main #strong .text_box {
  display: block;
}
#en #main #strong .text_box h3 {
  width: auto;
  display: block;
  font-size: 20px; font-size: 2.0rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#en #main #strong .text_box h3::before,
#en #main #strong .text_box h3::after {
  width: 55px;
}
#en #main #strong .text_box h3 span {
  display: block;
  font-weight: 700;
  margin-top: 3em;
}
#en #main #strong .text_box .text {
  margin-top: 2em;
  margin-left: 0;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
#en #main #strong .link_btn a {
    max-width: 18em;
}

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

  #en #movie .catch {
    font-size: calc(44/750 *100vw);
  }

  #en #main #strong {
    height: auto;
    padding: calc(80/750 *100vw) 0;
  }
  #en #main #strong .inner {
    max-width: calc(600/750 *100vw);
  }
  #en #main #strong .ttl {
    border: #fff calc(4/750 *100vw) solid;
  }

  #en #main #strong .text_box {
    display: block;
    margin-bottom: calc(40/750 *100vw);
  }
  #en #main #strong .text_box h3 {
    font-size: calc(25/750 *100vw);
  }
  #en #main #strong .text_box .text {
    text-align: left;
    font-size: calc(20/750 *100vw);
  }

}

/*20231221 社長メッセージページ追加用CSS追記*/

.message_bnr{
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 620px;
}

.hidden_pc{
  display: none;
}

@media screen and (max-width: 767px) {
  .message_bnr{
    width: calc(633/750 *100vw);
    max-width: 349px;
  }

  .hidden_pc{
    display: block;
  }
  .hidden_sp{
    display: none;
  }
}

.message_bnr_img_pc{
  width: 100%;
  max-width: 100%;
}

.message_bnr_img_sp{
  width: 100%;
  max-width: 100%;
}

.fz_75em{
  font-size: .75em;
}
