@charset "UTF-8";
/*別名ノーマライズscssまたはリセットscss*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  /* 2 */
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-wrapper-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the wrapper padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

/*ミックスインやエクステンドの定義用*/
/*==============================================================================================================================================================================================
*
*
* レスポンシブ
*例 @mixin sp以下に記載した内容を@include spで呼び出せる
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* useful
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
* プロジェクト毎の設定
*
*
==============================================================================================================================================================================================*/
/*サイト全体の設定用 (全体のレイアウトの設定、基本フォント、色の設定)*/
/*==============================================================================================================================================================================================
*
*
*カラー管理
*
*
==============================================================================================================================================================================================*/
/*テーマカラー*/
/*サブテーマカラー*/
/*テキストカラー*/
/*白*/
/*灰色ベースカラー*/
/*その他*/
/*==============================================================================================================================================================================================
*
*
*基本設定
*
*
==============================================================================================================================================================================================*/
/* Common */
html {
  overflow: auto;
  height: 100%;
  font-size: 62.5%;
}

body {
  overflow: hidden;
  min-width: 100%;
  font-family: "Noto Sans JP", "allura", "Raleway", "Raleway Dots", "Roboto", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.wrapper {
  margin: 0 auto;
}

* {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

/*---------------
*
*
*
/*---------------
*
* デフォルトフォントサイズ設定
*
/*---------------
*
*
*
---------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}

/************************************************************
/* font
/************************************************************/
/* text-align */
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

/* font color */
.red {
  color: #ff0000;
}

.magenta {
  color: #ff0072;
}

.yellow {
  color: #e8d900;
}

.yellow2 {
  color: yellow;
}

.blue {
  color: #1d2088;
}

.lblue {
  color: #00ffff;
}

.sblue {
  color: #009485;
}

.gold {
  color: #9f8800;
}

.navy {
  color: #006499;
}

.gray {
  color: #8a8a8a;
}

.green {
  color: #00b300;
}

/* background color */
.yb {
  background: #ffff99;
}

.rb {
  background: #e60012;
}

.gb {
  background: #cacaca;
}

.lgb {
  background: #c7ff00;
}

.lbb {
  background: #00ffff;
}

.bb {
  background: #1d2088;
}

/* border */
.border_r {
  display: inline-block;
  border-bottom: solid 4px #e60012;
  line-height: 1.6;
}

.dotted {
  text-emphasis: filled dot #000;
  -webkit-text-emphasis: filled dot #000;
}

.dotted_r {
  text-emphasis: filled dot #f00;
  -webkit-text-emphasis: filled dot #f00;
}

/* etc */
.fontS {
  font-size: 0.8em;
}

.fontM {
  font-size: 1.2em;
}

.fontL {
  font-size: 1.4em;
}

.fontLL {
  font-size: 1.8em;
}

.fontBig {
  font-size: 2em;
}

.fontBig2 {
  font-size: 2.3em;
}

.fontBig3 {
  font-size: 2.8em;
}

b {
  font-weight: bold;
}

.bold {
  font-weight: 600;
}

.grey1 {
  color: #7f7f7f;
}

.grey2 {
  color: #595959;
}

.amikake {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fcff80));
  background: linear-gradient(transparent 0%, #fcff80 0%);
}

.underline {
  text-decoration: underline;
}

.uchikeshi {
  text-decoration: line-through;
}

.center {
  text-align: center;
}

a,
a:link {
  text-decoration: none;
}

/************************************************************
/* 余白
/************************************************************/
.mt120 {
  margin-top: 120px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

/************************************************************
/* line-height
/************************************************************/
.lh14 {
  line-height: 1.4;
}

.lh16 {
  line-height: 1.6;
}

.lh2 {
  line-height: 2;
}

.radius {
  border-radius: 5px;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.mt2 {
  margin-top: 2em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mb2 {
  margin-bottom: 2em !important;
}

.mb4 {
  margin-bottom: 4em !important;
}

.pt2 {
  padding-top: 2em !important;
}

.pt4 {
  padding-top: 4em !important;
}

.pb2 {
  padding-bottom: 2em !important;
}

.pb4 {
  padding-bottom: 4em !important;
}

/*==============================================================================================================================================================================================
*
*
*アニメーション
*
*
==============================================================================================================================================================================================*/
/*blink*/
.blink {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*bounce-in*/
.bounce-in {
  -webkit-animation: bounce-in 1.8s;
  animation: bounce-in 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes bounce-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  90% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.pulse {
  -webkit-animation: pulse 1.5s ease-in-out infinite;
  animation: pulse 1.5s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
img {
  display: block;
  width: 100%;
}

/*---------------
*
*
*
/*---------------
*
* button
*
/*---------------
*
*
*
---------------*/
.btnUnit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10vw;
}
@media (max-width: 768px) {
  .btnUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btnUnit .btn {
  width: 265px;
  height: 64px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#3fe1d0), to(#c0924e));
  background: linear-gradient(90deg, #3fe1d0, #c0924e);
  background-size: 300%;
  -webkit-animation: backgradation 3s infinite;
          animation: backgradation 3s infinite;
  color: #ffffff;
  padding: 20px 0;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-shadow: 0 3px 8px rgba(63, 225, 208, 0.25), 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(63, 225, 208, 0.25), 0 8px 16px rgba(0, 0, 0, 0.15); /* ベースの黒影 */
}
@-webkit-keyframes backgradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes backgradation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 768px) {
  .btnUnit .btn {
    width: 100%;
    max-width: 240px;
    line-height: 2;
    padding: 16px 0;
    margin: 0 auto;
  }
}
.btnUnit .btn .btn__icon--forward {
  display: inline-block;
  width: 24px;
  margin-left: 18px;
}
@media (max-width: 768px) {
  .btnUnit .btn .btn__icon--forward {
    margin-bottom: 3px;
  }
}
.btnUnit .btn .btn__icon--backward {
  display: inline-block;
  width: 24px;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .btnUnit .btn .btn__icon--backward {
    margin-bottom: 3px;
  }
}
.btnUnit .btn:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.btnUnit .btn__back {
  width: 265px;
  height: 64px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 50px;
  display: inline-block;
  background-color: #ffffff;
  color: #3fe1d0;
  padding: 17px 0;
  letter-spacing: 0.1em;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-box-shadow: 0 3px 8px rgba(63, 225, 208, 0.25), 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(63, 225, 208, 0.25), 0 8px 16px rgba(0, 0, 0, 0.15); /* ベースの黒影 */
}
@media (max-width: 768px) {
  .btnUnit .btn__back {
    width: 100%;
    max-width: 240px;
    line-height: 2;
    padding: 16px 0;
    margin: 0 auto;
  }
}
.btnUnit .btn__back .btn__icon--backward {
  display: inline-block;
  width: 24px;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .btnUnit .btn__back .btn__icon--backward {
    margin-bottom: 3px;
  }
}
.btnUnit .btn__back:hover {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

/*==============================================================================================================================================================================================
*
*
*レスポンシブ
*
*
==============================================================================================================================================================================================*/
.pc {
  display: inline;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.pci {
  display: block;
}
@media (max-width: 768px) {
  .pci {
    display: none !important;
  }
}

.spi {
  display: none;
}
@media (max-width: 768px) {
  .spi {
    display: block;
  }
}

/*==============================================================================================================================================================================================
*
*
* 全体共通
*
*
==============================================================================================================================================================================================*/
body {
  color: #242728;
  padding-top: 96px;
}
@media (max-width: 768px) {
  body {
    padding-top: 75px;
  }
}

.wrapper {
  padding: 4rem 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

/*==============================================================================================================================================================================================
*
*
*Parts
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
*Header
*
*
==============================================================================================================================================================================================*/
.header .header__inner {
  height: 104px;
  width: 100%;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 11px 38px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 11px 38px 0 rgba(51, 51, 51, 0.19);
  backdrop-filter: blur(6px);
}
.header .header__inner .siteTitle {
  text-align: center;
  margin: 16px 0 16px 0;
  font-size: 2.4rem;
  font-family: Raleway;
  letter-spacing: 0.05em;
}
.header .header__inner .gnav {
  text-align: center;
}
.header .header__inner .gnav .gnav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 750px;
  margin: 0 auto;
}
.header .header__inner .gnav .gnav__ul .gnav__link {
  position: relative;
  color: #242728;
}
.header .header__inner .gnav .gnav__ul .gnav__link::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #3fe1d0;
  border-radius: 50px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header .header__inner .gnav .gnav__ul .gnav__link:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.header .header__inner .gnav .gnav__ul .gnav__link::after {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.header-sp .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  width: 100%;
  position: fixed;
  top: 0;
}
.header-sp .header__inner .siteTitle {
  text-align: center;
  margin: 20px 32px;
  font-size: 1.6rem;
  font-family: Raleway;
  line-height: 2;
}
.header-sp .header__inner .gnav {
  width: 100%;
  height: 100vh;
  color: #c0924e;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: -100%;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-sp .header__inner .gnav__ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.header-sp .header__inner .gnav__ul .gnav__link {
  display: inline-block;
  padding: 10px;
}
.header-sp .header__inner .hamburgerBtn {
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #ececec;
  cursor: pointer;
  border-bottom-left-radius: 50px;
}
.header-sp .header__inner .hamburgerBtn .hamburgerBtn__line {
  display: inline-block;
  width: 50%;
  height: 2px;
  background-color: #c0924e;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-sp .header__inner .hamburgerBtn .hamburgerBtn__line:nth-of-type(1) {
  top: 22px;
}
.header-sp .header__inner .hamburgerBtn .hamburgerBtn__line:nth-of-type(2) {
  top: 34px;
}
.header-sp .header__inner .hamburgerBtn .hamburgerBtn__line:nth-of-type(3) {
  top: 46px;
}
.header-sp .header__inner .gnav.is-active {
  top: 0;
}
.header-sp .header__inner .hamburgerBtn.is-active .hamburgerBtn__line:nth-of-type(1) {
  -webkit-transform: translate(-16px, 9px) rotate(-45deg);
      -ms-transform: translate(-16px, 9px) rotate(-45deg);
          transform: translate(-16px, 9px) rotate(-45deg);
}
.header-sp .header__inner .hamburgerBtn.is-active .hamburgerBtn__line:nth-of-type(2) {
  display: none;
}
.header-sp .header__inner .hamburgerBtn.is-active .hamburgerBtn__line:nth-of-type(3) {
  -webkit-transform: translate(-16px, -15px) rotate(45deg);
      -ms-transform: translate(-16px, -15px) rotate(45deg);
          transform: translate(-16px, -15px) rotate(45deg);
}

/*==============================================================================================================================================================================================
*
*
* FV
*
*
==============================================================================================================================================================================================*/
.fv {
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 80px;
  height: 54.6875vw;
  background-image: url(../images/fvimg_hp001.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .fv {
    height: 124vw;
    margin-bottom: 60px;
    background-image: url(../images/fvimg_sp001.png);
  }
}

/*==============================================================================================================================================================================================
*
*
* section - 共通
*
*
==============================================================================================================================================================================================*/
.sectionTitle {
  font-size: 48px;
  font-family: Raleway;
  color: #3fe1d0;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sectionTitle {
    font-size: 27px;
    text-align: center;
    margin: 24px 0;
  }
}

.sectionTxt {
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sectionTxt {
    text-align: center;
  }
}

.normalTxt {
  line-height: 1.7;
  word-break: break-word;
}
@media (max-width: 768px) {
  .normalTxt {
    text-align: left;
  }
}

/*==============================================================================================================================================================================================
*
*
* section - module
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* underLine
*
/*---------------
*
*
*
---------------*/
.underLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff8e));
  background: linear-gradient(transparent 50%, #ffff8e 50%);
  font-weight: 700;
}

/*==============================================================================================================================================================================================
*
*
* section - section毎の設定
*
*
==============================================================================================================================================================================================*/
/*---------------
*
*
*
/*---------------
*
* works
*
/*---------------
*
*
*
---------------*/
.works {
  margin-bottom: 80px;
  padding: 8vw 0vw 8vw 8vw;
  background-image: linear-gradient(135deg, #ececec 41.67%, #ffffff 41.67%, #ffffff 50%, #ececec 50%, #ececec 91.67%, #ffffff 91.67%, #ffffff 100%);
  background-size: 8.49px 8.49px;
}
@media (max-width: 768px) {
  .works {
    margin-bottom: 60px;
    padding: 20px 20px;
  }
}
.works .worksBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .works .worksBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.works .slideBox {
  margin-bottom: 72px;
  width: 900px;
}
@media (max-width: 768px) {
  .works .slideBox {
    width: 100%;
  }
}
.works .slideBox .slide__item {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin: 10px;
}
.works .slideBox .slide__item .slide__link {
  display: block;
  overflow: hidden;
}
.works .slideBox .slide__item .slide__link .slide__link--img {
  overflow: hidden;
  border-radius: 50px;
}
.works .slideBox .slide__item .slide__link .slide__link--img .itemImg {
  width: 395px;
  height: 645px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 768px) {
  .works .slideBox .slide__item .slide__link .slide__link--img .itemImg {
    width: 100%;
    height: 100%;
  }
}
.works .slideBox .slide__item .slide__link .slide__link--img .itemImg:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.works .slideBox .slide__item .slide__link .slide__link--title {
  position: absolute;
  width: calc(100% - 30px);
  color: #ffffff;
  padding: 24px;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 39, 40, 0.5);
  border-radius: 50px 0 0 0;
}
.works .slideBox .slide__item .slide__link .slide__link--title .main {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
.works .slideBox .slide__item .slide__link .slide__link--title .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}

.slick-prev {
  margin-left: 16px;
  left: -68px;
  top: 352px;
}
@media (max-width: 768px) {
  .slick-prev {
    left: 16px;
    top: 50%;
  }
}

.slick-next {
  margin-left: 16px;
  right: 29px;
  top: 352px;
}
@media (max-width: 768px) {
  .slick-next {
    right: 48px;
    top: 50%;
  }
}

.slick-prev:before {
  font-size: 40px;
  color: #c0924e;
  opacity: 1;
}

.slick-next:before {
  font-size: 40px;
  color: #c0924e;
  opacity: 1;
}

/*---------------
*
*
*
/*---------------
*
* service
*
/*---------------
*
*
*
---------------*/
.service {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .service {
    margin-bottom: 60px;
  }
}
.service .service__list {
  margin: 48px 0 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .service .service__list {
    margin: 20px 0 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .service__list .service__listBox {
  padding: 48px 80px 48px 75px;
  width: calc(33.3333333333% + 80px);
}
@media (max-width: 768px) {
  .service .service__list .service__listBox {
    padding: 20px 24px 80px 24px;
    width: 100%;
  }
}
.service .service__list .service__listBox .service__list--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service .service__list .service__listBox .service__list--title .number {
  font-family: roboto;
  font-size: 4.8rem;
  margin-right: 8px;
  color: #3fe1d0;
}
@media (max-width: 768px) {
  .service .service__list .service__listBox .service__list--title .number {
    font-size: 4rem;
  }
}
.service .service__list .service__listBox .service__list--title .text {
  font-size: 2.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .service .service__list .service__listBox .service__list--title .text {
    font-size: 1.8rem;
  }
}
.service .service__list .service__listBox .service__list--img {
  width: 245px;
  height: 245px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .service .service__list .service__listBox .service__list--img {
    margin: 0 auto;
  }
}
.service .service__list .box1 {
  background-color: #ececec;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 768px) {
  .service .service__list .box1 {
    border-radius: 50px 50px 0 0;
  }
}
.service .service__list .box2 {
  background-color: #ffffff;
  border-radius: 50px 0 0 50px;
  margin: 0 0 0 -50px;
}
@media (max-width: 768px) {
  .service .service__list .box2 {
    border-radius: 50px 50px 0 0;
    margin: -48px 0 0 0;
  }
}
.service .service__list .box3 {
  background-color: #ececec;
  border-radius: 50px;
  margin: 0 0 0 -50px;
}
@media (max-width: 768px) {
  .service .service__list .box3 {
    margin: -48px 0 0 0;
  }
}

/*---------------
*
*
*
/*---------------
*
* about
*
/*---------------
*
*
*
---------------*/
.about {
  padding: 40px;
  margin-bottom: 80px;
  background-color: #ececec;
}
@media (max-width: 768px) {
  .about {
    padding: 20px;
  }
}
.about .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 768px) {
  .about .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .aboutBox .aboutBox__img {
  width: 320px;
  margin-right: 87px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .about .aboutBox .aboutBox__img {
    margin: 0 auto;
  }
}

/*---------------
*
*
*
/*---------------
*
* contact
*
/*---------------
*
*
*
---------------*/
.contact {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }
}
.contact .contact__contentBox {
  text-align: center;
  margin: 0 auto;
  padding: 40px;
  max-width: 750px;
  width: 100%;
  background-color: #ececec;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .contact .contact__contentBox {
    padding: 20px 24px;
    width: 100%;
  }
}
.contact .contact__contentBox .normalTxt {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contact .contact__contentBox .normalTxt {
    text-align: center;
  }
}

/*==============================================================================================================================================================================================
*
*
* footer
*
*
==============================================================================================================================================================================================*/
.footer {
  background-color: #242728;
  text-align: center;
  border-top-left-radius: 50px;
}
.footer .gnav {
  text-align: center;
}
.footer .gnav .gnav__ul {
  padding-top: 24px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 750px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer .gnav .gnav__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer .gnav .gnav__ul .gnav__list {
    padding: 10px;
  }
}
.footer .gnav .gnav__ul .gnav__list .gnav__link {
  position: relative;
  color: #ffffff;
}
.footer .gnav .gnav__ul .gnav__list .gnav__link::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #3fe1d0;
  border-radius: 50px;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer .gnav .gnav__ul .gnav__list .gnav__link:hover::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}
.footer .gnav .gnav__ul .gnav__list .gnav__link::after {
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.copyright {
  color: #ffffff;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 1rem;
  }
}

/*==============================================================================================================================================================================================
*
*
* ...
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
*下層ページ共通
*
*
==============================================================================================================================================================================================*/
.breadcrumb .breadcrumb__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 22px;
  padding: 0;
}
@media (max-width: 768px) {
  .breadcrumb .breadcrumb__ol {
    gap: 0 16px;
  }
}
.breadcrumb .breadcrumb__ol .breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .breadcrumb__ol .breadcrumb__list:not(:last-of-type)::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  margin-left: 16px;
  border-top: 1px solid #242728;
  border-right: 1px solid #242728;
  content: "";
}
.breadcrumb .breadcrumb__ol .breadcrumb__list:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
}

.subpageTitleBox {
  padding: 72px;
  background-color: #ececec;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .subpageTitleBox {
    padding: 20px;
    margin-bottom: 60px;
  }
}
.subpageTitleBox .sectionTitle {
  font-size: 48px;
  font-family: Raleway;
  color: #c0924e;
  font-weight: bold;
  margin: 8px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .subpageTitleBox .sectionTitle {
    font-size: 32px;
  }
}
.subpageTitleBox .sectionSubTitle {
  font-size: 24px;
  color: #c0924e;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .subpageTitleBox .sectionSubTitle {
    font-size: 20px;
  }
}
.subpageTitleBox .errorpage {
  font-family: Roboto;
}

.subpageTxt {
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

/*==============================================================================================================================================================================================
*
*
*下層ページ - works
*
*
==============================================================================================================================================================================================*/
.worksPage {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .worksPage {
    margin-bottom: 60px;
  }
}
.worksPage .gridBox {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}
@media (max-width: 1024px) {
  .worksPage .gridBox {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .worksPage .gridBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.worksPage .gridBox .slide__item {
  position: relative;
  height: 600px;
  overflow: hidden;
  border-radius: 50px;
  margin: 10px;
  -webkit-box-shadow: 0 11px 38px 0 rgba(51, 51, 51, 0.19);
          box-shadow: 0 11px 38px 0 rgba(51, 51, 51, 0.19);
}
@media (max-width: 768px) {
  .worksPage .gridBox .slide__item {
    height: 400px;
  }
}
.worksPage .gridBox .slide__item .slide__link {
  display: block;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.worksPage .gridBox .slide__item .slide__link .slide__link--img {
  height: 100%;
  overflow: hidden;
  border-radius: 50px;
}
.worksPage .gridBox .slide__item .slide__link .slide__link--img .itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.worksPage .gridBox .slide__item .slide__link .slide__link--img .itemImg:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.worksPage .gridBox .slide__item .slide__link .slide__link--title {
  position: absolute;
  width: calc(100% - 30px);
  color: #ffffff;
  padding: 24px;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 39, 40, 0.5);
  border-radius: 50px 0 0 0;
}
.worksPage .gridBox .slide__item .slide__link .slide__link--title .main {
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
.worksPage .gridBox .slide__item .slide__link .slide__link--title .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.worksPage .pagination {
  font-family: "Roboto";
  display: inline-block;
  width: 100%;
  text-align: center;
}
.worksPage .pagination .page-numbers {
  color: #242728;
  padding: 8px 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50px;
}
.worksPage .pagination .page-numbers.current {
  background-color: #3fe1d0;
  color: #ffffff;
  border-radius: 50px;
}
.worksPage .pagination .page-numbers:hover:not(.active) {
  background-color: #ececec;
}

.worksDetail {
  width: 750px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .worksDetail {
    margin-bottom: 60px;
  }
}
.worksDetail .detailpageTitleBox {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.worksDetail .detailpageTitleBox .detailpageTitle {
  font-size: 3.8rem;
  font-family: Raleway;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .worksDetail .detailpageTitleBox .detailpageTitle {
    font-size: 2.4rem;
  }
}
.worksDetail .worksDetailBox {
  margin-bottom: 80px;
}
.worksDetail .worksDetailBox .worksDetailBox__img {
  margin-bottom: 20px;
}
.worksDetail .worksDetailBox .worksDetailBox__txt .worksDetailBox__txt--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.worksDetail .worksDetailBox .worksDetailBox__txt .worksDetailBox__txt--list .worksDetailBox__txt--dt {
  width: 30%;
  padding: 8px;
}
@media (max-width: 768px) {
  .worksDetail .worksDetailBox .worksDetailBox__txt .worksDetailBox__txt--list .worksDetailBox__txt--dt {
    width: 100%;
  }
}
.worksDetail .worksDetailBox .worksDetailBox__txt .worksDetailBox__txt--list .worksDetailBox__txt--dd {
  width: 70%;
  padding: 8px;
}
@media (max-width: 768px) {
  .worksDetail .worksDetailBox .worksDetailBox__txt .worksDetailBox__txt--list .worksDetailBox__txt--dd {
    width: 100%;
  }
}

/*==============================================================================================================================================================================================
*
*
*下層ページ - service
*
*
==============================================================================================================================================================================================*/
.servicePage {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .servicePage {
    margin-bottom: 60px;
  }
}
.servicePage .service__list .service__listBox {
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox {
    padding: 20px 24px;
  }
}
.servicePage .service__list .service__listBox .service__list--title {
  margin-bottom: 24px;
}
.servicePage .service__list .service__listBox .service__list--title .number {
  font-family: roboto;
  font-size: 4.8rem;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox .service__list--title .number {
    font-size: 4rem;
  }
}
.servicePage .service__list .service__listBox .service__list--title .text {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox .service__list--title .text {
    font-size: 2rem;
  }
}
.servicePage .service__list .service__listBox .service__list--title .text .bigFont {
  font-size: 4.8rem;
  color: #3fe1d0;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox .service__list--title .text .bigFont {
    font-size: 4rem;
  }
}
.servicePage .service__list .service__listBox .service__list--title .text::after {
  content: "";
  display: block;
  width: 85px;
  height: 5px;
  background-color: #242728;
}
.servicePage .service__list .service__listBox .service__list--contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox .service__list--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.servicePage .service__list .service__listBox .service__list--contents .service__list--txtBox {
  width: 60%;
  padding: 16px 40px 40px 0;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox .service__list--contents .service__list--txtBox {
    width: 100%;
    padding: 0;
  }
}
.servicePage .service__list .service__listBox .service__list--contents .service__list--txtBox .txt01 {
  font-weight: bold;
}
.servicePage .service__list .service__listBox .service__list--contents .service__list--img {
  width: 40%;
  padding: 16px 40px 40px 40px;
}
@media (max-width: 768px) {
  .servicePage .service__list .service__listBox .service__list--contents .service__list--img {
    width: 100%;
    padding: 0;
  }
}

.flow {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .flow {
    margin-bottom: 60px;
  }
}
.flow .title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 90px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .flow .title {
    font-size: 2rem;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.flow .title::before {
  content: "Flow";
  display: inline-block;
  font-family: "Allura";
  font-weight: 400;
  font-style: normal;
  font-size: 350%;
  color: #3fe1d0;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
  position: absolute;
  left: 324px;
  top: -65px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow .title::before {
    font-size: 200%;
    left: -8px;
    top: -40px;
  }
}
.flow .flowsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
}
@media (max-width: 768px) {
  .flow .flowsection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flowsection .flowsection__tab {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(135deg, #ececec 41.67%, #ffffff 41.67%, #ffffff 50%, #ececec 50%, #ececec 91.67%, #ffffff 91.67%, #ffffff 100%);
  background-size: 8.49px 8.49px;
  border-radius: 50px;
  padding: 40px 128px;
}
@media (max-width: 768px) {
  .flow .flowsection .flowsection__tab {
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.flow .flowsection .flowsection__tab .flowsection__tab--leftside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
@media (max-width: 768px) {
  .flow .flowsection .flowsection__tab .flowsection__tab--leftside {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow .flowsection .flowsection__tab .flowsection__tab--number {
  font-family: "roboto";
  font-size: 2.4rem;
  margin-right: 40px;
  color: #3fe1d0;
}
@media (max-width: 768px) {
  .flow .flowsection .flowsection__tab .flowsection__tab--number {
    margin-right: 0;
  }
}
.flow .flowsection .flowsection__tab .number06 {
  position: relative;
}
.flow .flowsection .flowsection__tab .number06::before {
  content: "Complete!!";
  display: inline-block;
  font-family: "Allura";
  font-weight: 400;
  font-style: normal;
  font-size: 216%;
  color: #c0924e;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
  position: absolute;
  left: -139px;
  top: -57px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .flow .flowsection .flowsection__tab .number06::before {
    font-size: 125%;
    left: -148px;
    top: -17px;
  }
}
.flow .flowsection .flowsection__tab--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .flow .flowsection .flowsection__tab--title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.flow .flowsection .flowsection__tab--title .flowsection__tab--img {
  width: 30px;
  margin-right: 24px;
}
.flow .flowsection .flowsection__tab--title .flowsection__tab--txt {
  font-size: 2rem;
}
.flow .normalTxt {
  width: 50%;
}
@media (max-width: 768px) {
  .flow .normalTxt {
    width: 100%;
    text-align: left;
  }
}
.flow .normalTxt .text01 {
  margin-bottom: 10px;
}

/*==============================================================================================================================================================================================
*
*
*下層ページ - about
*
*
==============================================================================================================================================================================================*/
.aboutPage {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .aboutPage {
    margin-bottom: 60px;
  }
}
.aboutPage .profileBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .aboutPage .profileBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 60px;
  }
}
.aboutPage .profileBox .profileBox__img {
  width: 320px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .aboutPage .profileBox .profileBox__img {
    margin-bottom: 16px;
  }
}
.aboutPage .profileBox .profileBox__txt {
  letter-spacing: 0.05em;
}
.aboutPage .profileBox .profileBox__txt .profileBox__txt--jp {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .aboutPage .profileBox .profileBox__txt .profileBox__txt--jp {
    font-size: initial;
  }
}
.aboutPage .profileBox .profileBox__txt .profileBox__txt--en {
  font-size: 4.8rem;
  font-family: "Raleway";
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .aboutPage .profileBox .profileBox__txt .profileBox__txt--en {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.aboutPage .profileBox .profileBox__txt .profileBox__txt--ex {
  font-size: 2.4rem;
  font-family: "Raleway";
  color: #c0924e;
}
@media (max-width: 768px) {
  .aboutPage .profileBox .profileBox__txt .profileBox__txt--ex {
    font-size: initial;
  }
}
.aboutPage .aboutMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2vw;
}
@media (max-width: 768px) {
  .aboutPage .aboutMe {
    text-align: center;
  }
}
.aboutPage .aboutMe .aboutMe__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1160px;
  width: 100%;
  background-image: linear-gradient(135deg, #ececec 41.67%, #ffffff 41.67%, #ffffff 50%, #ececec 50%, #ececec 91.67%, #ffffff 91.67%, #ffffff 100%);
  background-size: 8.49px 8.49px;
  border-radius: 50px;
  padding: 40px 128px;
}
@media (max-width: 768px) {
  .aboutPage .aboutMe .aboutMe__tab {
    padding: 20px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutPage .aboutMe .aboutMe__tab .aboutMe__tab--title {
  font-family: "Raleway";
  font-weight: bold;
  font-size: 2.4rem;
  color: #3fe1d0;
  margin-right: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .aboutPage .aboutMe .aboutMe__tab .aboutMe__tab--title {
    margin: 32px 0 48px 0;
    text-align: center;
  }
}
.aboutPage .aboutMe .aboutMe__tab .aboutMe__tab--title::before {
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  -webkit-transform: rotate(34deg);
      -ms-transform: rotate(34deg);
          transform: rotate(34deg);
  display: block;
  position: absolute;
  background: #c0924e;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}

/*==============================================================================================================================================================================================
*
*
*下層ページ - contact
*
*
==============================================================================================================================================================================================*/
.contactPage {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contactPage {
    margin-bottom: 60px;
  }
}
.contactPage .form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 768px) {
  .contactPage .form {
    width: 100%;
  }
}
.contactPage .form .form-item-label-required {
  color: #3fe1d0;
  font-size: 3rem;
}
.contactPage .form .form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactPage .form .form-item .form-item-label {
  width: 100%;
  margin-bottom: 16px;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.contactPage .form .form-item .form-item-label .form-item-label-required {
  margin-left: 8px;
  color: #3fe1d0;
  font-size: 3rem;
}
.contactPage .form .form-item .form-item-input {
  border-radius: 5px;
  padding: 10px;
  height: 48px;
  width: 100%;
  background: #ececec;
  font-size: 18px;
}
.contactPage .form .form-item .form-item-textarea {
  border-radius: 5px;
  padding: 10px;
  height: 216px;
  width: 100%;
  background: #ececec;
  font-size: 18px;
}

.contactPage .sectionExplanation {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contactPage .sectionExplanation {
    margin-bottom: 60px;
  }
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/*==============================================================================================================================================================================================
*
*
* ...
*
*
==============================================================================================================================================================================================*/
/*==============================================================================================================================================================================================
*
*
*Z-index管理
*
*
==============================================================================================================================================================================================*/
.header .header__inner {
  z-index: 1000;
}

.header-sp .header__inner {
  z-index: 10000;
}
.header-sp .header__inner .gnav {
  z-index: 9999;
}
.header-sp .header__inner .hamburgerBtn {
  z-index: 9999;
}

.slick-prev,
.slick-next {
  z-index: 9999;
}

.flow .title::before {
  z-index: -1;
}/*# sourceMappingURL=style.css.map */