@charset "UTF-8";
/*--- import -------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

html, body {
  overflow-x: hidden;
  font-size: 62.5%; }

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

li {
  list-style-type: none; }

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

a {
  text-decoration: none;
  color: inherit; }

img, picture {
  vertical-align: middle;
  max-width: 100%; }

img {
  height: auto; }

picture {
  display: block; }

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

input, select {
  vertical-align: middle; }

br {
  line-height: 0; }

input, textarea, select, button {
  font: inherit; }

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* -----------------------------------------------------
	variables
----------------------------------------------------- */
/*------------------------------------- import ---*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  text-align: center;
  font-weight: 500;
  color: #232323;
  position: relative;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

a {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }
  @media screen and (min-width: 769px) {
    a:hover {
      opacity: 0.6; } }

.object-fit.cover {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"; }

.btn_to_top {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 82px;
  z-index: 59;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #000;
  color: #FFF; }
  .btn_to_top.foot {
    position: absolute; }

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

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

.en {
  font-family: 'Mukta Mahee', sans-serif; }

section .inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    section .inner {
      padding: 18.22917vw 3.90625vw; } }

section.bg {
  background: #f1f8fc; }

h1 {
  font-size: 6.6rem;
  line-height: 1.0; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 12.5vw; } }

h2 {
  font-size: 4.5rem;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 10.41667vw; } }

h3 {
  font-size: 3.2rem;
  line-height: 1.25; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 8.33333vw; } }

h4 {
  font-size: 2.4rem;
  line-height: 1.35; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 6.25vw; } }

h5 {
  font-size: 2.0rem;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 5.20833vw; } }

.text {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .text {
      font-size: 3.64583vw; } }

.text_small {
  font-size: 1.2rem; }
  @media screen and (max-width: 768px) {
    .text_small {
      font-size: 3.125vw; } }
