/* Scss Document */
/*------------- reset -------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
body {
  color: #000000;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- base -------------*/
/*------------- layout -------------*/
.l-inner {
  padding: 0 30px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  width: 1460px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.3333333333vw;
  }
}

.l-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
}
.l-header .logo {
  padding: 10px 40px;
}
.l-header .logo img {
  width: 306px;
  line-height: 1;
}
.l-header .logo a {
  display: inline-block;
}
.l-header .nav__contact {
  background: #000;
  font-size: 20px;
  color: #fff;
  padding: 32px 50px;
}
@media screen and (max-width: 768px) {
  .l-header .logo {
    padding: 5.3333333333vw;
  }
  .l-header .logo img {
    width: 55.4666666667vw;
  }
  .l-header .nav__contact {
    font-size: 3.2vw;
    padding: 4vw;
    text-align: center;
  }
}

.l-footer {
  padding: 110px 0;
  text-align: center;
  background: url("../img/bg-footer.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
.l-footer p {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 17.3333333333vw 0;
    background: url("../img/bg-footer_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .l-footer img {
    width: 37.0666666667vw;
  }
  .l-footer p {
    font-size: 5.6vw;
  }
}

/*------------- base -------------*/
/*------------- component -------------*/
.c-head01 {
  font-size: 42px;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.c-head01.white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-head01 {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-head02 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.c-head02.white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-head02 {
    font-size: 6.4vw;
  }
}

.c-head03 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 40px;
}
.c-head03.white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-head03 {
    font-size: 4.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-flexPC {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-flexPC {
    display: block;
  }
}

.c-flexSP {
  display: flex;
}

.c-btn {
  margin-top: 50px;
  display: inline-block;
}
.c-btn a {
  display: flex;
  align-items: center;
  border: 2px solid;
  padding: 0.9em 1.2em;
  font-weight: bold;
  width: 330px;
  justify-content: center;
}
.c-btn a img {
  width: 39px;
  display: inline-block;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    margin-top: 8vw;
    display: block;
  }
  .c-btn a {
    width: 100%;
  }
  .c-btn a img {
    width: 10.4vw;
  }
}

/*------------- base -------------*/
/*------------- top -------------*/
.top-fv {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
  background: url("../img/bg-fv.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  flex-wrap: wrap;
}
.top-fv p {
  width: 100%;
  font-size: 50px;
  margin-top: 50px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-fv {
    margin-top: 16vw;
    height: calc(100vh - 16vw);
    background: url("../img/bg-fv_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .top-fv img {
    display: block;
    margin: 0 auto;
    width: 37.0666666667vw;
  }
  .top-fv p {
    font-size: 5.6vw;
    margin-top: 9.3333333333vw;
  }
}
.top-sec01 {
  padding: 100px 0 120px;
  background: url("../img/bg-sec01.jpg") center center no-repeat;
  background-size: cover;
}
.top-sec01 p {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sec01 {
    padding: 10.6666666667vw 0;
  }
  .top-sec01 p {
    font-size: 3.2vw;
  }
  .top-sec01 .l-inner {
    padding: 0;
  }
}
.top-sec02 {
  background: #000000;
  padding: 120px 0 160px;
}
.top-sec02 .top-sec02-wrap {
  margin-top: 100px;
  align-items: center;
  gap: 100px;
}
.top-sec02 .top-sec02-wrap__item {
  width: 50%;
  color: #fff;
}
.top-sec02 .top-sec02-wrap__item .c-flexPC {
  gap: 24px;
}
.top-sec02 .top-sec02-wrap__item .c-flexPC p,
.top-sec02 .top-sec02-wrap__item .c-flexPC .image {
  width: 50%;
}
.top-sec02 .top-sec02-wrap__item > .c-flexPC {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-sec02 {
    padding: 10.6666666667vw 0 12vw;
  }
  .top-sec02 .top-sec02-wrap {
    margin-top: 5.3333333333vw;
    flex-wrap: wrap;
    gap: 0;
  }
  .top-sec02 .top-sec02-wrap:nth-child(3) .top-sec02-wrap__item {
    margin-bottom: 7.2vw;
  }
  .top-sec02 .top-sec02-wrap:nth-child(3) .top-sec02-wrap__item .image {
    margin: 2.6666666667vw auto 0;
  }
  .top-sec02 .top-sec02-wrap__item:nth-child(2) {
    order: 0;
    margin-bottom: 7.2vw;
  }
  .top-sec02 .top-sec02-wrap__item:nth-child(1) {
    order: 1;
  }
  .top-sec02 .top-sec02-wrap__item {
    width: 100%;
  }
  .top-sec02 .top-sec02-wrap__item .c-flexPC {
    gap: 0;
  }
  .top-sec02 .top-sec02-wrap__item .c-flexPC .image {
    width: 66.1333333333vw;
    margin: 8vw auto;
  }
  .top-sec02 .top-sec02-wrap__item .c-flexPC p {
    width: 100%;
  }
  .top-sec02 .top-sec02-wrap__item > .c-flexPC {
    margin: 5.3333333333vw 0 8vw;
  }
}
.top-sec03 {
  padding: 110px 0 140px;
  background: url("../img/bg-sec03.jpg") no-repeat;
  background-size: cover;
}
.top-sec03 .top-sec03-wrap {
  gap: 100px;
}
.top-sec03 .top-sec03-wrap__item {
  width: 33.333%;
  color: #fff;
}
.top-sec03 .top-sec03-wrap__item h3 {
  text-align: center;
  font-size: 24px;
}
.top-sec03 .top-sec03-wrap__item img {
  display: block;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .top-sec03 {
    padding: 10.6666666667vw 0;
  }
  .top-sec03 .top-sec03-wrap {
    gap: 0px;
  }
  .top-sec03 .top-sec03-wrap__item {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .top-sec03 .top-sec03-wrap__item h3 {
    font-size: 4.8vw;
  }
  .top-sec03 .top-sec03-wrap__item img {
    display: block;
    margin: 5.0666666667vw 0;
  }
}
.top-sec04 {
  padding: 120px 0;
}
.top-sec04 .top-sec04-wrap {
  gap: 100px;
}
.top-sec04 .top-sec04-wrap__item {
  width: 33.333%;
  text-align: center;
  margin-top: 50px;
}
.top-sec04 .top-sec04-wrap__item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
}
.top-sec04 .c-btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top-sec04 {
    padding: 12vw 0;
  }
  .top-sec04 .top-sec04-wrap {
    gap: 0px;
  }
  .top-sec04 .top-sec04-wrap__item {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .top-sec04 .top-sec04-wrap__item h3 {
    font-size: 3.7333333333vw;
  }
}
.top-sec05 {
  background: #8192a0;
  padding: 130px 0 150px;
}
.top-sec05 .top-sec05-wrap {
  width: 1200px;
  max-width: 100%;
  gap: 70px;
  margin: 0 auto;
  color: #fff;
}
.top-sec05 .top-sec05-wrap__item:nth-child(1) {
  width: 30%;
}
.top-sec05 .top-sec05-wrap__item:nth-child(2) {
  width: 70%;
}
.top-sec05 .top-sec05-wrap-box {
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.top-sec05 .top-sec05-wrap-boxLeft {
  width: calc(100% - 280px);
  min-width: 300px;
}
.top-sec05 p {
  margin: 10px 0 50px;
  font-size: 20px;
  font-weight: bold;
}
.top-sec05 .c-btn {
  margin: 20px 0 20px;
}
.top-sec05 .c-btn a {
  color: #fff;
}
.top-sec05 .images {
  width: 240px;
  margin-left: 40px;
}
.top-sec05 .images p {
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .top-sec05 {
    padding: 10.6666666667vw 0;
  }
  .top-sec05 .top-sec05-wrap {
    gap: 0px;
  }
  .top-sec05 .top-sec05-wrap__item {
    width: 100%;
  }
  .top-sec05 .top-sec05-wrap__item:nth-child(1) {
    width: 58.4vw;
    margin: 0 auto 10.6666666667vw;
  }
  .top-sec05 .top-sec05-wrap__item:nth-child(2) {
    width: 100%;
  }
  .top-sec05 .top-sec05-wrap-boxLeft {
    width: 100%;
    min-width: 100%;
  }
  .top-sec05 p {
    margin: 2.6666666667vw 0 8vw;
    font-size: 3.7333333333vw;
  }
  .top-sec05 .c-btn {
    margin: 0 0 8vw;
  }
  .top-sec05 .keeper {
    width: 63.4666666667vw;
    margin: 0 auto;
  }
}

/*------------- utility -------------*/
.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

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

.u-spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spbr {
    display: inline-block;
  }
}

.u-font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
