@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
@import url("//db.onlinewebfonts.com/c/4cb0a725d25db5a5401af8cffa9f3beb?family=Bebas+Neue+Bold");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  text-align: center;
  padding: 7.5rem 0;
}

.logoyd{
  margin:50px 50px 50px 50px;
}
.logoyd img{
  width:auto;
}


ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #152151;
  line-height: 1.4;
}

h1 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
}

h2 {
  font-size: 4.5rem;
}

h3 {
  font-size: 2.7rem;
}

.block-margins {
  margin: 1em 0;
}

.unordered-list {
  list-style-type: disc;
}

.ordered-list {
  list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #907651;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.more {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #f4f4f4;
  color: grey;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.83333;
  overflow-x: hidden;
  font-weight: 400;
  letter-spacing: 0;
  width: 100%;
}
body a:link, a:visited, a:hover, a:active {
color: grey;
}

@media (max-width: 991px) {
  .body {
    padding: 6.5rem 0;
  }
  .body a {
    width: 41rem;
    margin-bottom: 5rem;
  }
  .body p {
    font-size: 1rem;
  }
  .body p,company {
  margin-bottom: 0;
  font-size: 1rem;
  color: #515151;
}
}
body.is_active {
  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
body.is_active::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.33);
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000 -moz-use-text-color -moz-use-text-color;
  -o-border-image: none;
  border-image: none;
  border-style: solid none none;
  border-width: 0.2em 0 0 0;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 130.8rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

p {
  margin-bottom: 1.5rem;
}

input:focus {
  outline: none;
}

a > img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
a > img:hover {
  opacity: 0.7;
}



.thumb-box a {
  display: block;
}

.thumb-box img {
  width: 100%;
  height: auto;
}

.img-cover figure {
  display: block;
  width: 100%;
  height: 100%;
}

.img-cover img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.thumb-over figure {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-over figure::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.thumb-over figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.thumb-over:hover figure::before {
  background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.scrollTop {
  position: fixed;
  bottom: -50px;
  right: 4rem;
  z-index: 10;
  height: 200px;
  text-align: center;
  -webkit-transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 999;
  width: 6rem;
}
.scrollTop__main {
  cursor: pointer;
}
.scrollTop__main:hover {
  opacity: 0.7;
}
.scrollTop__main img {
  width: 7.6rem;
}
.scrollTop.active {
  bottom: 0;
  opacity: 1;
}

.w-100 {
  width: 100% !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__main .logo {
  width: 84.1rem;
}



.privacy{
	width: 935px;
	height: auto;
	margin: 0 auto 100px auto;
}

.privacy h2{
	width: 100%;
	text-align: center;
	padding:80px 0 50px 0 ;
}
.privacy h3{
	width: 100%;
	padding:35px 0 5px 0;
	display: block;
	line-height: 1.8;
	font-size: 2.2rem;
	text-align: left;
	font-weight: bold;
	color:#152151;
	letter-spacing: 1px;
	border-bottom:1px solid #152151;
	margin-bottom:10px;
}
.privacy p{
	width: 100%;
	padding:0 0 0 0;
	display: block;
	line-height: 1.8;
	font-size: 1.6rem;
	text-align: left;
	color:#000;
	letter-spacing: 1px;
}
.privacy ul li{
	width: 100%;
	padding:0 0 0 0;
	display: block;
	line-height: 1.8;
	font-size: 1.6rem;
	text-align: left;
	color:#000;
	letter-spacing: 1px;
}
.thanks{
	width: 100%;
	margin: 0 auto 100px auto;
	text-align: center;
}
.thanks h2{
	width: 100%;
	line-height: 1.7;
	font-size: 2.3rem;
	color:#000;
	letter-spacing: 2px;
	padding:40px 0 30px 0 ;
	font-weight: bold;
}
.thanks p{
	padding:0 0 0 0 ;
	display: block;
	line-height: 2;
	font-size: 1.3rem;
	color:#000;
	letter-spacing: 1px;
}
.logo01 {
	padding:10% 0 0 0 ;
	ext-align: center;
	width: 100%;
}
.logo01 img{
	max-width: 300px;
	height:auto;
}


@media (max-width: 991px) {
  .header__main .logo {
    width: 50.5rem;
  }
}

.banner {
  background-image: url("../images/banner.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  position: relative;
}
.banner::after {
  content: "";
  width: 100%;
  max-width: 62.1rem;
  height: 12.9rem;
  background-image: url("../images/banner-after.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: -4rem;
}
.banner__main {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner__main .txt {
  padding-left: 10rem;
  padding-top: 10rem;
}
.banner__main .txt p {
  color: #fff;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1.59649123;
  margin-bottom: 5.5rem;
}
.banner__main .txt p span {
  font-size: 18.8rem;
  color: #bd9e55;
  font-family: "Bebas Neue Bold", sans-serif;
  display: inline-block;
  line-height: 0.5;
}
.banner__main .txt .more {
  width: 25.3rem;
  margin-right: 1.5rem;
  -webkit-box-shadow: 0 0 2.9rem rgba(0, 0, 0, 0.39);
  box-shadow: 0 0 2.9rem rgba(0, 0, 0, 0.39);
  border-radius: 3.4rem;
  overflow: hidden;
}

.head-box {
  margin-bottom: 5rem;
  text-align: center;
  padding-bottom: 2.5rem;
  position: relative;
}
.head-box::after {
  content: "";
  width: 10.2rem;
  height: 3px;
  background: #152151;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.head-box h2 span {
  font-size: 3.6rem;
  color: #000;
}
.head-box h2 b {
  color: #bd9e55;
}

.troubles-box {
  margin-top: 9.6rem;
  background-image: url("../images/troubles.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7.5rem 0;
}
.troubles-box__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.troubles-box__main .text-box {
  background: #fff;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  -webkit-box-shadow: 0 0 4.9rem rgba(21, 33, 81, 0.24);
  box-shadow: 0 0 4.9rem rgba(21, 33, 81, 0.24);
  padding: 5.5rem 14.5rem;
}
.troubles-box__main .head {
  text-align: center;
  margin-bottom: 4.2rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.troubles-box__main .head::after {
  content: "";
  width: 10.4rem;
  height: 2px;
  background: #152151;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.troubles-box__main .head h2 {
  font-size: 3.4rem;
  line-height: 1.5;
}
.troubles-box__main .head h2 span {
  color: #bd9e55;
}
.troubles-box__main ul li {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  background-image: url("../images/check.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: left 1rem;
  padding-left: 5.2rem;
}
.troubles-box__main ul li:nth-child(2) {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
.troubles-box__main ul li:nth-child(3) {
  -webkit-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  transform: translateX(-2rem);
}
.troubles-box__main ul li:nth-child(4) {
  -webkit-transform: translateX(-3rem);
  -ms-transform: translateX(-3rem);
  transform: translateX(-3rem);
}
.troubles-box__main ul li:nth-child(5) {
  -webkit-transform: translateX(-4rem);
  -ms-transform: translateX(-4rem);
  transform: translateX(-4rem);
}
.troubles-box__main ul li:nth-child(6) {
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  transform: translateX(-5rem);
}
.troubles-box__main p {
  margin-top: 1rem;
  padding-top: 2.5rem;
  border-top: 1px solid #000;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0;
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

.quote-box {
  background: #152151;
  padding: 7rem 0;
}
.quote-box__main {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quote-box__main main {
  padding: 3.5rem;
  position: relative;
}
.quote-box__main main::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  color: #bd9e55;
  font-size: 2.5rem;
  line-height: 1;
}
.quote-box__main main::after {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #bd9e55;
  font-size: 2.5rem;
  line-height: 1;
}
.quote-box__main h2 {
  font-weight: 500;
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.65714286;
}
.quote-box__main h2 span {
  color: #bd9e55;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.quote-box__main h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7rem;
  background-image: url("../images/dot.webp");
  background-position: 1.2rem top;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.remember-box {
  margin: 11rem 0;
  position: relative;
  padding-bottom: 7.9rem;
}
.remember-box::after {
  content: "";
  width: 60%;
  height: 100%;
  background: #bd9e55;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.remember-box::before {
  content: "You may also remember I'm sure you have.";
  font-size: 3.8rem;
  color: #dabe7e;
  position: absolute;
  top: 8.2rem;
  right: 0;
  font-weight: 700;
  width: 60%;
  text-align: center;
  padding: 0 1rem;
}
.remember-box .container {
  max-width: 164rem;
}
.remember-box .head {
  margin-bottom: 6.5rem;
  position: relative;
  padding-bottom: 2.5rem;
}
.remember-box .head::after {
  content: "";
  display: block;
  width: 10.5rem;
  height: 2px;
  background: #bd9e55;
  position: absolute;
  bottom: 0;
  left: 0;
}
.remember-box .head h2 {
  font-size: 3.7rem;
  line-height: 1.40540540541;
  color: #0a0a0a;
}
.remember-box .head h2 span {
  color: #bd9e55;
}
.remember-box__main {
  padding: 8rem 0;
  position: relative;
  margin-bottom: 7.9rem;
}
.remember-box__main:last-child {
  margin-bottom: 0;
}
.remember-box__main::after {
  content: "";
  width: 75%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  z-index: 1;
}
.remember-box__main .d-flex {
  position: relative;
  z-index: 9;
}
.remember-box__main .text-box {
  width: calc(100% - 60.9rem);
  padding-right: 4rem;
  padding-left: 3rem;
}
.remember-box__main .text-box h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin-bottom: 2.5rem;
}
.remember-box__main .text-box h3 img {
  width: 8.3rem;
  margin-right: 1.2rem;
}
.remember-box__main .thumb-box {
  width: 60.9rem;
  padding-top: 3.5rem;
}
.remember-box__main .thumb-box figure {
  -webkit-box-shadow: 0 0 1.3rem rgba(21, 33, 81, 0.2);
  box-shadow: 0 0 1.3rem rgba(21, 33, 81, 0.2);
}

.sales-box {
  background-image: url("../images/sales-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right top;
  background-color: #f4f4f4;
  padding: 11.5rem 0 6rem;
}
.sales-box .head {
  margin-bottom: 4.5rem;
  position: relative;
  padding-bottom: 2.5rem;
  margin-left: 6rem;
}
.sales-box .head::after {
  content: "";
  display: block;
  width: 10.5rem;
  height: 2px;
  background: #152151;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sales-box .head h2 {
  font-size: 3.7rem;
  line-height: 1.40540540541;
}
.sales-box .head h2 span {
  color: #bd9e55;
}
.sales-box__main .text {
  width: 50%;
  padding: 0 6rem;
}
.sales-box__main .text p {
  margin-bottom: 2.5rem;
}
.sales-box__main .text p strong {
  font-weight: 900;
  color: #152151;
}
.sales-box__main .text p:last-child {
  margin-bottom: 0;
}

.think-box {
  background: #eff2ff;
  padding-top: 11rem;
  padding-bottom: 7rem;
}
.think-box__des {
  text-align: center;
  margin-bottom: 4.5rem;
}
.think-box__des p {
  font-size: 2.1rem;
  margin-bottom: 0;
}
.think-box__main {
  padding: 0 7.5rem;
}
.think-box__main .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-right: 3rem;
  position: relative;
}
.think-box__main .items::before {
  content: "";
  width: 1px;
  height: 15rem;
  background: #bd9e55;
  position: absolute;
  top: -5rem;
  left: 2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 9;
}
.think-box__main .items::after {
  content: "";
  width: 100%;
  height: 15rem;
  background: #152151;
  position: absolute;
  top: 0;
  left: 0;
}
.think-box__main .items h3 {
  font-size: 2.9rem;
  color: #bd9e55;
  width: 42.2rem;
  padding: 0 3.5rem 0 4.5rem;
  position: relative;
  z-index: 9;
}
.think-box__main .items h3 span {
  display: block;
  font-size: 2rem;
  font-family: "Bebas Neue Bold", sans-serif;
}
.think-box__main .items ul {
  width: calc(100% - 42.2rem);
  position: relative;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  padding: 3rem 1.5rem 3rem 5.2rem;
}
.think-box__main .items ul li {
  margin-bottom: 1.5rem;
  line-height: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.think-box__main .items ul li::before {
  content: "";
  width: 2rem;
  min-width: 2rem;
  height: 3px;
  background: #bd9e55;
  margin-top: 1.5rem;
  margin-right: 1rem;
}
.think-box__main .items ul li:last-child {
  margin-bottom: 0;
}

.human-box {
  padding: 8rem 0 10.5rem;
  background: #152151;
}
.human-box .head-box::after {
  background: #fff;
}
.human-box .head-box h2 {
  color: #fff;
}
.human-box .head-box h2 span {
  color: #fff;
}
.human-box__main {
  padding-left: 11rem;
  padding-right: 7rem;
}
.human-box__main .items {
  margin-bottom: 3.5rem;
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  padding: 4.5rem 6rem;
  background: #fff;
}
.human-box__main .items .head {
  margin-bottom: 3.5rem;
  background: #ededed;
  padding: 1.2rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0.8rem 1rem 0 #152151;
  box-shadow: 0.8rem 1rem 0 #152151;
  max-width: 60rem;
  -webkit-transform: translateX(-13rem);
  -ms-transform: translateX(-13rem);
  transform: translateX(-13rem);
}
.human-box__main .items .head img {
  width: 8.7rem;
}
.human-box__main .items .head .tt {
  width: calc(100% - 8.7rem);
  padding-left: 2.5rem;
}
.human-box__main .items .head .tt span {
  display: block;
  font-size: 1.6rem;
  color: #152151;
  font-weight: 700;
  font-family: "Bebas Neue Bold", sans-serif;
  line-height: 1;
}
.human-box__main .items .head .tt h3 {
  font-size: 2.1rem;
}
.human-box__main .items .head .tt h3 b {
  font-size: 3.7rem;
}
.human-box__main .items p {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  position: relative;
  z-index: 9;
}
.human-box__main .items p span {
  font-weight: 900;
  position: relative;
}
.human-box__main .items p span::after {
  content: "";
  width: 100%;
  height: 1.2rem;
  background: #dfc78f;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.human-box__main .items p:last-child {
  margin-bottom: 0;
}

.requirements-box {
  background: #eaeaea;
  padding: 8.5rem 0 14rem;
}
.requirements-box .container {
  max-width: 94.2rem;
}
.requirements-box__main .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.requirements-box__main .items .labels {
  width: 20.8rem;
  padding-left: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #152151;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.requirements-box__main .items .info {
  width: calc(100% - 20.8rem);
  padding-left: 5.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}
.requirements-box__main .items .info p:last-child {
  margin-bottom: 0;
}

.qa-box {
  padding: 9rem 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #bd9e55), color-stop(50%, #152151));
  background: -o-linear-gradient(top left, #bd9e55 50%, #152151 50%);
  background: linear-gradient(to bottom right, #bd9e55 50%, #152151 50%);
}
.qa-box .head-box h2 {
  color: #fff;
}
.qa-box .head-box::after {
  background: #fff;
}
.qa-box__main {
  background: #fff;
  -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  padding: 7rem 5rem;
}
.qa-box__main .items {
  padding: 0 2rem;
  border-top: 4px solid #efefef;
}
.qa-box__main .items:last-child {
  border-bottom: 4px solid #efefef;
}
.qa-box__main .items h3 {
  font-size: 2.3rem;
  color: #000;
  position: relative;
  padding-left: 7.7rem;
  padding-right: 9rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  cursor: pointer;
}
.qa-box__main .items h3::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("../images/icon-q.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.7rem;
  left: 0;
}
.qa-box__main .items h3::after {
  content: "";
  width: 3rem;
  height: 3rem;
  background-image: url("../images/icon-2.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.qa-box__main .items h3.is_active::after {
  background-image: url("../images/icon-1.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.qa-box__main .items .a {
  padding: 2.4rem 0 2.4rem 7.5rem;
  border-top: 3px dotted #efefef;
  position: relative;
  display: none;
}
.qa-box__main .items .a::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url("../images/icon-a.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1.7rem;
  left: 0;
}
.qa-box__main .items .a p {
  font-size: 1.9rem;
  margin-bottom: 0;
}

.inquiry-box {
  background: #152151;
  padding: 9rem 0;
}
.inquiry-box .container {
  max-width: 103.2rem;
}
.inquiry-box .head-box h2 {
  color: #fff;
}
.inquiry-box .head-box::after {
  background: #fff;
}

.contact-form .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
.contact-form .form-group .labels {
  width: 21rem;
  padding-right: 3.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form .form-group .labels::after {
  content: "必須";
  background: #bd9e55;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.4rem;
  padding: 0;
  text-align: center;
  width: 4.4rem;
  font-weight: 300;
  display: none;
}
.contact-form .form-group .input {
  width: calc(100% - 21rem);
  font-size: 1.6rem;
  color: #fff;
}
.contact-form .form-group .input .d-flex {
  margin: 0 -0.5rem;
}
.contact-form .form-group .input .items {
  border: none;
  padding: 0 0.5rem;
  line-height: 1;
  font-size: 1.6rem;
}
.contact-form .form-group .input .items input {
  margin: 0 0.5rem 0 0;
}
.contact-form .form-group select,
.contact-form .form-group textarea,
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"] {
  width: 100%;
  max-width: 100%;
  height: 5rem;
  border: none;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 1.5rem;
}
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="email"]:focus {
  outline: none;
  outline: 0;
}
.contact-form .form-group select::-webkit-input-placeholder,
.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input[type="text"]::-webkit-input-placeholder,
.contact-form .form-group input[type="email"]::-webkit-input-placeholder {
  font-size: 16px;
  color: #91b8ce;
  font-weight: 300;
}
.contact-form .form-group select::-moz-placeholder,
.contact-form .form-group textarea::-moz-placeholder,
.contact-form .form-group input[type="text"]::-moz-placeholder,
.contact-form .form-group input[type="email"]::-moz-placeholder {
  font-size: 16px;
  color: #91b8ce;
  font-weight: 300;
}
.contact-form .form-group select:-ms-input-placeholder,
.contact-form .form-group textarea:-ms-input-placeholder,
.contact-form .form-group input[type="text"]:-ms-input-placeholder,
.contact-form .form-group input[type="email"]:-ms-input-placeholder {
  font-size: 16px;
  color: #91b8ce;
  font-weight: 300;
}
.contact-form .form-group select::-ms-input-placeholder,
.contact-form .form-group textarea::-ms-input-placeholder,
.contact-form .form-group input[type="text"]::-ms-input-placeholder,
.contact-form .form-group input[type="email"]::-ms-input-placeholder {
  font-size: 16px;
  color: #91b8ce;
  font-weight: 300;
}
.contact-form .form-group select::placeholder,
.contact-form .form-group textarea::placeholder,
.contact-form .form-group input[type="text"]::placeholder,
.contact-form .form-group input[type="email"]::placeholder {
  font-size: 16px;
  color: #91b8ce;
  font-weight: 300;
}
.contact-form .form-group select[name="your-birthday-1"] {
  width: 14.8rem;
}
.contact-form .form-group select[name="your-birthday-2"] {
  width: 7rem;
}
.contact-form .form-group select[name="your-birthday-3"] {
  width: 7rem;
}
.contact-form .form-group select {
  width: 36rem;
}
.contact-form .form-group label {
  margin-right: 2rem;
}
.contact-form .form-group textarea {
  min-height: 15.5rem;
  padding: 1.5rem;
}
.contact-form .form-group.required .labels::after {
  display: block;
}
.contact-form .form-group.form-group-textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form .contact-information {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto 2.5rem;
  padding: 3rem;
  border: 1px solid #000;
  overflow-y: scroll;
  height: 26.2rem;
}
.contact-form .contact-information h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.contact-form .contact-information p {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

.contact-form .checks-box {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}
.contact-form .checks-box a {
  color: #bd9e55;
}

.contact-form .more-box {
  text-align: center;
  padding-top: 2.5rem;
}
.contact-form .more-box button {
  width: 100%;
  max-width: 24rem;
  line-height: 6rem;
  background: #bd9e55;
  border-radius: 3rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
.contact-form .more-box button:hover {
  opacity: 0.7;
}

.footer {
  text-align: center;
  padding: 7.5rem 0;
}
.footer a {
  display: inline-block;
  width: 31.1rem;
  margin-bottom: 3.5rem;
}
.footer p {
  margin-bottom: 0;
  font-size: 1.3rem;
  color:grey;
}
.footer p,company {
  margin-bottom: 0;
  font-size: 1.3rem;
  color: grey;
}

@media (max-width: 991px) {

  .footer {
    padding: 6.5rem 0;
  }
  .footer a {
    width: 41rem;
    margin-bottom: 5rem;
  }
  .footer p {
    font-size: 0.5rem;
  }
	.footer p,company {
  margin-bottom: 0;
  font-size: 1rem;
  color: grey;




  .body a {
    display: inline-block;
    width: 31.1rem;
    margin-bottom: 3.5rem;
  }
  .body p {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #515151;
  }
  .body p,company {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #515151;
  }

  @media (max-width: 991px) {
    .body {
      padding: 6.5rem 0;
    }
    .body a {
      width: 41rem;
      margin-bottom: 5rem;
    }
    .body p {
      font-size: 0.5rem;
    }
  	.body p,company {
    margin-bottom: 0;
    font-size: 1rem;
    color: #515151;
}
}

/* layout - Responsive .
========================================================================== */
.sp {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 1.302vw;
  }
  body {
    line-height: 1.75;
    font-size: 2.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h3 {
    font-size: 3.2rem;
  }
  .container {
    padding: 0 3.5rem;
  }
  .banner {
    background-image: url("../images/banner-sp.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .banner::after {
    max-width: 43rem;
    height: 9.8rem;
    bottom: -3.2rem;
  }
  .banner .container {
    padding: 0;
  }
  .banner__main {
    height: 88rem;
  }
  .banner__main .txt {
    padding-left: 4rem;
  }
  .banner__main .txt p {
    font-size: 4.4rem;
    margin-bottom: 7rem;
  }
  .banner__main .txt p span {
    font-size: 14.7rem;
    line-height: 0.5;
  }
  .banner__main .txt .more {
    width: 31.5rem;
    margin-right: 1.8rem;
    border-radius: 4.3rem;
  }
  .troubles-box {
    margin-top: 7rem;
    margin-bottom: 7rem;
    background-image: url("../images/troubles-sp.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 24.8rem 0 0;
  }
  .troubles-box__main {
    padding: 0 4.5rem;
  }
  .troubles-box__main .text-box {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 5rem 3rem;
  }
  .troubles-box__main .head {
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
  .troubles-box__main .head::after {
    width: 10rem;
    height: 3px;
  }
  .troubles-box__main ul li {
    background-size: 2.8rem auto;
    padding-left: 4.5rem;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .troubles-box__main ul li br {
    display: none;
  }
  .troubles-box__main p {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    font-size: 2.2rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .troubles-box__main p br {
    display: none;
  }
  .quote-box__main h2 {
    line-height: 2;
  }
  .quote-box__main h2 span::after {
    background-size: auto 100%;
    background-position: 1.2rem top;
  }
  .quote-box__main main {
    padding: 2.5rem;
  }
  .remember-box {
    margin: 8rem 0;
    padding-left: 5.5rem;
  }
  .remember-box::before {
    width: 100%;
    top: 16rem;
    font-size: 3rem;
  }
  .remember-box::after {
    height: 95.5%;
    top: auto;
    bottom: 0;
  }
  .remember-box .container {
    padding: 0;
  }
  .remember-box .head {
    margin-bottom: 9.5rem;
    padding-bottom: 3rem;
  }
  .remember-box .head::after {
    width: 10rem;
    height: 3px;
  }
  .remember-box .head h2 {
    font-size: 4rem;
  }
  .remember-box__main {
    padding: 4.5rem;
    margin-bottom: 6rem;
  }
  .remember-box__main:last-child {
    margin-bottom: 0;
  }
  .remember-box__main::after {
    width: 100%;
  }
  .remember-box__main .text-box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .remember-box__main .text-box h3 {
    margin-bottom: 3.5rem;
  }
  .remember-box__main .text-box h3 img {
    width: 10.1rem;
  }
  .remember-box__main .text-box p {
    margin-bottom: 3.5rem;
  }
  .remember-box__main .thumb-box {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3.5rem;
  }
  .sales-box {
    background-image: url("../images/sales-bg-sp.webp");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 35.7rem 5.2rem 7.5rem;
  }
  .sales-box .container {
    padding: 5.5rem 4rem;
    background: #fff;
    -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
  }
  .sales-box .head {
    margin-bottom: 4.5rem;
    padding-bottom: 3.5rem;
    margin-left: 0;
    text-align: center;
  }
  .sales-box .head::after {
    width: 10rem;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sales-box .head h2 {
    font-size: 3.4rem;
  }
  .sales-box .head h2 br {
    display: none;
  }
  .sales-box__main .text {
    width: 100%;
    padding: 0;
  }
  .think-box {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
  .think-box .container {
    padding: 0 4.5rem;
  }
  .think-box__des {
    text-align: left;
    margin-bottom: 6.5rem;
    padding: 0 1rem;
  }
  .think-box__des p {
    font-size: 2.3rem;
  }
  .think-box__des p br {
    display: none;
  }
  .think-box__main {
    padding: 0;
  }
  .think-box__main .items {
    margin-bottom: 5.5rem;
    padding-top: 3rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .think-box__main .items::before {
    width: 2px;
  }
  .think-box__main .items:last-child {
    margin-bottom: 0;
  }
  .think-box__main .items h3 {
    width: 100%;
    padding: 0 4.5rem;
  }
  .think-box__main .items ul {
    width: 52.5rem;
    position: relative;
    z-index: 9;
    background: #fff;
    -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
    padding: 3rem 1.5rem 3rem 3.5rem;
  }
  .think-box__main .items ul li {
    margin-bottom: 2rem;
    line-height: 3.4rem;
    font-size: 2.2rem;
  }
  .think-box__main .items ul li::before {
    margin-top: 1.5rem;
  }
  .think-box__main .items ul li:last-child {
    margin-bottom: 0;
  }
  .human-box {
    padding: 8rem 0 6rem;
  }
  .human-box .container {
    padding: 0;
  }
  .human-box__main {
    padding-left: 6.5rem;
    padding-right: 5rem;
  }
  .human-box__main .items {
    margin-bottom: 4.5rem;
    padding: 4.5rem 3rem;
  }
  .human-box__main .items .head {
    margin-bottom: 2.5rem;
    max-width: 100%;
    -webkit-transform: translateX(-7rem);
    -ms-transform: translateX(-7rem);
    transform: translateX(-7rem);
  }
  .human-box__main .items .head img {
    width: 9rem;
  }
  .human-box__main .items .head .tt {
    width: calc(100% - 9rem);
  }
  .human-box__main .items .head .tt span {
    font-size: 2.5rem;
  }
  .human-box__main .items .head .tt h3 {
    font-size: 2.4rem;
  }
  .human-box__main .items .head .tt h3 b {
    font-size: 4.4rem;
  }
  .human-box__main .items p {
    font-size: 2rem;
  }
  .requirements-box {
    padding: 8.5rem 0 8.5rem;
  }
  .requirements-box__main .items .labels {
    width: 17.8rem;
    padding-left: 2.5rem;
    font-size: 2.2rem;
  }
  .requirements-box__main .items .info {
    width: calc(100% - 17.8rem);
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }
  .requirements-box__main .items .info p:last-child {
    margin-bottom: 0;
  }
  .qa-box__main {
    background: #fff;
    -webkit-box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.07);
    padding: 6rem 3.5rem;
  }
  .qa-box__main .items h3 {
    padding-right: 4rem;
  }
  .qa-box__main .items h3 br {
    display: none;
  }
  .qa-box__main .items h3::before {
    top: 2rem;
  }
  .qa-box__main .items .a::before {
    top: 2.5rem;
  }
  .qa-box__main .items .a p {
    font-size: 2.5rem;
  }
  .inquiry-box .container {
    padding: 0 6rem;
  }
  .contact-form .form-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-form .form-group .labels {
    width: 100%;
    padding-right: 0;
    font-size: 2.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
  .contact-form .form-group .labels br {
    display: none;
  }
  .contact-form .form-group .labels::after {
    font-size: 2rem;
    line-height: 3rem;
    width: 5.5rem;
    margin-left: 2rem;
  }
  .contact-form .form-group .input {
    width: 100%;
    font-size: 2.3rem;
  }
  .contact-form .form-group .input .items {
    font-size: 2.3rem;
  }
  .contact-form .form-group select,
  .contact-form .form-group textarea,
  .contact-form .form-group input[type="text"],
  .contact-form .form-group input[type="email"] {
    height: 7.9rem;
    font-size: 3rem;
    line-height: 1;
  }
  .contact-form .form-group select::-webkit-input-placeholder,
  .contact-form .form-group textarea::-webkit-input-placeholder,
  .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
  .contact-form .form-group input[type="email"]::-webkit-input-placeholder {
    font-size: 3rem;
  }
  .contact-form .form-group select::-moz-placeholder,
  .contact-form .form-group textarea::-moz-placeholder,
  .contact-form .form-group input[type="text"]::-moz-placeholder,
  .contact-form .form-group input[type="email"]::-moz-placeholder {
    font-size: 3rem;
  }
  .contact-form .form-group select:-ms-input-placeholder,
  .contact-form .form-group textarea:-ms-input-placeholder,
  .contact-form .form-group input[type="text"]:-ms-input-placeholder,
  .contact-form .form-group input[type="email"]:-ms-input-placeholder {
    font-size: 3rem;
  }
  .contact-form .form-group select::-ms-input-placeholder,
  .contact-form .form-group textarea::-ms-input-placeholder,
  .contact-form .form-group input[type="text"]::-ms-input-placeholder,
  .contact-form .form-group input[type="email"]::-ms-input-placeholder {
    font-size: 3rem;
  }
  .contact-form .form-group select::placeholder,
  .contact-form .form-group textarea::placeholder,
  .contact-form .form-group input[type="text"]::placeholder,
  .contact-form .form-group input[type="email"]::placeholder {
    font-size: 3rem;
  }
  .contact-form .form-group select[name="your-birthday-1"] {
    width: 22.1rem;
  }
  .contact-form .form-group select[name="your-birthday-2"] {
    width: 13.7rem;
  }
  .contact-form .form-group select[name="your-birthday-3"] {
    width: 13.7rem;
  }
  .contact-form .form-group select {
    width: 40.7rem;
    font-size: 3rem;
  }
  .contact-form .form-group textarea {
    min-height: 31.8rem;
  }
  .contact-form .checks-box {
    font-size: 2.5rem;
  }
  .contact-form .more-box {
    text-align: center;
    padding-top: 2.5rem;
  }
  .contact-form .more-box button {
    max-width: 43.4rem;
    line-height: 10.9rem;
    border-radius: 5.4rem;
    font-size: 3.6rem;
  }

	.privacy{
	width: 90%;
	height: auto;
	margin: 0 5% 10% 5%;
}

.privacy h2{
	width: 100%;
	height: auto;
	text-align: center;
	padding:10% 0 5% 0 ;
}
.privacy h2 img{
	width: 70%;
	height: auto;
}
.privacy h3{
	width: 100%;
	padding:5% 0 5px 0;
	display: block;
	line-height: 1.6;
	font-size: 2.2rem;
	text-align: left;
	font-weight: bold;
	color:#152151;
	letter-spacing: 1px;
	border-bottom:1px solid #152151;
	margin-bottom:10px;
}
p.privacy01{
	width: 100%;
	padding:0 0 0 0;
	display: block;
	line-height: 1.6;
	font-size: 1.5rem;
	text-align: left;
	color:#000;
	margin-bottom:5%;
}
.privacy p,.privacy p ul li{
	width: 100%;
	padding:0 0 0 0;
	display: block;
	line-height: 1.6;
	font-size: 1.5rem;
	text-align: left;
	color:#000;
	letter-spacing: 1px;
}
.thanks{
	width: 100%;
	margin: 0 auto 10% auto;
	text-align: center;
}
.thanks h2{
	width: 100%;
	line-height: 1.7;
	font-size: 3.5rem;
	color:#000;
	letter-spacing: 2px;
	padding:40px 0 30px 0 ;
font-weight: bold;
}
.thanks p{
	width: 90%;
	padding:0 5% ;
	display: block;
	line-height: 2;
	font-size: 2rem;
	color:#000;
	letter-spacing: 1px;
}
.logo01 {
	padding:10% 0 0 0 ;
	ext-align: center;
	width: 70%;
}
.logo01 img{
	width: 30%;
	height:auto;
}
}



/* ipad Portrait */
/* ipad Landscape */
