/* -----------------------------------
 共通
----------------------------------- */
html {
 -webkit-text-size-adjust: 100%;
 font-size: 10px;
}
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック","Hiragino Sans","メイリオ","Yu Gothic",sans-serif;
	-webkit-font-smoothing: antialiased;
  font-family: "M PLUS 1p";
  font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: var(--general);
  font-size: 1.4rem;
  /* background: var(--general); */
}
a {
	text-decoration: none;
  color: var(--general);
  display: block;
  transition: 0.3s;
}
.anchor_init {
  text-decoration: underline;
  display: inline;
  color: #551a8b;
}
img {
	display: block;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
ul,ol {
	list-style: none;
}
iframe {
  width: 100%;
  height: 100%;
}
h2,h3,h4 {
  /* font-weight: 500; */
}
.overflow_hidden {
  overflow: hidden;
  display: block;
}
.grecaptcha-badge {
  visibility: hidden;
}

/* -----------------------------------
 ローディング
----------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--general);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.logo-area {
  text-align: center;
  width: 100%;
}

.logo {
  width: 120px;
  margin-bottom: 20px;
  filter: var(--svg_white);
  display: inline-block;
}

.progress-container {
  width: 100%;
  height: 3px;
  background: #555;
  /* border-radius: 5px; */
  overflow: hidden;
  margin: 0 auto;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.1s ease;
}

.progress-percent {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}

/* ----------------------------------------
変数
---------------------------------------- */
:root {
	--general: #222;
	--base_color: #222;
	--t_gray: #777;
  --t_red: #bf0000;
  --t_yellow: #fcf200;
	--line_gray: #dfdfdf;
  --line_dark_gray: #afafaf;
	--bg_light_gray: #f6f7f8;
	--bg_pink: #e06f7e;
	--bg_light_pink: #ffe3e6;
	--bg_orange: #f87919;
	--box_red: #ff0000;
	--box_blue: #0000ff;
	--google_star: #fdbe00;
	--svg_general: invert(13%) sepia(81%) saturate(19%) hue-rotate(343deg) brightness(93%) contrast(84%);
	--svg_white: invert(100%) sepia(100%) saturate(2%) hue-rotate(61deg) brightness(106%) contrast(101%);
	--svg_black: invert(0%) sepia(0%) saturate(7468%) hue-rotate(219deg) brightness(104%) contrast(109%);
	--svg_corp: invert(66%) sepia(67%) saturate(2576%) hue-rotate(37deg) brightness(99%) contrast(101%);
}

:root {
  --ease_in_out_quart: cubic-bezier(0.76,0,0.24,1);
  --ease_out_expo: cubic-bezier(0.16,1,0.3,1);
  --ease_in_out_circ: cubic-bezier(0.85,0,0.15,1);
  --ease_out_cubic: cubic-bezier(0.33,1,0.68,1);
  --ease_in_out_quint: cubic-bezier(0.83,0,0.17,1);
}

:root {
  --side_padding: 20px;
  --bottom_margin: 70px;
  --header_height: 65px;
}

/* -----------------------------------
 フォント
----------------------------------- */
.fontMincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
.fontAvenir {
  font-family: "Avenir Next",Avenir,Lato,Arial,Ebrima,Modern,sans-serif;
}


.f_jost {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.f_stix_two_text {
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.f_lexend_deca {
  font-family: "Lexend Deca", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


/* -----------------------------------
 文字カラー
----------------------------------- */
.txt_white {
  color: #ffffff;
}
.txt_white a {
  color: #ffffff;
}
.txt_red {
	color: #B81C22;
}
.txtGray {
	color: #595757;
}
.txtGray a {
	color: #767676;
}

/* -----------------------------------
 背景カラー
----------------------------------- */
.bgRed {
	background: #B81C22;
}
.bgGray {
	background: #595757;
}
.bgLine {
  background: linear-gradient(#24ea57, #0acf43 100%);
}

/* -----------------------------------
 共通アイテム
----------------------------------- */
.side_padding {
  padding-right: var(--side_padding);
  padding-left: var(--side_padding);
  box-sizing: border-box;
}
section {
  margin-bottom: var(--bottom_margin);
}

/* -----------------------------------
 global - contact
----------------------------------- */
.g_contact_outer {
  position: relative;
}
.g_contact_bg:before {
  content: '';
	background: var(--general);
	position: absolute;
  height: 50%;
  width: 100%;
  bottom: -1px;
}
.g_contact {
	background: #444;
	position: relative;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.g_contact a {
	height: 100%;
	width: 100%;
	color: #fff;
	font-weight: 600;
	padding: 60px 30px;
  box-sizing: border-box;
}
.g_contact h2 {
	text-align: center;
}
.g_contact p {
	font-size: 1.4rem;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.g_contact .deco {
	background: #fff;
  font-size: 2rem;
	color: var(--general);
	border-radius: 50%;
	width: 45px;
	height: 45px;
  line-height: 45px;
	text-align: center;
  display: block;
  margin: 0 auto;
  font-family: Gujarati Mshtakan;
}

/* -----------------------------------
 見出し
----------------------------------- */
.head_01 {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 600;
}
.head_01 span {
	display: block;
}

.head_02 {
  margin-bottom: 30px;
  position: relative;
}
.head_02 .en,
.head_02 .jp {
	display: block;
}
.head_02 .en {
  font-size: 48px;
  font-weight: 700;
  color: #F9E4E5;
  position: absolute;
  top: -30px;
  left: -10px;
  white-space: nowrap;
}
.head_02 .jp {
  font-size: 24px;
  font-weight: 600;
  z-index: 1;
  position: relative;
}

/* モバイル・PC表示非表示 */
.pc {
  display: none;
}

/* -----------------------------------
 viewmoreボタン
----------------------------------- */
.view_more_btn {
  z-index: 2;
  position: relative;
  font-weight: 600;
}
.view_more_btn a {
  color: #000;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.view_more_btn a span:first-child {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  letter-spacing: 0px;
}
.view_more_btn a span:last-child {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  position: relative;
  display: block;
}

/* 矢印 */
.view_more_btn a span:last-child:before,
.view_more_btn a span:last-child:after {
  content: '';
  position: absolute;
}
.view_more_btn a span:last-child:before {
  content: '';
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 2px;
  background: #fff;
}
.view_more_btn a span:last-child:after {
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  top: 11px;
  right: 11px;
  display: block;
}

/* -----------------------------------
 ホバー処理
----------------------------------- */
.view_more_btn,
.view_more_btn:after,
.view_more_btn a,
.view_more_btn a:after {
  transition: 0.4s;
}
.view_more_btn a:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3));
}

/* 透過 */
.hvrOpa {
  transition: 0.3s;
}
.hvrOpa:hover {
  opacity: 0.7;
}

/* -----------------------------------
 スクロールアニメーション
----------------------------------- */
/* フェードイン */
.scFadeIn {
	opacity : 0;
  transform: translateY(30px);
	transition : 0.5s;
}
.scFadeInDisp {
	opacity : 1;
	transform: translateY(0px);
}

/* フェードイン */
.fade_side {
	opacity : 0;
  transform: translateX(20px);
	transition : 0.5s;
}
.fade_side_disp {
	opacity : 1;
	transform: translateX(0px);
}

/* フェードイン */
.sc_up {
	/* opacity : 0; */
  transform: translateY(100%);
	transition : 0.5s;
  display: block;
}
.sc_up_disp {
	/* opacity : 1; */
	transform: translateY(0px);
}

/* ズーム */
.sc_zoom {
  overflow: hidden;
  position: relative;
  transition : 0.5s;
  width: 100%;
  transform: translateY(100%);
}
.sc_zoom:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1;
}
.sc_zoom img {
  transform: scale(1.3);
  transition : 1.2s;
}
.sc_zoom_active {
  transform: translateY(0%);
}
.sc_zoom_active:before {
  width: 0%;
  transition : 0.5s;
  transition-delay: 0.5s;
}
.sc_zoom_active img {
  transform: scale(1);
  transition-delay: 0.6s;
}

/****************************** 600px ******************************/
@media (min-width: 600px){

  /* -----------------------------------
   変数
  ----------------------------------- */
  :root {
    --side_padding: 40px;
    --bottom_margin: 140px;
    /* --header_height: 65px; */
  }


  /* -----------------------------------
   共通アイテム
  ----------------------------------- */
  /* 見出し */
  .head_01 {
    margin-bottom: 30px;
    font-size: 3.6rem;
    font-weight: 600;
  }

  /* -----------------------------------
   global - contact
  ----------------------------------- */
  .g_contact a {
  	padding: 60px;
  }

}

/****************************** 1025px ******************************/
@media (min-width: 1025px){

  body {
    font-size: 1.6rem;
  }

  /* -----------------------------------
   共通
  ----------------------------------- */
  a:hover {
    opacity: 0.7;
  }


  /* -----------------------------------
   変数
  ----------------------------------- */
  :root {
    --side_padding: 100px;
    /* --bottom_margin: 140px; */
    /* --header_height: 65px; */
  }

  /* -----------------------------------
   共通アイテム
  ----------------------------------- */
  /* 見出し */
  .head_01 {
    margin-bottom: 40px;
    font-size: 4.8rem;
  }

  /* VIEW MOREボタン */
  .view_more_btn a span:first-child {
    font-size: 16px;
    margin-right: 20px;
  }
  .view_more_btn a span:last-child {
    width: 50px;
    height: 50px;
  }
  .view_more_btn a span:last-child:before {
    right: 22px;
  }
  .view_more_btn a span:last-child:after {
    top: 21px;
    right: 20px;
  }

  /* モバイル・PC表示非表示 */
  .mb {
    display: none!important;
  }
  .pc {
    display: block;
  }

  .flex_con {
    display: flex;
    justify-content: space-between;
  }
  .flex_con > h2 {
    width: 20%;
  }
  .flex_con > div {
    width: 75%;
  }
  .flex_con > ul {
    width: 75%;
  }

  /* -----------------------------------
   global - contact
  ----------------------------------- */
  .g_contact a {
    padding: 80px 0px 80px 100px;
  }
  .g_contact h2 {
  	text-align: left;
    margin-bottom: 25px;
  }
  .g_contact p {
  	font-size: 1.6rem;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
  }
  .g_contact .deco {
    font-size: 2.4rem;
  	width: 55px;
  	height: 55px;
    line-height: 55px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
  }

}

/****************************** 1025px ******************************/
@media (min-width: 1025px){

  /* -----------------------------------
   変数
  ----------------------------------- */
  :root {
    --side_padding: 150px;
    /* --bottom_margin: 140px; */
    /* --header_height: 65px; */
  }

}
