@charset "UTF-8";

/************
 * 共通項目
 ************/
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html,
body {
  background: #fbfbfb;
  color: #313030;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;

}

html{font-size: 62.5%;}
body {
  font-size: 1.6rem;
  line-height: 1.6;
  }
  img {
    border: none;
    width: 100%;
    max-width: 100%;
    vertical-align:top;
  }
h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

/* 非推奨 */
.small {
  font-size: 90%;
}

address {
  font-style: normal;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

.wrap {
    overflow-x: hidden;
  }
  html.no-scroll {
    overflow: hidden;
  }
}


/***********
 * headline
 ***********/
/* level1 */
.ttl_type01 {
  padding: 0 0 2px 6px;
  line-height: 22px;
  position: relative;
  text-shadow: 0 0 2px white;
  z-index: 0;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 35px;
}

.ttl_type01:before {
  content: "";
  position: absolute;
  background-image: url(/fauna/images/index_btn/title_icon.png);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: -25%;
  left: -6px;
  z-index: -1;
}


.ttl_type02{
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 15px;
}

.ttl_type03{
  border-bottom: 1px dotted #313030;
  margin: 10px 0 8px 0;
  font-size: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  .ttl_type01 {font-size: 5.128vw;margin-bottom: 4.102vw;}
  .ttl_type02{ font-size: 4.615vw;margin-bottom: 2.564vw;}

}

.bold{font-weight: bold;}
.txt_c{text-align: center;}
.txt_r{text-align: right;}
.txt_l{text-align: left;}

.subttl {
  font-weight: bold;
  font-size: 1.8rem;
}
.subttl_icon{padding-left: 24px;position: relative;}
.subttl_icon::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icon_excla::before{
  background: url('/fauna/common/images/icon_excla.svg') 0 0 no-repeat;
}
.icon_quest::before{
  background: url('/fauna/common/images/icon_quest.svg') 0 0 no-repeat;
}
.icon_mail:before{
  background: url('/fauna/common/images/icon_mail.svg') 0 0 no-repeat;
}


/***********
 * list
 ***********/
ul {
  list-style-type: none;
}

ul.normalList li {
  background: url("/fauna/common/images/icon_normalList.gif") left 8px no-repeat;
  padding-left: 1em;
}

ol {
  margin: 0 1.5em;
  padding: 0;
}

ul.moreList {
  margin: 5px 1.5em;
  padding: 0;
}

ul.moreList li {
  background: url("/fauna/common/images/icon_detaillink.gif") center left no-repeat;
  padding-left: 14px;
}

ul.detailList {
  margin: 15px 0 0;
}

ul.detailList li {
  position: relative;
  padding-left: 1.3em;
}

ul.detailList li:before {
  position: absolute;
  left: 0;
  content: "\025cb";
}

/* anchor */
a {
  color: #313030;
  text-decoration: underline;
  position:relative;
	transition: all .3s ease;
}

a:hover {
  color: #ee706e;
}

a.linkMarker {
  background: url("/fauna/common/images/icon_linklist.gif") top left no-repeat;
  padding-left: 20px;
}


a[href^="mailto"] {
  position: relative;
}
a[target=_blank]:not(:has(img)){
	margin-right: 8px;
}
a[target=_blank]:not(:has(img))::after {
	content: '';
	width: 16px;
	height: 16px;
	display: inline-block;
	padding-right: 20px;
	background: url(/fauna/common/images/icon_outlink.svg) center right/14px auto no-repeat;
}

a[target=_blank]:not(:has(img)):hover::before,
a[target=_blank]:not(:has(img)):hover::after{
	filter: invert(67%) sepia(96%) saturate(2185%) hue-rotate(314deg) brightness(93%) contrast(100%);
}
.more {
  margin-top: 6px;
  text-align: right;
}

.more a {
  text-align: right;
  background: url("/fauna/common/images/icon_detaillink.gif") center left no-repeat;
  padding-left: 16px;
  text-decoration: underline;
}


/************
 * query
 ************/
.query {
  background: #f0f0f0;
  margin-top: 15px;
  padding: 16px 24px;
  line-height: 1.2;
}

.query address {
display: flex;
margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .query {
    margin-top: 3.846vw;
    padding: 3.589vw 6.153vw;
  }


}




/************
 * header
 ************/
 header {
  border-top: 5px #8b8988 solid;
  width: 100%;
}

header > .inr {
  width: 860px;
  height: 106px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0 30px;
}

/* globalnavi */
nav.Global a {
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif !important;
}

ul.mainMenu {
  margin-top: 24px;
}

ul.mainMenu,
li.mainMenu__item {
  display: flex;
  justify-content: center;
}

li.mainMenu__item {
  position: relative;
  display: block;
  width: 121px;
  z-index: 10;
  /* background: #fbfbfb; */
  margin: 0 1em;
  text-align: center;
  border-bottom: dotted 1px #ccc;
  font-size: 1.6rem;
}

li.mainMenu__item>a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 6px;
}

li.mainMenu__item.menu__achievement a:hover {
  border-bottom: noen;
  padding-bottom: 0;
}

ul.subMenu {
  position: absolute;
  top: 30px;
  left: 0;
  background: #fbfbfb;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
}

li.subMenu__item:nth-child(1) {
  border-top: dotted 1px #ccc;
}

li.subMenu__item {
  margin: 0;
  font-size: 1.4rem;
  padding:4px 0;
  border-bottom: dotted 1px #ccc;
}

li.subMenu__item a {
  display: block;
  width: 100%;
  color: #555;
}

@media screen and (min-width: 769px) {
  li.mainMenu__item:hover ul.subMenu {
    top: 38px;
    visibility: visible;
    opacity: 1;
  }
  li.subMenu__item a:hover {
    color: #ee706e
  }
  .Global .sideMenu, .Global .ehonMenu{display: none;}
  }

.nobr {
  white-space: nowrap;
}

.hamburger{display: none;}


/************
 * #contents
 ************/
 .wrap{
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}
main{
  padding:32px 0;
}

.contentsbox{
  width:920px;
  margin: 0 auto;
  padding:0 30px ;
}

.contentsbox .section + .section{
  margin-top: 35px;
}


.contentsbox .section .subheading {
  margin-bottom: 0;
  font-size: 100%;
}

.contentsbox .boxWideWH {
  margin: 20px auto;
  border: solid 1px #f0f0f0;
  padding: 30px;
  background: #ffffff;
 }

/***********
 * col
 ***********/
 .col-2 {
   display: flex;
   gap: 32px;
 }
 
.jc_s-btw{
  justify-content: space-between;
}
.jc_s-cnt{
  justify-content: center;
}

 .col-3 {
   display: flex;
   gap: 32px;
 }

 .col-3 .col-3item {
   width: calc((100% - 64px) / 3);
 }

 .flex-wrap {
   flex-wrap: wrap;
 }

 @media screen and (max-width: 768px) {
   .col-2 {
     align-items: center;
     gap: 10px;
   }

   .sp-column {
     flex-direction: column;
   }

   .sp-reverse {
     flex-direction: column-reverse;
   }

   .col-3 .col-3item {
     width: 100%;
   }


 }



/************
 * footer
 ************/
 footer{
  background-color: #F4F4F4;
}
footer::after{
  content: '';
  background: url("/fauna/common/images/bg_footer.gif") top left repeat;
  height: 10px;
  display: block;
}

footer a {
  text-decoration: none;
}

/* footer */
footer > .inr{
  width: 860px;
  margin: 0 auto;
  padding-top: 8px;
}

@media screen and (min-width: 769px) {
  footer .inrBox{
    display: grid;
  }
  footer .inrBox nav{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  footer .inrBox #footerLink{
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  footer .inrBox .footerBackHome{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
  }
}

/* nav */
footer nav ul {
  margin: 10px auto 0;
}
footer nav ul.parent{
font-size: 1.4rem;
}
footer nav ul.parent>li {
  display: inline-block;
  width: 199px;
  padding-left: 15px;
  vertical-align: top;
}

footer nav ul.parent>li>p {
  margin: 10px 0 7px;
  font-weight: bold;
}

footer nav ul.parent>li>p a {
  display: block;
  padding: 3px 0 3px 20px;
  line-height: 1;
}

footer nav ul.children {
  font-size:1.25rem;
  line-height:1.8;
}

footer nav ul.parent li a:hover {
  color: #ee706e;
}


footer nav ul li ul li {
  margin-left: 20px;
}

/* #footerLink */
#footerLink {
  font-size: 1.15rem;
}

#footerLink ul {
  width: 860px;
  margin: 20px auto 0;
  list-style-type: none;
  display: flex;
  justify-content:space-around;
}

#footerLink ul li {
  text-align: center;
  padding: 0 25px;
}

#footerLink ul li.border {
  border-right: 1px #444 solid;
}

#footerLink ul li a:hover,
#footerLink ul li.active a {
  color: #ee706e;
}

/* footerBackHome */
.footerBackHome{
  margin-top: 10px;
}

.footerBackHomeLink{
  display: block;
  width: 200px;
}

.footerBackHomeLink img{
  width: 100%;
}

@media screen and (min-width: 769px) {
  .footerBackHomeLink:hover{
    opacity: .6;
  }
}

/* copyright */
#copyright {
  text-align: center;
  font-size: 1.25rem;
}

#copyright p {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* ISMS symbols */
.footerSymbols {
  text-align: center;
  margin: 32px auto 16px;

  img {
    width: 200px;
    height: auto;
  }
}

/* news #82 */
.newsSymbols {
  text-align: center;
  margin: 16px auto 0;

  img {
    width: 300px;
    height: auto;
  }
}

/************
 * clearfix
 ************/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/************
 pagetop 
************/
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right:32px;
  bottom: 32px;
  /* background: #fff; */
  border: solid 2px #6f6b6b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}


.pagetop__arrow::before,
.pagetop__arrow::after {
  content: ""; 
  width: 14px; 
  height: 3px; 
  display: inline-block; 
  border-radius: 2px; 
  background: #6f6b6b; 
  position: absolute; 
  top: 42%;
}

.pagetop__arrow::before {
  transform: rotate(48deg);
  right: 12px;
}
.pagetop__arrow::after {
  transform: rotate(-48deg); 
  left: 12px;
}


@media screen and (max-width:600px) {
.pagetop {
  height: 14vw;
  width: 14vw;
  right:2vw;
  bottom: 4vw;
  background: #ffffff86;
}

.pagetop__arrow::before,
.pagetop__arrow::after {
  content: ""; 
  width: 4vw; 
  height: 3px; 
  top:5.5vw;
}
.pagetop__arrow::before {
  right: 3.3vw;
}
.pagetop__arrow::after {
  left: 3.3vw;
}

}

/************
 sp
 ************/

@media screen and (max-width: 768px) {
  html{font-size: calc(100vw / 39);}
  body{font-size: 1.5rem;}
  header {
    width: 100%;
  }

  footer>.inr {
    width: 94%;
    padding-top: 8px;
    margin: 0 auto;
  }

  footer nav ul.parent {
    display: flex;
    flex-direction: column;
    font-size: 4vw;
  }
footer nav ul.parent>li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: inherit;
  padding: 4px 0;
}
footer nav ul.parent>li>p {
  margin: 0;
}
footer nav ul.parent>li>p a {
  padding: 4px;
}
footer nav ul.children{
  margin: 0;
  font-size: 3.4vw;
}

footer nav ul.children li {
  margin: 0 8px;
  display: inline-block;
}
#footerLink {
  font-size: 3.3vw;
}
#footerLink ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.4vw 0;
}

#footerLink ul li {
  padding: 0;
  text-align: left;
}
#footerLink ul li:nth-child(odd) {
  width: 52%;
}
#footerLink ul li:nth-child(even) {
  width: 48%;
}

#footerLink ul li.border {
  border: none;
}

#footerLink ul li::before {
  content: '・';
  display: inline;
}

/* footerBackHome */
.footerBackHome{
  margin-top: calc((24 / 375) * 100vw);
}

.footerBackHomeLink{
  width: calc((240 / 375) * 100vw);
  margin-inline: auto;
}

/* menu */
header > .inr {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2vw 0 2vw 4vw;
  display: block;
}

header h1 {
  width: 37vw;
}

.Global {
  position: fixed;
  top: 0;
  right: -100%; 
  width: 70%;
  height: 100%;
  background-color: #6f6b6b;
  color: #333;
  transition: right 0.3s ease; 
  padding: 20px;
  z-index: 10;
}
/* メニューが開いているとき */
.Global.open {
  right: 0;
  overflow-y: auto;
}

.hamburger {
  display: flex;
  position: fixed;
  top:calc(6px + 1vw);
  right: 1.53vw;
  width: 13vw;
  height:12.91vw;
  padding:2vw;
  cursor: pointer;
  z-index: 20;
  background-color: #fbfbfb80;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  /* gap: 1.5vw; */
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #555;
  transition: 0.4s;
}
.hamburger.active{
  background-color: #fbfbfb00;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(1.282vw, 1.282vw);
  background-color: #fff;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(2.051vw, -2.051vw);
  background-color: #fff;
}

/* メニューリストのスタイル */
ul.mainMenu {
  margin-top: 24px;
  font-family: fot-tsukuardgothic-std, sans-serif !important;
}

.Global a {
  color: #fff !important;
}

ul.mainMenu {
  flex-direction: column;
  gap: 28px;
}

ul.subMenu {
  position: relative;
  top: 10px;
  left: 0;
  background: transparent;
  opacity: 1;
  visibility: visible;
}

li.mainMenu__item {
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 1.6rem;
  border-bottom: none;
}

li.subMenu__item {
  border-bottom: none;
  padding: 0 0 0 12px;
}
li.subMenu__item:nth-child(1) {
  border-top: none;
}
li.mainMenu__item > a {
  border-bottom: dotted 1px #ccc;
}
li.mainMenu__item>a{
  padding-left: 10px;
}
li.subMenu__item>a{
  padding: 2px 0;
}
li.subMenu__item>a::before{
  content: '・';
  display: inline;
}


.Global .sideMenu {
  margin-top: 8vw;
  font-size: 92%;
}
.Global .sideMenu li + li{
  margin-top: 8px;
}
.Global .sideMenu li a{
  padding: 8px 0;
  font-size: 92%;
}
.Global .sideMenu li:not(:has(img))::before{
content: '-';
display: inline-block;
color: #fff;
margin-right: 6px;
}

.Global .ehonMenu {
  margin-top: 4vw;
}



/* contents */
.contentsbox {
  padding: 0 0 30px;
  width: 92%;
  margin: 0 auto;
}

.contentsbox .boxWideWH {
  width: 100%;
  padding: 4.25vw;
 }


}

/************
 margin
 ************/
 :root{
  --basesize:8px;
  --sizeS:16px;
  --sizeM:24px;
  --sizeL:32px;
 }
 @media screen and (max-width: 768px) {
  :root{
    --basesize:2.051vw;
    --sizeS:4.102vw;
    --sizeM:6.153vw;
    --sizeL:8.205vw;
   }

 }
 
.mt-0{margin-top: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.mt-8{margin-top: var(--basesize);}
.mt-16{margin-top: var(--sizeS);}
.mt-24{margin-top: var(--sizeM);}
.mt-32{margin-top: var(--sizeL);}
.mb-8{margin-bottom: var(--basesize);}
.mb-16{margin-bottom: var(--sizeS);}
.mb-24{margin-bottom: var(--sizeM);}
.mb-32{margin-bottom: var(--sizeL);}
.mr-8{margin-right: var(--basesize);}
.mr-16{margin-right: var(--sizeS);}
.mr-24{margin-right: var(--sizeM);}
.mr-32{margin-right: var(--sizeL);}
.ml-8{margin-left: var(--basesize);}
.ml-16{margin-left: var(--sizeS);}
.ml-24{margin-left: var(--sizeM);}
.ml-32{margin-left: var(--sizeL);}

.pt-0{padding-top: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.pt-8{padding-top: var(--basesize);}
.pt-16{padding-top: var(--sizeS);}
.pt-24{padding-top: var(--sizeM);}
.pt-32{padding-top: var(--sizeL);}
.pb-8{padding-bottom: var(--basesize);}
.pb-16{padding-bottom: var(--sizeS);}
.pb-24{padding-bottom: var(--sizeM);}
.pb-32{padding-bottom: var(--sizeL);}
.pr-8{padding-right: var(--basesize);}
.pr-16{padding-right: var(--sizeS);}
.pr-24{padding-right: var(--sizeM);}
.pr-32{padding-right: var(--sizeL);}
.pl-8{padding-left: var(--basesize);}
.pl-16{padding-left: var(--sizeS);}
.pl-24{padding-left: var(--sizeM);}
.pl-32{padding-left: var(--sizeL);}