@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#loading {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 999999;
  transition: all 0.5s ease-out 0.01s;
}
#loading.active {
  opacity: 0;
  pointer-events: none;
}

#section_back_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

.privacy #section02 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
  padding-bottom: 170px;
}
@media screen and (max-width:800px) {
  .privacy #section02 {
    padding-bottom: 100px;
  }
}
.privacy #section02 h2.h2title_3 {
  color: #4d4d4d;
  text-align: left;
  padding: 0 0 20px 0;
  letter-spacing: 0.15em;
}
.privacy #section02 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  padding: 48px 20px;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
}
@media screen and (max-width:800px) {
  .privacy #section02 .section__in {
    padding: 5vw 0px;
  }
}
.privacy #section02 .section__in .base_text {
  letter-spacing: 0.05em;
  line-height: 180%;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  .privacy #section02 .section__in .base_text {
    line-height: 160%;
  }
}
.privacy #section02 .section__in .text01 {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.05em;
  line-height: 180%;
  margin-bottom: 1.25em;
}
@media screen and (max-width:800px) {
  .privacy #section02 .section__in .text01 {
    line-height: 160%;
  }
}
.privacy #section02 .section__in p.unders {
  text-indent: -1em;
  padding-left: 1em;
}

#section_lasts {
  width: 100%;
  padding-top: 50px;
  color: #4d4d4d;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_lasts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section_lasts .section__in {
  width: 90%;
  max-width: 1324px;
  margin: 0 auto;
}
#section_lasts figure {
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_lasts figure {
    border-radius: 4px;
  }
}

#section01_style {
  width: 100%;
  padding-top: 120px;
  color: #4d4d4d;
  padding-bottom: 1px;
}
@media screen and (max-width:800px) {
  #section01_style {
    padding-top: 70px;
  }
}
#section01_style .section__in {
  width: calc(100% - 60px);
  /*max-width: 1324px;*/
  /*max-width: 1324px;*/
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01_style .section__in {
    width: 90%;
  }
}
#section01_style figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#section01_style .title_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
#section01_style .title_area .ttl01 {
  width: 70.88%;
}
#section01_style .title_area .ttl01 .ttl01__in {
  width: 100%;
  background-color: #fff;
  padding-left: calc((100vw - 1200px - 80px) / 2);
  padding-top: 50px;
  /*margin-top: -102px;*/
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in {
    padding-left: 4%;
    padding-top: 3.4246575342vw;
    /*margin-top: calc(102 / 1460) * -100vw;*/
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in {
    padding-top: 5vw;
    /*margin-top: calc(102 / 1460) * -100vw;*/
    padding-left: 0%;
    padding-right: 1em;
  }
}
#section01_style .title_area .ttl01 .ttl01__in h1 {
  margin-bottom: 28px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in h1 {
    margin-bottom: 1.9178082192vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in h1 img {
  width: auto;
  height: 46px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in h1 img {
    height: 3.1506849315vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in h1 img {
    height: 6vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in .base_text {
  line-height: 160%;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 6.8493150685vw;
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 50px;
    font-size: 3.2vw;
  }
}
#section01_style .title_area .ttl01 .ttl01__in ul.pclist {
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
}
@media screen and (max-width:1460px) {
  #section01_style .title_area .ttl01 .ttl01__in ul.pclist {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style .title_area .ttl01 .ttl01__in ul.pclist {
    display: none;
  }
}
#section01_style .title_area .ttl01 .ttl01__in ul.pclist li {
  display: inline-block;
  margin-right: 3em;
}
#section01_style .title_area .ttl01 .ttl01__in ul.pclist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
#section01_style .title_area .ttl02 {
  width: 29.12%;
}
#section01_style .title_area .ttl02 .ttl02__in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/company/img_line_02.svg) repeat-y center;
  background-size: 100% auto;
}
#section01_style ul.splist {
  display: flex;
  justify-content: flex-start;
  margin-top: 10vw;
  display: none;
}
@media screen and (max-width:1460px) {
  #section01_style ul.splist {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width:800px) {
  #section01_style ul.splist {
    display: flex;
    font-size: 3.4vw;
    flex-wrap: wrap;
  }
}
#section01_style ul.splist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
#section01_style ul.splist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
  padding: 0.65em 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
#section01_style ul.splist li a::after {
  content: "";
  background: url(../images/icon_yaji2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
}/*# sourceMappingURL=privacy.css.map */