@charset "UTF-8";
/* **************************************************************************************

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  margin: 0;
  position: relative;
  color: #333;
  font-family: "NotoSansCJKjp", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  body {
    min-height: 100%;
    min-width: 320px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.8;
  }
  .pc-no {
    display: inline-block;
  }
  .sp-no {
    display: none;
  }
}
@media print, screen and (min-width: 62.5em) { /* PC---------------1000px以上 */
  html {
    min-height: 100%;
  }
  body {
    margin: 0;
    height: 100%;
    min-height: 100%;
    font-size: 16px;
  }
  .pc-no {
    display: none;
  }
  .sp-no {
    display: inline-block;
  }
}
/* **************************************************************************************

RESET

************************************************************************************** */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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.8; /* 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

/**
 * 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 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* **************************************************************************************

 HEADER（ヘッダーのスタイル）/layout/_header/

************************************************************************************** */
/* **************************************************************************************

 COLOR（色のスタイル）/component/_color/

************************************************************************************** */
.color_blue-light {
  color: #3280e8 !important;
}
.color_blue-light-bg {
  background: #3280e8 !important;
}
.color_blue-light-bg_transparentize {
  background: rgba(50, 128, 232, 0.08);
}
.color_blue {
  color: #124ddb !important;
}
.color_blue-bg {
  background: #124ddb !important;
}
.color_red {
  color: #d30000 !important;
}
.color_yellow {
  color: #ed7700;
}
.color_gray {
  color: #505050;
}
.color_gray-light {
  color: #eee;
}
.color_gray-bg {
  background: #eee !important;
}
.color_gray-bg_transparentize {
  background: rgba(238, 238, 238, 0.55);
}
.color_white {
  color: #eee;
}
.color_white-bg {
  background: #fff !important;
}
.color_white-bg_transparentize {
  background: rgba(255, 255, 255, 0.55);
}

.header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 900px;
  display: block;
  content: "";
  padding: 2rem;
  background: #ffe000;
  color: black;
}
.header-left {
  position: relative;
  top: 100px;
  left: 100px;
  height: 100vh;
}
.header-ttl {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.header-ttl div {
  display: inline-block;
  margin-left: 40px;
  line-height: 1.7;
  font-size: clamp(1.375rem, 0.739rem + 3.18vw, 3.125rem);
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.5rem;
}
.header-ttl .ttl01:after {
  display: block;
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 2px;
  height: 95%;
  background: #000;
}
.header-ttl .ttl02 {
  position: relative;
  top: 90px;
}
.header-ttl .ttl02:after {
  display: block;
  content: "";
  position: relative;
  left: -10px;
  top: 0;
  width: 2px;
  height: 83%;
  background: #000;
}
.header-right {
  position: relative;
  top: 100px;
  left: 200px;
  width: calc(100% - 455px);
  height: 700px;
  margin-bottom: 80px;
  background: url("../imgs/header-right.webp") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-logo {
  position: absolute;
  top: 600px;
  left: 100px;
  width: 520px;
  height: 154px;
  background: url("../imgs/header-logo.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* --------- for Safari----------- */
_::-webkit-full-page-media, _:future, :root .header-right {
  left: 400px;
  width: calc(100% - 400px);
}

.Drone {
  width: 100%;
  max-width: 640px;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  top: -120px;
  right: 0;
}
.Drone .target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@media print, screen and (max-width: 64em) { /* Tablet---------------1024px以下 */
  .header .header-logo {
    z-index: 1;
    position: absolute;
    top: 650px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 500px;
    height: 150px;
    text-align: center;
  }
  .header-right {
    left: 200px;
    width: calc(100% - 434px);
    height: 700px;
  }
}
@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .header:before {
    width: 90%;
    height: 600px;
  }
  .header-left {
    position: relative;
    top: 70px;
    left: 10px;
    margin-right: 20px;
  }
  .header-ttl div {
    margin-left: 10px;
  }
  .header-ttl .ttl01:after {
    display: block;
    content: "";
    position: relative;
    top: 0;
    right: 0;
    width: 2px;
    height: 95%;
  }
  .header-ttl .ttl02 {
    position: relative;
    top: 90px;
  }
  .header-ttl .ttl02:after {
    display: block;
    content: "";
    position: relative;
    left: -3px;
    top: 0;
    width: 2px;
    height: 83%;
  }
  .header-right {
    top: 70px;
    left: 0;
    width: calc(100% - 10px);
    height: 95vh;
  }
  .header .header-logo {
    z-index: 1;
    position: absolute;
    top: 450px;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 350px;
    height: 100px;
    text-align: center;
  }
  .header .header-ttl {
    width: 100%;
  }
  .Drone {
    max-width: 640px;
    top: -50px;
  }

/* --------- for Safari----------- */
_::-webkit-full-page-media, _:future, :root .header-right {
  left: 120px;
  width: calc(100% - 140px);
  height: 95vh;
}
_::-webkit-full-page-media, _:future, :root .header-left {
  position: relative;
top: 70px;
left: 125px;
margin-right: 20px;
}


}
/* **************************************************************************************

 MAIN（メインコンテンツのスタイル）/layout/_main/

************************************************************************************** */
.main_default {
  width: calc(100% - 100px);
  margin: 0 auto;
  line-height: 2.5;
}
.main_cloud01 {
  background: url(../imgs/bg-01.jpg);
  background-position: top center;
  background-size: cover;
}
.main_cloud02 {
  background: url(../imgs/bg-02.jpg);
  background-position: top center;
  background-size: cover;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .main_default {
    width: 100%;
    padding: 0 1rem;
  }
}
/* **************************************************************************************

 MAIN（メインコンテンツのスタイル）/layout/_main/

************************************************************************************** */
.cloud {
  position: absolute;
  background: white;
  width: 2000px;
  height: 2000px;
  background: no-repeat url("../imgs/cloud.png");
  top: 0;
  -webkit-animation: cloudMove 50s linear infinite;
          animation: cloudMove 50s linear infinite;
}
.cloud-wrap {
  margin: 0;
  overflow: hidden;
  padding-bottom: 500px;
}
.cloud-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.cloud-con {
  position: relative;
  top: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 700px);
  align-items: center;
  justify-content: center;
  gap: 100px 0;
  padding: 1rem;
  place-items: center;
}
.cloud-img {
  position: relative;
  width: 95%;
}
.cloud-img span {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.cloud-img_rotate {
  -webkit-animation: 10s linear infinite rotation1;
          animation: 10s linear infinite rotation1;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes cloudMove { /* 雲が流れるアニメーション定義 */
  0% {
    opacity: 0;
    left: -500px;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 100%; /* 画面右外まで移動 */
  }
}
@keyframes cloudMove { /* 雲が流れるアニメーション定義 */
  0% {
    opacity: 0;
    left: -500px;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 100%; /* 画面右外まで移動 */
  }
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .cloud {
    position: absolute;
    background: white;
    width: 2000px;
    height: 2000px;
    background: no-repeat url("../imgs/cloud.png");
    top: 0;
    -webkit-animation: cloudMove 50s linear infinite;
            animation: cloudMove 50s linear infinite;
  }
  .cloud-wrap {
    margin: 0;
    overflow: hidden;
    height: 100%;
    padding-bottom: 200px;
  }
  .cloud-con {
    position: relative;
    top: 100px;
    grid-template-columns: 1fr;
  }
  .cloud-img {
    position: relative;
    width: 95%;
  }
  .cloud-img span {
    position: absolute;
    top: -50px;
    left: -20px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
}
/* **************************************************************************************

 FOOTER（フッターのスタイル）/layout/_footer/

************************************************************************************** */
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding: 2rem;
  position: relative;
  color: #fff;
  background: #124ddb;
}
.footer_ttl {
  width: 200px;
  height: 58px;
  background: url("../imgs/header-logo.svg") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer_map a {
  display: block;
  padding: 0.2rem 1rem;
  background: #fff;
  color: #124ddb;
  font-weight: 700;
}
.footer_map a:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 40em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .footer {
    padding: 2rem 0;
  }
  .footer_ttl {
    width: 200px;
    height: 58px;
  }
}
/* **************************************************************************************

 COPYRIGHT（コピーライトのスタイル）/layout/_copyright/

************************************************************************************** */
.copyright {
  padding: 1rem;
  color: #666;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0;
}

/* **************************************************************************************

 BOX（各ボックスのスタイル）/layout/_box/

************************************************************************************** */
.box_service01 {
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  gap: 50px;
}
.box_service02 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  gap: 50px;
}
.box_radius {
  width: 100%;
  border-radius: 60px;
}
.box_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 4fr));
  place-items: center;
  gap: 30px;
  padding: 2rem;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .box_service01, .box_service02 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .box_radius {
    width: 100%;
    border-radius: 60px;
    order: 2;
  }
  .box_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
    place-items: center;
  }
}
/* **************************************************************************************

 CONTACT（メールフォームのスタイル）/layout/_contact/

************************************************************************************** */
/* ---- カードコンテナ ---- */
.form-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: min(90%, 980px);
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(80, 60, 180, 0.12);
  padding: 44px 48px 44px;
}

.form-card h1 {
  font-size: 1.55rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

/* ---- フォームグループ ---- */
.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}

/* ---- 入力欄 ---- */
.form-group input[type=text],
.form-group input[type=email],
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  font-size: 0.95rem;
  border: 1.5px solid #ccc;
  border-radius: 8px;
  background: #fafafa;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  outline: none;
  font-family: inherit;
  color: #333;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #7c6de0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(124, 109, 224, 0.15);
}

.form-group input[type=checkbox] {
  -webkit-appearance: auto;
          appearance: auto;
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.75;
}

.required {
  padding: 0.2rem 0.5rem;
  color: #fff;
  background: #f68d11;
  border-radius: 6px;
  font-size: 0.7rem;
}

/* ---- エラースタイル ---- */
.error {
  color: #ff4e00;
  font-size: 14px;
  margin-top: 4px;
  display: block;
}

.error-input:focus {
  box-shadow: 0 0 0 3px rgba(220, 0, 0, 0.12) !important;
}

input.error-input,
textarea.error-input,
select.error-input {
    border-color: #f68d11 !important;
  background-color: #fff0f0 !important;
}
/* ---- ボタン ---- */
.btn-submit,
.btn-back {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 15px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.07em;
  transition: opacity 0.2s, -webkit-transform 0.1s;
  transition: opacity 0.2s, transform 0.1s;
  transition: opacity 0.2s, transform 0.1s, -webkit-transform 0.1s;
  text-align: center;
}

.btn-submit {
  background: #36a26d;
  color: #fff;
}

.btn-submit:hover:not(:disabled) {
  opacity: 0.9;
}

.btn-submit:disabled {
  cursor: not-allowed;
  background: #ccc;
}

/* 戻るボタン */
.btn-back {
  background: #f0f0f0;
  color: #555;
  border: 1.5px solid #ddd;
}

.btn-back:hover {
  background: #e4e4e4;
}

/* ---- 完了メッセージ ---- */
.success-message {
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .form-card {
    padding: 28px 18px 28px;
  }
  .form-card h1 {
    font-size: 1.25rem;
  }
}
/* **************************************************************************************

 MARGIN-PADDING /component/_mixin/

************************************************************************************** */
.mg-0 {
  margin: 0rem !important;
}
.mt-0 {
  margin-top: 0rem !important;
}
.mr-0 {
  margin-right: 0rem !important;
}
.mb-0 {
  margin-bottom: 0rem !important;
}
.ml-0 {
  margin-left: 0rem !important;
}
.mtb-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.mlr-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.pd-0 {
  padding: 0rem !important;
}
.pb-0 {
  padding-bottom: 0rem !important;
}
.pt-0 {
  padding-top: 0rem !important;
}
.pl-0 {
  padding-left: 0rem !important;
}
.pr-0 {
  padding-right: 0rem !important;
}
.ptb-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.plr-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.mg-1 {
  margin: 1rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mtb-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mlr-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.pd-1 {
  padding: 1rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.ptb-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.plr-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.mg-2 {
  margin: 2rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mtb-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mlr-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.pd-2 {
  padding: 2rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pl-2 {
  padding-left: 2rem !important;
}
.pr-2 {
  padding-right: 2rem !important;
}
.ptb-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.plr-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.mg-3 {
  margin: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mtb-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mlr-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.pd-3 {
  padding: 3rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pl-3 {
  padding-left: 3rem !important;
}
.pr-3 {
  padding-right: 3rem !important;
}
.ptb-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.plr-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.mg-4 {
  margin: 4rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.mtb-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.mlr-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.pd-4 {
  padding: 4rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pl-4 {
  padding-left: 4rem !important;
}
.pr-4 {
  padding-right: 4rem !important;
}
.ptb-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.plr-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.mg-5 {
  margin: 5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mr-5 {
  margin-right: 5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.ml-5 {
  margin-left: 5rem !important;
}
.mtb-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.mlr-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.pd-5 {
  padding: 5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pl-5 {
  padding-left: 5rem !important;
}
.pr-5 {
  padding-right: 5rem !important;
}
.ptb-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.plr-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.mt-025 {
  margin-top: 0.25rem !important;
}
.mr-025 {
  margin-right: 0.25rem !important;
}
.mb-025 {
  margin-bottom: 0.25rem !important;
}
.ml-025 {
  margin-left: 0.25rem !important;
}
.mtb-025 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mlr-025 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mg-025 {
  margin: 0.25rem !important;
}
.mt-05 {
  margin-top: 0.5rem !important;
}
.mr-05 {
  margin-right: 0.5rem !important;
}
.mb-05 {
  margin-bottom: 0.5rem !important;
}
.ml-05 {
  margin-left: 0.5rem !important;
}
.mtb-05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mlr-05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mg-05 {
  margin: 0.5rem !important;
}

.pt-025 {
  padding-top: 0.25rem !important;
}
.pr-025 {
  padding-right: 0.25rem !important;
}
.pb-025 {
  padding-bottom: 0.25rem !important;
}
.pl-025 {
  padding-left: 0.25rem !important;
}
.ptb-025 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.plr-025 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.pd-025 {
  padding: 0.25rem !important;
}
.pt-05 {
  padding-top: 0.5rem !important;
}
.pr-05 {
  padding-right: 0.5rem !important;
}
.pb-05 {
  padding-bottom: 0.5rem !important;
}
.pl-05 {
  padding-left: 0.5rem !important;
}
.ptb-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.plr-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.pd-05 {
  padding: 0.5rem !important;
}

/* **************************************************************************************

 FONT（fontのスタイル）/component/_font/

************************************************************************************** */
.font {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 auto;
}
.font_xs {
  font-size: 0.7rem;
  line-height: 1.3;
  vertical-align: middle;
}
.font_s {
  font-size: 0.9rem;
  line-height: 1.5;
}
.font_m {
  font-size: 1rem;
}
.font_l {
  font-size: clamp(1.15rem, 1.103rem + 0.24vw, 1.25rem);
}
.font_ll {
  font-size: clamp(1.5rem, 1.265rem + 1.18vw, 2rem);
}
.font_2l {
  font-size: clamp(1.375rem, 0.739rem + 3.18vw, 3.125rem); /*---22px〜54px--- */
}

.bold {
  font-weight: 600;
}

.under-line {
  text-decoration: underline;
}

.border_yellow {
  background: linear-gradient(transparent 80%, #FFFF00 70%);
}

.line-height15 {
  line-height: 1.5;
}

.line-height25 {
  line-height: 2.5;
}

.block-inline {
  display: inline-block;
}

.block {
  display: block;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-left-center {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.whitespace-no {
  white-space: nowrap;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .txt-center-left {
    text-align: left;
  }
  .txt-left-center {
    text-align: center;
  }
  .whitespace-no {
    white-space: nowrap;
  }
}
/* =Webfont
--------------------------------------------------------------------------*/
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp_Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp_Bold.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp_Black.eot") format("eot");
  font-display: swap;
}
html {
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.biz-udmincho-regular {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* =Webfont--icon
--------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?xiwu67");
  src: url("../fonts/icomoon.eot?xiwu67#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xiwu67") format("truetype"), url("../fonts/icomoon.woff?xiwu67") format("woff"), url("../fonts/icomoon.svg?xiwu67#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-up:before {
  content: "\e900";
} /*--- 上　--- */
.icon-chevron-down:before {
  content: "\e906";
} /*--- 下　--- */
.icon-chevron-left:before {
  content: "\e904";
  vertical-align: middle;
} /*--- 左　--- */
.icon-chevron-right:before {
  content: "\e905";
  vertical-align: middle;
} /*--- 右　--- */
.icon-check-before:before {
  content: "\e908";
} /*--- チェック前　--- */
.icon-check-after:before {
  content: "\e907";
} /*--- チェック後-白　--- */
.icon-envelope01:before {
  content: "\e901";
} /*--- メール-白　--- */
.icon-envelope02:before {
  content: "\e902";
} /*--- メール-黒　--- */
.icon-FB:before {
  content: "\e909";
  vertical-align: middle;
} /*--- フェイスブック　--- */
.icon-question-circle:before {
  content: "\e903";
} /*--- はてなマーク-○　--- */
.ic-sm {
  font-size: 0.8em;
}

.ic-lg {
  font-size: 1.33em;
}

.ic-1x {
  font-size: 1.8em;
}

.ic-2x {
  font-size: 2em;
}

.ic-3x {
  font-size: 3em;
}

.ic-4x {
  font-size: 4em;
}

.ic-5x {
  font-size: 5em;
}

.ic-fw {
  padding-right: 0.3rem;
  text-align: center;
}

/* **************************************************************************************

 BUTTON（ボタンのスタイル）/component/_btn/

************************************************************************************** */
.btn {
  display: block;
  padding: 0.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  word-break: keep-all;
}
.btn:hover {
  transition: 0.3s ease-in-out;
}
.btn._blue {
  color: #fff;
  background: linear-gradient(0deg, rgb(33, 126, 227) 50%, rgb(134, 184, 240));
  border-radius: 6px;
}
.btn._blue:hover {
  opacity: 0.7;
}
.btn._blue._w500 {
  width: 500px;
}
@media screen and (max-width: 62.5em) {
  .btn._blue._w500 {
    width: 100%;
  }
}
.btn._blue-line {
  border: 1px solid #124ddb;
  border-radius: 6px;
  background: #fff;
  color: #124ddb;
}
.btn._blue-line:hover {
  background: #124ddb;
  color: #fff;
}
.btn._blue-line-opacity {
  border: 1px solid #124ddb;
  border-radius: 6px;
  background: #fff;
  color: #124ddb;
}
.btn._blue-line-opacity:hover {
  opacity: 0.8;
}
.btn._blue-lineArrow {
  border: 2px solid #124ddb;
  border-radius: 6px;
  background: #fff;
  color: #124ddb;
}
.btn._blue-lineArrow::after {
  font-family: "icomoon";
  content: "\e905";
  vertical-align: middle;
}
.btn._blue-lineArrow:hover {
  background: #124ddb;
  color: #fff;
}
.btn._blue-lineArrow._w500 {
  width: 500px;
  line-height: 2.5;
}
@media screen and (max-width: 62.5em) {
  .btn._blue-lineArrow._w500 {
    width: 100%;
  }
}
.btn._white {
  background: #fff;
}
.btn._white:hover {
  background: #999;
  color: #fff;
}
.btn._white-line {
  border: 1px solid #999;
}
.btn._white-line:hover {
  background: #999;
  color: #fff;
}

.btn._round {
  border-radius: 60px;
}
.btn._shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.btn._shadow-sharp {
  -webkit-filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.15));
}

.btn-img {
  display: block;
}
.btn-img:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.btn-txt._s {
  font-size: 14px;
}
.btn-txt._m {
  font-size: 16px;
}
.btn-txt._l {
  font-size: 20px;
}


/* **************************************************************************************

 FLEX /component/_flex/

************************************************************************************** */
.flex {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.flex._gap30 {
  grid-gap: 30px;
}
.flex_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex_center._gap30 {
  grid-gap: 30px;
}
.flex_center._gap50 {
  grid-gap: 50px;
}
.flex_center_column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex_center_column._gap30 {
  grid-gap: 30px;
}
.flex_center_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex_start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flex_start._gap30 {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 30px;
}
.flex_between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex_between._gap30 {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.flex_between._gap50 {
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
}
.flex._column {
  display: flex;
  flex-direction: column;
}
.flex._row {
  display: flex;
  flex-direction: row;
}

@media print, screen and (min-width: 40em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .flex_center {
    flex-direction: row;
  }
  .flex_center_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .flex_start {
    flex-direction: row;
  }
  .flex_start._gap30 {
    flex-direction: row;
    align-items: flex-start;
  }
  .flex_between {
    flex-direction: row;
  }
  .flex_between._gap30 {
    flex-direction: row;
  }
  .flex_between._gap50 {
    flex-direction: row;
  }
}
/* **************************************************************************************

 GRID /component/_grid/

************************************************************************************** */
.grid {
  display: grid;
  align-content: center;
  flex-wrap: wrap;
}
.grid._grid2 {
  grid-template-columns: 1fr;
}
.grid._grid3 {
  grid-template-columns: 1fr;
}
.grid._grid4 {
  grid-template-columns: 1fr;
}
.grid._grid5 {
  grid-template-columns: 1fr;
}
.grid._gap20 {
  grid-gap: 20px;
}
.grid._gap30 {
  grid-gap: 30px 30px;
}
.grid._gap50 {
  grid-gap: 50px 50px;
}

@media print, screen and (min-width: 40em) { /* -------- PC用のスタイル(1000px以上)-------- */
  .grid {
    display: grid;
    align-content: center;
    flex-wrap: wrap;
  }
  .grid._grid2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 2fr));
  }
  .grid._grid3 {
    grid-template-columns: repeat(auto-fit, minmax(30%, 3fr));
  }
  .grid._grid4 {
    grid-template-columns: repeat(auto-fit, minmax(22%, 4fr));
  }
  .grid._grid5 {
    grid-template-columns: repeat(auto-fit, minmax(16%, 5fr));
  }
}
/* **************************************************************************************

 LINKS（linkのスタイル）/component/_link/

************************************************************************************** */
a.open::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  height: 1rem;
  width: 1rem;
  margin: 0.3rem 0 0 0.3rem;
  content: "";
  background-image: url("../imgs/page-link.svg");
  transition: 0.5s ease-in-out;
}

.link_alpha {
  text-decoration: underline;
  transition: 0.3s;
}
.link_alpha:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.link_default {
  text-decoration: underline;
  transition: 0.3s;
}
.link_default:hover {
  color: #ec4b62;
  transition: 0.3s;
}
.link_default.open::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  height: 1rem;
  width: 1rem;
  margin: 0.3rem 0 0 0.3rem;
  content: "";
  background-image: url("../imgs/page-link.svg");
  transition: 0.5s ease-in-out;
}

/* **************************************************************************************

 PAGETOP（TOPへ戻るのスタイル）/component/_pagetop/)

************************************************************************************** */
html {
  scroll-behavior: smooth;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 40px;
  text-decoration: none;
  z-index: 10;
  /* 最初は透明 */
  opacity: 0;
  pointer-events: none;
  /* フェード表示 */
  transition: opacity 0.4s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.4s ease, transform 0.2s ease;
  transition: opacity 0.4s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  /* ふわふわ上下アニメーション */
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
}
.pagetop .icon {
  display: inline-block;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  /* ホバーで少し上に動く */
}
.pagetop .icon:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/* 表示状態 */
.pagetop.show {
  opacity: 1;
  pointer-events: auto;
}

/* ホバー（PC）で少し上に動く */
.pagetop:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* スマホのタップ時（active）でも上に動く */
.pagetop:active {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* ふわふわ上下 */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .pagetop {
    display: none;
  }
}
/* **************************************************************************************

 TABLE（テーブルのスタイル）/component/_table/)

************************************************************************************** */
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  background: #fff;
  text-align: left;
}
.tbl th {
  background: #eee;
}
.tbl td.vcenter {
  vertical-align: middle;
}
.tbl td.bg-gray {
  background: #eee;
}

.tbl-wrap { /*----- スクロールバー非表示-----*/
  overflow-x: scroll;
  width: 100%;
}

.tbl-wrap-y {
  overflow: auto;
  height: 250px;
  background: #fff;
  border: 1px solid #ccc;
}

.tbl-lineV {
  width: 100%;
}
.tbl-lineV td {
  padding: 1rem;
  border-left: solid 1px #666;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  box-sizing: border-box;
}
.tbl-lineV td:first-child {
  border-left: none;
  word-break: keep-all;
}
.tbl-lineV .b-left {
  border-left: 1px solid #666;
  padding-left: 1rem;
}

.tbl-stripe {
  background-image: linear-gradient(to top left, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), #999 50%, transparent calc(50% + 1px), transparent);
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .tbl {
    width: 100%;
  }
  .tbl th,
  .tbl td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tbl tr:last-child {
    border-bottom: solid 1px #ccc;
  }
  .tbl-lineV .b-left {
    border-top: 1px solid #666;
    border-left: none;
    padding-left: 0;
  }
}
/* **************************************************************************************

 TTL（タイトルのスタイル）/component/_ttl/)

************************************************************************************** */
.ttl_service, .ttl_works {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: white;
  font-size: 2rem;
  font-weight: 700;
}
.ttl_service h2, .ttl_works h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.ttl_service h2::before, .ttl_works h2::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  background: #fce000;
}
.ttl_sub {
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  padding: 0 1rem;
  font-weight: 700;
}
.Ptitle {
  margin-top: 2rem;
  padding: 1rem 0;
  font-weight: 600;
  text-align: left;
}

.Pcont {
  margin: 0 0 3rem 1rem;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .ttl_service {
    margin: 0 1rem;
  }
}

/* **************************************************************************************

 UL.OL（ul.olのスタイル）/component/_ul/)

************************************************************************************** */
.ul_number {
  padding-top: 1rem;
}
.ul_number li {
  list-style: decimal;
  margin-left: 2.5rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.ol {
  padding-top: 1rem;
}
.ol li {
  list-style: disc;
  margin-left: 2.5rem;
  padding-bottom: 1rem;
  line-height: 1;
}
/* **************************************************************************************

 FADE（フェードのスタイル）/component/_fade/)

************************************************************************************** */
/* Fade */
.fade-up,
.fade-left,
.fade-right,
.zoom-in {
  opacity: 0;
  transition: all 0.8s ease;
}

.fade-up {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.fade-left {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.fade-right {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.zoom-in {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.is-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* 時間差 */
.delay-1 {
  transition-delay: 0.15s;
}

.delay-2 {
  transition-delay: 0.3s;
}

.delay-3 {
  transition-delay: 0.45s;
}

.delay-4 {
  transition-delay: 0.6s;
}

.delay-5 {
  transition-delay: 0.75s;
}

.delay-6 {
  transition-delay: 0.9s;
}

.delay-7 {
  transition-delay: 1.05s;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */ }
/* **************************************************************************************

 SLIDER（スライダーのスタイル）/component/_slider/)

************************************************************************************** */

.youtube-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;   /* ← 超重要 */
}
.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;         /* 余計な隙間防止 */
  border: 0;
}

.yt-player {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.yt-player iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.slide-inner > div {
  width: 100%;
  height: 100%;
}



/* コンテナのサイズ調整 */
.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* ページネイションをinlineで中央に */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 基本状態（左右） */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.7s;
}

.swiper-slide .slide-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* ← これが重要 */
  transition: 0.7s;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.3;
}

/* iframeを全面配置 */
.slide-inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 中央 */
.swiper-slide-active .slide-inner {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .swiper-slide .slide-inner {
    -webkit-transform: scale(1);
            transform: scale(1); /* 縮小やめる */
    opacity: 1; /* 透明やめる */
  }
}
/* **************************************************************************************

 GNAVI（グローバルナビのスタイル）/project/_gnav/

************************************************************************************** */
.gnav {
  z-index: 1;
  position: absolute;
  top: 785px;
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  margin-top: 50px;
  margin-left: 100px;
}
.gnav li {
  position: relative;
  display: block;
}
.gnav a {
  display: block;
  padding: 0 0.5rem;
  color: transparent;
  background: linear-gradient(to right, #ff6700 50%, #000 50%) 100%;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  transition: background-position 0.3s;
  font-weight: 700;
}
.gnav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  margin-bottom: -5px;
  background-color: #ff6700;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.gnav a:hover {
  background-position: 0 100%;
}
.gnav a:hover::after {
  width: 100%;
}

_::-webkit-full-page-media, _:future, :root .gnav {
  margin-top: 50px;
}

@media print, screen and (max-width: 40em) { /* SP---------------640px以下 */
  .gnav {
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-top: -150px;
    margin-left: 0;
  }
  _::-webkit-full-page-media, _:future, :root .gnav {
  margin-top: -150px;
}
}
/* **************************************************************************************

 GNAVI（グローバルナビのスタイル）/project/_gnav/

************************************************************************************** */
:root {
  --color_default-base: #FFFFFF; /* 白 */
  --color_default-text: #000000; /* 黒 */
  --color_main: #ffe000; /* 緑 */
  --color_accent: #F15A24; /* 橙 */
}

body,
.bg-default {
  background: var(--color_default-base);
  color: var(--color_default-text);
}

.bg-main {
  background-color: var(--color_main);
  color: var(--color_default-text);
}

.bg-accent {
  background-color: var(--color_accent);
  color: var(--color_default-text);
}

/* ダークモードの時 */
@media (prefers-color-scheme: dark) {
  :root {
    --color_default-base: #151515;
    --color_default-text: #ccc;
  }
  .main_cloud01,
  .main_cloud02 {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
  }
  .header::before {
    -webkit-filter: saturate(90%) brightness(65%);
            filter: saturate(90%) brightness(65%);
  }
  .header-right,
  .color_blue-light-bg,
  .ttl_service,
  .footer {
    -webkit-filter: saturate(90%) brightness(85%);
            filter: saturate(90%) brightness(85%);
  }
  .ttl01,
  .ttl02,
  .ttl_sub,
  .header-logo,
  .color_white-bg,
  .form-card,
  .btn,
  img {
    -webkit-filter: saturate(80%) brightness(70%);
            filter: saturate(80%) brightness(70%);
  }
  .header-ttl,
  .cloud-con,
  .ttl_sub,
  .form-card,
  .privacy-txt {
    color: #151515;
  }
    .gnav a,
    .color_white {
    color: #ccc;
  }
  .color_white-bg_transparentize {
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
  }
  .color_white-bg_transparentize p {
    color: #ccc;
  }
  .box_wrap img {
    -webkit-filter: saturate(100%) brightness(90%);
            filter: saturate(100%) brightness(90%);
  }
}