@charset "UTF-8";

/* ========================================

    FujiClean CO.,LTD.
    /assets/css/base.css

======================================== */

/* Base Setting
-------------------------------------------------- */
body {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #333;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul, ol, li {
  list-style: none;
}
a, a:hover {
  color: #003E87;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
em {
  font-style: normal;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}

@media screen and (min-width: 1025px), print { /* or 1100px */
  body {
    padding-top: 90px;
  }
  body > article {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 8vw;
    font-size: 0.875rem;
  }
  body.locked {
    overflow: hidden;
  }
  body > article {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 16vw;
    font-size: 4vw;
  }
  body > article {
    padding-bottom: 25vw;
  }
}


/* Header
-------------------------------------------------- */
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
/*  font-size: 0.875em;*/
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}
/*
header .button a {
  border: none;
}
*/



@media screen and (min-width: 1025px), print { /* or 1100px */
  .header_inner {
    height: 90px;
  }
  .header_logo {
    position: relative;
  }
  .header_logo a {
    position: fixed;
    display: block;
    top: 23px;
    left: 3%;
    width: 15vw;
    max-width: 200px;
  }
  .nav_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
  }
}

@media screen and (max-width: 1300px) {
	.nav_wrap {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .header_inner {
    height: 8vw;
  }
  .header_logo a {
    position: fixed;
    display: block;
    top: 23px;
    left: 3%;
    width: 15vw;
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header_logo a {
    top: 1.75vw;
    left: 3vw;
    width: 18vw;
  }
}
@media screen and (max-width: 600px) {
  .header_inner {
    height: 16vw;
  }
  .header_logo a {
    top: 4vw;
    left: 4vw;
    width: 33vw;
  }
}

/* for IE11 */
.header_logo a img.forie {
  display: none;
}
_:-ms-lang(x)::-ms-backdrop, .header_logo a img:not(.forie) {
  display: none;
}
_:-ms-lang(x)::-ms-backdrop, .header_logo a img.forie {
  display: block;
}


/* Global Nav
-------------------------------------------------- */
.g_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.g_nav li {
  font-weight: 700;
  margin-right: 1.5em;
  text-align: center;
  line-height: 1.2;
}


@media screen and (min-width: 1025px), print {
  .nav_btn {
    display: none;
  }
  .g_nav li:not([class="button"]) a {
    position: relative;
    display: block;
    color: #000;
  }
  .g_nav li:not([class="button"]) a:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.75em;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: 0.5em;
    border-bottom: solid 3px #1d61c9;
    transform: translateX(-50%);
    transition: 0.3s;
  }
  body.nav01 .g_nav li.g_nav01 a:after,
  body.nav02 .g_nav li.g_nav02 a:after,
  body.nav03 .g_nav li.g_nav03 a:after,
  body.nav04 .g_nav li.g_nav04 a:after,
	body.nav05 .g_nav li.g_nav05 a:after,
  .g_nav li:not([class="button"]) a.current:after {
    width: 100%;
  }
  .g_nav li:not([class="button"]) a:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nav_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 8vw;
    height: 8vw;
    background: #1d61c9;
    cursor: pointer;
  }
  .nav_btn span {
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 44%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
  .nav_btn.opened span {
    top: 50%;
    background: #1d61c9;
  }
  .nav_btn span:before,
  .nav_btn span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: 0.3s;
  }
  .nav_btn span:before {
    top: -1vw;
  }
  .nav_btn.opened span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .nav_btn span:after {
    bottom: -1vw;
  }
  .nav_btn.opened span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .nav_btn em {
    position: absolute;
    display: block;
    bottom: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.05em;
    color: #fff;
    transition: opacity 0.3s;
  }
  .nav_btn.opened em {
    opacity: 0;
  }
  .nav_wrap {
    position: fixed;
    display: none;
    top: 8vw;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.2em;
  }
  .g_nav {
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
  }
  .g_nav li {
    margin: 0;
    padding: 0;
  }
  .g_nav li a {
    position: relative;
    display: block;
    padding: 1em;
    border-bottom: solid 1px #1d61c9;
  }
  .g_nav li a.sp_accordion:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    line-height: 0;
    border: solid #1d61c9;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg) translate(0%, 50%);
  }
  .g_nav li a.sp_accordion.opened:after {
    transform: rotate(-45deg) translate(-20%, -40%);
  }
  .g_nav li.button a {
    border-radius: 0;
  }
  .g_sub_nav_sp {
    display: none;
  }
  .g_sub_nav_sp a {
    position: relative;
    background: rgba(29, 97, 201, 0.8);
    color: #fff;
  }
  .g_sub_nav_sp a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1.25em;
    width: 0.5em;
    height: 0.5em;
    line-height: 0;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translate(-50%, -25%);
  }
}
@media screen and (max-width: 600px) {
  .nav_btn {
    width: 16vw;
    height: 16vw;
  }
  .nav_btn span:before {
    top: -0.5em;
  }
  .nav_btn span:after {
    bottom: -0.5em;
  }
  .nav_wrap {
    top: 16vw;
    height: calc(100vh - 16vw);
    overflow-y: scroll;
    font-size: 1.1em;
  }
}


/* g_sub_nav
-------------------------------------------------- */
@media screen and (min-width: 1025px) {
  .g_sub_nav_sp {
    display: none;
  }
  .g_sub_nav {
    display: none;
    position: fixed;
    z-index: 101;
    top: 90px;
    left: 0;
    width: 100%;
  }
  .g_sub_nav_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3% 0;
    background: #d8e8f7;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
  }
  .g_sub_nav_title {
    margin-bottom: 1em;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
  }
  .g_sub_nav_title:first-letter {
    color: #1d61c9;
  }
  .g_sub_nav_list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .g_sub_nav_list li {
    flex: 1 1 0;
    margin: 0 0.5em;
  }
  .g_sub_nav_list li a {
    position: relative;
    display: block;
    padding: 0.75em 0.5em;
    text-align: center;
    background: #fff;
    color: #000;
    transition: 0.3s;
  }
  .g_sub_nav_list li a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    border: solid #1d61c9;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg) translate(-50%, -25%);
  }
  .g_sub_nav_list li a:hover {
    background: #1d61c9;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
  .g_sub_nav_list li a:hover:after {
    border-color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .g_sub_nav {
    display: none;
  }
}

/* forIE11 */
_:-ms-lang(x)::-ms-backdrop, .g_sub_nav_list {
  display: block;
  text-align: center;
}
_:-ms-lang(x)::-ms-backdrop, .g_sub_nav03 .g_sub_nav_list li {
  display: inline-block;
  min-width: calc(19% - 1em);
}
_:-ms-lang(x)::-ms-backdrop, .g_sub_nav04 .g_sub_nav_list li {
  display: inline-block;
  min-width: calc(48% - 1em);
}


/* Lang
-------------------------------------------------- */
.header_lang li {
  display: inline-block;
  font-weight: 700;
}
.header_lang li a {
  color: #959595;
}
.header_lang li.current a {
  color: #1d61c9;
}
@media screen and (min-width: 1025px), print { /* or 1100px */
  .header_lang {
    width: 5em;
    text-align: right;
  }
  .header_lang li:first-child {
    margin-right: 0.75em;
    padding-right: 0.75em;
    border-right: solid 1px #ccc;
  }
}
@media screen and (max-width: 1024px) {
  .header_lang {
    display: flex;
    padding-bottom: 20vh;
  }
  .header_lang li {
    width: 50%;
  }
  .header_lang li a {
    display: block;
    padding: 1em;
    text-align: center;
    border-bottom: solid 1px #1d61c9;
    background: #fff;
  }
  .header_lang li:first-child a {
    border-right: solid 1px #1d61c9;
  }
}
@media screen and (max-width: 600px) {
}


/* Footer
-------------------------------------------------- */
.footer {
  background: #1d61c9;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2em 0;
  font-size: 0.875em;
  color: #fff;
}
.footer a {
  color: #fff;
}

.privacy {
	display: flex;
}


.privacy li:nth-child(n + 2) {
	margin-left: 20px;
}


@media screen and (max-width: 600px) {
  .footer_inner {
    flex-direction: column-reverse;
    text-align: center;
  }
  .privacy {
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
	
	.privacy {
		display: block;
	}


	.privacy li:nth-child(n + 2) {
		margin-left: 0;
		margin-top: 20px;
	}
	
	
}


/* Pagetop
-------------------------------------------------- */
#pagetop {
  position: absolute;
  display: block;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.pagetop {
  position: fixed;
  z-index: 10;
  bottom: 140px;
  right: 3%;
}
.pagetop a {
  display: block;
  width: 3.4em;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #1d61c9;
  transition: opacity 0.3s;
}
.pagetop a:hover {
  opacity: 0.8;
}
.pagetop a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
}


/* gdpr
-------------------------------------------------- */
.gdpr{
  position: fixed;
  z-index: 1000;
  background: #d8e8f7;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #333;
  transform: translateY(120%);
  transition: transform .3s ease-in;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.gdpr.is-visible{
  transform: translateY(0);
}
.gdpr_in{
  position: relative;
  max-width: 90%;
  padding: 40px 80px 40px 40px;
  margin: 0 auto;
  line-height: 1.6;
}
.gdpr_close{
  transition: opacity .3s ease-in;
  background: #fff;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  background: #bbb;
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
}
.gdpr_close:hover{
  opacity: .7;
}
@media screen and (max-width: 900px) {
  .gdpr_in{
    max-width: 90%;
    padding: 25px 60px 25px 0px;
  }
}
@media screen and (max-width: 600px) {
  .gdpr{
  }
  .gdpr_in{
    max-width: 94%;
    padding: 20px;
    line-height: 1.6;
    font-size: 11px;
  }
  .gdpr_close{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 18px;
    right: 0;
    top: -15px;
    transform: translateY(0);
  }
}

br.exp {
	display: none;
}

@media screen and (max-width: 1400px) {
	br.exp {
		display: inline;
	}
}

@media screen and (max-width: 1024px) {
	
	br.exp {
		display: none;
	}
	
}

/* 2023/07 */

.pdfBtn {
	max-width: 90%;
	margin: 50px auto 50px;
	text-align: center;
}

.mb20 {
	margin-bottom: 20px;
}

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


