@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$weight:フォントの太さ

	@includef_shuei();
	@includef_shuei(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
:root {
  --color-red: #e40039;
}

html {
  box-sizing: border-box;
  font-size: 100px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-feature-settings: "palt";
  /* SP */
}
@media print, screen and (min-width: 641px) {
  html {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
}
@media screen and (min-width: 428px) and (max-width: 640px) {
  html { /* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
    font-size: 114px;
  }
}
@media screen and (min-width: 414px) and (max-width: 427px) {
  html { /* SP： 414px から 427pxの間 ※iPhone6 Plus・6s Plus・7 Plus・8 Plus・XR・11・XS Max・11 Pro Max */
    font-size: 110px;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html { /* SP： 375px から 413pxの間 ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */ /* 基本 */
    font-size: 100px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html { /* SP： 360px から 374pxの間 ※小さめAndroid */
    font-size: 96px;
  }
}
@media screen and (max-width: 359px) {
  html { /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 85px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 641px) {
  html.os-mac {
    font-feature-settings: "pkna";
  }
}
html.scrollingFlg {
  pointer-events: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

body {
  position: relative;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
}

.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

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

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: visible;
  shape-rendering: geometricPrecision;
}

hr {
  height: 0;
  overflow: visible;
  box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }
  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    box-sizing: border-box;
  }
  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }
  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }
  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }
  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }
  .addPrintMessage body:before {
    display: block;
  }
  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  transition: none !important;
}

.mod_header {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mod_header {
    height: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header {
    height: 1rem;
  }
}
.mod_header .header_inner {
  align-items: center;
  background: #fff;
  display: flex;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_header .header_inner {
    height: 0.5rem;
    padding-inline: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_inner {
    height: 1rem;
    padding-inline: 0.26rem 0.31rem;
  }
}
.mod_header .header_logo {
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_header .header_logo {
    margin-right: 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_logo {
    margin-right: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_logo img {
    height: auto;
    width: 1.5rem;
  }
}
@media screen and (max-width: 1040px) {
  .mod_header .header_logo img {
    height: auto;
    width: .93rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_logo img {
    height: auto;
    width: .93rem;
  }
}
.mod_header .header_text {
  font-weight: bold;
  transition: all 0.3s;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_text img {
    height: auto;
    width: 3rem;
  }
}
@media screen and (max-width: 1040px) {
  .mod_header .header_text img {
    height: auto;
    width: 2.41rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_text img {
    height: 0.15rem;
    width: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_nav {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav ul {
    align-items: center;
    display: flex;
    gap: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav li {
    position: relative;
  }
}
.mod_header .header_nav a {
  transition: opacity 0.3s;
}
.no-touchevents .mod_header .header_nav a:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav a {
    display: inline-block;
    font-size: 0.144rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav a.header_link_arrow {
    background: url("/common/img/icon-arrow01.svg") no-repeat right center/0.13rem 0.09rem;
    padding-right: 0.23rem;
  }
}
.mod_header .header_nav a.header_link_recruit {
  background: #fff;
  color: var(--color-red);
  border: 0.02rem solid var(--color-red);
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  letter-spacing: 0.1em;
  place-content: center;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav a.header_link_recruit {
    border-radius: 0.25rem;
    height: 0.5rem;
    width: 1.7rem;
  }
}
.mod_header .header_nav a.header_link_contact {
  background: var(--color-red);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  letter-spacing: 0.1em;
  place-content: center;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav a.header_link_contact {
    border-radius: 0.25rem;
    height: 0.5rem;
    width: 1.7rem;
  }
}
.mod_header .header_nav .header_nav_box {
  gap: 0 0.25rem;
}
.no-touchevents .mod_header .header_nav > .nav_dropdown > li:hover > .header_nav_sub {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_nav .header_nav_sub {
    position: absolute;
    left: 50%;
    display: block;
    padding: 0.1rem;
    background-color: #fff;
    transform: translateX(-50%);
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .mod_header .header_nav .header_nav_sub .nav_sub_list {
    position: static;
  }
  .mod_header .header_nav .header_nav_sub .nav_sub_list + .nav_sub_list {
    margin-top: 0.05rem;
  }
  .mod_header .header_nav .header_nav_sub .nav_sub_list > a {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    padding: 0.05rem 0.1rem;
  }
  .mod_header .header_nav .header_nav_sub .nav_sub_list > a span {
    display: inline-block;
    margin-right: 0.02rem;
    color: var(--color-red);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .header_menu_button {
    display: flex;
    align-items: center;
    height: 0.21rem;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
    z-index: 100;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header .header_menu_button {
    display: none;
  }
}
.mod_header .header_menu_button::before, .mod_header .header_menu_button::after {
  background: #59cbff;
  content: "";
  display: block;
  height: 0.01rem;
  left: 0;
  position: absolute;
  text-indent: 100px;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.mod_header .header_menu_button::before {
  transform: translateY(-0.08rem);
}
.mod_header .header_menu_button::after {
  transform: translateY(0.08rem);
}
.mod_header .header_menu_button span {
  background: #59cbff;
  display: block;
  height: 0.01rem;
  left: 0;
  margin-top: -1px;
  position: absolute;
  text-indent: 100px;
  top: 50%;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .mod_header.headerMenuUp .header_inner {
    height: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header.headerMenuUp .header_inner .header_logo {
    transform: scale(0.8);
  }
}
@media print, screen and (min-width: 641px) {
  .mod_header.headerMenuUp .header_inner .header_text {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .spmenuopen .header_menu_button::before {
    transform: translateY(0) rotate(45deg);
  }
  .spmenuopen .header_menu_button::after {
    transform: translateY(0) rotate(-45deg);
  }
  .spmenuopen .header_menu_button span {
    opacity: 0;
    transform: translate(10px);
  }
  .spmenuopen .sp_menu {
    opacity: 1;
    pointer-events: auto;
  }
  .spmenuopen .bnr-recruit {
    opacity: 0;
    pointer-events: none;
  }
  .sp_menu .sp_menu_nav_button {
    margin: 0 auto;
  }
  .sp_menu .sp_menu_nav {
    row-gap: 0.36rem;
  }
  .sp_menu .sp_menu_nav li a,
  .sp_menu .sp_menu_nav h3 a {
      font-size: .16rem;
  }
  .sp_menu .sp_menu_nav_button a {
    font-size: .16rem;
    padding: .25rem 0;
    border-radius: .3rem;
  }
  .sp_menu .sp_menu_nav_button.insta {
    margin-top: -.25rem;
  }
  .sp_menu .sp_menu_nav_button.insta a {
    padding: 0;
  }
  .sp_menu .sp_menu_nav_button.insta img {
    width: 2.4rem;
  }
}
.mod_header .header_menu_button span,
.mod_header .header_menu_button:before,
.mod_header .header_menu_button:after {
    background: #808094;
}

.box {
  margin-inline: auto;
  max-width: 14.4rem;
}

.box_inner {
  margin-inline: auto;
  max-width: 10rem;
}

.ttl01 {
  display: flex;
  margin-bottom: 0.4rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .ttl01 {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl01 {
    gap: 0.4rem;
  }
}
.ttl01::after {
  background: var(--color-red);
  bottom: 0;
  content: "";
  display: block;
  height: 0.02rem;
  position: absolute;
  left: 0;
  width: 100%;
}
.ttl01 h2 {
  line-height: 1;
}
.ttl01 p {
  font-weight: bold;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 640px) {
  .ttl01 p {
    font-size: 0.14rem;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl01 p {
    font-size: 0.18rem;
    padding-top: 0rem;
  }
}

.ttl02 {
  display: flex;
}
@media screen and (max-width: 640px) {
  .ttl02 {
    align-items: center;
    flex-direction: column;
    margin-bottom: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl02 {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.6rem;
  }
}
.ttl02 h2 {
  border-top: 1px solid var(--color-red);
  border-right: 1px solid var(--color-red);
  color: var(--color-red);
  font-feature-settings: "palt";
  flex-shrink: 0;
  letter-spacing: 0.5em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ttl02 h2 {
    border-left: 1px solid var(--color-red);
    font-size: 0.15rem;
    padding: 0.03rem 0 0 0.5em;
    margin-bottom: 0.09rem;
    position: relative;
    width: 1.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl02 h2 {
    font-size: 0.28rem;
    min-width: 2.45rem;
    padding: 0.08rem 0 0 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .ttl02 h2::before, .ttl02 h2::after {
    background: var(--color-red);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: calc((100vw - 1.75rem) / 2);
  }
}
@media screen and (max-width: 640px) {
  .ttl02 h2::before {
    left: calc((100vw - 1.75rem) / 2 * -1);
  }
}
@media screen and (max-width: 640px) {
  .ttl02 h2::after {
    right: calc((100vw - 1.75rem) / 2 * -1);
  }
}
.ttl02 p {
  line-height: 1;
  position: relative;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .ttl02 p {
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl02 p {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.34rem;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl02 p::after {
    background: var(--color-red);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl02.--ttl-right {
    flex-direction: row-reverse;
  }
}
.ttl02.--ttl-right h2 {
  border-left: 1px solid var(--color-red);
}
@media print, screen and (min-width: 641px) {
  .ttl02.--ttl-right h2 {
    border-right: none;
  }
}
@media print, screen and (min-width: 641px) {
  .ttl02.--ttl-right p {
    justify-content: flex-start;
    padding-left: 0.34rem;
    padding-right: 0;
  }
}

.btn01 {
  background: var(--color-red) url("/common/img/icon-arrow02.svg") no-repeat right 0.22rem center/0.09rem 0.13rem;
  border: 0.02rem solid var(--color-red);
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  letter-spacing: 0.05em;
  place-content: center;
  transition: opacity 0.3s;
}
.no-touchevents .btn01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .btn01 {
    background-size: 0.08rem 0.12rem;
    border-radius: 0.24rem;
    font-size: 0.14rem;
    height: 0.48rem;
    width: 2.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .btn01 {
    border-radius: 0.31rem;
    font-size: 0.18rem;
    height: 0.56rem;
    width: 2.2rem;
  }
}
.btn01.-no-arrow {
  background-image: none;
}

.btn02 {
  background: #fff url("/common/img/icon-arrow03.svg") no-repeat right 0.22rem center/0.09rem 0.13rem;
  border: 0.02rem solid var(--color-red);
  color: var(--color-red);
  display: -ms-grid;
  display: grid;
  font-weight: bold;
  letter-spacing: 0.05em;
  place-content: center;
  transition: opacity 0.3s;
}
.no-touchevents .btn02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .btn02 {
    background-size: 0.08rem 0.12rem;
    border-radius: 0.24rem;
    font-size: 0.14rem;
    height: 0.48rem;
    width: 2.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .btn02 {
    border-radius: 0.31rem;
    font-size: 0.18rem;
    height: 0.56rem;
    width: 2.2rem;
  }
}
.btn02.-no-arrow {
  background-image: none;
}

.contact {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 640px) {
  p.recruit_sp {
    text-align: center;
    font-weight: 700;
    font-size: .13rem;
    padding-bottom: 0;
  }
  .contact {
    background: url("/common/img/img-contact_2_sp.png") no-repeat center center/cover;
    height: 2.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  p.recruit_sp { display: none; }
  .contact {
    background: url("/common/img/img-contact_2.png") no-repeat center center/cover;
    height: 3.6rem;
    margin-bottom: 1.5rem;
  }
}
.contact h2 {
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact h2 {
    margin-bottom: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .contact h2 {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .contact h2 img {
    height: 0.3rem;
    width: 1.35rem;
  }
}
@media print, screen and (min-width: 641px) {
  .contact h2 img {
    height: 0.4rem;
    width: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .contact .contact_button a {
    width: 2.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .contact .contact_button a {
    width: 3.3rem;
  }
}

.mod_footer .footer_main {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_main {
    padding: 0.3rem 0 0.14rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_main {
    padding: 0.4rem 1.1rem 0.14rem;
  }
}
.mod_footer .footer_main_inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_main_inner {
    align-items: center;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_main_inner {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail {
    margin-bottom: 0.38rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail .footer_logo {
    margin-bottom: 0.25rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_detail .footer_logo {
    margin-bottom: 0.33rem;
    width: 2.08rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail .footer_logo h3 img {
    height: 0.25rem;
    width: 1.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_detail .footer_logo h3 img {
    height: 0.33rem;
    width: 2.08rem;
  }
}
.mod_footer .footer_detail .footer_logo p {
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_detail .footer_logo p {
    margin-top: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail .footer_logo p img {
    height: 0.11rem;
    width: 1.55rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_detail .footer_logo p img {
    height: 0.15rem;
    width: 2.07rem;
  }
}
.mod_footer .footer_detail .footer_info {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail .footer_info {
    font-size: 0.13rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_detail .footer_info {
    font-size: 0.14rem;
  }
}
.mod_footer .footer_detail .footer_info em {
  font-style: normal;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail .footer_info span {
    font-size: 0.12rem;
  }
}
.mod_footer .footer_detail .footer_info a {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_detail .footer_info a {
    font-size: 0.18rem;
  }
}
.mod_footer .footer_nav {
  display: flex;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav {
    flex-wrap: wrap;
    row-gap: 0.2rem;
    width: 2.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_nav {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav .footer_nav_item:first-child, .mod_footer .footer_nav .footer_nav_item:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav .footer_nav_item:nth-child(3), .mod_footer .footer_nav .footer_nav_item:nth-child(5) {
    width: 1.55rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav h3 {
    font-size: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_nav h3 {
    font-size: 0.16rem;
    margin-bottom: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.14rem;
    row-gap: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_nav li {
    line-height: 2.714;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav li:nth-child(odd) {
    width: 1.55rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav li a {
    font-size: 0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_nav li a {
    font-size: 0.14rem;
  }
}
.mod_footer .footer_nav li span {
  color: var(--color-red);
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav_button {
    margin-top: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_nav_button {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav_button a {
    margin-inline: auto;
    width: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_privacy {
    margin-top: 0.24rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_privacy {
    margin-top: 0.18rem;
    text-align: right;
  }
}
.mod_footer .footer_privacy a {
  color: #747474;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_privacy a {
    font-size: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_privacy a {
    font-size: 0.14rem;
  }
}
.mod_footer .footer_copyright {
  background: var(--color-red);
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_copyright {
    font-size: 0.1rem;
    height: 0.4rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_copyright {
    font-size: 0.16rem;
    height: 0.4rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mod_footer .footer_copyright br {
    display: none;
  }
}

.bnr-recruit {
  display: flex;
  position: fixed;
  bottom: 0.5rem;
  right: 0;
  z-index: 9999;
  transition: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .bnr-recruit {
    height: 1.2rem;
    transform: translateX(calc(100% - 0.7rem));
  }
}
@media screen and (max-width: 640px) {
  .bnr-recruit {
    height: 0.6rem;
    transform: translateX(calc(100% - 0.35rem));
  }
}
@media print, screen and (min-width: 641px) {
  .no-touchevents .bnr-recruit:hover {
    transform: translateX(0);
  }
}
@media screen and (max-width: 640px) {
  .bnr-recruit.active {
    transform: translateX(0);
  }
}
.bnr-recruit img {
  display: block;
  width: auto !important;
  height: 100%;
}
.bnr-recruit .bnr-recruit_btn {
  display: block;
  position: relative;
  left: 3px;
}
.bnr-recruit .bnr-recruit_link {
  position: relative;
}

@media print, screen and (min-width: 641px) {
  .sp_menu {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu {
    background: #fff;
    left: 0;
    padding: 0.2rem 0.23rem 0.37rem;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    overflow: scroll;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_logo {
    margin-bottom: 0.25rem;
    width: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_logo h3 img {
    height: 0.25rem;
    width: 1.5rem;
  }
}
.sp_menu .sp_menu_logo p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_logo p img {
    height: 0.1rem;
    width: 1.41rem;
  }
}
.sp_menu .sp_menu_info {
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_info {
    font-size: 0.13rem;
    text-align: center;
  }
}
.sp_menu .sp_menu_info span {
  display: inline-block;
  color: var(--color-red);
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_info span {
    font-size: 0.12rem;
    margin-bottom: 0.17rem;
  }
}
.sp_menu .sp_menu_info a {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_info a {
    font-size: 0.18rem;
  }
}
.sp_menu .sp_menu_nav {
  display: flex;
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav {
    flex-wrap: wrap;
    row-gap: 0.2rem;
    margin-inline: auto;
    width: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav .sp_menu_nav_item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav .sp_menu_nav_item:first-child,
  .sp_menu .sp_menu_nav .sp_menu_nav_item:nth-child(2),
  .sp_menu .sp_menu_nav .sp_menu_nav_item:nth-child(5) {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav h3 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.14rem;
    row-gap: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav li a {
    font-size: 0.16rem;
  }
}
.sp_menu .sp_menu_nav li span {
  color: var(--color-red);
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav_button {
    margin-top: 0.12rem;
    margin-bottom: 0.25rem;
  }
}
@media screen and (max-width: 640px) {
  .sp_menu .sp_menu_nav_button a {
    margin-inline: auto;
    width: 2.4rem;
  }
}

.page_mv {
  position: relative;
}
@media screen and (max-width: 640px) {
  .page_mv {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_mv {
    height: 3.7rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_mv .mv_image {
    height: 3.7rem;
  }
}
.page_mv img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.page_mv .mv_title {
  background: var(--color-red);
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  position: absolute;
}
@media screen and (max-width: 640px) {
  .page_mv .mv_title {
    border-radius: 0 1.5rem 1.5rem 0;
    bottom: -0.67rem;
    height: 0.95rem;
    left: 0;
    width: 2.8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_mv .mv_title {
    border-radius: 0 1.85rem 1.85rem 0;
    bottom: 0;
    left: 0;
    padding-left: 0.2em;
    top: 0;
    width: 6rem;
  }
}
.page_mv .mv_title .mv_title_en {
  position: relative;
}
@media screen and (max-width: 640px) {
  .page_mv .mv_title .mv_title_en {
    line-height: 1;
    margin-bottom: 0.05rem;
    padding-bottom: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_mv .mv_title .mv_title_en {
    margin-bottom: 0.12rem;
    padding-bottom: 0.25rem;
  }
}
.page_mv .mv_title .mv_title_en img {
  width: auto;
}
@media screen and (max-width: 640px) {
  .page_mv .mv_title .mv_title_en img {
    height: 0.18rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_mv .mv_title .mv_title_en img {
    height: 0.36rem;
  }
}
.page_mv .mv_title .mv_title_en::after {
  background: url("/common/img/pict-line.svg") no-repeat left top/3.62rem 0.07rem;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .page_mv .mv_title .mv_title_en::after {
    background-size: 2.11rem 0.04rem;
    height: 0.04rem;
    width: 2.11rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_mv .mv_title .mv_title_en::after {
    height: 0.07rem;
    width: 3.62rem;
  }
}
.page_mv .mv_title .mv_title_ja {
  color: #fff;
  font-weight: normal;

  letter-spacing: 0.3em;
  padding-left: 0.3em;
}
@media print, screen and (min-width: 641px) {
  .page_mv .mv_title .mv_title_ja {
    font-size: 0.35rem;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .pankuzu {
    align-items: center;
    display: flex;
    margin: 0 auto 1.1rem;
    padding-top: 0.12rem;
    width: 11.76rem;
  }
}
.pankuzu li:not(:first-child)::before {
  content: "＞";
  display: inline-block;
}
@media print, screen and (min-width: 641px) {
  .pankuzu li:not(:first-child)::before {
    margin-inline: 0.15rem 0.1rem;
  }
}
.pankuzu li:last-child a {
  color: var(--color-red);
}
.pankuzu li a {
  color: #000;
}
@media print, screen and (min-width: 641px) {
  .pankuzu li a {
    font-size: 0.13rem;
  }
}

@media screen and (max-width: 640px) {
  .page_link {
    display: -ms-grid;
    display: grid;
    gap: 0.27rem 0.1rem;
    -ms-grid-columns: 1fr 0.1rem 1fr 0.1rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.73rem;
    padding-inline: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 160px;
    width: 11.76rem;
  }
}
@media screen and (max-width: 640px) {
  .page_link li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .page_link li:nth-child(3n+1) {
    width: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .page_link li:nth-child(3n+2) {
    width: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .page_link li:nth-child(3n) {
    width: 1.05rem;
  }
}
.page_link .page_link_text {
  color: #717071;
  display: block;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 640px) {
  .page_link .page_link_text {
    font-size: 0.12rem;
    line-height: 0.22rem;
    padding-right: 0.3rem;
    text-align: right;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.36rem;
    padding-right: 0.6rem;
  }
}
.page_link .page_link_text::before {
  background: var(--color-red);
  border: 1px solid var(--color-red);
  content: "";
  display: block;
  font-feature-settings: "palt";
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 640px) {
  .page_link .page_link_text::before {
    background: #fff;
    border-radius: 0.11rem;
    height: 0.22rem;
    margin-top: -0.11rem;
    width: 0.22rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text::before {
    border-radius: 0.18rem;
    height: 0.36rem;
    margin-top: -0.18rem;
    width: 0.36rem;
  }
}
.page_link .page_link_text::after {
  background: url("/common/img/icon-arrow_d_w.svg") no-repeat left top/0.13rem 0.08rem;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 640px) {
  .page_link .page_link_text::after {
    background-image: url("/common/img/icon-arrow_d_r.svg");
    background-size: 0.08rem 0.05rem;
    height: 0.05rem;
    margin-top: -0.02rem;
    right: 0.07rem;
    width: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text::after {
    height: 0.08rem;
    margin-top: -0.04rem;
    right: 0.11rem;
    width: 0.13rem;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text:hover {
    color: var(--color-red);
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text:hover::before {
    background: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  .page_link .page_link_text:hover::after {
    background: url("/common/img/icon-arrow_d_r.svg") no-repeat left top/0.13rem 0.08rem;
    transform: translateY(0.04rem);
  }
}

.no-scroll {
  overflow: hidden;
}

[data-pararax01] {
  position: relative;
}

[data-pararax01-inview] {
  position: absolute !important;
  top: 120px;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 0%;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
  [data-pararax01-inview] {
    top: 120px;
    bottom: 120px;
  }
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
  [data-pararax01-inview] {
    top: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  [data-pararax01-inview] {
    top: 100px;
    bottom: 100px;
  }
}

[data-pararax01-opacity01] {
  opacity: 0 !important;
}
[data-pararax01-opacity01].active {
  opacity: 1 !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity02] {
  opacity: 0 !important;
  transform: translateX(-20px) !important;
}
[data-pararax01-opacity02].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity03] {
  opacity: 0 !important;
  transform: translateX(20px) !important;
}
[data-pararax01-opacity03].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity04] {
  opacity: 0 !important;
  transform: translateY(20px) !important;
}
[data-pararax01-opacity04].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity05] {
  opacity: 0 !important;
  transform: translateY(-20px) !important;
}
[data-pararax01-opacity05].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity06] {
  opacity: 0 !important;
  transform: scale(0.8) !important;
}
[data-pararax01-opacity06].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity07] {
  opacity: 0 !important;
  transform: scale(1.2) !important;
}
[data-pararax01-opacity07].active {
  opacity: 1 !important;
  transform: none !important;
  transition: opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), transform 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity08] {
  perspective: 1000px;
}
[data-pararax01-opacity08] [data-pararax01-opacity08-target] {
  transform-style: preserve-3d;
  opacity: 0;
  transform: rotateY(720deg) scale(0.2);
  overflow: hidden;
}
[data-pararax01-opacity08] [data-pararax01-opacity08-target]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
}
[data-pararax01-opacity08].active [data-pararax01-opacity08-target] {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
  transition: 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}
[data-pararax01-opacity08].active [data-pararax01-opacity08-target]:after {
  left: 100%;
  transition: 1.8s cubic-bezier(0.515, 0.005, 0.505, 1) 0.7s;
  clip-path: polygon(50px 0%, 100% 0%, 100% 100%, 0% 100%);
}

[data-pararax01-opacity09] {
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  opacity: 0;
}
[data-pararax01-opacity09].active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: clip-path 1.8s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 1.8s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity10] {
  clip-path: polygon(0% 0%, 100% -100%, -100% 100%);
  opacity: 0;
}
[data-pararax01-opacity10].active {
  clip-path: polygon(0% 0%, 200% 0%, 0% 200%);
  opacity: 1;
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity11] {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  opacity: 0;
}
[data-pararax01-opacity11].active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}

[data-pararax01-opacity12] {
  clip-path: polygon(100% 0%, 100% 0%, 100% 0%, 100% 0%);
  opacity: 0;
}
[data-pararax01-opacity12].active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  opacity: 1;
  transition: clip-path 3.6s cubic-bezier(0.515, 0.005, 0.505, 1), opacity 3.6s cubic-bezier(0.515, 0.005, 0.505, 1);
}

.pararax01_pattern01 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
}
.pararax01_pattern01 .pararax01_pattern01_underline {
  background-image: linear-gradient(#f00 0%, #f00 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}
.pararax01_pattern01.active .pararax01_pattern01_underline {
  background-size: 100% 2px;
  transition: background-size 3.6s cubic-bezier(0.2, 0, 0.18, 1);
}

[data-pararax01-photo01a],
[data-pararax01-photo01b],
[data-pararax01-photo02a],
[data-pararax01-photo02b],
[data-pararax01-photo03a],
[data-pararax01-photo03b],
[data-pararax01-photo03c],
[data-pararax01-photo04a],
[data-pararax01-photo04b] {
  display: inline-block;
  position: relative;
  opacity: 0;
  font-size: 0;
}
.ie [data-pararax01-photo01a] > *,
.ie [data-pararax01-photo01b] > *,
.ie [data-pararax01-photo02a] > *,
.ie [data-pararax01-photo02b] > *,
.ie [data-pararax01-photo03a] > *,
.ie [data-pararax01-photo03b] > *,
.ie [data-pararax01-photo03c] > *,
.ie [data-pararax01-photo04a] > *,
.ie [data-pararax01-photo04b] > * {
  opacity: 0;
}

[data-pararax01-photo01a].active,
[data-pararax01-photo01b].active,
[data-pararax01-photo02a].active,
[data-pararax01-photo02b].active,
[data-pararax01-photo03a].active,
[data-pararax01-photo03b].active,
[data-pararax01-photo03c].active,
[data-pararax01-photo04a].active,
[data-pararax01-photo04b].active {
  opacity: 1;
}
.ie [data-pararax01-photo01a].active > *,
.ie [data-pararax01-photo01b].active > *,
.ie [data-pararax01-photo02a].active > *,
.ie [data-pararax01-photo02b].active > *,
.ie [data-pararax01-photo03a].active > *,
.ie [data-pararax01-photo03b].active > *,
.ie [data-pararax01-photo03c].active > *,
.ie [data-pararax01-photo04a].active > *,
.ie [data-pararax01-photo04b].active > * {
  opacity: 1;
}

.ie [data-pararax01-photo01a],
.ie [data-pararax01-photo01b],
.ie [data-pararax01-photo02a],
.ie [data-pararax01-photo02b],
.ie [data-pararax01-photo03a],
.ie [data-pararax01-photo03b],
.ie [data-pararax01-photo03c],
.ie [data-pararax01-photo04a],
.ie [data-pararax01-photo04b],
.edge [data-pararax01-photo01a],
.edge [data-pararax01-photo01b],
.edge [data-pararax01-photo02a],
.edge [data-pararax01-photo02b],
.edge [data-pararax01-photo03a],
.edge [data-pararax01-photo03b],
.edge [data-pararax01-photo03c],
.edge [data-pararax01-photo04a],
.edge [data-pararax01-photo04b] {
  background-color: #FFF;
  opacity: 1 !important;
}

[data-pararax01-photo01a] svg,
[data-pararax01-photo01b] svg,
[data-pararax01-photo02a] svg,
[data-pararax01-photo02b] svg,
[data-pararax01-photo03a] svg,
[data-pararax01-photo03b] svg,
[data-pararax01-photo03c] svg,
[data-pararax01-photo04a] svg,
[data-pararax01-photo04b] svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

[data-pararax01-photo01a] rect,
[data-pararax01-photo01b] rect,
[data-pararax01-photo02a] rect,
[data-pararax01-photo02b] rect,
[data-pararax01-photo03a] rect,
[data-pararax01-photo03b] rect,
[data-pararax01-photo03c] rect,
[data-pararax01-photo04a] rect,
[data-pararax01-photo04b] rect {
  fill: #FFF;
}

[data-pararax01-photo01a].init,
[data-pararax01-photo01b].init,
[data-pararax01-photo02a].init,
[data-pararax01-photo02b].init,
[data-pararax01-photo03a].init,
[data-pararax01-photo03b].init,
[data-pararax01-photo03c].init,
[data-pararax01-photo04a].init,
[data-pararax01-photo04b].init {
  opacity: 1;
}

[data-moyamoya01-area] {
  display: block;
  position: relative;
  overflow: visible !important;
  transform: rotate(0.3deg);
}
[data-moyamoya01-area].type01 path {
  stroke: #000;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 1, 6;
  stroke-dashoffset: 0;
  fill: none;
  animation: svganimationlinedashmoving 0.3s linear infinite;
}
@keyframes svganimationlinedashmoving {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -7;
  }
}

[data-inviewtextanimation] {
  position: relative;
}

[data-inviewtextanimation-inview] {
  position: absolute;
  top: 120px;
  bottom: 120px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
  [data-inviewtextanimation-inview] {
    top: 120px;
    bottom: 120px;
  }
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
  [data-inviewtextanimation-inview] {
    top: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  [data-inviewtextanimation-inview] {
    top: 100px;
    bottom: 100px;
  }
}

[data-inviewtextanimation-char] {
  display: inline-block;
}

[data-inviewtextanimation-textanimation01],
[data-inviewtextanimation-textanimation02],
[data-inviewtextanimation-textanimation03],
[data-inviewtextanimation-textanimation04],
[data-inviewtextanimation-textanimation05],
[data-inviewtextanimation-textanimation06],
[data-inviewtextanimation-textanimation07],
[data-inviewtextanimation-textanimation08],
[data-inviewtextanimation-textanimation09],
[data-inviewtextanimation-textanimation10],
[data-inviewtextanimation-textanimation11],
[data-inviewtextanimation-textanimation12] {
  transition: none !important;
  opacity: 0;
}
/*# sourceMappingURL=common.css.map */

/* footer */
@media screen and (min-width: 641px) {
  .mod_footer .footer_nav {
    padding-bottom: .7rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_footer .footer_nav {
    padding-bottom: .54em;
  }
  .mod_footer .footer_nav {
    row-gap: 0.36rem;
  }
  .mod_footer .footer_nav_button {
    margin-top: .36rem;
  }
  .mod_footer .footer_nav_button.insta {
    margin-top: -.22rem;
  } 
  .mod_footer .footer_nav_button.insta a {
    padding: 0;
  }
  .mod_footer .footer_nav_button a {
    font-size: .3rem;
    padding: .25rem 0;
    border-radius: .3rem;
  }
  body.footer_nav_item h3 a,
  body.mod_footer .footer_nav li a {
    font-size: .32rem;
  }
  body.footer_nav_item h3 a {
    font-weight: bold;
  }
  .mod_footer .footer_privacy a {
    font-size: .26rem;
  }
}
.mod_footer .footer_nav_button.insta {
  right: 2.32rem;
}
.mod_footer .footer_nav_button.insta a {
  display: flex;
}
.mod_footer .footer_nav_button.insta img {
  height: .55rem;
}
.mod_footer .footer_nav_button.insta a:hover {
  opacity: .8;
}
.mod_footer .footer_privacy a {
  color: #D51538;
}
.mod_footer .footer_copyright {
  padding: .1rem;
}