/*!
base > _base
------------------------------
*/
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-block {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

a {
  word-break: break-all;
}

main {
  overflow: hidden;
}

.image {
  width: 100%;
  height: 90vh;
}
.image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.section01__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .section01__inner {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 480px) {
  .section01__inner {
    padding: 80px 24px;
  }
}
.section01__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section01__title {
    font-size: 32px;
  }
}
.section01__title::before {
  content: "";
  width: 100%;
  max-width: 400px;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section01__title::before {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section01__title::before {
    max-width: 50px;
    top: 17px;
  }
}
.section01__title span {
  color: #8a4b2a;
}
.section01__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
}
.section01__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section01__box {
    flex-direction: column;
  }
}
.section01__box--image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .section01__box--image {
    width: 100%;
  }
}
.section01__box--image img {
  width: 100%;
  height: auto;
}
.section01__box--text {
  width: 55%;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .section01__box--text {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .section01__box--text {
    font-size: 14px;
  }
}

.section02 {
  background-color: #f2efea;
}
.section02__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .section02__inner {
    padding: 50px 24px;
    flex-direction: column;
  }
}
.section02__item {
  width: 27%;
  text-align: center;
  padding: 24px;
  border-radius: 25px;
  border: 2px solid #4d4d4d;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section02__item {
    width: calc(100% - 48px);
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .section02__item {
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .section02__item:last-child {
    margin-bottom: 0;
  }
}
.section02__item--point {
  font-size: 24px;
  color: #8a4b2a;
}
@media screen and (max-width: 768px) {
  .section02__item--point {
    font-size: 18px;
  }
}
.section02__item--num {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section02__item--num {
    font-size: 40px;
  }
}
.section02__item--title {
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
}
@media screen and (max-width: 768px) {
  .section02__item--title {
    font-size: 16px;
  }
}
.section02__item--image {
  text-align: center;
}
.section02__item--image img {
  width: auto;
  height: 150px !important;
}
@media screen and (max-width: 768px) {
  .section02__item--image img {
    height: 100px !important;
  }
}

.section03__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .section03__inner {
    padding: 50px 24px 0;
  }
}
.section03__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section03__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section03__title {
    font-size: 20px;
  }
}
.section03__title::before {
  content: "";
  width: 100%;
  max-width: 250px;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section03__title::before {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section03__title::before {
    max-width: 50px;
    top: 17px;
  }
}
.section03__title span {
  color: #8a4b2a;
}
.section03__text {
  margin: 0 auto 32px;
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .section03__text {
    font-size: 14px;
  }
}
.section03__image {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.section03__image img {
  width: 100%;
  height: auto;
}

.section04__inner {
  padding: 70px 0 10px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section04__inner {
    padding: 50px 24px 30px;
  }
}
@media screen and (max-width: 480px) {
  .section04__inner {
    padding: 80px 24px 50px;
  }
}
.section04__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section04__title {
    font-size: 32px;
  }
}
.section04__title::before {
  content: "";
  width: 100%;
  max-width: 400px;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section04__title::before {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section04__title::before {
    max-width: 50px;
    top: 17px;
  }
}
.section04__title span {
  color: #8a4b2a;
}
.section04__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section04__subtitle {
    margin-bottom: 0px;
  }
}

.section05__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .section05__inner {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 480px) {
  .section05__inner {
    padding: 80px 24px;
  }
}
.section05__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section05__title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 480px) {
  .section05__title {
    font-size: 18px;
  }
}
.section05__text {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .section05__text {
    margin-bottom: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .section05__text {
    font-size: 14px;
  }
}
.section05__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section05__box--item {
  width: 24%;
  border: 2px solid #cbc7be;
  padding: 16px;
  text-align: center;
  margin-bottom: 2%;
  border-radius: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .section05__box--item {
    width: 49%;
    padding: 8px;
  }
}
.section05__box--item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 480px) {
  .section05__box--item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.section05__box--item-image {
  text-align: center;
}
.section05__box--item-image img {
  width: auto;
  height: 120px !important;
}
@media screen and (max-width: 768px) {
  .section05__box--item-image img {
    height: 90px !important;
  }
}
@media screen and (max-width: 480px) {
  .section05__box--item-image img {
    height: 70px !important;
  }
}

.section06 {
  background-color: #f2efea;
}
.section06__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .section06__inner {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 480px) {
  .section06__inner {
    padding: 80px 24px;
  }
}
.section06__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section06__title {
    font-size: 32px;
  }
}
.section06__title::before {
  content: "";
  width: 100%;
  max-width: 350px;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section06__title::before {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section06__title::before {
    max-width: 50px;
    top: 17px;
  }
}
.section06__title span {
  color: #8a4b2a;
}
.section06__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
}
.section06 table {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.section06 table tr {
  border-bottom: 1px solid #d3d3d3;
}
.section06 table tr th {
  padding: 16px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section06 table tr th {
    padding: 8px;
    font-size: 14px;
  }
}
.section06 table tr td {
  padding: 16px;
}
@media screen and (max-width: 480px) {
  .section06 table tr td {
    padding: 8px;
    font-size: 14px;
  }
}

.contact__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    padding: 50px 24px;
  }
}
.contact__box {
  max-width: 700px;
  margin: 0 auto;
}
.contact table {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
.contact table tr {
  border-bottom: 1px solid #d3d3d3;
}
.contact table tr th {
  padding: 16px;
  font-weight: bold;
}
.contact table tr td {
  padding: 16px;
}

.section07__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .section07__inner {
    padding: 50px 24px 0;
  }
}
@media screen and (max-width: 480px) {
  .section07__inner {
    padding: 80px 24px 0;
  }
}
.section07__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section07__title {
    font-size: 32px;
  }
}
.section07__title::before {
  content: "";
  width: 100%;
  max-width: 350px;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  top: 25px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section07__title::before {
    max-width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .section07__title::before {
    max-width: 50px;
    top: 17px;
  }
}
.section07__title span {
  color: #8a4b2a;
}
.section07__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .section07__subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .section07__subtitle {
    margin-bottom: 0px;
  }
}

.footer {
  background-color: #4d4d4d;
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 1280px) {
  .footer__inner {
    max-width: 900px;
    padding: 50px 24px;
  }
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .footer__top {
    display: unset;
  }
}
@media screen and (max-width: 768px) {
  .footer__top--logo {
    margin-bottom: 50px;
  }
}
.footer__top--logo a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}
.footer__top--ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .footer__top--ul {
    display: unset;
  }
}
.footer__top--list {
  margin-left: 32px;
}
@media screen and (max-width: 1080px) {
  .footer__top--list {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__top--list {
    margin-bottom: 16px;
  }
}
.footer__top--list a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 24px;
  }
}
.footer__bottom--ul {
  color: #fff;
}

.small {
  text-align: center;
  font-size: 12px;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .section08 {
    padding: 0 24px;
  }
}

/*!
base > _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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul,
li {
  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;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Readex Pro", sans-serif;
  color: #4d4d4d;
  line-height: 2;
}

/*!
base > _header
------------------------------
*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5882352941);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (max-width: 480px) {
  .header {
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  height: 60px;
}
@media screen and (max-width: 1280px) {
  .header__inner {
    max-width: 900px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 480px) {
  .header__inner {
    padding: 0px 16px;
  }
}
.header__logo {
  font-size: 24px;
  color: #4d4d4d;
}
.header__ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__ul {
    display: none;
  }
}
.header__drawer {
  display: none;
}
.header__list {
  display: flex;
  padding-left: 16px;
}
.header__list a {
  text-decoration: none;
  color: #4d4d4d;
  line-height: 1.4;
}
.header__list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px) {
  .header__list a {
    font-size: 16px;
  }
}
.header__list--mainbtn {
  background-color: #4d4d4d;
  border: 2px solid gray;
  color: gray !important;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 40px;
  position: relative;
}
.header__list--mainbtn::after {
  display: inline-block;
  content: "";
  width: 0px;
  height: 53px;
  background-color: gray;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
.header__list--mainbtn:hover {
  color: #4d4d4d !important;
  opacity: 1 !important;
}
.header__list--mainbtn:hover::after {
  width: 100%;
}
.header__list--mainbtn:hover .line {
  background-color: #4d4d4d;
  right: -50px;
  opacity: 0;
}
.header__list--mainbtn .name {
  position: relative;
  z-index: 99;
}
.header__list--mainbtn .line {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: gray;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: 999;
}

header.scroll-nav {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.menu-checkbox {
  display: none;
}

.drawer-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out 0s;
  background-color: #f2efea;
  z-index: 20;
}

.drawer-menu-list {
  margin-top: 60px;
  padding: 0 24px;
  background-color: #f2efea;
}

.drawer-menu-item-link {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: 1px solid #cbcbcb;
  padding: 16px 0;
}
@media screen and (max-width: 480px) {
  .drawer-menu-item-link {
    text-align: center;
  }
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(0);
}

.drawer-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 30;
  position: relative;
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #4d4d4d;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  right: 0;
}

.drawer-icon span::before {
  bottom: 10px;
  width: 30px;
  right: 0px;
}

.drawer-icon span::after {
  top: 10px;
  width: 20px;
  right: 0px;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #4d4d4d;
  width: 30px;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #4d4d4d;
  width: 30px;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

.menu-text {
  font-size: 10px;
  position: relative;
  top: 12px;
  right: 9px;
  color: #4d4d4d;
}

.drawer__box {
  text-align: center;
}
.drawer__box-btn {
  margin-top: 32px;
  margin-bottom: 24px;
}
.drawer__box-btn a {
  background-color: #4d4d4d;
  color: #4d4d4d !important;
  font-weight: 600;
  padding: 16px;
  padding-right: 40px;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .drawer__box-btn a {
    font-size: 16px;
  }
}
.drawer__box-btn a span {
  display: inline-block;
  width: 90px;
  height: 2px;
  background-color: #4d4d4d;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .drawer__box-btn a span {
    width: 50px;
    right: -23px;
  }
}
.drawer__box-login a {
  color: #4d4d4d;
  font-size: 16px;
}
.drawer__img {
  text-align: center;
  margin-top: 32px;
}
.drawer__img img {
  width: 200px;
  height: auto;
}

/*!
base > _footer
------------------------------
*/
.swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}

.swiper-slide {
  color: #ffffff;
}

.swiper-slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 10px;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
          animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper2 {
  height: 90vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  .swiper2 {
    height: 70vh;
  }
}

.swiper-slide2 {
  width: 100% !important;
  height: 90vh !important;
}

.swiper-img2 {
  width: 100% !important;
  height: 90vh !important;
}

.swiper-img2 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainbox {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 19;
  color: #ffffff;
  text-align: center;
  width: 100%;
}
.mainbox__title {
  font-weight: bold;
  font-size: 66px;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .mainbox__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .mainbox__title {
    font-size: 30px;
  }
}
.mainbox__subtitle {
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .mainbox__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .mainbox__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .mainbox__subtitle {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */