@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: privacypolicy.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1260px;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  background: #F5F1ED;
  color: #1F1F1F;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body *::selection {
  background: #FF8900;
  color: #F5F1ED;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 0;
  right: 0;
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .header {
    top: 6vw;
    width: auto;
    margin: 0 4vw;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    align-items: unset;
  }
}
.header .logo {
  mix-blend-mode: color-burn;
}
.header .logo img {
  width: 134px;
}
@media screen and (max-width: 768px) {
  .header .logo img {
    width: 80px;
  }
}
.header__nav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__nav__list {
    display: block;
  }
}
.header__nav__item {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header__nav__item {
    text-align: right;
  }
}
.header__nav__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .header__nav__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.header__nav__item a {
  display: block;
  position: relative;
  padding: 5px;
  color: #1F1F1F;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .header__nav__item a {
    font-size: 16px;
  }
}
.header__nav__item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  transition: .2s;
  transform: translateY(-25px);
}
.header__nav__item a:after {
  position: absolute;
  left: 5px;
  top: 30px;
}
.header__nav__item:first-child a:after {
  content: "About";
}
.header__nav__item:nth-child(2) a:after {
  content: "Our Business";
}
.header__nav__item:nth-child(3) a:after {
  content: "Company Info";
}
.header__nav__item:last-child a {
  padding: 5px 0 5px 5px;
}
.header__nav__item:last-child a:after {
  content: "Contact";
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
main {
  position: relative;
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  background: #1F1F1F;
}
.footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 50px 50px 50px 0;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    width: auto;
    padding: 8% 5% 8% 0;
  }
}
.footer__left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__left {
    display: block;
  }
}
.footer__logo {
  margin-right: 110px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 0 8%;
  }
}
.footer__logo img {
  width: 206px;
}
@media screen and (max-width: 768px) {
  .footer__logo img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin: 0 0 15% 5%;
  }
}
.footer__nav__item:not(:last-child) {
  margin-bottom: 24px;
}
.footer__nav__item a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.footer__right {
  text-align: right;
}
.footer__text {
  margin-bottom: 30px;
}
.footer__text a {
  color: #FFF;
  font-size: 14px;
}
.footer__copy {
  color: #FFF;
  font-size: 14px;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.box__title {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .box__title {
    padding-left: 30px;
  }
}
.box__title:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #1F1F1F;
}

.privacypolicy {
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .privacypolicy {
    margin: 0 5%;
    padding: 250px 0 100px;
  }
}
.privacypolicy__inner {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .privacypolicy__inner {
    width: auto;
  }
}
.privacypolicy__title {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .privacypolicy__title {
    margin-bottom: 80px;
  }
}
.privacypolicy__subtitle {
  position: relative;
  margin: 0 0 90px 70px;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .privacypolicy__subtitle {
    margin: 0 0 20% 5%;
    padding-left: 35px;
  }
}
.privacypolicy__subtitle:before, .privacypolicy__subtitle:after {
  content: "";
  position: absolute;
}
.privacypolicy__subtitle:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 7px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #FF8900;
}
.privacypolicy__subtitle:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -30px;
  top: -45px;
  z-index: -1;
  width: 110px;
  height: 110px;
  border: 1px dashed #FF8900;
  animation: rotate 20s infinite linear;
}
@media screen and (max-width: 768px) {
  .privacypolicy__subtitle:after {
    left: -18px;
    top: -30px;
    width: 80px;
    height: 80px;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.privacypolicy__list {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .privacypolicy__list {
    width: auto;
  }
}
.privacypolicy__item:not(:last-child) {
  margin-bottom: 80px;
}
.privacypolicy__item__term, .privacypolicy__item__description {
  font-size: 16px;
}
.privacypolicy__item__term {
  margin-bottom: 12px;
  font-weight: bold;
}
.privacypolicy__item__description {
  line-height: 1.6875;
}
.privacypolicy__item__description a {
  color: #1F1F1F;
  text-decoration: underline;
}
.privacypolicy__item__description a:hover {
  text-decoration: none;
}

.contact {
  background: url("../img/contact_bg.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.contact__inner {
  width: 800px;
  margin: auto;
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: auto;
    padding: 100px 5%;
  }
}
.contact__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.contact__title {
  display: inline-block;
  padding-left: 25px;
}

/*# sourceMappingURL=privacypolicy.css.map */
