ul,
li {
  list-style: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  color: #ffffff;
  line-height: 2em;
}

@font-face {
  font-family: "myfont";
  src: url("../fonts/Sentient-Bold.otf") format("otf");
  src: url("../fonts/Sentient-Italic.otf") format("otf");
  src: url("../fonts/Sentient-Medium.otf") format("otf");
  src: url("../fonts/Sentient-Regular.otf") format("otf");
}
.p-front-all-wrap {
  position: fixed;
  z-index: 0;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 800px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background: url(../img/front-back.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-front-left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100vh;
  -webkit-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
  width: 57%;
}
.p-front-left__box {
  width: 340px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 110px);
          transform: translate(-50%, 110px);
}
@media screen and (max-width: 1200px) {
  .p-front-left__box {
    display: none;
  }
}
.p-front-left__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
}
.p-front-left__menu {
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 40px;
  padding: 40px 95px;
}
.p-front-left__item {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
.p-front-left__item::after {
  content: "";
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-18px, -50%);
          transform: translate(-18px, -50%);
  height: 14px;
  width: 7px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-front-left__contact {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background-color: #272a2c;
  border: 1px solid #ffffff;
  border-radius: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.95em 3.4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  translate: -18px;
}
.p-front-left__contact--minimenu {
  translate: 0px;
}

.all-over-wrap {
  position: relative;
  z-index: 1000;
  width: 375px;
  margin: 0 auto;
  margin-left: 45%;
}
@media screen and (max-width: 1200px) {
  .all-over-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .all-over-wrap {
    width: 100%;
  }
}
.all-over-wrap__contact-btn {
  position: absolute;
  top: 0;
  right: 20px;
  height: 64px;
  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;
}
@media screen and (max-width: 1200px) {
  .all-over-wrap__contact-btn {
    display: none;
  }
}
.all-over-wrap__contact-btn > a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background-color: #272a2c;
  border: 1px solid #ffffff;
  border-radius: 27px;
  line-height: 1;
  padding: 0.72em 2.5em;
}

.p-all-front {
  position: fixed;
  z-index: -100;
  width: 100%;
}
.p-all-front__back-image {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.font_senti {
  font-family: "myfont", Sentient;
}

body {
  background: #253245;
}

header {
  max-width: 375px;
  width: 100%;
  height: 64px;
  background: #253245;
  position: fixed;
  -webkit-box-shadow: 0px 1px 3px black;
          box-shadow: 0px 1px 3px black;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  header {
    max-width: 600px;
  }
}
header > a {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
}
header .header_menu {
  display: none;
  background: #253245;
  position: absolute;
  right: 15px;
  width: 40px;
  height: 40px;
  top: 12px;
  -webkit-transform: 0.6s ease-out;
          transform: 0.6s ease-out;
}
@media screen and (max-width: 1200px) {
  header .header_menu {
    display: block;
  }
}
header .header_menu ._top {
  border-bottom: 2px solid white;
  width: 30px;
  margin: 0 auto;
  padding-top: 11px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header .header_menu ._top.rou {
  position: absolute;
  padding: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}
header .header_menu ._mid {
  border-bottom: 2px solid white;
  width: 30px;
  margin: 0 auto;
  padding-top: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header_menu ._mid.none {
  opacity: 0;
}
header .header_menu ._under {
  border-bottom: 2px solid white;
  width: 30px;
  margin: 0 auto;
  padding-top: 6px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header .header_menu ._under.rou2 {
  position: absolute;
  padding: 0;
  right: 51%;
  bottom: 46%;
  -webkit-transform: translate(50%) rotate(-45deg);
          transform: translate(50%) rotate(-45deg);
}
header ._area {
  height: 0%;
  max-width: 375px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  header ._area {
    max-width: 600px;
  }
}
header ._area.block {
  height: 500px;
}
header ._area .child_menu._back {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 10px;
  gap: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  margin-top: 0;
}
header ._area .child_menu a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header ._area .child_menu a._words {
  opacity: 1;
}

.front {
  display: block;
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .front {
    max-width: 600px;
  }
}
.front ._title {
  font-size: 30px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 169px;
  padding: 0 20px;
}
.front ._english-title {
  font-size: 20px;
  font-weight: 400;
  color: #f2cd87;
  position: absolute;
  top: 220px;
  left: 70px;
}
.front ._text {
  font-size: 16px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 280px;
  padding: 0 20px;
}
.front img {
  width: 100%;
}

.about_us {
  display: block;
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0px 0px;
  background-color: #253245;
}
@media screen and (max-width: 600px) {
  .about_us {
    max-width: 600px;
  }
}
.about_us ._text {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: white;
  padding: 0px 18px 40px;
}
@media screen and (max-width: 600px) {
  .about_us ._text {
    max-width: 600px;
  }
  .about_us ._text > br {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .about_us ._text {
    max-width: 600px;
  }
  .about_us ._text > br {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .about_us ._text {
    font-size: 12px;
  }
}
.about_us img {
  width: 100%;
}

.key_word {
  display: block;
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0px 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#253245), to(#77889f));
  background: -webkit-linear-gradient(#253245, #77889f);
  background: linear-gradient(#253245, #77889f);
  margin-top: -300px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .key_word {
    max-width: 600px;
  }
}
.key_word ._text {
  font-size: 14px;
  font-weight: 400;
  color: white;
  padding: 40px 20px;
}
.key_word ._area {
  padding: 40px 0px 0;
}
.key_word ._area ._title {
  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-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 26px;
  padding: 0 30px;
}
.key_word ._area ._title ._num {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-style: italic;
  font-family: Sentient, serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.key_word ._area ._title ._num::after {
  position: absolute;
  content: "";
  background: url(../img/star.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 5px;
  left: -7px;
}
.key_word ._area ._title .double_title {
  width: 100%;
}
.key_word ._area ._title .double_title .j_t {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
}
.key_word ._area ._title .double_title .e_t {
  color: #f2cd87;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25em;
}
.key_word ._area ._under_line {
  border-bottom: 1px solid white;
  width: 100%;
  margin-left: 80px;
}
.key_word ._area ._box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px 34px;
  position: relative;
}
.key_word ._area ._box.odd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.key_word ._area ._box.odd::before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  left: 35px;
  -webkit-transform: translate(0%, 7px);
          transform: translate(0%, 7px);
  z-index: auto;
  top: 27px;
  width: 320px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
          box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 230, 160)), color-stop(40%, rgb(255, 243, 205)), color-stop(60%, rgb(238, 200, 76)), to(rgb(235, 195, 83)));
  background: -webkit-linear-gradient(top, rgb(255, 230, 160) 0%, rgb(255, 243, 205) 40%, rgb(238, 200, 76) 60%, rgb(235, 195, 83) 100%);
  background: linear-gradient(to bottom, rgb(255, 230, 160) 0%, rgb(255, 243, 205) 40%, rgb(238, 200, 76) 60%, rgb(235, 195, 83) 100%);
  opacity: 0.8;
}
.key_word ._area ._box.odd::after {
  position: absolute;
  border: 1px solid #ffffff;
  content: "";
  left: 35px;
  -webkit-transform: translate(0%, 10px);
          transform: translate(0%, 10px);
  z-index: auto;
  width: 320px;
  height: 240px;
  background-image: url(../img/mtf_under_image.png);
}
.key_word ._area ._box.even {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.key_word ._area ._box.even::before {
  position: absolute;
  content: "";
  border: 1px solid #ffffff;
  right: 35px;
  -webkit-transform: translate(0%, 7px);
          transform: translate(0%, 7px);
  z-index: auto;
  top: 27px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
          box-shadow: 0px 0px 5px 0px rgb(255, 255, 255);
  width: 320px;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(250, 230, 160)), color-stop(40%, rgb(255, 243, 205)), color-stop(60%, rgb(238, 200, 76)), to(rgb(235, 195, 83)));
  background: -webkit-linear-gradient(top, rgb(250, 230, 160) 0%, rgb(255, 243, 205) 40%, rgb(238, 200, 76) 60%, rgb(235, 195, 83) 100%);
  background: linear-gradient(to bottom, rgb(250, 230, 160) 0%, rgb(255, 243, 205) 40%, rgb(238, 200, 76) 60%, rgb(235, 195, 83) 100%);
  opacity: 0.8;
}
.key_word ._area ._box.even::after {
  position: absolute;
  border: 1px solid #ffffff;
  content: "";
  right: 35px;
  -webkit-transform: translate(0%, 10px);
          transform: translate(0%, 10px);
  z-index: auto;
  width: 320px;
  height: 240px;
  background-image: url(../img/mtf_under_image.png);
}
.key_word ._area ._box img {
  width: 320px;
  height: 240px;
  position: relative;
  z-index: 10;
  -o-object-fit: cover;
     object-fit: cover;
}
.key_word ._area .last_text {
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.title .color_change {
  color: #272a2c !important;
}
.title p:first-of-type {
  width: 60px;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
  font-family: Sentient, serif;
  font-style: italic;
  position: relative;
}
.title p:first-of-type::after {
  position: absolute;
  content: "";
  background: url(../img/star.svg) no-repeat;
  width: 20px;
  height: 20px;
  bottom: -10px;
}
.title p:last-of-type {
  font-size: 18px;
  margin-top: 24px;
}
.title.white p:last-of-type {
  color: white;
}

.p-flow-all {
  padding: 80px 0px 0px;
  background: #f5f5f5;
}

.slick-list {
  overflow: visible;
}

.p-flow {
  height: 281px;
  background: none;
}
.p-flow__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 16px 16px;
  height: 181px;
  border: 1px solid white;
  max-width: 320px;
}
.p-flow__contents-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow__num {
  color: white;
  font-family: Sentient, serif;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
}
.p-flow__title {
  font-size: 16px;
  font-weight: 700;
  width: 216px;
  text-align: center;
  color: #ffffff;
}
.p-flow__text {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.visual-cover {
  margin-top: 40px;
  max-width: 375px;
  background: url(../img/flow-back.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  position: relative;
}
.visual-cover::before {
  position: absolute;
  content: "";
  background-color: #253245;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .visual-cover {
    max-width: 600px;
  }
}

.visual .slick-prev {
  display: none !important;
}
.visual .slick-next {
  color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0px;
  background: none;
  border-left: 16px solid white;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 0;
}
.visual .slick-slide {
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 281px;
  overflow: hidden;
  padding-right: 10px;
}
.visual ul {
  display: none;
}

.checkbox_p {
  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;
}

.checkbox_span {
  display: block;
}

.bottom_checked {
  border-bottom: 1px solid;
}/*# sourceMappingURL=front-page.css.map */