@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Variables
///////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --color-primary: linear-gradient(135deg, rgb(3, 155, 170) 0%, rgb(4, 70, 219) 100%);
  --color-teal: rgb(3, 155, 170);
  --color-blue: rgb(4, 70, 219);
  --color-navy: #1a3a5c;
  --color-text: #333333;
  --color-text-light: #729299;
  --color-border: #d5e3e6;
  --color-bg: #f8fafd;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

/* /////////////////////////////////
  Reset & Base
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--font-ja);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  /*outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;*/
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Variables
///////////////////////////////// */
:root {
  --color-primary: linear-gradient(135deg, rgb(3, 155, 170) 0%, rgb(4, 70, 219) 100%);
  --color-teal: rgb(3, 155, 170);
  --color-blue: rgb(4, 70, 219);
  --color-navy: #1a3a5c;
  --color-text: #333333;
  --color-text-light: #729299;
  --color-border: #d5e3e6;
  --color-bg: #f8fafd;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

/* /////////////////////////////////
  Reset & Base
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--font-ja);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*====================================
  レイアウト
=====================================*/
html {
  font-size: 62.5%;
}

/* 表示・非表示 */
@media print, screen and (min-width: 769px) {
  .hidePC {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hideSP {
    display: none !important;
  }
}

/* コンテナ */
.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .container {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  .container {
    padding: 0 30px;
  }
}

/* メイン */
main {
  display: block;
  width: 100%;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Variables
///////////////////////////////// */
:root {
  --color-primary: linear-gradient(135deg, rgb(3, 155, 170) 0%, rgb(4, 70, 219) 100%);
  --color-teal: rgb(3, 155, 170);
  --color-blue: rgb(4, 70, 219);
  --color-navy: #1a3a5c;
  --color-text: #333333;
  --color-text-light: #729299;
  --color-border: #d5e3e6;
  --color-bg: #f8fafd;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

/* /////////////////////////////////
  Reset & Base
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--font-ja);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*====================================
  ヘッダー
=====================================*/
/* /////////////////////////////////
  HEADER
///////////////////////////////// */
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 29, 83, 0.2)), to(rgba(0, 59, 227, 0)));
  background: linear-gradient(180deg, rgba(0, 29, 83, 0.2) 0%, rgba(0, 59, 227, 0) 100%);
  z-index: -1;
  pointer-events: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border-radius: 40px;
  margin: 40px 40px 0 40px;
  padding: 0 20px 0 30px;
  width: calc(100% - 80px);
  height: 68px;
}
@media only screen and (max-width: 768px) {
  .header {
    margin: 20px 20px 0 20px;
    padding: 0 10px 0 20px;
    width: calc(100% - 40px);
    height: 60px;
  }
}
@media (max-width: 480px) {
  .header {
    margin: 15px 10px 0 10px;
    width: calc(100% - 20px);
    height: 50px;
  }
}

.header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo img {
  width: 260px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header-logo img {
    width: 180px;
  }
}
@media (max-width: 480px) {
  .header-logo img {
    width: 160px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-left: auto;
  margin-right: 20px;
}
@media print, screen and (max-width: 1219px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-nav a:hover {
  color: var(--color-teal);
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
}

.header-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, rgb(3, 155, 170) 37%, rgb(4, 70, 219) 100%);
  border-radius: 4px;
  padding: 12px 20px;
  height: 44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .header-contact-btn {
    display: none;
  }
}
.header-contact-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}
.header-contact-btn .material-icons {
  color: #ffffff;
  font-size: 20px;
}
.header-contact-btn span {
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .header-contact-btn span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-contact-btn {
    width: 44px;
    padding: 10px;
  }
}

.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 20px 15px;
  width: 50px;
}
.menu-btn .material-icons {
  font-size: 24px;
  color: #222222;
}
.menu-btn .fa-xmark {
  font-size: 20px;
  color: #222222;
}
.menu-btn .icon-close {
  display: none;
}
.menu-btn.active {
  border: none;
}
.menu-btn.active .icon-menu {
  display: none;
}
.menu-btn.active .icon-close {
  display: block;
}

/* /////////////////////////////////
  FULLSCREEN MODAL MENU
///////////////////////////////// */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
  font-weight: 700;
}
.fullscreen-menu.active {
  opacity: 1;
  visibility: visible;
}
.fullscreen-menu a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/M3aAlBxkqe/s-2000x1200_c8dec02e-2d7d-4e5e-8b0d-ec188548dd7e.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .menu-bg {
    background-size: auto 100%;
    background-position: center center;
  }
}
.menu-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.fullscreen-menu-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  padding: 160px 80px 80px;
  min-height: 100vh;
}
@media print, screen and (max-width: 1219px) {
  .fullscreen-menu-inner {
    gap: 60px;
    padding: 140px 40px 60px;
  }
}
@media (max-width: 900px) {
  .fullscreen-menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 130px 30px 60px;
  }
}
@media (max-width: 480px) {
  .fullscreen-menu-inner {
    padding: 110px 20px 40px;
  }
}

.menu-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  min-width: 320px;
}
@media (max-width: 900px) {
  .menu-left {
    min-width: auto;
  }
}

.menu-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.menu-section-title-en {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 500;
  background: var(--color-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 1220px) {
  .menu-section-title-en {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  .menu-section-title-en {
    font-size: 22px;
  }
}

.menu-section-title-ja {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.menu-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.menu-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.menu-service-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--color-text);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-service-main::before {
  content: "■";
  font-size: 8px;
  background: var(--color-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.menu-service-main:hover {
  color: var(--color-teal);
}

.menu-service-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-left: 24px;
}
.menu-service-sub a {
  font-size: 13px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-service-sub a:hover {
  color: var(--color-teal);
}

.menu-philosophy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
  margin-top: 10px;
}
.menu-philosophy-link:hover .menu-philosophy-link-en {
  opacity: 0.7;
}

.menu-philosophy-link-en {
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 500;
  background: var(--color-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 1220px) {
  .menu-philosophy-link-en {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  .menu-philosophy-link-en {
    font-size: 22px;
  }
}

.menu-philosophy-link-ja {
  font-size: 14px;
  color: #000;
}

.menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  min-width: 280px;
}
@media (max-width: 900px) {
  .menu-right {
    min-width: auto;
  }
}

.menu-main-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 12px;
}
.menu-main-link:hover .menu-main-link-en {
  color: var(--color-teal);
}

.menu-main-link-en {
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: 500;
  background: var(--color-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media print, screen and (min-width: 1220px) {
  .menu-main-link-en {
    font-size: 38px;
  }
}
@media (max-width: 900px) {
  .menu-main-link-en {
    font-size: 22px;
  }
}

.menu-main-link-ja {
  font-size: 14px;
  color: #000;
}

.menu-sub-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.menu-sub-links a {
  font-size: 15px;
  color: var(--color-text);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu-sub-links a:hover {
  color: var(--color-teal);
}

/* /////////////////////////////////
  HERO SECTION
///////////////////////////////// */
.hero {
  position: relative;
  width: 100%;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 140px 0 60px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/M3aAlBxkqe/s-2000x883_0a4e5cd9-52e5-4df1-a5b2-a74d68e2c22e.webp");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 155, 0.5019607843);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero {
    min-height: 280px;
    padding: 120px 0 50px;
  }
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .hero-container {
    padding: 0 20px;
  }
}

.hero-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  max-width: 700px;
}

.hero-title-en {
  font-family: var(--font-en);
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .hero-title-en {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .hero-title-en {
    font-size: 32px;
  }
}

.hero-title-ja {
  font-family: var(--font-ja);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .hero-title-ja {
    font-size: 14px;
  }
}

.hero-line {
  width: 100%;
  max-width: 900px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 28px;
}

.hero-desc {
  font-size: 15px;
  line-height: 1.8;
  opacity: 0.95;
}

/* /////////////////////////////////
  BREADCRUMB
///////////////////////////////// */
.breadcrumb {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding: 16px 20px;
  }
}
.breadcrumb .material-icons {
  font-size: 18px;
  color: #b1c3de;
}
.breadcrumb a {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: var(--color-teal);
}
.breadcrumb span {
  color: var(--color-text);
}
.breadcrumb span:nth-of-type(1) {
  font-size: 60%;
}
.breadcrumb span:nth-of-type(2) {
  color: #000;
}

.breadcrumb-container {
  width: 100%;
  max-width: 1200px;
  padding: 20px 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-container {
    padding: 0 0;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Variables
///////////////////////////////// */
:root {
  --color-primary: linear-gradient(135deg, rgb(3, 155, 170) 0%, rgb(4, 70, 219) 100%);
  --color-teal: rgb(3, 155, 170);
  --color-blue: rgb(4, 70, 219);
  --color-navy: #1a3a5c;
  --color-text: #333333;
  --color-text-light: #729299;
  --color-border: #d5e3e6;
  --color-bg: #f8fafd;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

/* /////////////////////////////////
  Reset & Base
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--font-ja);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*====================================
  フッター
=====================================*/
.footer-gradient-line {
  height: 5px;
  background: var(--color-primary);
}

.footer {
  position: relative;
  background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/M3aAlBxkqe/s-2000x1200_11e9ed8c-9214-4a84-9f0a-32f8b2677b3d.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 80px 40px;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 50px 20px 30px;
  }
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  margin-bottom: 50px;
}
.footer-logo img {
  height: 40px;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-banner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
}
@media print, screen and (min-width: 1220px) {
  .footer-banner {
    width: 240px;
  }
}
.footer-banner img {
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .footer-banner {
    width: 100%;
    max-width: 195px;
  }
}

.footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.footer-nav-column h3 {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d7e3e6;
}
.footer-nav-column h3 a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-nav-column h3 a:hover {
  color: var(--color-teal);
}
.footer-nav-column ul {
  list-style: none;
}
.footer-nav-column li {
  margin-bottom: 8px;
}
.footer-nav-column a {
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-nav-column a:hover {
  color: var(--color-teal);
}
.footer-nav-column .nav-item-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--color-text);
}
.footer-nav-column .nav-item-main::before {
  content: "■";
  font-size: 8px;
  background: var(--color-primary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.footer-nav-column .nav-item-sub {
  padding-left: 20px;
  font-size: 13px;
  color: #000;
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  /*padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}
@media only screen and (max-width: 768px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footer-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

.footer-company-name {
  font-weight: 700;
}

.footer-copyright {
  font-family: var(--font-en);
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Variables
///////////////////////////////// */
:root {
  --color-primary: linear-gradient(135deg, rgb(3, 155, 170) 0%, rgb(4, 70, 219) 100%);
  --color-teal: rgb(3, 155, 170);
  --color-blue: rgb(4, 70, 219);
  --color-navy: #1a3a5c;
  --color-text: #333333;
  --color-text-light: #729299;
  --color-border: #d5e3e6;
  --color-bg: #f8fafd;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

/* /////////////////////////////////
  Reset & Base
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--font-ja);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*====================================
  共通モジュール
=====================================*/
/* ボタン */
.mod__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: var(--color-primary);
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .mod__button {
    padding: 15px 30px;
    font-size: 1.5rem;
    width: 100%;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button {
    padding: 18px 40px;
    font-size: 1.6rem;
  }
}
.mod__button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mod__button:hover {
  background-color: rgb(20.7142857143, 62.1428571429, 124.2857142857);
}
.mod__button--mail::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* 見出し */
.mod__heading01 {
  text-align: center;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .mod__heading01 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading01 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/*
サイズとビューポートに基づいてvwを計算するための関数
ビューポート幅にスクロールバーの幅を加えることにより、ビューポートの実際の表示可能な幅を考慮
*/
/*
ピクセル単位のサイズ ($px) を rem 単位に変換するための関数
*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////
  Variables
///////////////////////////////// */
:root {
  --color-primary: linear-gradient(135deg, rgb(3, 155, 170) 0%, rgb(4, 70, 219) 100%);
  --color-teal: rgb(3, 155, 170);
  --color-blue: rgb(4, 70, 219);
  --color-navy: #1a3a5c;
  --color-text: #333333;
  --color-text-light: #729299;
  --color-border: #d5e3e6;
  --color-bg: #f8fafd;
  --font-ja: 'Noto Sans JP', sans-serif;
  --font-en: 'Outfit', sans-serif;
}

/* /////////////////////////////////
  Reset & Base
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: var(--font-ja);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/*====================================
  お問い合わせページ（専門サービス用）
=====================================*/
#contact-service {
  /*=========================
    フォームセクション
  =========================*/
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form-section {
    padding: 30px 20px 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form-section {
    padding: 50px 50px 100px 50px;
  }
}
#contact-service .contact-form {
  max-width: 800px;
  margin: 0 auto;
}
#contact-service .contact-form__note {
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__note {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form__note {
    font-size: 1.5rem;
  }
}
#contact-service .contact-form__note .required-mark {
  color: #ff0000;
}
#contact-service .contact-form__group {
  margin-bottom: 25px;
}
#contact-service .contact-form__label {
  display: block;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__label {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form__label {
    font-size: 1.5rem;
  }
}
#contact-service .contact-form__label .required {
  color: #ff0000;
  margin-left: 3px;
}
#contact-service .contact-form {
  /* チェックボックスグループ */
}
#contact-service .contact-form__checkbox-group {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__checkbox-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1219px) {
  #contact-service .contact-form__checkbox-group {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1220px) {
  #contact-service .contact-form__checkbox-group {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
#contact-service .contact-form__checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contact-service .contact-form__checkbox-item:hover {
  border-color: #1c54a8;
}
#contact-service .contact-form__checkbox-item {
  /* チェック時のスタイル */
}
#contact-service .contact-form__checkbox-item.is-checked {
  background-color: #1c54a8;
  border-color: #1c54a8;
}
#contact-service .contact-form__checkbox-item.is-checked span {
  color: #fff;
}
#contact-service .contact-form__checkbox-item {
  /* サムネイル画像 */
}
#contact-service .contact-form__checkbox-item .contact-form__checkbox-thumb {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-bottom: 10px;
}
#contact-service .contact-form__checkbox-item {
  /* チェックボックスを非表示 */
}
#contact-service .contact-form__checkbox-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#contact-service .contact-form__checkbox-item span {
  color: #000;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__checkbox-item span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form__checkbox-item span {
    font-size: 1.5rem;
  }
}
#contact-service .contact-form {
  /* テキスト入力 */
}
#contact-service .contact-form__input, #contact-service .contact-form__textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.6rem;
  color: #000;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__input, #contact-service .contact-form__textarea {
    font-size: 1.6rem;
  }
}
#contact-service .contact-form__input::-webkit-input-placeholder, #contact-service .contact-form__textarea::-webkit-input-placeholder {
  color: #aaa;
}
#contact-service .contact-form__input::-moz-placeholder, #contact-service .contact-form__textarea::-moz-placeholder {
  color: #aaa;
}
#contact-service .contact-form__input:-ms-input-placeholder, #contact-service .contact-form__textarea:-ms-input-placeholder {
  color: #aaa;
}
#contact-service .contact-form__input::-ms-input-placeholder, #contact-service .contact-form__textarea::-ms-input-placeholder {
  color: #aaa;
}
#contact-service .contact-form__input::placeholder, #contact-service .contact-form__textarea::placeholder {
  color: #aaa;
}
#contact-service .contact-form__input:focus, #contact-service .contact-form__textarea:focus {
  outline: none;
  border-color: var(--color-teal);
  background-color: #f8fafa;
}
#contact-service .contact-form__textarea {
  min-height: 180px;
  resize: vertical;
}
#contact-service .contact-form {
  /* 同意チェックボックス */
}
#contact-service .contact-form__agreement {
  text-align: center;
  margin: 40px 0;
}
#contact-service .contact-form__agreement-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
#contact-service .contact-form__agreement-check input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #1C54A8;
  cursor: pointer;
}
#contact-service .contact-form__agreement-check span {
  color: #000;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__agreement-check span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form__agreement-check span {
    font-size: 1.5rem;
  }
}
#contact-service .contact-form__agreement-link {
  display: block;
}
#contact-service .contact-form__agreement-link a {
  color: #1C54A8;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__agreement-link a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form__agreement-link a {
    font-size: 1.4rem;
  }
}
#contact-service .contact-form__agreement-link a:hover {
  text-decoration: none;
}
#contact-service .contact-form {
  /* 送信ボタン */
}
#contact-service .contact-form__submit {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contact-service .contact-form__submit .mod__button {
    width: 100%;
    max-width: 320px;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service .contact-form__submit .mod__button {
    min-width: 350px;
  }
}
#contact-service .contact-form {
  /* エラー表示 */
}
#contact-service .contact-form__group.has-error .contact-form__input,
#contact-service .contact-form__group.has-error .contact-form__textarea {
  border-color: #ff0000;
  background-color: #fff5f5;
}
#contact-service .contact-form {
  /* Cloudflare Turnstile */
}
#contact-service .contact-form__turnstile {
  text-align: center;
}
#contact-service .contact-form .error-message {
  color: #d9534f;
  font-size: 1.3rem;
  margin-top: 8px;
  display: block;
  font-weight: 700;
}
#contact-service .contact-form {
  /* 入力エラー状態 */
}
#contact-service .contact-form .has-error {
  border-color: #d9534f !important;
  background-color: #fff5f5 !important;
}
#contact-service {
  /* 送信ボタン非活性状態 */
}
#contact-service .mod__button.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/*====================================
  確認画面用スタイル
=====================================*/
#contact-service.contact-confirm .contact-form__checkbox-item input[type=checkbox] {
  display: none;
}
#contact-service.contact-confirm .contact-form__checkbox-item {
  /* 確認画面ではサムネイル非表示 */
}
#contact-service.contact-confirm .contact-form__checkbox-item .contact-form__checkbox-thumb {
  display: none;
}
#contact-service.contact-confirm .contact-form__input, #contact-service.contact-confirm .contact-form__textarea {
  background-color: transparent;
  border: none;
  padding: 0;
}
#contact-service.contact-confirm .contact-form__input:focus, #contact-service.contact-confirm .contact-form__textarea:focus {
  background-color: transparent;
}
#contact-service.contact-confirm .contact-form__back {
  text-align: center;
  margin-top: 20px;
}
#contact-service.contact-confirm .contact-form__back .back-link {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  font-size: 1.4rem;
}
#contact-service.contact-confirm .contact-form__back .back-link:hover {
  text-decoration: none;
}
#contact-service.contact-confirm .formItem {
  max-width: 800px;
  margin: 0 auto 30px;
}
#contact-service.contact-confirm .formItem dt {
  font-weight: 700;
  color: #000;
  padding: 15px 0 5px;
  border-top: 1px dotted #ddd;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-confirm .formItem dt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-confirm .formItem dt {
    font-size: 1.5rem;
  }
}
#contact-service.contact-confirm .formItem dt:first-child {
  border-top: none;
}
#contact-service.contact-confirm .formItem dd {
  color: #333;
  padding: 5px 0 15px;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-confirm .formItem dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-confirm .formItem dd {
    font-size: 1.5rem;
  }
}
#contact-service.contact-confirm .formItem dd input[type=hidden] {
  display: none;
}

/*====================================
  完了画面用スタイル
=====================================*/
#contact-service.contact-complete .contact-form-section {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-complete .contact-form-section {
    padding: 50px 20px 80px;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-complete .contact-form-section {
    padding: 80px 50px 120px;
  }
}
#contact-service.contact-complete .complete-message {
  max-width: 700px;
  margin: 0 auto;
}
#contact-service.contact-complete .complete-message__title {
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-complete .complete-message__title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-complete .complete-message__title {
    font-size: 2.4rem;
  }
}
#contact-service.contact-complete .complete-message__text {
  color: #000;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-complete .complete-message__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-complete .complete-message__text {
    font-size: 1.5rem;
  }
}
#contact-service.contact-complete .complete-message__text strong {
  color: #1C54A8;
  font-weight: 700;
}
#contact-service.contact-complete .complete-message__text--small {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-complete .complete-message__text--small {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-complete .complete-message__text--small {
    font-size: 1.5rem;
  }
}
#contact-service.contact-complete .complete-message__back {
  display: inline-block;
  color: #1C54A8;
  text-decoration: none;
  border: 1px solid #1C54A8;
  padding: 15px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #contact-service.contact-complete .complete-message__back {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #contact-service.contact-complete .complete-message__back {
    font-size: 1.5rem;
  }
}
#contact-service.contact-complete .complete-message__back:hover {
  background-color: #1C54A8;
  color: #fff;
}