/*--------------------------------------------------
  mixin
--------------------------------------------------*/

/*--------------------------------------------------
  reset
--------------------------------------------------*/

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

img {
  vertical-align: top;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: .3s;
}

/*--------------------------------------------------
  common
--------------------------------------------------*/

.hijokin_banner {
	text-align: center;
	margin: 30px;

}

.hijokin_banner img{
	border: 1px solid #2244a5;
	
}

@media (max-width: 767px) {
  .hijokin_banner img {
	 width: 100%;

  }
}





.btn_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 501px;
  height: 76px;
  background: #fff;
  border-radius: 9vw;
  border: 5px solid #90cced;
  font-weight: bold;
}

@media (max-width: 767px) {
  .btn_link {
    width: 90.94vw;
    height: 13.74vw;
    margin: 7.6vw auto 0;
    border: 4px solid #90cced;
    font-size: 1.7rem;
  }
}

.btn_link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: '';
  width: 16px;
  height: 17px;
  background: url("../img/btn_icon.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .btn_link::after {
    right: 20px;
    width: 3.07vw;
    height: 3.34vw;
  }
}

.bg_text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  top: 50%;
}

.for_pc_only {
  display: block;
}

@media (max-width: 980px) {
  .for_pc_only {
    display: none;
  }
}

@media (max-width: 980px) {
  .for_pc_only {
    display: none;
  }
}

/*--------------------------------------------------
  html,body
--------------------------------------------------*/

body {
  color: #474747;
  /*font-size: 1.6rem;/* 16px*/
  line-height: 1.6;
}

.mv {
  height: 500px;
  padding: 0 25px 0 15px;
  background: url("../img/mv_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.mv_title {
  display: inline-block;
  padding-top: 60px;
}

.mv_title img {
  max-width: 930px;
  width: 100%;
}

@media (max-width: 980px) {
  .mv {
    height: 53vw;
  }
  .mv_title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mv {
    height: auto;
    padding: 0;
    background: none;
  }
  .mv_title {
    padding-top: 0;
  }
}

.main_title {
  width: 830px;
  height: 73px;
  margin: 76px auto 0;
  text-align: center;
  background: url("../img/main_title.png") no-repeat center;
}

@media (max-width: 980px) {
  .main_title {
    width: 90%;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .main_title {
    width: 86.8vw;
    height: 19.6vw;
    margin: 10.27vw auto 0;
    padding: 0;
    background: url("../img/main_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.main_title img {
  max-width: 830px;
  width: 100%;
}

@media (max-width: 980px) {
  .main_title img {
    width: 90%;
  }
}

@media (max-width: 980px) {
  .main_title img {
    width: 86.8vw;
  }
}

.main_note {
  width: 830px;
  margin: 10px auto 0;
  font-size: 1.2rem;
  text-align: right;
}

@media (max-width: 980px) {
  .main_note {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .main_note {
    width: 90vw;
    margin: 4.4vw auto 0;
    text-align: left;
    letter-spacing: -0.03em;
    font-size: 1.1rem;
  }
}

@media (max-width: 360px) {
  .main_note {
    font-size: 1.05rem;
  }
}

.main_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 55px auto 0;
  padding: 0 20px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .main_list {
    margin: 8.67vw auto 0;
    padding: 0 4vw;
  }
}

.main_item {
  width: calc(25% - 1.8%);
  margin-bottom: 49px;
  background: #b3f6e1;
}

@media (max-width: 980px) {
  .main_item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .main_item {
    width: calc(50% - 2%);
    margin-bottom: 5.08vw;
  }
}

.main_item img {
  width: 100%;
}

.main_item_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #008cd6;
}

@media (max-width: 980px) {
  .main_item_text {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .main_item_text {
    height: 8vw;
    font-size: 1.4rem;
  }
}

.main_item:nth-of-type(4) .main_item_text {
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .main_item:nth-of-type(4) .main_item_text {
    font-size: 1.3rem;
  }
}

@media (max-width: 360px) {
  .main_item:nth-of-type(4) .main_item_text {
    font-size: 1.2rem;
  }
}

.main_others {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .main_others {
    padding-bottom: 10.14vw;
  }
}

.main_others_sub {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 60px;
  margin: 18px auto 0;
  background: #fcd6fb;
  border-radius: 30px;
  font-weight: bold;
  font-size: 2.4rem;
  color: #008cd6;
  text-align: center;
}

.main_others_sub::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-bottom: transparent;
  border-right: 14px solid transparent;
  border-top: 26px solid #fcd6fb;
  border-left: 14px solid transparent;
}

@media (max-width: 767px) {
  .main_others_sub::after {
    bottom: -12px;
    border-right: 10px solid transparent;
    border-top: 18px solid #fcd6fb;
    border-left: 10px solid transparent;
  }
}

.main_others_sub span {
  display: inline-block;
  margin: 0 -5px;
}

@media (max-width: 767px) {
  .main_others_sub span {
    margin: 0 -3px;
  }
}

@media (max-width: 767px) {
  .main_others_sub {
    width: 34.4vw;
    height: 12.67vw;
    border-radius: 6.335vw;
    font-size: 1.8rem;
  }
}

@media (max-width: 320px) {
  .main_others_sub {
    font-size: 1.6rem;
  }
}

.main_others_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 364px;
  height: 68px;
  margin: 21px auto 0;
  background: url("../img/main_others_title.png") no-repeat center;
  font-size: 1.7rem;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 767px) {
  .main_others_title {
    width: 66.8vw;
    height: 12.54vw;
    margin: 4.5vw auto 0;
    background: url("../img/main_others_title_sp.png") no-repeat center;
    background-size: contain;
    font-size: 1.5rem;
  }
}

@media (max-width: 320px) {
  .main_others_title {
    font-size: 1.4rem;
  }
}

.main_others_title:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: .3s;
}

.main_others_title.is-open .main_others_icon {
  background: url("../img/main_others_icon_minus.png") no-repeat center;
}

@media (max-width: 767px) {
  .main_others_title.is-open .main_others_icon {
    background: url("../img/main_others_icon_minus_sp.png") no-repeat center;
    background-size: contain;
  }
}

.main_others_icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 19px;
  height: 19px;
  background: url("../img/main_others_icon_plus.png") no-repeat center;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .main_others_icon {
    right: 5vw;
    width: 3.47vw;
    height: 3.47vw;
    background: url("../img/main_others_icon_plus_sp.png") no-repeat center;
    background-size: contain;
  }
}

.main_others_text {
  display: none;
  margin-top: 2.5em;
  font-size: 1.6rem;
  line-height: 2.8;
  text-align: center;
}

@media (max-width: 767px) {
  .main_others_text {
    margin-top: 7.3vw;
    line-height: 2.4;
  }
}

.point {
  padding: 46px 0 37px;
  background: #b3f6e1;
  text-align: center;
}

@media (max-width: 767px) {
  .point {
    padding: 6.94vw 0 7.34vw;
  }
}

.point_title {
  width: 398px;
  height: 68px;
  margin: 0 auto;
  background: url("../img/point_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .point_title {
    width: 61.07vw;
    height: 10.54vw;
    background: url("../img/point_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.point_title img {
  width: 398px;
}

@media (max-width: 767px) {
  .point_title img {
    width: 100%;
  }
}

.point_list {
  display: flex;
  justify-content: space-between;
  max-width: 988px;
  margin: 52px auto 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .point_list {
    flex-direction: column;
    margin: 6.67vw auto 0;
    padding: 0 8.3vw;
  }
}

.point_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3% - 1.6%);
  padding: 30px 12px;
  background: #fff;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .point_item {
    width: 100%;
    padding: 6.4vw 0;
  }
}

.point_item_title {
  width: 166px;
  height: 52px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .point_item_title {
    width: 39.87vw;
    height: 12.54vw;
  }
}

@media (max-width: 767px) {
  .point_item_title img {
    width: 39.87vw;
  }
}

.point_item_antibacterial {
  background: url("../img/point_antibacterial_title.png") no-repeat center;
}

@media (max-width: 767px) {
  .point_item_antibacterial {
    background: url("../img/point_antibacterial_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.point_item_sustainable {
  background: url("../img/point_sustainable_title.png") no-repeat center;
}

@media (max-width: 767px) {
  .point_item_sustainable {
    background: url("../img/point_sustainable_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.point_item_safety {
  background: url("../img/point_safety_title.png") no-repeat center;
}

@media (max-width: 767px) {
  .point_item_safety {
    background: url("../img/point_safety_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.point_item_img {
  width: 197px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .point_item_img {
    width: 58.94vw;
    margin-top: 7.07vw;
  }
}

.point_item_text {
  margin-top: 42px;
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}

@media (max-width: 767px) {
  .point_item_text {
    margin: 5.6vw 6.1vw 0;
  }
}

.point_item:nth-of-type(2) .point_item_img {
  width: 157px;
}

@media (max-width: 767px) {
  .point_item:nth-of-type(2) .point_item_img {
    width: 39.07vw;
  }
}

.point_item:nth-of-type(2) .point_item_text {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .point_item:nth-of-type(2) .point_item_text {
    margin: 5.6vw 6.1vw 0;
  }
}

.point_item:nth-of-type(3) .point_item_img {
  width: 157px;
}

@media (max-width: 767px) {
  .point_item:nth-of-type(3) .point_item_img {
    width: 39.07vw;
  }
}

.point_item:nth-of-type(3) .point_item_text {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .point_item:nth-of-type(3) .point_item_text {
    margin: 5.6vw 6.1vw 0;
  }
}

@media (max-width: 767px) {
  .point_item+.point_item {
    margin-top: 2.67vw;
  }
}

.point_note {
  max-width: 988px;
  margin: 17px auto 0;
  padding: 0 20px;
  font-size: 1.2rem;
  text-align: right;
}

@media (max-width: 767px) {
  .point_note {
    margin: 5.07vw auto 0;
    padding: 0 4vw;
    text-align: left;
    letter-spacing: -0.03em;
  }
}

@media (max-width: 360px) {
  .point_note {
    padding: 0 3vw;
  }
}

.use {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .use {
    padding: 11.07vw 0 0;
  }
}

.use_title {
  width: 378px;
  height: 68px;
  margin: 0 auto;
  background: url("../img/use_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .use_title {
    width: 55.74vw;
    height: 10.54vw;
    background: url("../img/use_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.use_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  height: 386px;
  margin: 52px auto 0;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .use_list {
    flex-direction: column;
    height: auto;
    margin: 6.67vw auto 0;
    padding: 0 8.3vw;
  }
}

.use_item {
  width: 33.33%;
  padding: 0 16px 0 18px;
  background: url("../img/use_line.png") no-repeat 0;
  text-align: center;
}

@media (max-width: 980px) {
  .use_item {
    padding: 0 9px 0 11px;
  }
}

@media (max-width: 767px) {
  .use_item {
    width: 100%;
    padding: 0 0 8.94vw;
    background: none;
  }
}

.use_item:last-child {
  background-image: url("../img/use_line.png"), url("../img/use_line.png");
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
}

@media (max-width: 767px) {
  .use_item:last-child {
    background: none;
  }
}

.use_item_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #b3f6e1;
  border-radius: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #008cd6;
}

@media (max-width: 980px) {
  .use_item_title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .use_item_title {
    height: 16.54vw;
  }
}

.use_item_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-bottom: transparent;
  border-right: 14px solid transparent;
  border-top: 26px solid #b3f6e1;
  border-left: 14px solid transparent;
}

@media (max-width: 767px) {
  .use_item_title::after {
    bottom: -14px;
    border-right: 10px solid transparent;
    border-top: 18px solid #b3f6e1;
    border-left: 10px solid transparent;
  }
}

.use_item_img {
  width: 155px;
  margin: 37px auto 0;
}

@media (max-width: 767px) {
  .use_item_img {
    margin: 5vw auto 0;
  }
}

.use_item_text {
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .use_item_text {
    margin-top: 4.27vw;
  }
}

.use_item_detail {
  margin-top: 0.3em;
  font-size: 1.4rem;
}

@media (max-width: 980px) {
  .use_item_detail {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .use_item_detail {
    margin-top: 2.6vw;
  }
}

.product {
  padding: 62px 0 87px;
  background: #ebfaf6;
}

@media (max-width: 767px) {
  .product {
    padding: 8vw 0 13.34vw;
  }
}

.product_title {
  width: 278px;
  height: 55px;
  margin: 0 auto;
  background: url("../img/product_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .product_title {
    width: 50.4vw;
    height: 9.6vw;
    background: url("../img/product_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.product_list {
  display: flex;
  justify-content: space-between;
  max-width: 742px;
  margin: 64px auto 0;
}

@media (max-width: 980px) {
  .product_list {
    max-width: none;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .product_list {
    width: 92vw;
    flex-direction: column;
    margin: 8vw auto 0;
    padding: 0;
  }
}

.product_item {
  width: 47%;
}

@media (max-width: 767px) {
  .product_item {
    width: 100%;
  }
}

.product_item_img {
  width: 100%;
}

.product_item_title {
  padding: 20px 15px;
  font-size: 1.9rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

@media (max-width: 980px) {
  .product_item_title {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .product_item_title {
    padding: 6.67vw 3.6vw 5.34vw;
  }
}

@media (max-width: 360px) {
  .product_item_title {
    padding: 6.67vw 2.6vw 5.34vw;
  }
}

@media (max-width: 320px) {
  .product_item_title {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .product_item+.product_item {
    margin-top: 9.34vw;
  }
}

.product_spec_title {
  padding: 5px 0;
  background: #99ebd1;
  text-align: center;
}

.product_spec_definition {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.product_spec_term {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 7px 0;
  background: #c0f8e6 url("../img/product_spec_line.png") repeat-x center top;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .product_spec_term {
    padding: 2.4vw 0;
  }
}

.product_spec_term:first-of-type {
  background-image: none;
}

.product_spec_description {
  display: flex;
  align-items: center;
  width: 85%;
  padding: 7px 8px;
  background: #defcf3 url("../img/product_spec_line.png") repeat-x center top;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .product_spec_description {
    padding: 2.4vw;
  }
}

.product_spec_description:first-of-type {
  background-image: none;
}

.product_note {
  width: 222px;
  height: 222px;
  margin: 57px auto 0;
  padding-top: 22px;
  background: #fff;
  border-radius: 111px;
  text-align: center;
}

@media (max-width: 767px) {
  .product_note {
    margin: 11vw auto 0;
  }
}

.product_note_text {
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.product_btn_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 501px;
  height: 94px;
  margin: 70px auto 0;
  background: url("../img/product_btn_contact.png") no-repeat center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .product_btn_contact a {
    width: 90.94vw;
    height: 16.94vw;
    margin: 10.27vw auto 0;
    background: url("../img/product_btn_contact_sp.png") no-repeat center;
    background-size: contain;
    font-size: 1.7rem;
  }
}

.product_btn_constituent a {
  margin: 40px auto 0;
  font-size: 2.1rem;
  color: #048cd6;
}

@media (max-width: 767px) {
  .product_btn_constituent a {
    margin: 7.6vw auto 0;
  }
}

.footer {
  background: #fff;
}

.footer_logo {
  padding: 18px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .footer_logo {
    padding: 2.4vw 0;
  }
}

.footer_logo_img {
  width: 135px;
}

@media (max-width: 767px) {
  .footer_logo_img {
    width: 29.74vw;
  }
}

.footer_copy {
  display: block;
  padding: 15px 0;
  background: #7e7e7e;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

/*--------------------------------------------------
  etak
--------------------------------------------------*/

.etak-mv {
  height: 521px;
  padding: 0 25px 0 15px;
  background: url("../img/etak/mv_bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}

.etak-mv_title {
  display: inline-block;
  padding-top: 60px;
}

.etak-mv_title img {
  max-width: 930px;
  width: 100%;
}

@media (max-width: 980px) {
  .etak-mv {
    height: 54vw;
  }
  .etak-mv_title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .etak-mv {
    height: auto;
    padding: 0;
    background: none;
  }
  .etak-mv_title {
    padding-top: 0;
  }
}

.etak-antibacterial {
  padding: 72px 0 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .etak-antibacterial {
    padding: 9.34vw 0 16.27vw;
  }
}

.etak-antibacterial_title {
  width: 782px;
  height: 62px;
  margin: 0 auto;
  background: url("../img/etak/antibacterial_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 980px) {
  .etak-antibacterial_title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .etak-antibacterial_title {
    width: 87.34vw;
    height: 15.07vw;
    background: url("../img/etak/antibacterial_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.etak-antibacterial_sammary {
  max-width: 1047px;
  width: 94%;
  height: 155px;
  margin: 50px auto 0;
  background: url("../img/etak/antibacterial_sammary.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 980px) {
  .etak-antibacterial_sammary {
    margin: 3vw auto 0;
  }
}

@media (max-width: 767px) {
  .etak-antibacterial_sammary {
    width: 92vw;
    height: 38vw;
    margin: 8vw auto 0;
    background: url("../img/etak/antibacterial_sammary_sp.png") no-repeat center;
    background-size: contain;
  }
}

.etak-antibacterial_img {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 1047px;
  width: 94%;
  margin: 48px auto 0;
  text-align: center;
}

@media (max-width: 980px) {
  .etak-antibacterial_img {
    margin-top: 3vw;
  }
}

@media (max-width: 767px) {
  .etak-antibacterial_img {
    width: 100%;
  }
}

.etak-antibacterial_img img {
  width: 100%;
}

@media (max-width: 767px) {
  .etak-antibacterial_img img {
    width: 700px;
    margin: 0 auto;
    padding: 0 4vw;
  }
}

.etak-antibacterial_note {
  max-width: 1040px;
  width: 93%;
  margin: 12px auto 0;
  font-size: 1.2rem;
  text-align: right;
}

@media (max-width: 767px) {
  .etak-antibacterial_note {
    text-align: left;
  }
}

.etak-antibacterial_btn_link a {
  width: 622px;
  margin: 65px auto 0;
  font-size: 1.9rem;
  color: #616161;
}

@media (max-width: 767px) {
  .etak-antibacterial_btn_link a {
    width: 91.07vw;
    height: 16.67vw;
    margin: 9.6vw auto 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media (max-width: 320px) {
  .etak-antibacterial_btn_link a {
    font-size: 1.2rem;
  }
}

.etak-antibacterial_btn_pdf a {
  justify-content: flex-start;
  position: relative;
  width: 622px;
  margin: 50px auto 0;
  padding-left: 56px;
  font-size: 1.9rem;
  color: #616161;
}

@media (max-width: 767px) {
  .etak-antibacterial_btn_pdf a {
    justify-content: center;
    width: 91.07vw;
    height: 16.67vw;
    margin: 7.6vw auto 0;
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

@media (max-width: 320px) {
  .etak-antibacterial_btn_pdf a {
    font-size: 1.2rem;
  }
}

.etak-antibacterial_btn_pdf a::before {
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  content: '';
  width: 31px;
  height: 31px;
  background: url("../img/etak/antibacterial_icon_pdf.png") no-repeat center;
}

@media (max-width: 767px) {
  .etak-antibacterial_btn_pdf a::before {
    right: 11vw;
    width: 7.6vw;
    height: 7.6vw;
  }
}

.etak-sustainable {
  padding: 65px 0 44px;
  background: #b3f6e1;
}

@media (max-width: 980px) {
  .etak-sustainable {
    padding: 5.34vw 0 8.4vw;
  }
}

.etak-sustainable_title {
  width: 700px;
  height: 63px;
  margin: 0 auto;
  background: url("../img/etak/sustainable_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 980px) {
  .etak-sustainable_title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .etak-sustainable_title {
    width: 75.6vw;
    height: 15.07vw;
    background: url("../img/etak/sustainable_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.etak-sustainable_img {
  max-width: 1047px;
  width: 94%;
  background: #fff;
  border-radius: 20px;
  margin: 48px auto 0;
  padding: 63px 60px 56px;
  text-align: center;
}

@media (max-width: 980px) {
  .etak-sustainable_img {
    margin-top: 3vw;
  }
}

@media (max-width: 767px) {
  .etak-sustainable_img {
    width: 92vw;
    margin: 6.54vw auto 0;
    padding: 7.07vw 4vw 7.86vw;
  }
}

.etak-sustainable_img img {
  width: 100%;
}

.etak-safety {
  padding: 65px 0 44px;
}

@media (max-width: 767px) {
  .etak-safety {
    padding: 9.34vw 0 12.67vw;
  }
}

.etak-safety_title {
  width: 700px;
  height: 63px;
  margin: 0 auto;
  background: url("../img/etak/safety_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 980px) {
  .etak-safety_title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .etak-safety_title {
    width: 54.27vw;
    height: 8.54vw;
    background: url("../img/etak/safety_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.etak-safety_illust {
  max-width: 1207px;
  width: 96%;
  margin: 50px auto 0;
  padding: 54px 58px 64px;
  box-shadow: 3px 3px 16px -4px #6dc1f6;
  border-radius: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .etak-safety_illust {
    width: 95%;
    margin: 6.94vw auto 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}

.etak-safety_illust_img {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .etak-safety_illust_img {
    padding-left: 0;
  }
}

.etak-safety_illust_img img {
  width: 100%;
}

.etak-safety_illust_title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .etak-safety_illust_title {
    font-size: 2.6rem;
  }
}

.etak-safety_illust_sub {
  margin-top: .25em;
}

.etak-safety_illust_sub span {
  position: relative;
  top: 0.1em;
  font-size: 0.8rem;
}

.etak-safety_illust_img {
  margin-top: 45px;
}

.etak-safety_illust_img img {
  width: 100%;
}

.etak-safety_illust_text {
  position: relative;
  max-width: 993px;
  margin: 57px auto 0;
  text-align: justify;
  white-space: normal;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .etak-safety_illust_text {
    width: 88.14vw;
    margin: 9.07vw auto 0;
  }
}

.etak-safety_illust_text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -58px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-bottom: transparent;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 28px solid #008cd6;
}

@media (max-width: 767px) {
  .etak-safety_illust_text::after {
    bottom: -12vw;
    border-left: 8.86vw solid transparent;
    border-right: 8.86vw solid transparent;
    border-top: 5.86vw solid #008cd6;
  }
}

.etak-safety_illust_conclusion {
  width: 632px;
  height: 39px;
  margin: 85px auto 0;
  background: url("../img/etak/safety_illust_conclusion.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 980px) {
  .etak-safety_illust_conclusion {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .etak-safety_illust_conclusion {
    width: 88.14vw;
    height: 18.67vw;
    margin: 19vw auto 0;
    background: url("../img/etak/safety_illust_conclusion_sp.png") no-repeat center;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .etak-safety_illust_sp {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .etak-safety_illust_sp_inner {
    width: 710px;
  }
}

@media (max-width: 767px) {
  .etak-safety_illust_sp_shadow {
    width: 700px;
    padding: 10.14vw 10.67vw;
    box-shadow: 1px 3px 16px -5px #6dc1f6;
    border-radius: 16px;
  }
}

.etak-developer {
  padding: 54px 0 62px;
  background: #ebfaf6;
}

@media (max-width: 767px) {
  .etak-developer {
    padding: 5.6vw 0 9.07vw;
  }
}

.etak-developer_title {
  width: 257px;
  height: 55px;
  margin: 0 auto;
  background: url("../img/etak/developer_title.png") no-repeat center;
  background-size: contain;
}

@media (max-width: 980px) {
  .etak-developer_title {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .etak-developer_title {
    width: 42.4vw;
    height: 8.4vw;
    background: url("../img/etak/developer_title_sp.png") no-repeat center;
    background-size: contain;
  }
}

.etak-developer_inner {
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: 70px auto 0;
}

@media (max-width: 980px) {
  .etak-developer_inner {
    width: 86%;
  }
}

@media (max-width: 767px) {
  .etak-developer_inner {
    flex-direction: column;
    width: 100%;
    margin: 8vw auto 0;
  }
}

.etak-developer_person {
  background: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .etak-developer_person {
    width: 30.4vw;
    margin: 0 auto;
  }
}

.etak-developer_person img {
  width: 152px;
}

@media (max-width: 767px) {
  .etak-developer_person img {
    width: 100%;
  }
}

.etak-developer_person_name {
  padding-top: 28px;
  font-size: 2.3rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .etak-developer_person_name {
    padding: 5.6vw 0 8vw;
    font-size: 2rem;
  }
}

.etak-developer_person_name span {
  display: block;
  margin-top: .3em;
  font-size: 1.3rem;
  font-weight: normal;
}

@media (max-width: 767px) {
  .etak-developer_person_name span {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 980px) {
  .etak-developer_text {
    width: 74%;
  }
}

@media (max-width: 767px) {
  .etak-developer_text {
    width: 92vw;
    margin: 7.74vw auto 0;
  }
}

.etak-developer_text_title {
  padding-bottom: 8px;
  border-bottom: 1px solid #787878;
}

.etak-developer_text_definition {
  margin-top: .5em;
}

.etak-developer_text_term {
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .etak-developer_text_term {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}

.etak-developer_text_term:nth-of-type(2) {
  margin-top: 1em;
}

.etak-developer_text_description {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .etak-developer_text_description {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}


@media print, screen and (min-width:1080px) {
  header .page-ttl {
    padding: 0;
    background: 0 0;
    z-index: auto
  }
}
@media only screen and (max-width:640px) {
  header .page-ttl {
    font-size: 1.8rem;
    padding: 14px 8px
  }
}
@media only screen and (min-width:641px) and (max-width:768px) {
  header .page-ttl {
    padding: 0;
    background: 0 0;
    z-index: auto;
  }
}
header .head-home {
  display: block;
  width: 280px;
  position: absolute;
  top: 50px;
  right: 34px;
  z-index: 1002
}
header .head-home {
  display: none
}
header .head-home a {
  display: inline-block;
  background: url("../img/icon_media.svg") left center no-repeat;
  padding-left: 28px;
  color: #333;
  text-decoration: none
}
@media print, screen and (min-width:1080px) {
  header .head-home {
    display: block;
    width: 280px;
    position: absolute;
    top: 50px;
    right: 44px;
    z-index: 1002
  }
}




/*# sourceMappingURL=etak.css.map */
