@charset "UTF-8";
/*!
Theme Name: 3gger
Theme URI: http://underscores.me/
Author: NECCO
Author URI: http://underscores.me/
Description: corporate site
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trigger
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

3gger is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* -------------------------------------
   mixin
------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");
/* -------------------------------------
   reset
------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*要素のフォントサイズやマージン・パディングをリセットしています*/
/* line 11, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*行の高さをフォントサイズと同じにしています*/
/* line 33, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
body {
  line-height: 1; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
/* line 38, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
/* line 44, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
ol, ul {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
/* line 49, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
/* line 54, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
/* line 61, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
/* line 70, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
/* line 78, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
/* line 86, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
/* line 92, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
/* line 98, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
/* line 104, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*縦方向の揃え位置を中央揃えに指定しています*/
/* line 114, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
input, select {
  vertical-align: middle; }

/* line 118, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/_reset.scss */
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0; }

/* -------------------------------------
   main
------------------------------------- */
/* line 81, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
html {
  font-size: 10px; }

/* line 85, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
body {
  width: 100%; }

/* line 89, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Poppins", "source-han-sans-japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: 1;
  color: #231815;
  text-size-adjust: 100%; }

/* line 105, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all; }

/* line 112, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
textarea {
  width: 100%; }

/* line 116, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
li {
  list-style: none; }

/* line 120, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/* line 127, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
video {
  width: 100%; }

/* line 131, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: #231815;
  outline: none; }

/* line 141, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
*::before,
*::after,
a,
a:hover,
input,
input:hover,
input:active,
.btn,
.btn:hover {
  transition: all .4s; }

/* line 153, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.btn:hover {
  cursor: pointer; }

/* line 157, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4; }

/* line 167, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
p {
  line-height: 1.8; }

/* -------------------------------------
   inview
------------------------------------- */
/* line 176, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadein,
.fadeinup,
.fadeindown,
.fadeinright,
.fadeinleft,
.fadeinupwhite {
  opacity: 0;
  transition-property: all;
  transition-duration: 2s !important; }

/* line 188, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadeinup {
  transform: translateY(20px); }

/* line 192, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadeindown {
  transform: translateY(-20px); }

/* line 196, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadeinleft {
  transform: translateX(-20px); }

/* line 200, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadeinright {
  transform: translateX(20px); }

/* line 204, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadeinupwhite {
  transform: translateY(60px); }

/* line 208, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadein.inview,
.fadeinup.inview,
.fadeindown.inview,
.-white .fadeinupwhite.inview,
.fadeinright.inview,
.fadeinleft.inview {
  opacity: 1;
  transform: translate(0, 0); }

/* line 218, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.fadein.inview.inview-end,
.fadeinup.inview.inview-end,
.fadeindown.inview.inview-end,
.fadeinright.inview.inview-end,
.fadeinleft.inview.inview-end {
  transition-duration: 0s !important;
  transition-delay: 0s !important; }

/* line 227, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.delay2 {
  transition-delay: 0.2s; }

/* line 231, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.delay3 {
  transition-delay: 0.4s; }

/* line 235, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.delay4 {
  transition-delay: 0.6s; }

/* line 239, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.delay5 {
  transition-delay: 0.8s; }

/* line 243, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.delay6 {
  transition-delay: 1.0s; }

@media screen and (max-width: 750px) {
  /* line 249, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .fadeinup {
    transform: translateY(6vw); }
  /* line 253, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .fadeindown {
    transform: translateY(-6vw); }
  /* line 257, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .fadeinleft {
    transform: translateX(-6vw); }
  /* line 261, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .fadeinright {
    transform: translateX(6vw); }
  /* line 265, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .fadeinupwhite {
    transform: translateY(12vw); }
  /* line 269, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .fadein.inview,
  .fadeinup.inview,
  .fadeindown.inview,
  .-white .fadeinupwhite.inview,
  .fadeinright.inview,
  .fadeinleft.inview {
    transform: translate(0, 0); } }

/* -------------------------------------
   passing
------------------------------------- */
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }

@keyframes passing-bar02 {
  0% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }

@keyframes passing-barClose {
  0% {
    left: 100%;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  51% {
    left: 0;
    width: 100%; }
  100% {
    left: 0;
    width: 0; } }

@keyframes passing-contents {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes passing-contentsClose {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* line 374, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.passing .passing-box {
  display: block; }

/* line 378, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0); }

/* line 384, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.passing .passing-bar::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #231815; }

/* line 396, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.passing .passing-contents {
  opacity: 0;
  transform: translate3d(0, 0, 0); }

/* line 401, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.passing.move.inview .passing-bar::before {
  animation: passing-bar 1.1s cubic-bezier(0.65, 0, 0.35, 1) 0.2s 1; }

/* line 405, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.passing.move.inview .passing-contents {
  animation: passing-contents .1s ease .7s 1 normal forwards; }

/* -------------------------------------
   typing
------------------------------------- */
/*--------------------------------------
	typing
--------------------------------------*/
/* line 505, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.typing {
  display: inline-block;
  opacity: 0; }

/* line 511, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.typing.inview {
  display: inline-block;
  color: transparent;
  overflow: hidden;
  background-size: 260%;
  background-position: 100% 0%;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  animation-name: typing;
  animation-delay: 0.2s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  position: relative;
  white-space: nowrap;
  opacity: 0;
  transition: all 1s; }

@keyframes typing {
  0% {
    transform: translateX(70px);
    background-position: 100% 50%;
    opacity: 0;
    letter-spacing: 0.3em; }
  100% {
    transform: translateX(0px);
    background-position: 0% 50%;
    letter-spacing: 0.1em;
    opacity: 1; } }

/* line 550, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.-white .typing.inview {
  background-color: #000;
  background-image: linear-gradient(-45deg, #000 0%, #000 38.8%, #1a2c45 38.98%, #3d4a5d 41.01%, #677582 42.77%, #b2c3cc 44.51%, #dfeaee 46.04%, #fbfaf8 47.48%, #fce2d4 49.14%, #e5b299 51.53%, #a96f57 54.28%, #8b6656 56.29%, #1b3847 58.88%, #000 58.9%, #000 100%); }

/* line 556, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.typing.inview,
.-white .s-footer .typing.inview {
  background-color: #fff;
  background-image: linear-gradient(-45deg, #fff 0%, #fff 38.8%, #589dff 38.98%, #a4c8ff 41.01%, #c9e5ff 42.77%, #b2c3cc 44.51%, #dfeaee 46.04%, #fbfaf8 47.48%, #fce2d4 49.14%, #ffc3a5 51.53%, #ffa781 54.28%, #ffc2a8 56.29%, #64cbff 58.88%, #fff 58.9%, #fff 100%); }

/* -------------------------------------
   common
------------------------------------- */
@media screen and (max-width: 750px) {
  /* line 567, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .-pc {
    display: none; } }

/* line 573, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.-sp {
  display: none; }
  @media screen and (max-width: 750px) {
    /* line 573, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .-sp {
      display: inherit; } }

/* line 581, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
#page.is-hidden {
  display: none; }

/* line 585, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.site {
  transition: all 1s; }
  /* line 589, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .site.-black {
    color: #fff;
    transition: all 1s; }
    /* line 593, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .site.-black a {
      color: #fff; }
    /* line 597, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .site.-black .p-header::before {
      background-color: #fff; }
    /* line 601, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .site.-black .p-single .e-header,
    .site.-black .p-single .e-header *,
    .site.-black .p-single .e-content * {
      border-color: #fff; }
    /* line 607, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .site.-black .p-about__intro .tbox {
      background-image: none; }
  /* line 612, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .site::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(./img/common/body_bg.png) center center no-repeat;
    background-size: cover;
    mix-blend-mode: overlay;
    z-index: -1; }
  /* line 625, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .site::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #eff0f0;
    transition: all 1s;
    z-index: -2; }
  /* line 637, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .site.-black::after {
    background-color: rgba(23, 23, 23, 0.88);
    transition: all 1s; }
  @media print, screen and (min-width: 751px) {
    /* line 585, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .site {
      /* max-width: 1280px;*/
      width: 100%; } }

/* line 651, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.home .site::after {
  background-color: rgba(23, 23, 23, 0.88) !important; }

/* line 655, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.home .site.-white::after {
  background-color: #eff0f0 !important; }

/* line 671, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    /* line 671, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .container {
      min-width: unset;
      width: 92%; } }

/* line 682, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.read {
  font-family: "source-han-sans-japanese", sans-serif; }

/* line 686, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-btnmore,
a.c-btnmore {
  position: relative;
  display: inline-block;
  margin: 60px auto 0;
  padding: 1.35em 1.5em 1.25em;
  min-width: 250px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: #231815 1px solid;
  border-radius: 100px;
  color: #231815; }
  @media screen and (max-width: 750px) {
    /* line 686, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-btnmore,
    a.c-btnmore {
      margin: 120px auto 0; } }
  /* line 704, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-btnmore::before,
  a.c-btnmore::before {
    content: "";
    position: absolute;
    right: 1.3em;
    top: 50%;
    width: 1.3em;
    height: 1px;
    background-color: #231815; }
  /* line 714, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-btnmore::after,
  a.c-btnmore::after {
    content: "";
    position: absolute;
    right: 1.3em;
    top: calc(50% - 3px);
    width: .5em;
    height: 1px;
    background-color: #231815;
    transform: rotate(45deg); }
  @media print, screen and (min-width: 751px) {
    /* line 725, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-btnmore:hover,
    a.c-btnmore:hover {
      color: #fff;
      background-color: #231815; }
      /* line 730, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .c-btnmore:hover::before, .c-btnmore:hover::after,
      a.c-btnmore:hover::before,
      a.c-btnmore:hover::after {
        background-color: #fff; } }
  /* line 737, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-btnmore.-white,
  a.c-btnmore.-white {
    color: #fff;
    border-color: #fff; }
    /* line 741, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-btnmore.-white::before, .c-btnmore.-white::after,
    a.c-btnmore.-white::before,
    a.c-btnmore.-white::after {
      background-color: #fff; }
    @media print, screen and (min-width: 751px) {
      /* line 746, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .c-btnmore.-white:hover,
      a.c-btnmore.-white:hover {
        color: #231815;
        background-color: #fff; }
        /* line 751, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .c-btnmore.-white:hover::before, .c-btnmore.-white:hover::after,
        a.c-btnmore.-white:hover::before,
        a.c-btnmore.-white:hover::after {
          background-color: #231815; } }
  /* line 759, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-btnmore.-black,
  a.c-btnmore.-black {
    color: #fff;
    background-color: #231815; }
    /* line 763, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-btnmore.-black::before, .c-btnmore.-black::after,
    a.c-btnmore.-black::before,
    a.c-btnmore.-black::after {
      background-color: #fff; }
    /* line 768, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-btnmore.-black:hover,
    a.c-btnmore.-black:hover {
      color: #231815;
      background-color: #fff; }
      @media print, screen and (min-width: 751px) {
        /* line 774, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .c-btnmore.-black:hover::before, .c-btnmore.-black:hover::after,
        a.c-btnmore.-black:hover::before,
        a.c-btnmore.-black:hover::after {
          background-color: #231815; } }

/* line 783, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-btncv {
  position: relative;
  display: block;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  padding: 1.5em 0 1.5em .1em;
  letter-spacing: .2em;
  font-size: 2.4rem;
  text-align: center;
  color: #001733;
  background-color: #001D41;
  border-radius: 100px; }
  @media screen and (max-width: 750px) {
    /* line 783, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-btncv {
      font-size: 1.3rem; } }
  /* line 801, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-btncv::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: .7em;
    width: 12px;
    height: 12px;
    margin: auto;
    vertical-align: middle;
    border-top: 1px solid #001733;
    border-right: 1px solid #001733;
    transform: rotate(45deg); }
    @media screen and (max-width: 750px) {
      /* line 801, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .c-btncv::before {
        width: 8px;
        height: 8px; } }
  /* line 821, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-btncv:hover {
    background-color: #bc9c6f; }

/* line 826, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  /* line 831, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-movie iframe,
  .c-movie img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
  /* line 840, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-movie:hover {
    cursor: pointer; }

/* line 850, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table > li:last-child dt {
  border-bottom: #231815 1px solid; }
  @media screen and (max-width: 750px) {
    /* line 850, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-table > li:last-child dt {
      border-bottom: none; } }

/* line 858, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table > li:last-child dd {
  border-bottom: #CCCCCC 1px solid; }
  @media screen and (max-width: 750px) {
    /* line 858, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-table > li:last-child dd {
      border-bottom: #231815 1px solid; } }

/* line 869, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 750px) {
    /* line 869, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-table dl {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }

/* line 883, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table dt,
.c-table dd {
  padding: 40px 0;
  font-size: 1.7rem;
  line-height: 1.8; }

/* line 890, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table dt {
  width: 180px;
  margin-right: 20px;
  font-weight: 700;
  border-top: #231815 1px solid; }
  @media screen and (max-width: 750px) {
    /* line 890, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-table dt {
      width: 100%;
      margin-right: 0;
      padding-bottom: 10px; } }

/* line 903, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table dd {
  width: calc(100% - 200px);
  border-top: #CCCCCC 1px solid; }
  @media screen and (max-width: 750px) {
    /* line 903, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-table dd {
      width: 100%;
      padding-top: 0;
      font-size: 1.5rem;
      border-top: none; } }
  /* line 914, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-table dd ul {
    padding-left: 20px; }
    /* line 917, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .c-table dd ul li {
      list-style: disc; }
      /* line 920, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .c-table dd ul li:not(:first-child) {
        margin-top: 8px; }

/* line 927, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.c-table .gmap {
  margin-top: 20px; }
  /* line 930, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .c-table .gmap iframe {
    width: 100%;
    height: 350px; }

/* -------------------------------------
   header
------------------------------------- */
/* line 940, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.home .s-title__logo img {
  filter: none !important; }

/* line 944, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.s-header {
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: visible;
  z-index: 101; }
  /* line 951, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-header .s-branding {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
  /* line 961, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-header .s-title {
    width: 275px;
    padding: 20px 0;
    margin-left: 30px; }
    @media screen and (max-width: 750px) {
      /* line 961, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-header .s-title {
        width: 230px;
        padding: 20px 0;
        margin-left: 15px; } }
    /* line 972, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-header .s-title__logo {
      margin: 0; }
      /* line 975, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-header .s-title__logo img {
        vertical-align: middle; }
  /* line 981, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-header.-white .s-title__logo img {
    filter: brightness(0) invert(1); }
  /* line 985, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-header.-whiteTop .s-title__logo img {
    filter: brightness(0) invert(1) !important; }
  /* line 989, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-header.-whiteFix .s-title__logo img {
    filter: brightness(0) invert(1) !important; }
  /* line 993, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 988;
    animation: frameIn .5s ease 0s 1 normal; }

@keyframes frameIn {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

/* line 1014, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.nav-toggle {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000; }
  @media screen and (max-width: 750px) {
    /* line 1014, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .nav-toggle {
      padding: 9px 11px; } }
  /* line 1029, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .nav-toggle > div {
    position: relative;
    width: 30px;
    height: 27px; }
  /* line 1035, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    /* line 1044, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .nav-toggle span:nth-child(1) {
      top: 3px; }
    /* line 1048, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .nav-toggle span:nth-child(2) {
      transition: all .4s;
      width: 75%;
      top: 13px; }
    /* line 1054, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .nav-toggle span:nth-child(3) {
      transition: all .4s;
      width: 50%;
      top: 23px; }
  @media print, screen and (min-width: 751px) {
    /* line 1065, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .nav-toggle:hover span:nth-child(1), .nav-toggle:hover span:nth-child(2), .nav-toggle:hover span:nth-child(3) {
      transition: all .4s;
      width: 100%; } }

/* line 1077, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.-black .nav-toggle span,
.s-header.-white .nav-toggle span {
  background-color: #fff; }

/* line 1082, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.-black.-white .nav-toggle span {
  background-color: #000; }

/* line 1086, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.-whiteFix .nav-toggle span {
  background-color: #fff !important; }

/* line 1094, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.open .nav-toggle span {
  background: #fff !important; }
  /* line 1097, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .open .nav-toggle span:nth-child(1) {
    width: 100%;
    top: 13px;
    transform: rotate(45deg); }
  /* line 1103, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .open .nav-toggle span:nth-child(2) {
    width: 0;
    top: 13px;
    left: 50%; }
  /* line 1109, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .open .nav-toggle span:nth-child(3) {
    width: 100%;
    top: 13px;
    transform: rotate(-45deg); }

/* line 1118, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.main-navigation {
  z-index: 1000; }
  /* line 1121, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .main-navigation .gloval-nav {
    background: #231815;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease; }
    /* line 1138, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .main-navigation .gloval-nav__logo {
      width: 336px;
      filter: brightness(0) invert(1); }
      @media screen and (max-width: 750px) {
        /* line 1138, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .main-navigation .gloval-nav__logo {
          width: 236px; } }
    /* line 1149, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .main-navigation .gloval-nav__contents .gmenu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: stretch;
      list-style: none;
      margin: 0 0 64px; }
      @media screen and (max-width: 750px) {
        /* line 1149, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .main-navigation .gloval-nav__contents .gmenu {
          margin: 34px 0 0; } }
      /* line 1162, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .main-navigation .gloval-nav__contents .gmenu > li {
        display: inline-block;
        position: relative;
        width: calc(100% / 4);
        margin-top: 64px; }
        @media screen and (min-width: 751px) and (max-width: 1336px) {
          /* line 1162, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .main-navigation .gloval-nav__contents .gmenu > li {
            width: calc(100% / 3); } }
        @media screen and (max-width: 750px) {
          /* line 1162, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .main-navigation .gloval-nav__contents .gmenu > li {
            width: 100%;
            margin-top: 0; }
            /* line 1176, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .main-navigation .gloval-nav__contents .gmenu > li:not(:first-child) {
              border-top: #5F5F5F 1px solid; } }
        /* line 1181, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .main-navigation .gloval-nav__contents .gmenu > li.privacy {
          display: inline-block;
          position: relative;
          width: calc(100% / 4);
          margin-top: 64px;
          font-size: 16px; }
          @media screen and (max-width: 750px) {
            /* line 1181, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .main-navigation .gloval-nav__contents .gmenu > li.privacy {
              width: 100%;
              margin-top: 0;
              font-size: 3vw;
              border-top: none; } }
        /* line 1198, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .main-navigation .gloval-nav__contents .gmenu > li > a {
          position: relative;
          display: block;
          padding: 3px 18px;
          border-left: 1px solid #fff;
          color: #fff; }
          @media screen and (max-width: 750px) {
            /* line 1198, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .main-navigation .gloval-nav__contents .gmenu > li > a {
              border: none;
              padding: 22px 0;
              display: flex;
              flex-wrap: nowrap;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center; } }
          /* line 1215, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .main-navigation .gloval-nav__contents .gmenu > li > a .en {
            font-size: 3.2rem; }
            @media screen and (max-width: 750px) {
              /* line 1215, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
              .main-navigation .gloval-nav__contents .gmenu > li > a .en {
                padding-right: 15px;
                font-size: 2rem;
                letter-spacing: .15em; } }
          /* line 1225, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .main-navigation .gloval-nav__contents .gmenu > li > a .jp {
            font-size: 1.3rem; }
            @media screen and (max-width: 750px) {
              /* line 1225, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
              .main-navigation .gloval-nav__contents .gmenu > li > a .jp {
                font-size: 1.1rem; } }
          @media screen and (max-width: 750px) {
            /* line 1233, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .main-navigation .gloval-nav__contents .gmenu > li > a br {
              display: none; } }
          /* line 1239, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .main-navigation .gloval-nav__contents .gmenu > li > a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 2px;
            height: 0;
            background-color: #fff;
            transition: all .4s; }
          @media print, screen and (min-width: 751px) {
            /* line 1251, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .main-navigation .gloval-nav__contents .gmenu > li > a:hover {
              text-decoration: none; }
              /* line 1254, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
              .main-navigation .gloval-nav__contents .gmenu > li > a:hover::before {
                height: 100%; } }

/* line 1269, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.open {
  overflow: hidden; }
  /* line 1272, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .open .main-navigation .gloval-nav {
    visibility: visible;
    opacity: 1; }

/* -------------------------------------
   footer
------------------------------------- */
/* line 1282, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.s-footer {
  margin-top: 150px;
  color: #fff;
  background-color: #231815;
  background: url(./img/common/footer_bg.png) center center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 750px) {
    /* line 1282, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer {
      margin-top: 120px; } }
  /* line 1295, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__contact .container {
    padding: 150px 0 80px;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 1295, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .container {
        padding: 100px 0 60px; } }
  /* line 1304, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__contact .ttl {
    margin-bottom: .5em;
    font-size: 7rem; }
    @media screen and (max-width: 750px) {
      /* line 1304, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .ttl {
        font-size: 3.6rem; } }
  /* line 1313, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__contact .read {
    font-size: 2rem; }
    @media screen and (max-width: 750px) {
      /* line 1313, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .read {
        font-size: 4.5vw;
        text-align: center; } }
  /* line 1322, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__contact .contactList {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 80px 0; }
    @media screen and (max-width: 750px) {
      /* line 1322, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .contactList {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 16vw 0 19vw; } }
    /* line 1337, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__contact .contactList a {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: 48%;
      padding: 60px 0;
      color: #231815;
      text-align: center;
      background-color: #fff;
      border-radius: 20px; }
      @media screen and (max-width: 750px) {
        /* line 1337, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList a {
          width: 100%;
          padding: 20px 0; } }
      @media screen and (max-width: 750px) {
        /* line 1356, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList a.mail {
          padding: 50px 0; } }
      @media print, screen and (min-width: 751px) {
        /* line 1362, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList a:hover {
          color: #fff;
          background-color: #000; } }
      /* line 1398, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .contactList a::after {
        content: url(./img/common/arrow_right.svg);
        width: 17px;
        height: 10px;
        position: absolute;
        left: calc(50% - 7px);
        bottom: 28px; }
        @media screen and (max-width: 750px) {
          /* line 1398, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .s-footer__contact .contactList a::after {
            left: unset;
            bottom: unset;
            top: 45%;
            right: 21px;
            transform: translateY(-50%); } }
      @media print, screen and (min-width: 751px) {
        /* line 1421, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList a:hover::after {
          filter: brightness(0) invert(1); } }
      @media screen and (max-width: 750px) {
        /* line 1427, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList a.mail {
          margin-top: 20px; } }
    /* line 1434, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__contact .contactList__ttl {
      width: 100%;
      font-size: 2rem; }
      @media screen and (max-width: 750px) {
        /* line 1434, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList__ttl {
          font-size: 1.8rem; } }
    /* line 1443, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__contact .contactList__num {
      width: 100%;
      padding: .25em 0;
      font-size: 4.2rem;
      line-height: 1; }
      @media screen and (max-width: 750px) {
        /* line 1443, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList__num {
          font-size: 2.6rem; } }
    /* line 1454, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__contact .contactList__read {
      width: 100%;
      font-size: 1.2rem; }
      @media screen and (max-width: 750px) {
        /* line 1454, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .contactList__read {
          letter-spacing: 0; } }
  /* line 1464, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__contact .mainBox {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 750px) {
      /* line 1464, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .mainBox {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    /* line 1477, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__contact .mainBox__address {
      width: 400px; }
      @media screen and (max-width: 750px) {
        /* line 1477, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .mainBox__address {
          width: 100%; } }
      /* line 1484, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .mainBox__address .logo {
        max-width: 388px; }
        /* line 1487, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .mainBox__address .logo img {
          filter: brightness(0) invert(1); }
      /* line 1492, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .mainBox__address .read {
        margin-top: 3em;
        font-size: 1.4rem;
        text-align: left; }
        /* line 1497, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .mainBox__address .read a {
          color: #fff; }
          @media print, screen and (min-width: 751px) {
            /* line 1500, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .s-footer__contact .mainBox__address .read a:hover {
              text-decoration: underline; } }
    /* line 1509, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__contact .mainBox__menu {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      width: 388px;
      text-align: left; }
      @media screen and (max-width: 750px) {
        /* line 1509, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .mainBox__menu {
          width: 100%;
          margin-top: 30px; } }
      /* line 1523, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .mainBox__menu li {
        width: calc(100% / 3);
        margin-top: 15px; }
      /* line 1530, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .mainBox__menu a {
        display: inline-block;
        font-size: 1.6rem;
        color: #fff; }
        @media print, screen and (min-width: 751px) {
          /* line 1535, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .s-footer__contact .mainBox__menu a:hover {
            text-decoration: underline; } }
      /* line 1542, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__contact .mainBox__menu li.privacy {
        width: 33.3%;
        white-space: nowrap; }
        /* line 1545, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__contact .mainBox__menu li.privacy a {
          font-size: 0.6em; }
  /* line 1556, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__etc {
    padding: 30px 0;
    color: #fff;
    background-color: #231815; }
    /* line 1562, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__etc .container {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
      @media screen and (max-width: 750px) {
        /* line 1562, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .container {
          flex-direction: column;
          justify-content: flex-start;
          align-items: center; } }
    /* line 1576, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__etc .sns {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      margin-right: auto; }
      @media screen and (max-width: 750px) {
        /* line 1576, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns {
          margin: 0 auto 30px; } }
      /* line 1588, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__etc .sns-follow {
        position: relative;
        margin-right: 3.2em;
        font-size: 1.2rem; }
        /* line 1593, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-follow::after {
          content: "";
          position: absolute;
          top: 50%;
          right: -2.5em;
          width: 2em;
          height: 1px;
          background-color: #fff; }
      /* line 1604, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__etc .sns-list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        /* line 1612, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-list li:not(:first-child) {
          margin-left: 15px; }
        /* line 1616, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-list li.yt {
          width: 27px; }
        /* line 1620, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-list li.fb {
          width: 10px; }
        /* line 1624, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-list li.ig {
          width: 19px; }
        /* line 1628, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-list li.tw {
          width: 22px; }
        /* line 1633, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .sns-list img {
          filter: brightness(0) invert(1); }
    /* line 1639, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__etc .privacy {
      padding-right: 2em;
      font-size: 1.2rem;
      color: #fff; }
      @media screen and (max-width: 750px) {
        /* line 1639, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .privacy {
          padding-right: 0; } }
      @media screen and (max-width: 750px) {
        /* line 1648, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .privacy + .privacy {
          margin-top: .8em; } }
      @media print, screen and (min-width: 751px) {
        /* line 1654, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .privacy:hover {
          text-decoration: underline; } }
    /* line 1661, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .s-footer__etc .copyright {
      font-size: 1.2rem; }
      @media screen and (max-width: 750px) {
        /* line 1661, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .s-footer__etc .copyright {
          margin-top: 30px; } }
  /* line 1671, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .s-footer__gmap iframe {
    width: 100%;
    height: 480px;
    filter: grayscale(100%); }
    @media screen and (max-width: 750px) {
      /* line 1671, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .s-footer__gmap iframe {
        height: 420px; } }

/* -------------------------------------
   p-header
------------------------------------- */
/* line 1686, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-header {
  position: relative;
  padding: 120px 0 0;
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 750px) {
    /* line 1686, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-header {
      margin-bottom: 0px;
      padding: 40vw 0 5vw; } }
  /* line 1708, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-header .p-ttl {
    font-size: 7rem;
    text-transform: uppercase; }
    @media screen and (max-width: 750px) {
      /* line 1708, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-header .p-ttl {
        font-size: 4.4rem; } }
  /* line 1718, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-header .p-ttl-jp {
    margin-top: .5em;
    font-size: 2rem; }
    @media screen and (max-width: 750px) {
      /* line 1718, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-header .p-ttl-jp {
        margin-top: .25em;
        font-size: 1.4rem; } }

/* line 1729, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-read {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center; }
  @media screen and (max-width: 750px) {
    /* line 1729, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-read {
      margin-bottom: 35px;
      font-size: 1.5rem;
      text-align: left; } }
  /* line 1741, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-read .remarks {
    font-size: 1.2rem; }

/* line 1746, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.m-header {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 750px) {
    /* line 1746, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 751px) {
    /* line 1746, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header {
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      min-height: 730px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      color: #fff;
      margin-bottom: 60px; } }
  /* line 1767, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .m-header .m-movie {
    width: 100%; }
    @media print, screen and (min-width: 751px) {
      /* line 1767, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .m-movie {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; } }
    @media screen and (max-width: 750px) {
      /* line 1767, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .m-movie {
        margin-bottom: 40vw; } }
    /* line 1781, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header .m-movie .inner {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%; }
      /* line 1787, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .m-movie .inner::before {
        content: "";
        position: relative;
        display: block;
        width: 100%;
        height: calc(var(--vh, 1vh) * 100);
        background-color: #231815;
        opacity: .5;
        z-index: 2;
        transition: all 1.5s; }
        @media screen and (max-width: 750px) {
          /* line 1787, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .m-header .m-movie .inner::before {
            position: absolute;
            height: 100%; } }
    @media print, screen and (min-width: 751px) {
      /* line 1805, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .m-movie video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        min-height: 100%;
        min-width: 100%;
        max-width: unset;
        width: unset; } }
    @media screen and (max-width: 750px) {
      /* line 1805, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .m-movie video {
        vertical-align: bottom;
        height: 140vw;
        position: relative;
        left: -50%;
        width: 250vw; } }
    /* line 1825, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header .m-movie video#contact-mv2 {
      display: none; }
  /* line 1832, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .m-header .tbox {
    position: relative;
    z-index: 3; }
    @media screen and (max-width: 750px) {
      /* line 1832, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .tbox {
        width: 84%;
        margin: 0 auto; } }
    /* line 1841, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header .tbox .m-ttl {
      font-size: 7rem;
      text-transform: uppercase; }
      @media screen and (max-width: 750px) {
        /* line 1841, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .m-header .tbox .m-ttl {
          font-size: 3.6rem; } }
      @media print, screen and (min-width: 751px) {
        /* line 1841, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .m-header .tbox .m-ttl {
          background-color: #fff;
          background-image: linear-gradient(-45deg, #fff 0%, #fff 38.8%, #589dff 38.98%, #a4c8ff 41.01%, #c9e5ff 42.77%, #b2c3cc 44.51%, #dfeaee 46.04%, #fbfaf8 47.48%, #fce2d4 49.14%, #ffc3a5 51.53%, #ffa781 54.28%, #ffc2a8 56.29%, #64cbff 58.88%, #fff 58.9%, #fff 100%); } }
    /* line 1856, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header .tbox .m-read {
      margin-top: 30px;
      font-size: 2rem;
      line-height: 2;
      text-align: center; }
      @media screen and (max-width: 750px) {
        /* line 1856, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .m-header .tbox .m-read {
          margin-top: 15px;
          font-size: 1.5rem;
          text-align: left; } }
      /* line 1868, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .m-header .tbox .m-read .remarks {
        font-size: 1.2rem; }
    /* line 1874, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .m-header .tbox .attention {
      background-color: #fff;
      text-align: center;
      font-size: 16px;
      color: red;
      padding: 20px;
      margin-top: 10px;
      line-height: 1.5em; }
      @media screen and (max-width: 750px) {
        /* line 1874, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .m-header .tbox .attention {
          font-size: 4vw;
          margin-top: 1.5vw;
          text-align: left;
          margin-top: 2vw; } }

/* -------------------------------------
   post-loop archive
------------------------------------- */
/* line 1900, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.l-loop.container {
  margin-top: 2%;
  padding-top: 0;
  padding-bottom: 0; }

/* line 1906, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.l-loop .ttl {
  font-size: 2.4rem;
  text-align: center; }
  @media screen and (max-width: 750px) {
    /* line 1906, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-loop .ttl {
      font-size: 1.8rem; } }

/* line 1920, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.l-loop-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  /* line 1927, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop-list > li {
    width: 30.5%;
    margin-top: 40px; }
    @media screen and (max-width: 750px) {
      /* line 1927, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-loop-list > li {
        width: 100%;
        margin-top: 30px; } }
    /* line 1936, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-loop-list > li.not-found {
      width: 100%; }
  /* line 1941, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop-list::after {
    display: block;
    content: "";
    width: 30.5%; }
    @media screen and (max-width: 750px) {
      /* line 1941, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-loop-list::after {
        width: 47%; } }
  /* line 1951, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop-list .not-found-read {
    margin: 20px auto 60px;
    font-size: 1.6rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 1951, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-loop-list .not-found-read {
        font-size: 1.4rem; } }

/* line 1962, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.l-loop .loop-line {
  display: block;
  color: #231815; }
  /* line 1966, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop .loop-line:hover, .l-loop .loop-line:active, .l-loop .loop-line:visited {
    color: #231815;
    text-decoration: none; }
  /* line 1973, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop .loop-line:hover {
    opacity: .85; }
  /* line 1977, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop .loop-line-thum {
    position: relative; }
  /* line 1981, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop .loop-line-cate {
    margin-bottom: 10px; }
    /* line 1986, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-loop .loop-line-cate .post-categories li {
      display: inline-block;
      margin-top: 10px;
      padding: .2em .5em;
      font-size: 1.2rem;
      letter-spacing: 0;
      border: #231815 1px solid;
      line-height: 1;
      text-transform: uppercase; }
      @media screen and (max-width: 750px) {
        /* line 1986, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .l-loop .loop-line-cate .post-categories li {
          font-size: 1.1rem; } }
  /* line 2004, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop .loop-line-date {
    display: block;
    margin-top: 10px;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .05em;
    color: #787878; }
    @media screen and (max-width: 750px) {
      /* line 2004, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-loop .loop-line-date {
        font-size: 1.2rem; } }
  /* line 2019, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-loop .loop-line-ttl {
    position: relative;
    padding: 0 0 10px;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt"; }
    @media screen and (max-width: 750px) {
      /* line 2019, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-loop .loop-line-ttl {
        font-size: 1.6rem; } }
    /* line 2032, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-loop .loop-line-ttl::before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      width: 1em;
      height: 1px;
      background-color: #231815; }

/* line 2046, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.l-pickup {
  margin-bottom: 80px;
  padding: 0 0 80px;
  background-color: #F2F2F2; }
  @media screen and (max-width: 750px) {
    /* line 2046, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-pickup {
      margin-bottom: 45px;
      padding: 0 0 45px; } }
  /* line 2056, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-pickup .ttl {
    width: 158px;
    margin: 0 auto 0 0; }
    @media screen and (max-width: 750px) {
      /* line 2056, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-pickup .ttl {
        width: 110px; } }
    /* line 2064, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-pickup .ttl img {
      margin-top: -33px; }
      @media screen and (max-width: 750px) {
        /* line 2064, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .l-pickup .ttl img {
          margin-top: -23px; } }
  /* line 2075, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .l-pickup .l-loop-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; }
    @media screen and (max-width: 750px) {
      /* line 2075, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-pickup .l-loop-list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    /* line 2088, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-pickup .l-loop-list li {
      width: 47%; }
      @media screen and (max-width: 750px) {
        /* line 2088, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .l-pickup .l-loop-list li {
          width: 100%; } }
      /* line 2095, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .l-pickup .l-loop-list li:not(:first-child) {
        margin-left: 6%; }
        @media screen and (max-width: 750px) {
          /* line 2095, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .l-pickup .l-loop-list li:not(:first-child) {
            margin-left: 0; } }
    /* line 2104, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .l-pickup .l-loop-list::after {
      display: none; }

/* line 2111, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.pagenation {
  margin-top: 40px;
  clear: both;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center; }
  /* line 2120, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .pagenation-box {
    display: inline-block; }
  /* line 2124, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .pagenation span,
  .pagenation a {
    display: block;
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 1em 0;
    text-decoration: none;
    width: 3em;
    text-align: center;
    color: #231815;
    background: #DEDEDE;
    border-radius: 5px; }
  /* line 2138, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .pagenation span.page-of {
    margin-right: 1em;
    width: auto;
    background: none;
    color: #231815; }
  /* line 2145, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .pagenation .prev,
  .pagenation .next {
    width: 3em;
    padding: .9em .9em 1.1em;
    border-bottom: none; }
    /* line 2151, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .pagenation .prev img,
    .pagenation .next img {
      vertical-align: middle; }
    @media print, screen and (min-width: 751px) {
      /* line 2157, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .pagenation .prev:hover img,
      .pagenation .next:hover img {
        filter: brightness(0) invert(1);
        transition: all .4s; } }
  @media print, screen and (min-width: 751px) {
    /* line 2166, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .pagenation a:hover {
      color: #fff;
      background: #231815; } }
  /* line 2173, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .pagenation .current {
    color: #fff;
    background: #231815; }

/* line 2179, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.cateList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px; }
  @media screen and (max-width: 750px) {
    /* line 2179, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .cateList {
      margin-bottom: 30px; } }
  /* line 2191, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .cateList > li {
    width: 23%;
    margin-top: 30px; }
    @media screen and (max-width: 750px) {
      /* line 2191, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .cateList > li {
        width: 48%;
        margin-top: 15px; } }
    /* line 2200, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .cateList > li > a {
      display: block;
      padding: 12px 0;
      font-size: 1.8rem;
      text-align: center;
      color: #231815 !important;
      background-color: #fff;
      border: 1px solid #000;
      border-radius: 50px; }
      @media screen and (max-width: 750px) {
        /* line 2200, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .cateList > li > a {
          font-size: 1.4rem;
          letter-spacing: 0; } }
      /* line 2216, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .cateList > li > a.-active {
        background: url(./img/projects/btn_bg.png) center center no-repeat;
        background-size: cover; }
      @media print, screen and (min-width: 751px) {
        /* line 2221, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .cateList > li > a:hover {
          background: url(./img/projects/btn_bg.png) center center no-repeat;
          background-size: cover; } }

/* -------------------------------------
   e-content
------------------------------------- */
/* line 2237, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-single .e-header {
  margin-bottom: 40px;
  border-bottom: #231815 1px solid; }
  /* line 2241, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-header .e-title {
    font-size: 3.8rem; }
    @media screen and (max-width: 750px) {
      /* line 2241, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-header .e-title {
        font-size: 2.4rem; } }
  /* line 2249, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-header__box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0; }
    @media screen and (max-width: 750px) {
      /* line 2249, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-header__box {
        flex-wrap: wrap; } }
  /* line 2262, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-header a {
    margin-right: 15px;
    font-size: 1.3rem;
    letter-spacing: 0;
    text-decoration: none; }
    @media screen and (max-width: 750px) {
      /* line 2262, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-header a {
        margin-bottom: 8px; } }
    /* line 2274, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-header a:hover {
      text-decoration: underline; }
  /* line 2279, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-header .e-date {
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
    font-size: 1.3rem;
    font-family: "source-han-sans-japanese", sans-serif;
    border-right: #231815 1px solid; }
    @media screen and (max-width: 750px) {
      /* line 2279, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-header .e-date {
        width: 100%;
        margin: 0 0 8px;
        border-right: none; } }

/* line 2294, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-single .post-thumbnail {
  margin-bottom: 40px; }

/* line 2298, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-single .e-content {
  font-family: "source-han-sans-japanese", sans-serif; }
  /* line 2301, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content-wrap {
    max-width: 1000px; }
  /* line 2305, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content h1 {
    font-size: 2.8rem;
    margin: 70px 0 20px;
    padding-bottom: .5em; }
    @media screen and (max-width: 750px) {
      /* line 2305, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content h1 {
        font-size: 2rem; } }
  /* line 2315, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content h2 {
    font-size: 2.4rem;
    margin: 70px 0 20px;
    padding-left: .5em;
    border-left: #231815 6px solid; }
    @media screen and (max-width: 750px) {
      /* line 2315, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content h2 {
        font-size: 2rem; } }
  /* line 2326, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content h3 {
    font-size: 2.1rem;
    margin: 35px 0 10px;
    padding-bottom: .5em;
    border-bottom: #231815 1px solid; }
    @media screen and (max-width: 750px) {
      /* line 2326, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content h3 {
        font-size: 1.6rem; } }
  /* line 2337, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content h4 {
    font-size: 2.1rem;
    margin: 35px 0 10px; }
    @media screen and (max-width: 750px) {
      /* line 2337, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content h4 {
        font-size: 1.6rem; } }
  /* line 2346, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content h5 {
    font-size: 1.8rem;
    margin: 35px 0 10px; }
    @media screen and (max-width: 750px) {
      /* line 2346, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content h5 {
        font-size: 1.4rem; } }
  /* line 2355, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content h6 {
    font-size: 1.6rem;
    margin: 35px 0 10px; }
    @media screen and (max-width: 750px) {
      /* line 2355, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content h6 {
        font-size: 1.4rem; } }
  /* line 2364, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content p {
    margin: 10px 0; }
    /* line 2367, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content p + p {
      margin-top: 20px; }
  /* line 2372, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content p,
  .p-single .e-content li,
  .p-single .e-content th,
  .p-single .e-content td {
    font-size: 1.6rem;
    line-height: 1.8; }
    @media screen and (max-width: 750px) {
      /* line 2372, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content p,
      .p-single .e-content li,
      .p-single .e-content th,
      .p-single .e-content td {
        font-size: 1.4rem; } }
  /* line 2384, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content ul {
    list-style: disc;
    padding-left: 1.5em; }
    /* line 2388, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content ul li {
      list-style: disc; }
  /* line 2393, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content ol {
    list-style: decimal;
    padding-left: 1.5em; }
    /* line 2397, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content ol li {
      list-style: decimal; }
  /* line 2402, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content li:not(:last-child) {
    margin-bottom: .2em; }
  /* line 2406, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content img {
    width: auto;
    max-width: 100%; }
  /* line 2411, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content hr {
    border-top: #231815 1px solid; }
  /* line 2415, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content a {
    text-decoration: underline; }
  /* line 2419, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content a:hover {
    opacity: .85; }
  /* line 2423, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content table {
    margin: 20px 0; }
    /* line 2426, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content table th,
    .p-single .e-content table td {
      padding: 10px;
      text-align: center;
      border: solid 1px #231815; }
    /* line 2433, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content table th {
      font-weight: 700;
      background-color: #231815; }
  /* line 2439, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content blockquote {
    margin: 70px auto;
    padding: 35px 40px;
    font-size: 1.6rem;
    border: #231815 1px solid;
    border-radius: 10px; }
    @media screen and (max-width: 750px) {
      /* line 2439, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content blockquote {
        margin: 50px auto;
        padding: 15px 20px;
        font-size: 1.4rem; } }
    /* line 2452, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content blockquote > *:first-child {
      margin-top: 0 !important; }
    /* line 2456, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content blockquote > *:last-child {
      margin-bottom: 0 !important; }
  /* line 2461, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  /* line 2467, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .alignleft {
    margin-top: 0;
    margin-right: 20px;
    float: left; }
    @media screen and (max-width: 750px) {
      /* line 2467, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content .alignleft {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: unset; } }
  /* line 2480, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .alignright {
    margin-top: 0;
    margin-left: 20px;
    float: right; }
    @media screen and (max-width: 750px) {
      /* line 2480, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content .alignright {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: unset; } }
  /* line 2493, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    /* line 2498, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  /* line 2507, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .button {
    display: inline-block;
    margin: 20px auto;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none; }
    /* line 2514, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button:hover, .p-single .e-content .button:active {
      text-decoration: none; }
  /* line 2520, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .button-color01 {
    position: relative;
    min-width: 300px;
    max-width: 600px;
    background-color: #231815;
    color: #fff;
    vertical-align: middle;
    padding: 0.5em 3em; }
    /* line 2529, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color01::before, .p-single .e-content .button-color01::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    /* line 2547, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color01::after {
      right: 16px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
    /* line 2556, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color01:hover, .p-single .e-content .button-color01:active, .p-single .e-content .button-color01:visited, .p-single .e-content .button-color01:link {
      color: #fff; }
    /* line 2563, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color01:hover, .p-single .e-content .button-color01:active {
      text-decoration: none;
      opacity: 0.8; }
  /* line 2570, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .button-color02 {
    position: relative;
    min-width: 300px;
    max-width: 600px;
    background-color: #fff;
    border: #231815 1px solid;
    color: #231815;
    vertical-align: middle;
    padding: 0.5em 3em; }
    /* line 2580, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color02::before, .p-single .e-content .button-color02::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    /* line 2598, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color02::after {
      right: 16px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #231815;
      border-right: 2px solid #231815;
      transform: rotate(45deg); }
    /* line 2607, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color02:hover, .p-single .e-content .button-color02:active, .p-single .e-content .button-color02:visited, .p-single .e-content .button-color02:link {
      color: #231815; }
    /* line 2614, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-color02:hover, .p-single .e-content .button-color02:active {
      text-decoration: none;
      color: #fff;
      background-color: #231815;
      opacity: 1; }
      /* line 2621, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content .button-color02:hover::after, .p-single .e-content .button-color02:active::after {
        border-color: #fff; }
  /* line 2627, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .button-check {
    position: relative;
    color: #000;
    text-decoration: underline;
    text-align: left;
    padding-left: 2em;
    font-size: 1em; }
    /* line 2635, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-check::before, .p-single .e-content .button-check::after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle; }
    /* line 2646, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-check::before {
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #000; }
    /* line 2654, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-check::after {
      display: block;
      top: -2px;
      left: 6px;
      width: 9px;
      height: 6px;
      border-left: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg); }
    /* line 2665, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-check:hover, .p-single .e-content .button-check:active, .p-single .e-content .button-check:visited, .p-single .e-content .button-check:link {
      text-decoration: underline; }
    /* line 2672, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .button-check:hover, .p-single .e-content .button-check:active {
      opacity: 0.8; }
  /* line 2678, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content .col2,
  .p-single .e-content .col3,
  .p-single .e-content .col4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px 0;
    padding: 0; }
    @media screen and (max-width: 750px) {
      /* line 2678, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content .col2,
      .p-single .e-content .col3,
      .p-single .e-content .col4 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    /* line 2695, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .col2 > li,
    .p-single .e-content .col3 > li,
    .p-single .e-content .col4 > li {
      list-style: none; }
      @media screen and (max-width: 750px) {
        /* line 2698, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-single .e-content .col2 > li:not(:first-child),
        .p-single .e-content .col3 > li:not(:first-child),
        .p-single .e-content .col4 > li:not(:first-child) {
          margin-top: 20px; } }
      /* line 2704, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-content .col2 > li img,
      .p-single .e-content .col3 > li img,
      .p-single .e-content .col4 > li img {
        width: 100%; }
  @media print, screen and (min-width: 751px) {
    /* line 2711, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .col2 > li {
      width: 48.5%; }
    /* line 2715, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .col3 > li {
      width: 32%; }
    /* line 2719, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-content .col4 > li {
      width: 24%; } }
  /* line 2724, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content > *:first-child {
    margin-top: 0 !important; }
  /* line 2728, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-content > *:last-child {
    margin-bottom: 0 !important; }

/* line 2733, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-single .e-sns {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px 0;
  border-top: #231815 1px solid;
  border-bottom: #231815 1px solid; }
  /* line 2744, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-sns .ttl {
    display: inline-block;
    font-size: 1.4rem; }
  /* line 2749, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-sns__list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    /* line 2756, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-sns__list li {
      margin-left: 20px; }
      /* line 2759, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-sns__list li.fb {
        width: 12px; }
      /* line 2763, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-sns__list li.tw {
        width: 24px; }
      /* line 2767, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-sns__list li.line {
        width: 24px; }

/* line 2774, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-single .e-nav {
  height: 50px;
  margin-top: 40px;
  font-weight: 500;
  font-size: 1.4rem; }
  /* line 2780, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-nav .inner {
    position: relative; }
  /* line 2784, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-nav a {
    position: relative;
    display: inline-block;
    width: 160px;
    padding: .75em;
    font-weight: 700;
    text-align: center;
    color: #231815;
    border: #231815 1px solid;
    border-radius: 36px; }
    @media screen and (max-width: 750px) {
      /* line 2784, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav a {
        width: 100%; } }
    /* line 2799, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-nav a:hover {
      color: #fff;
      background-color: #231815; }
      /* line 2803, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav a:hover img {
        filter: brightness(0) invert(1); }
  /* line 2809, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-nav .prev {
    position: absolute;
    top: 0;
    left: calc(50% - 260px); }
    @media screen and (max-width: 750px) {
      /* line 2809, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav .prev {
        width: 27%;
        left: 0; } }
    /* line 2819, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-nav .prev .icon {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 10px; }
      @media screen and (max-width: 750px) {
        /* line 2819, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-single .e-nav .prev .icon {
          left: 5px; } }
      /* line 2831, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav .prev .icon img {
        vertical-align: top; }
  /* line 2837, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-nav .next {
    position: absolute;
    top: 0;
    left: calc(50% + 100px); }
    @media screen and (max-width: 750px) {
      /* line 2837, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav .next {
        width: 27%;
        left: unset;
        right: 0; } }
    /* line 2848, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-single .e-nav .next .icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 10px; }
      @media screen and (max-width: 750px) {
        /* line 2848, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-single .e-nav .next .icon {
          right: 5px; } }
      /* line 2860, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav .next .icon img {
        vertical-align: top; }
  /* line 2866, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-single .e-nav .main {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 750px) {
      /* line 2866, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-single .e-nav .main {
        width: 42%; } }

/* -------------------------------------
   member archive
------------------------------------- */
/* line 2889, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-member__main > .inner {
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    /* line 2889, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main > .inner {
      width: 78%; } }

/* line 2898, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-member__main .memberList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 750px) {
    /* line 2898, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main .memberList {
      padding-top: 20px; } }
  /* line 2909, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__main .memberList li {
    width: 360px; }
    @media screen and (max-width: 750px) {
      /* line 2909, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__main .memberList li {
        width: 100%; } }
    @media screen and (max-width: 750px) {
      /* line 2916, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__main .memberList li:not(:first-child) {
        margin-top: 40px; } }
    @media print, screen and (min-width: 751px) {
      /* line 2922, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__main .memberList li:nth-child(n + 4) {
        margin-top: 60px; } }
  @media print, screen and (min-width: 751px) {
    /* line 2929, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main .memberList::after {
      content: "";
      display: block;
      width: 360px; } }
  /* line 2937, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__main .memberList a {
    display: block;
    position: relative; }
  /* line 2942, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__main .memberList .img {
    margin-bottom: 20px;
    overflow: hidden; }
    @media screen and (max-width: 750px) {
      /* line 2942, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__main .memberList .img {
        margin-bottom: 15px; } }
    /* line 2950, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main .memberList .img img {
      transition: all .4s; }
  /* line 2955, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__main .memberList .tbox {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75%;
    padding: 25px;
    border-radius: 25px 0 0 0;
    background-color: #fff;
    color: #231815; }
    /* line 2965, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main .memberList .tbox .name {
      padding: 5px 0;
      font-size: 2rem; }
      @media screen and (max-width: 750px) {
        /* line 2965, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-member__main .memberList .tbox .name {
          font-size: 1.6rem; } }
    /* line 2974, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main .memberList .tbox .position {
      font-size: 1.4rem; }
      @media screen and (max-width: 750px) {
        /* line 2974, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-member__main .memberList .tbox .position {
          font-size: 1.2rem; } }
  /* line 2983, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__main .memberList a:hover {
    opacity: .85; }
    /* line 2986, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__main .memberList a:hover img {
      transform: scale(1.06); }

/* line 2995, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-member__single {
  max-width: 1200px !important; }
  /* line 2998, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__single .intro {
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 750px) {
      /* line 2998, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__single .intro {
        width: 78%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    /* line 3013, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__single .intro .img {
      width: 430px; }
      @media screen and (max-width: 750px) {
        /* line 3013, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-member__single .intro .img {
          width: 100%;
          margin-bottom: 15px; } }
    /* line 3022, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__single .intro .tbox {
      width: 680px; }
      @media screen and (max-width: 750px) {
        /* line 3022, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-member__single .intro .tbox {
          width: 100%; } }
      /* line 3029, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__single .intro .tbox .en {
        font-size: 1.4rem;
        font-weight: 700; }
      /* line 3034, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__single .intro .tbox .name {
        margin: 10px 0;
        font-size: 2.6rem; }
      /* line 3039, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__single .intro .tbox .position {
        font-size: 1.6rem; }
      /* line 3043, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__single .intro .tbox .profile {
        margin-top: 20px;
        font-size: 1.6rem;
        line-height: 2; }
        @media screen and (max-width: 750px) {
          /* line 3043, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-member__single .intro .tbox .profile {
            font-size: 1.4rem; } }
  /* line 3055, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-member__single .container {
    width: 100%;
    max-width: unset;
    padding: 70px 0; }
    @media screen and (max-width: 750px) {
      /* line 3055, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-member__single .container {
        padding: 35px 0; } }
    /* line 3064, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-member__single .container .e-content {
      max-width: 800px;
      margin: 0 auto; }

/* -------------------------------------
   p-home
------------------------------------- */
/* line 3078, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.opening {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  box-sizing: content-box;
  z-index: 10000;
  height: 100dvh;
  width: 100vw;
  overflow: hidden; }
  /* line 3090, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .opening__mask {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50;
    margin: auto;
    z-index: 1002;
    opacity: 1; }
  /* line 3104, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .opening__logo {
    width: 100vw;
    height: 100dvh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px; }
    /* line 3117, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .opening__logo-txt {
      width: 300px; }
      @media screen and (max-width: 750px) {
        /* line 3117, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .opening__logo-txt {
          position: relative;
          left: 6vw;
          width: 60vw; } }
    /* line 3127, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .opening__logo-heart {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      right: 0;
      transform: translateX(-175px);
      margin: auto;
      transform-box: fill-box; }
      @media screen and (max-width: 750px) {
        /* line 3127, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .opening__logo-heart {
          width: 6vw;
          height: 6vw;
          transform: translateX(-31vw); } }
  /* line 3146, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .opening__copy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(./img/common/opening_copy.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3500px;
    box-sizing: content-box;
    transform-box: fill-box; }
    @media screen and (max-width: 750px) {
      /* line 3146, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .opening__copy {
        width: 100vw;
        height: 100dvh;
        position: fixed;
        background-size: 400vh;
        left: 0;
        top: 0;
        box-sizing: border-box; } }

/* line 3196, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-home {
  overflow: clip;
  padding-bottom: 60px;
  color: #fff;
  transition: all 1s; }
  @media screen and (max-width: 750px) {
    /* line 3196, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home {
      padding-bottom: 110px; } }
  /* line 3208, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home.-white {
    color: #231815;
    transition: all 1s; }
    /* line 3214, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home.-white .c-btnmore {
      color: #231815;
      border-color: #231815; }
      /* line 3218, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home.-white .c-btnmore::before, .p-home.-white .c-btnmore::after {
        background-color: #231815; }
      @media print, screen and (min-width: 751px) {
        /* line 3223, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home.-white .c-btnmore:hover {
          color: #fff;
          background-color: #231815; }
          /* line 3228, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home.-white .c-btnmore:hover::before, .p-home.-white .c-btnmore:hover::after {
            background-color: #fff; } }
  /* line 3237, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home .c-btnmore {
    color: #fff;
    border-color: #fff;
    transition: all 1s; }
    /* line 3242, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home .c-btnmore::before, .p-home .c-btnmore::after {
      background-color: #fff; }
    @media print, screen and (min-width: 751px) {
      /* line 3247, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home .c-btnmore:hover {
        color: #231815;
        background-color: #fff; }
        /* line 3252, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home .c-btnmore:hover::before, .p-home .c-btnmore:hover::after {
          background-color: #231815; } }
  /* line 3260, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home .main-ttl {
    margin-bottom: 50px;
    font-size: 6.5rem;
    letter-spacing: .05em;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 750px) {
      /* line 3260, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home .main-ttl {
        font-size: 3.6rem;
        margin-bottom: .5em; } }
  /* line 3273, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home .read {
    font-size: 2rem; }
    @media screen and (max-width: 750px) {
      /* line 3273, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home .read {
        font-size: 4.5vw;
        text-align: center; } }
  /* line 3282, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__mainvisual {
    height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media print, screen and (min-width: 751px) {
      /* line 3282, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual {
        min-height: 730px;
        height: 100%; } }
    /* line 3296, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual .ttl_wrap {
      position: relative;
      max-width: 70vw;
      width: 100%;
      margin: auto;
      z-index: 3;
      transition-delay: 2s;
      height: calc(100vh + 240px);
      bottom: -60px;
      overflow: visible; }
      @media print, screen and (min-width: 751px) {
        /* line 3296, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .ttl_wrap {
          max-width: 700px;
          height: calc(100vh + 300px);
          bottom: -300px;
          min-height: calc(730px + 300px); } }
    /* line 3316, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual .ttl {
      position: sticky;
      position: -webkit-sticky;
      width: 100%;
      top: 47vh;
      max-width: 700px;
      margin: auto;
      z-index: 3;
      transition-delay: 2s;
      filter: drop-shadow(0px 0px 6px #aaa);
      display: block; }
    /* line 3331, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual .tbox .passing {
      position: absolute;
      bottom: calc(12vw + 270px);
      left: 10vw;
      z-index: 2; }
      @media screen and (max-width: 750px) {
        /* line 3331, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .passing {
          bottom: 64vw;
          left: 8vw; } }
      /* line 3342, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual .tbox .passing .passing-contents {
        padding: .25em .25em .25em .5em;
        font-size: 4rem;
        font-weight: 400;
        letter-spacing: .25em;
        background-color: #fff; }
        @media screen and (max-width: 750px) {
          /* line 3342, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__mainvisual .tbox .passing .passing-contents {
            padding: .6em .5em .6em .75em;
            font-size: 2rem; } }
      /* line 3355, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual .tbox .passing span {
        font-size: 90%; }
    /* line 3360, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual .tbox .en {
      position: absolute;
      bottom: calc(12vw + 143px);
      left: calc(10vw + 116px);
      width: 522px;
      z-index: 3; }
      @media screen and (max-width: 750px) {
        /* line 3360, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .en {
          bottom: calc(64vw - 82px);
          left: 8vw;
          width: 88%; } }
    /* line 3374, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual .tbox .btn-wrap {
      position: absolute;
      bottom: 12vw;
      left: calc(10vw + 34px);
      z-index: 4;
      transition-delay: 1.5s; }
      @media screen and (max-width: 750px) {
        /* line 3374, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .btn-wrap {
          bottom: 27vw;
          left: 8vw; } }
      /* line 3386, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual .tbox .btn-wrap .btn {
        position: relative;
        padding: 1.25em 2.5em;
        font-size: 2rem;
        color: #fff;
        background-color: #231815; }
        @media screen and (max-width: 750px) {
          /* line 3386, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__mainvisual .tbox .btn-wrap .btn {
            font-size: 1.6rem; } }
        /* line 3397, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .btn-wrap .btn::before {
          content: "";
          position: absolute;
          top: 50%;
          left: -34px;
          width: 34px;
          height: 1px;
          background-color: #231815; }
          @media screen and (max-width: 750px) {
            /* line 3397, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .p-home__mainvisual .tbox .btn-wrap .btn::before {
              left: -8vw;
              width: 8vw; } }
        /* line 3412, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .btn-wrap .btn::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 15px;
          height: 1px;
          background-color: #fff; }
        /* line 3422, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .btn-wrap .btn:hover {
          color: #231815;
          background-color: #fff; }
        /* line 3427, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .tbox .btn-wrap .btn:hover::after {
          background-color: #231815; }
    /* line 3434, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual .scroll {
      position: absolute;
      z-index: 11;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      /* line 3441, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual .scroll span {
        display: inline-block;
        padding: 1.5em 0.5em 45px;
        font-size: 1.2rem; }
        /* line 3446, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .scroll span::before, .p-home__mainvisual .scroll span::after {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 1px;
          height: 34px;
          content: '';
          background: rgba(255, 255, 255, 0.4); }
        /* line 3457, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__mainvisual .scroll span::after {
          background: #231815;
          animation: scrollanime 2s cubic-bezier(1, 0, 0, 1) infinite; }

@keyframes scrollanime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
    /* line 3486, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__mainvisual-movie {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      /* line 3498, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual-movie .inner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%; }
      /* line 3517, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual-movie.-visible .inner::before {
        opacity: .8; }
      /* line 3521, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__mainvisual-movie video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        min-height: 100%;
        min-width: 100%;
        max-width: unset;
        width: unset;
        opacity: 0.5; }
  /* line 3536, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__about {
    padding: 300px 0 150px; }
    @media screen and (max-width: 750px) {
      /* line 3536, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__about {
        padding: 340px 0 160px; } }
    /* line 3543, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__about .container {
      max-width: 1336px;
      margin: 0 auto;
      position: relative;
      text-align: center; }
    /* line 3550, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__about .ttl {
      font-size: 5rem; }
      @media screen and (max-width: 750px) {
        /* line 3550, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__about .ttl {
          font-size: 2.6rem; } }
    /* line 3558, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__about .read {
      width: 100%;
      margin: 80px auto 0;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        /* line 3558, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__about .read {
          margin: 40px 0 0;
          font-size: 4.7vw;
          text-align: center; } }
    /* line 3570, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__about .read2 {
      width: 100%;
      margin: 40px auto 20px;
      font-size: 2rem;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        /* line 3570, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__about .read2 {
          margin: 20px 0 0;
          font-size: 4.7vw;
          text-align: center; } }
  /* line 3585, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__service {
    padding: 150px 0; }
    @media screen and (max-width: 750px) {
      /* line 3585, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__service {
        padding: 0 0 160px; } }
    /* line 3592, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__service .container {
      max-width: 1336px;
      margin: 0 auto;
      position: relative;
      text-align: center; }
    /* line 3599, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__service .read {
      margin-bottom: 40px;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        /* line 3599, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__service .read {
          margin-bottom: 20px; } }
  /* line 3610, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__project {
    padding: 150px 0 300px; }
    @media screen and (max-width: 750px) {
      /* line 3610, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__project {
        padding: 0 0 160px; } }
    /* line 3617, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__project .container {
      max-width: 1336px;
      margin: 0 auto;
      position: relative;
      text-align: center; }
    /* line 3624, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__project .read {
      margin-bottom: 40px;
      line-height: 2; }
    /* line 3629, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__project .swiper {
      margin-top: 20px; }
      @media screen and (max-width: 750px) {
        /* line 3629, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__project .swiper {
          margin-top: 10px; } }
      /* line 3636, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__project .swiper__wrap {
        width: 100vw;
        margin: 0 calc(50% - 50vw); }
      /* line 3641, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__project .swiper-wrapper {
        transition-timing-function: linear; }
      /* line 3645, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__project .swiper-slide {
        position: relative;
        display: block;
        height: 18vw; }
        @media screen and (max-width: 750px) {
          /* line 3645, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__project .swiper-slide {
            height: 27vw; } }
        /* line 3654, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__project .swiper-slide img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
        /* line 3661, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__project .swiper-slide .tbox {
          display: none; }
          @media print, screen and (min-width: 751px) {
            /* line 3661, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .p-home__project .swiper-slide .tbox {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              padding: 0 15px;
              display: flex;
              flex-wrap: nowrap;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              background-color: rgba(0, 0, 0, 0.75);
              z-index: 2;
              opacity: 0;
              transition: all .4s; }
              /* line 3681, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
              .p-home__project .swiper-slide .tbox:hover {
                opacity: 1; } }
          /* line 3686, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__project .swiper-slide .tbox .ttl {
            font-size: 1.8rem;
            color: #fff;
            text-align: center; }
  /* line 3698, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__member {
    padding: 0 0 300px; }
    @media screen and (max-width: 750px) {
      /* line 3698, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member {
        padding: 0 0 120px; } }
    /* line 3705, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__member .container {
      max-width: 1336px;
      margin: 0 auto;
      position: relative;
      text-align: center; }
    /* line 3712, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__member .read {
      margin-bottom: 40px;
      line-height: 2; }
    /* line 3717, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__member .memberList {
      position: relative;
      padding: 0 10%; }
      @media screen and (max-width: 750px) {
        /* line 3717, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__member .memberList {
          padding: 0 5.5%; } }
      /* line 3725, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList .swiper-slide {
        width: 300px; }
        @media screen and (max-width: 750px) {
          /* line 3725, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__member .memberList .swiper-slide {
            width: 210px; } }
      /* line 3733, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList .swiper-button-prev,
      .p-home__member .memberList .swiper-button-next {
        width: 48px;
        height: 48px;
        top: unset;
        bottom: -40px;
        border: #231815 1px solid;
        border-radius: 50%;
        background: url(./img/common/arrow_right.svg) center center no-repeat;
        background-size: 13px auto; }
        /* line 3744, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__member .memberList .swiper-button-prev::after,
        .p-home__member .memberList .swiper-button-next::after {
          display: none; }
        @media screen and (max-width: 750px) {
          /* line 3733, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__member .memberList .swiper-button-prev,
          .p-home__member .memberList .swiper-button-next {
            display: none; } }
      /* line 3754, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList .swiper-button-prev {
        left: 10%;
        background-image: url(./img/common/arrow_left.svg); }
        @media screen and (max-width: 750px) {
          /* line 3754, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__member .memberList .swiper-button-prev {
            left: 5.5%; } }
      /* line 3763, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList .swiper-button-next {
        left: calc(10% + 65px); }
        @media screen and (max-width: 750px) {
          /* line 3763, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__member .memberList .swiper-button-next {
            left: calc(5.5% + 65px); } }
      /* line 3771, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList a {
        display: block;
        position: relative; }
      /* line 3776, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList .img {
        margin-bottom: 20px;
        overflow: hidden; }
        @media screen and (max-width: 750px) {
          /* line 3776, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-home__member .memberList .img {
            margin-bottom: 15px; } }
        /* line 3784, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__member .memberList .img img {
          transition: all .4s; }
      /* line 3789, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList .tbox {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 75%;
        padding: 25px;
        border-radius: 25px 0 0 0;
        background-color: #fff;
        color: #231815;
        text-align: left; }
        /* line 3800, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__member .memberList .tbox .name {
          padding: 5px 0;
          font-size: 2rem; }
          @media screen and (max-width: 750px) {
            /* line 3800, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .p-home__member .memberList .tbox .name {
              font-size: 1.6rem; } }
        /* line 3809, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__member .memberList .tbox .position {
          font-size: 1.4rem; }
          @media screen and (max-width: 750px) {
            /* line 3809, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .p-home__member .memberList .tbox .position {
              font-size: 1.2rem; } }
      /* line 3818, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__member .memberList a:hover {
        opacity: .85; }
        /* line 3821, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__member .memberList a:hover img {
          transform: scale(1.06); }
  /* line 3828, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__recruit {
    padding: 150px 0 0;
    background: url(./img/home/home_recruit.jpg) center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 750px) {
      /* line 3828, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__recruit {
        padding: 120px 0 0;
        background-position: center left -80px; } }
    /* line 3838, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__recruit .inner {
      position: relative;
      bottom: -30px;
      width: 750px;
      margin-left: auto;
      padding: 60px 0 60px 150px;
      text-align: left;
      background-color: #fff;
      border-radius: 20px 0 0 20px;
      box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.16); }
      @media screen and (max-width: 750px) {
        /* line 3838, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-home__recruit .inner {
          bottom: unset;
          bottom: -80px;
          width: 84%;
          margin: 0 auto;
          padding: 30px 20px;
          text-align: center;
          border-radius: 20px; } }
    @media print, screen and (min-width: 751px) {
      /* line 3860, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__recruit .main-ttl {
        margin-bottom: 10px;
        text-align: left; } }
    /* line 3867, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__recruit .c-btnmore {
      margin-top: 30px; }
  /* line 3872, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-home__insta {
    padding: 300px 0 0; }
    @media screen and (max-width: 750px) {
      /* line 3872, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-home__insta {
        padding: 200px 0 0; } }
    /* line 3879, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__insta .container {
      position: relative;
      text-align: center; }
    /* line 3884, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-home__insta .read {
      margin-bottom: 40px;
      line-height: 2; }

/* line 3891, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.serviceList {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 750px) {
    /* line 3891, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .serviceList {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  /* line 3906, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .serviceList > li {
    width: 50%;
    padding: 160px 0 120px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    @media screen and (max-width: 750px) {
      /* line 3906, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .serviceList > li {
        width: 70%;
        padding: 15.5vw 0 10.5vw; } }
    /* line 3919, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .serviceList > li.circle01 {
      background-image: url(./img/service/service_icon01.png); }
      @media screen and (max-width: 750px) {
        /* line 3919, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .serviceList > li.circle01 {
          margin-left: -15px;
          transition-delay: 0.2s;
          min-height: 50vw; } }
    /* line 3929, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .serviceList > li.circle02 {
      background-image: url(./img/service/service_icon02.png); }
      @media screen and (max-width: 750px) {
        /* line 3929, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .serviceList > li.circle02 {
          margin-top: -45px;
          margin-left: auto;
          margin-right: -15px;
          transition-delay: 0.4s;
          min-height: 50vw; } }
  /* line 3942, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .serviceList__ttl {
    margin: 0 0 .7em;
    font-size: 2.8rem; }
    @media screen and (max-width: 750px) {
      /* line 3942, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .serviceList__ttl {
        font-size: 2rem; } }
    /* line 3950, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .serviceList__ttl.oneline {
      padding: .7em 0; }
  /* line 3955, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .serviceList__read {
    font-size: 1.6rem;
    font-weight: 700; }
    @media screen and (max-width: 750px) {
      /* line 3955, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .serviceList__read {
        font-size: 1.3rem;
        letter-spacing: 0; } }

/* -------------------------------------
   p-404
------------------------------------- */
/* line 3973, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-404__main {
  text-align: center; }
  /* line 3976, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-404__main .ttl {
    font-size: 4.5rem;
    font-weight: 400; }
    @media screen and (max-width: 750px) {
      /* line 3976, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-404__main .ttl {
        font-size: 2rem; } }
  /* line 3985, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-404__main .read {
    margin: 1.5em 0 0;
    font-size: 2rem;
    line-height: 2; }
    @media screen and (max-width: 750px) {
      /* line 3985, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-404__main .read {
        font-size: 1.5rem;
        text-align: left; } }

/* -------------------------------------
   p-contact
------------------------------------- */
/* line 4004, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-contact .thanks-read {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  color: #000; }
  @media screen and (max-width: 750px) {
    /* line 4004, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .thanks-read {
      font-size: 1.4rem;
      text-align: left; } }

/* line 4017, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-contact .btn-wrap {
  text-align: center; }

/* line 4021, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-contact__wrap {
  padding: 6% 12%;
  background-color: #fff;
  border-radius: 20px; }
  @media screen and (max-width: 750px) {
    /* line 4021, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact__wrap {
      padding: 35px 25px; } }
  /* line 4030, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact__wrap > *:first-child {
    margin-top: 0; }

/* line 4035, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-contact .form-box {
  color: #231815; }
  /* line 4038, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box input,
  .p-contact .form-box textarea,
  .p-contact .form-box select {
    padding: 1.2em;
    font-size: 1.5rem;
    border: 1px solid #808080;
    background: #fff;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    font-family: "source-han-sans-japanese", sans-serif; }
    @media screen and (max-width: 750px) {
      /* line 4038, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box input,
      .p-contact .form-box textarea,
      .p-contact .form-box select {
        padding: 1em; } }
    /* line 4054, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box input::placeholder,
    .p-contact .form-box textarea::placeholder,
    .p-contact .form-box select::placeholder {
      color: #C3C3C3;
      line-height: 1.8; }
    /* line 4059, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box input:hover,
    .p-contact .form-box textarea:hover,
    .p-contact .form-box select:hover {
      cursor: pointer; }
  /* line 4064, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box input:focus,
  .p-contact .form-box textarea:focus,
  .p-contact .form-box select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #808080; }
  /* line 4072, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .form-ttl {
    margin-bottom: .5em;
    font-size: 1.8rem; }
    @media screen and (max-width: 750px) {
      /* line 4072, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-ttl {
        margin-bottom: .3em;
        font-size: 1.7rem; } }
    /* line 4081, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-ttl span {
      display: inline-block;
      margin-left: .5em;
      font-size: 75%;
      color: #A20D0D; }
  /* line 4089, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .form-input {
    margin-bottom: 3.5em;
    font-family: "source-han-sans-japanese", sans-serif; }
    @media screen and (max-width: 750px) {
      /* line 4089, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-input {
        margin-bottom: 2em; } }
    /* line 4097, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-input input {
      width: 100%; }
    /* line 4103, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-input .mwform-tel-field input {
      width: auto; }
      @media screen and (max-width: 750px) {
        /* line 4103, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-contact .form-box .form-input .mwform-tel-field input {
          width: 28%; } }
  /* line 4113, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .form-radio {
    margin-bottom: 3.5em;
    font-size: 1.6rem; }
    @media screen and (max-width: 750px) {
      /* line 4113, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-radio {
        margin-bottom: 2em; } }
    /* line 4121, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-radio input[type="radio"] {
      position: relative;
      margin: 0 0 5px 0;
      padding: .5em;
      border-radius: 50%;
      border: #808080 1px solid; }
    /* line 4129, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-radio input[type="radio"]::after {
      content: "";
      display: none;
      position: absolute;
      background: #030303;
      width: .6em;
      height: .6em;
      border-radius: 50%;
      left: 3px;
      top: 3px; }
    /* line 4141, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-radio input[type="radio"]:checked::after {
      display: block; }
    @media screen and (max-width: 750px) {
      /* line 4145, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-radio .horizontal-item {
        display: block;
        margin-top: 10px; } }
    /* line 4152, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-radio .horizontal-item + .horizontal-item {
      margin-left: 40px; }
      @media screen and (max-width: 750px) {
        /* line 4152, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-contact .form-box .form-radio .horizontal-item + .horizontal-item {
          margin-left: 0; } }
    /* line 4160, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-radio label:hover {
      cursor: pointer; }
  /* line 4165, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .form-q {
    margin-bottom: .5em;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4165, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-q {
        font-size: 1.6rem; } }
    /* line 4174, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-q a {
      font-size: 75%;
      text-decoration: underline; }
  /* line 4180, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .form-check {
    margin-bottom: 2em;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4180, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-check {
        font-size: 1.6rem; } }
    /* line 4189, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-check input[type="checkbox"] {
      position: relative;
      margin: 0 5px 5px 0;
      padding: .8em;
      border: #808080 1px solid; }
    /* line 4196, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-check input[type="checkbox"]::after {
      content: "";
      display: none;
      position: absolute;
      border-left: 4px solid #030303;
      border-bottom: 4px solid #030303;
      width: 1em;
      height: .5em;
      transform: rotate(-45deg);
      left: 5px;
      top: 7px; }
    /* line 4209, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-check input[type="checkbox"]:checked::after {
      display: block; }
    /* line 4213, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-check label:hover {
      cursor: pointer; }
  /* line 4218, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .form-btnarea {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    @media screen and (max-width: 750px) {
      /* line 4218, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-btnarea {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    @media screen and (max-width: 750px) {
      /* line 4231, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-btnarea .form-btn {
        width: 100%;
        margin-top: 1em; } }
    /* line 4237, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-btnarea .form-btn input {
      border-radius: 100px; }
    /* line 4242, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-btnarea .btn-cv {
      position: relative;
      display: block;
      width: 300px;
      margin: 0 0 0;
      padding: 1.2em 0 1.2em .1em;
      letter-spacing: .2em;
      font-size: 1.8rem;
      text-align: center;
      color: #231815;
      background-color: #fff;
      border: #231815 1px solid; }
      @media screen and (max-width: 750px) {
        /* line 4242, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-contact .form-box .form-btnarea .btn-cv {
          width: 100%; } }
      /* line 4259, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-btnarea .btn-cv:hover {
        color: #fff;
        background-color: #231815; }
    /* line 4265, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-contact .form-box .form-btnarea .btn-prev {
      position: relative;
      display: block;
      width: 300px;
      margin: 0 1em 0 0;
      padding: 1.2em 0 1.2em .1em;
      letter-spacing: .2em;
      font-size: 1.8rem;
      text-align: center;
      color: #231815;
      border: #231815 1px solid;
      background-color: unset; }
      @media screen and (max-width: 750px) {
        /* line 4265, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-contact .form-box .form-btnarea .btn-prev {
          width: 100%; } }
      /* line 4282, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-contact .form-box .form-btnarea .btn-prev:hover {
        color: #fff;
        background-color: #231815; }
  /* line 4289, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-contact .form-box .error {
    color: #A20D0D;
    margin: 8px 0 0; }

/* -------------------------------------
   p-privacy
------------------------------------- */
/* line 4311, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy__wrap > .p-container:first-child *:first-child {
  margin-top: 0; }

/* line 4316, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .ttl {
  font-size: 2.4rem;
  margin: 100px 0 20px;
  padding-bottom: .5em;
  border-bottom: #231815 1px solid; }
  @media screen and (max-width: 750px) {
    /* line 4316, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-privacy .ttl {
      font-size: 2rem; } }

/* line 4327, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .sub-ttl {
  font-size: 2.1rem;
  margin: 50px 0 20px;
  padding-left: .5em;
  border-left: #231815 6px solid; }
  @media screen and (max-width: 750px) {
    /* line 4327, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-privacy .sub-ttl {
      font-size: 1.8rem; } }

/* line 4338, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .sub-ttl02 {
  font-size: 1.8rem;
  margin: 20px 0 5px; }
  @media screen and (max-width: 750px) {
    /* line 4338, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-privacy .sub-ttl02 {
      font-size: 1.6rem; } }

/* line 4347, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .read {
  margin-bottom: 1em;
  font-size: 1.4rem; }
  @media screen and (max-width: 750px) {
    /* line 4347, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-privacy .read {
      font-size: 1.3rem; } }
  /* line 4355, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-privacy .read a {
    text-decoration: underline; }

/* line 4360, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .list {
  margin: .8em 0;
  padding-left: 1.5em;
  font-size: 1.4rem;
  line-height: 1.5; }
  /* line 4366, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-privacy .list > li {
    list-style: disc; }
  /* line 4370, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-privacy .list.ol > li {
    list-style: decimal; }
  /* line 4374, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-privacy .list li:not(:last-child) {
    margin: .5em 0; }
  /* line 4378, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-privacy .list .sub-list > li {
    list-style: none; }

/* line 4383, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .privacymark {
  display: inline-block;
  width: 100px; }

/* line 4388, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-privacy .sgsmark {
  display: inline-block;
  width: 165px; }

/* -------------------------------------
   p-about
------------------------------------- */
/* line 4398, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-about {
  position: relative;
  overflow: hidden; }
  /* line 4402, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about + .s-footer {
    margin-top: 0; }
  /* line 4406, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about .canvas_wrap {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    margin-top: 0;
    position: relative; }
    @media screen and (max-width: 750px) {
      /* line 4406, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about .canvas_wrap {
        height: 140vw; } }
  /* line 4419, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about .canvas_copy {
    font-size: 20px;
    position: absolute;
    display: inline-block;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    top: 50%;
    z-index: 2;
    font-weight: 700; }
    @media screen and (max-width: 750px) {
      /* line 4419, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about .canvas_copy {
        font-size: 5vw; } }
  /* line 4438, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about .main-ttl {
    margin: 0 0 1em;
    font-size: 4rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4438, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about .main-ttl {
        font-size: 2.6rem; } }
  /* line 4450, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about__wrap > .btn-wrap {
    text-align: center; }
  /* line 4455, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about__intro {
    position: relative;
    margin: 150px auto;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4455, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__intro {
        margin: 0 auto 120px auto; } }
    /* line 4464, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__intro .tbox {
      position: relative;
      text-align: left;
      background: url(./img/about/bg_white.svg) center center no-repeat;
      background-size: contain;
      z-index: 3; }
      @media print, screen and (min-width: 751px) {
        /* line 4464, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__intro .tbox {
          width: 550px;
          margin-left: auto; } }
      /* line 4476, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__intro .tbox .copy {
        margin: 0 0 1.5em;
        font-size: 3.4rem;
        line-height: 1.8; }
        @media screen and (max-width: 750px) {
          /* line 4476, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-about__intro .tbox .copy {
            font-size: 2.2rem; } }
      /* line 4486, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__intro .tbox .read {
        font-size: 1.6rem; }
        @media screen and (max-width: 750px) {
          /* line 4486, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-about__intro .tbox .read {
            font-size: 1.4rem; } }
    /* line 4496, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__intro .stream {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100vw;
      margin: 0 calc(50% - 50vw); }
      /* line 4503, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__intro .stream .line {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        transition-delay: 0.4s; }
        /* line 4514, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__intro .stream .line > li {
          padding: .25em .5em .25em 0;
          font-size: 8rem;
          font-weight: 700;
          animation: flowing 110s linear infinite;
          transform: translateX(100%);
          color: transparent;
          -webkit-background-clip: text;
          background-clip: text;
          background-color: #fff;
          background-size: 200%;
          background-position: center;
          background-image: linear-gradient(-45deg, #fff 0%, #589dff 38.98%, #a4c8ff 41.01%, #c9e5ff 42.77%, #b2c3cc 44.51%, #dfeaee 46.04%, #fbfaf8 47.48%, #fce2d4 49.14%, #ffc3a5 51.53%, #ffa781 54.28%, #ffc2a8 56.29%, #64cbff 58.88%, #fff 100%);
          opacity: .18; }

@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

@keyframes flowing-reverse {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
        /* line 4551, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__intro .stream .line.line2 > li {
          animation-name: flowing-reverse;
          animation-duration: 115s; }
        /* line 4556, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__intro .stream .line.line3 > li {
          animation-duration: 120s; }
  /* line 4563, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about__message {
    position: relative;
    width: 100vw;
    margin: 150px calc(50% - 50vw);
    padding: 170px 0;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4563, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__message {
        margin: 120px calc(50% - 50vw);
        padding: 150px 0; } }
    /* line 4578, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__message .inner {
      position: relative;
      pointer-events: none;
      z-index: 3; }
      @media screen and (max-width: 750px) {
        /* line 4578, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__message .inner {
          width: 84%;
          margin: 0 auto; } }
    /* line 4589, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__message .read {
      font-size: 1.6rem;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        /* line 4589, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__message .read {
          font-size: 1.4rem;
          text-align: left; } }
    /* line 4599, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__message .bg-holder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      /* line 4606, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__message .bg-holder::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #000;
        opacity: .4;
        pointer-events: none; }
  /* line 4621, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about__create {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 170px 0;
    text-align: center;
    background: url(./img/about/about_create.jpg) center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 750px) {
      /* line 4621, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__create {
        padding: 150px 0; } }
    /* line 4633, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__create .ttl {
      font-size: 7rem;
      opacity: .6; }
      @media screen and (max-width: 750px) {
        /* line 4633, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-about__create .ttl {
          font-size: 4rem; } }
  /* line 4643, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about__overview {
    margin: 0 0 150px; }
    @media screen and (max-width: 750px) {
      /* line 4643, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__overview {
        margin: 0 0 120px; } }
  /* line 4652, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-about__ending {
    margin: 150px 0; }
    @media screen and (max-width: 750px) {
      /* line 4652, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-about__ending {
        margin: 120px 0; } }
    /* line 4671, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-about__ending .ttl {
      width: 80%;
      max-width: 700px;
      margin: auto; }

/* line 4686, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.-black .p-about__intro .stream {
  opacity: 0; }

/* -------------------------------------
   p-recruit
------------------------------------- */
/* line 4693, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-recruit {
  position: relative;
  overflow: hidden; }
  /* line 4697, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-recruit .main-ttl {
    margin: 0 0 1em;
    font-size: 4rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4697, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit .main-ttl {
        font-size: 2.6rem; } }
  /* line 4709, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-recruit__wrap > .btn-wrap {
    text-align: center; }
  /* line 4714, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-recruit__kinds {
    margin: 150px auto; }
    @media screen and (max-width: 750px) {
      /* line 4714, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds {
        margin: 120px auto; } }
    /* line 4721, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-recruit__kinds .tabMenu {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
      margin-bottom: 40px; }
      @media screen and (max-width: 750px) {
        /* line 4721, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-recruit__kinds .tabMenu {
          margin-bottom: 30px; } }
      /* line 4733, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds .tabMenu > li {
        position: relative;
        width: 49%;
        padding: .8em 0;
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center;
        color: #231815;
        background-color: #DDDDDD;
        border-radius: 100px;
        cursor: pointer; }
        @media screen and (max-width: 750px) {
          /* line 4733, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabMenu > li {
            font-size: 1.6rem;
            letter-spacing: 0; } }
        /* line 4750, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-recruit__kinds .tabMenu > li::before {
          content: "";
          display: none;
          position: absolute;
          top: 100%;
          left: calc(50% - 6px);
          height: 0;
          width: 0;
          border-style: solid;
          border-color: transparent;
          border-top-color: #000;
          border-width: 12px;
          transition: all 0s; }
        /* line 4766, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-recruit__kinds .tabMenu > li.-active {
          color: #fff;
          background-color: #000;
          transition: all 0s; }
          /* line 4771, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabMenu > li.-active::before {
            display: block; }
        @media print, screen and (min-width: 751px) {
          /* line 4776, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabMenu > li:hover {
            color: #fff;
            background-color: #000; } }
    /* line 4785, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-recruit__kinds .tabContents {
      display: none; }
      /* line 4788, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds .tabContents.-active {
        display: block; }
      /* line 4792, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds .tabContents__wrap {
        padding: 80px;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.16); }
        @media screen and (max-width: 750px) {
          /* line 4792, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabContents__wrap {
            padding: 25px 20px; } }
      /* line 4803, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds .tabContents__ttl {
        margin-bottom: 1em;
        font-size: 3rem; }
        @media screen and (max-width: 750px) {
          /* line 4803, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabContents__ttl {
            font-size: 2rem; } }
      /* line 4812, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds .tabContents__read {
        font-size: 1.8rem; }
        @media screen and (max-width: 750px) {
          /* line 4812, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabContents__read {
            font-size: 1.4rem; } }
      /* line 4820, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__kinds .tabContents .c-table {
        margin-top: 40px; }
        @media screen and (max-width: 750px) {
          /* line 4820, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabContents .c-table {
            margin-top: 20px; } }
        @media print, screen and (min-width: 751px) {
          /* line 4827, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__kinds .tabContents .c-table dt {
            width: 280px; } }
  /* line 4838, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-recruit__step {
    margin: 150px auto 0;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4838, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__step {
        margin: 120px auto 0; } }
    /* line 4846, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-recruit__step .copy {
      margin: 0 0 1.5em;
      font-size: 2.6rem; }
      @media screen and (max-width: 750px) {
        /* line 4846, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-recruit__step .copy {
          font-size: 1.8rem;
          text-align: left; } }
    /* line 4856, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-recruit__step .read {
      font-size: 1.6rem; }
      @media screen and (max-width: 750px) {
        /* line 4856, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-recruit__step .read {
          font-size: 1.4rem;
          text-align: left; } }
    /* line 4865, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-recruit__step .stepList {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      margin-top: 50px; }
      @media screen and (max-width: 750px) {
        /* line 4865, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-recruit__step .stepList {
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          margin-top: 40px; } }
      /* line 4880, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__step .stepList > li {
        width: 20%;
        text-align: center; }
        @media screen and (max-width: 750px) {
          /* line 4880, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__step .stepList > li {
            width: 60%; } }
        @media print, screen and (min-width: 751px) {
          /* line 4888, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__step .stepList > li:not(:first-child) {
            margin-left: 60px; } }
        @media screen and (max-width: 750px) {
          /* line 4888, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__step .stepList > li:not(:first-child) {
            margin-top: 30px; } }
      /* line 4900, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__step .stepList__ttl {
        margin-bottom: 1em;
        font-size: 2rem; }
        @media screen and (max-width: 750px) {
          /* line 4900, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__step .stepList__ttl {
            font-size: 1.8rem; } }
      /* line 4909, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-recruit__step .stepList__read {
        margin-top: 1.5em;
        font-size: 1.6rem; }
        @media screen and (max-width: 750px) {
          /* line 4909, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-recruit__step .stepList__read {
            font-size: 1.4rem; } }

/* -------------------------------------
   p-service
------------------------------------- */
/* line 4926, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
.p-service {
  position: relative;
  overflow: hidden; }
  /* line 4930, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-service .main-ttl {
    margin: 0 0 1em;
    font-size: 4rem;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4930, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service .main-ttl {
        font-size: 2.6rem; } }
  /* line 4942, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-service__wrap > .btn-wrap {
    text-align: center; }
  /* line 4947, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
  .p-service__solving {
    margin: 150px auto 0;
    text-align: center; }
    @media screen and (max-width: 750px) {
      /* line 4947, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving {
        margin: 120px auto 0; } }
    /* line 4955, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-service__solving .copy {
      margin: 0 0 1.5em;
      font-size: 2.6rem; }
      @media screen and (max-width: 750px) {
        /* line 4955, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-service__solving .copy {
          font-size: 1.8rem;
          text-align: left; } }
    /* line 4965, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-service__solving .read {
      font-size: 1.6rem; }
      @media screen and (max-width: 750px) {
        /* line 4965, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-service__solving .read {
          font-size: 1.4rem;
          text-align: left; } }
    /* line 4974, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
    .p-service__solving .flowList {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      margin-top: 100px; }
      @media screen and (max-width: 750px) {
        /* line 4974, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-service__solving .flowList {
          margin-top: 80px; } }
      /* line 4986, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving .flowList > li {
        position: relative; }
        /* line 4989, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
        .p-service__solving .flowList > li:not(:first-child) {
          margin-top: 100px; }
          @media screen and (max-width: 750px) {
            /* line 4989, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
            .p-service__solving .flowList > li:not(:first-child) {
              margin-top: 80px; } }
          /* line 4996, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-service__solving .flowList > li:not(:first-child)::before {
            content: "";
            position: absolute;
            top: -59px;
            left: calc(50% - 9px);
            height: 0;
            width: 0;
            border-style: solid;
            border-color: transparent;
            border-top-color: #231815;
            border-width: 18px; }
            @media screen and (max-width: 750px) {
              /* line 4996, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
              .p-service__solving .flowList > li:not(:first-child)::before {
                top: -49px; } }
      /* line 5015, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving .flowList__ttl {
        font-size: 2.4rem; }
        @media screen and (max-width: 750px) {
          /* line 5015, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-service__solving .flowList__ttl {
            font-size: 1.8rem; } }
      /* line 5023, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving .flowList__fll {
        max-width: 800px;
        margin: 0 auto; }
      /* line 5028, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving .flowList__copy {
        margin: 1.5em 0;
        font-size: 2.6rem; }
        @media screen and (max-width: 750px) {
          /* line 5028, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-service__solving .flowList__copy {
            font-size: 1.8rem;
            text-align: left;
            margin-top: 16vw; } }
      /* line 5040, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving .flowList__read {
        margin-top: 1.5em;
        font-size: 1.6rem; }
        @media screen and (max-width: 750px) {
          /* line 5040, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
          .p-service__solving .flowList__read {
            font-size: 1.4rem;
            text-align: left; } }
      /* line 5050, /Applications/MAMP/htdocs/1001_3gger_official/src/wps/wp-content/themes/trigger/style.scss */
      .p-service__solving .flowList__img {
        max-width: 800px;
        margin: 0 auto; }

/*# sourceMappingURL=style.css.map */