@charset "UTF-8";
/**
* Foundation
* ========================== */
/* reset */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Foundation
* ========================== */
/* variables */
/* 変数のみ格納 */
/* // font // */
/* // color // */
/* // shadow // */
/* // breakpoint // */
/**
* Foundation
* ========================== */
/* mixin */
/* @mixin のみ記述 */
/* // メディアクエリ // */
/* // フォント設定 // */
/**
* Foundation
* ========================== */
/* function */
/* @function のみ記述 */
/**
 * 引数の最大画面サイズから指定されたpx数を元にvwに変換する関数
 * @param maxScreenSize 最大画面サイズ
 * @param px 変換するpx数
 * 
 * 例）変数定義PC幅（$pc）に対して560pxの要素を可変させる
 * width: g.vw(g.$pc, 560px);
 */
/**
* Foundation
* ========================== */
/* base */
/* 基本タグ指定 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/**
* Layout
* ========================== */
/* header */
.header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 2em;
  color: #436277;
}
@media (max-width: 768px) {
  .header_flex {
    padding: 0.5em;
  }
}

.header_logoarea {
  display: flex;
  align-items: center;
}
.header_logoarea img {
  width: 63px;
  margin-right: 1em;
}
@media (max-width: 768px) {
  .header_logoarea img {
    width: 40px;
    margin-right: 0.5em;
  }
}
.header_logoarea h1 {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .header_logoarea h1 {
    font-size: 0.6rem;
  }
}
.header_logoarea h1 span:nth-of-type(1) {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header_logoarea h1 span:nth-of-type(1) {
    font-size: 1rem;
  }
}
.header_logoarea h1 span:nth-of-type(2) {
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header_logoarea h1 span:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

@media (max-width: 1099px) {
  .header-pc_menuarea {
    display: none;
  }
}

.header-pc_nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 3em;
       column-gap: 3em;
  font-size: 1.25rem;
  font-weight: 500;
}
.header-pc_nav li a:not(.header-pc_btn) {
  position: relative;
}
.header-pc_nav li a:not(.header-pc_btn):after {
  background-color: #436277;
  bottom: -0.25em;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.header-pc_nav li a:not(.header-pc_btn):hover {
  opacity: 1;
}
.header-pc_nav li a:not(.header-pc_btn):hover::after {
  transform: scale(1, 1);
}

.header-pc_btn {
  display: block;
  padding: 0.8em 1.5em;
  background-color: #436277;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.header-pc_btn::after {
  background: #1D3D53;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.header-pc_btn:hover {
  opacity: 1;
  color: #fff;
}
.header-pc_btn:hover::after {
  transform: scale(1, 1);
}

/*hamburger*/
.hamburger {
  display: none;
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  cursor: pointer;
  text-align: center;
  background: #436277;
}
@media (max-width: 1099px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 14px;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 12px;
}

.hamburger span:nth-child(2) {
  top: 22px;
}

.hamburger span:nth-child(3) {
  top: 31px;
}

.hamburger p {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
  width: 14px;
}

.hamburger.active span:nth-child(1) {
  transform: translate(19px, 5px) rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  transform: translate(19px, -5px) rotate(-45deg);
}

.nav_sp {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background-color: #436277;
  padding: 3em 0;
  color: #fff;
  position: fixed;
  top: 117px;
  right: -100%;
  z-index: 2;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .nav_sp {
    top: 72px;
  }
}
.nav_sp.active {
  right: 0;
  transition: all 0.6s;
}

.nav_sp_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
.nav_sp_menu li {
  margin-bottom: 0.5em;
  font-size: 1rem;
  font-weight: 500;
}
.nav_sp_menu li a {
  text-decoration: underline;
}

/**
* Layout
* ========================== */
/* main */
.main {
  width: 100%;
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.noscroll {
  overflow: hidden;
}

/* conversion */
.conversion {
  background-color: #436277;
  color: #ffffff;
  font-weight: 500;
}

.conversion_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 11%;
       column-gap: 11%;
  padding: 5em 1em;
}
@media (max-width: 768px) {
  .conversion_inner {
    flex-direction: column;
    padding: 3em 1em 4em;
  }
}

.conversion_flex {
  display: flex;
  -moz-column-gap: 4em;
       column-gap: 4em;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .conversion_flex {
    flex-direction: column;
    align-items: center;
  }
}

.conversion_title {
  font-size: 1.46vw;
}
@media (max-width: 768px) {
  .conversion_title {
    font-size: 1.125rem;
    margin-bottom: 2em;
  }
}

.conversion_tel {
  text-align: center;
}
@media (max-width: 768px) {
  .conversion_tel {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #fff;
  }
}
.conversion_tel p {
  font-size: 1.04vw;
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {
  .conversion_tel p {
    font-size: 0.875rem;
    margin-bottom: 0.25em;
  }
}
.conversion_tel a {
  font-size: 2.34vw;
}
@media (max-width: 768px) {
  .conversion_tel a {
    font-size: 2rem;
  }
}
.conversion_tel a span {
  font-size: 1.67vw;
}
@media (max-width: 768px) {
  .conversion_tel a span {
    font-size: 1.25rem;
  }
}

.conversion_mail {
  text-align: center;
}
.conversion_mail p {
  font-size: 1.04vw;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .conversion_mail p {
    font-size: 0.875rem;
    margin-bottom: 2em;
  }
}
.conversion_mail .conversion_btn {
  display: block;
  background: #ffffff;
  padding: 0.75em 1em;
  font-size: 1.25vw;
  color: #436277;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.conversion_mail .conversion_btn::after {
  background: #1D3D53;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (max-width: 768px) {
  .conversion_mail .conversion_btn {
    font-size: 1rem;
  }
}
.conversion_mail .conversion_btn:hover {
  opacity: 1;
  color: #fff;
}
.conversion_mail .conversion_btn:hover::after {
  transform: scale(1, 1);
}

/**
* Layout
* ========================== */
/* aside */
/**
* Layout
* ========================== */
/* footer */
.footer {
  padding: 3em 0;
  background-color: #1D3D53;
  color: #ffffff;
}

.footer_logo {
  width: 120px;
  margin-bottom: 1em;
}

.footer_company_name {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer_company_name {
    font-size: 1.25rem;
  }
}
.footer_company_name span {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .footer_company_name span {
    font-size: 2rem;
  }
}

.footer_company_namber {
  margin-bottom: 3em;
}

.footer_flex {
  display: flex;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .footer_flex {
    flex-direction: column;
    align-items: center;
  }
}

.footer_address {
  width: 50%;
}
@media (max-width: 768px) {
  .footer_address {
    width: 80%;
    margin-bottom: 1.5em;
  }
}

.footer_business {
  width: 50%;
}
@media (max-width: 768px) {
  .footer_business {
    width: 80%;
  }
}
.footer_business span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .footer_business span {
    font-size: 0.75rem;
  }
}

.footer_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .footer_menu {
    flex-direction: column;
    align-items: center;
    text-decoration: underline;
  }
}
.footer_menu li:not(:last-of-type)::after {
  content: "／";
  padding: 0 1em;
}
@media (max-width: 768px) {
  .footer_menu li:not(:last-of-type)::after {
    content: "";
    padding: unset;
  }
}
@media (max-width: 768px) {
  .footer_menu li:not(:last-of-type) {
    margin-bottom: 0.25em;
  }
}

.footer_copy {
  font-size: 0.875rem;
  color: #B8CCD9;
}
@media (max-width: 768px) {
  .footer_copy {
    font-size: 0.75rem;
  }
}

/**
 * Object
 * ========================== */
/* Component ------------ */
/* button */
.btn {
  display: inline-block;
  background: #436277;
  padding: 0.75em 3em;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn::after {
  background: #1D3D53;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
@media (max-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 0.75em 1.5em;
  }
}
.btn:hover {
  opacity: 1;
  color: #fff;
}
.btn:hover::after {
  transform: scale(1, 1);
}

/**
* object
* ========================== */
/* page ------------ */
/* common */
/*page_header*/
.page_header {
  width: 100%;
  height: 23.44vw;
  background-image: url(/img/page_header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page_header {
    height: 40vw;
  }
}
.page_header h1 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .page_header h1 {
    font-size: 1.25rem;
  }
}
.page_header h1::before {
  display: block;
  content: "text";
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 4.5rem;
  color: #1D3D53;
}
@media (max-width: 768px) {
  .page_header h1::before {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.25em;
  }
}

/*page_contents*/
.page_contents {
  padding: 4em 0;
}

/**
* object
* ========================== */
/* page ------------ */
/* home */
/*top_fv*/
.top_fv {
  width: 100%;
  height: 100vh;
  position: relative;
}

.top_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top_header .header_logoarea,
.top_header .header-pc_nav li a:not(.header-pc_btn) {
  color: #fff;
}
.top_header .header-pc_nav li a:not(.header-pc_btn):after {
  background-color: #fff;
}

.top_fv_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_fv_textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_fv_text_1 {
  margin-bottom: 1.5em;
  font-size: 3.65vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  /* 下から50px下げた位置に配置 */
  transition: all 1s ease-out;
  /* アニメーションの時間と効果 */
}
.top_fv_text_1.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .top_fv_text_1 {
    white-space: nowrap;
    font-size: 7vw;
  }
}

.top_fv_text_2 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 2.5vw;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  /* 下から50px下げた位置に配置 */
  transition: all 1s ease-out;
  /* アニメーションの時間と効果 */
}
.top_fv_text_2.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .top_fv_text_2 {
    font-size: 5vw;
  }
}

/*top_concept*/
.top_concept {
  display: flex;
  background-color: #EAEDEF;
}
@media (max-width: 768px) {
  .top_concept {
    flex-direction: column-reverse;
  }
}

.top_concept_left {
  width: 50%;
}
@media (max-width: 768px) {
  .top_concept_left {
    width: 100%;
  }
}

.top_concept_right {
  width: 50%;
  padding: 1.5em 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top_concept_right {
    width: 100%;
    padding: 1.5em;
  }
}

.top_concept_textarea {
  width: 25.9vw;
}
@media (max-width: 768px) {
  .top_concept_textarea {
    width: 65%;
  }
}

.top_concept_title {
  width: 80%;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #436277;
  font-size: 2vw;
  font-weight: bold;
  color: #436277;
}
@media (max-width: 768px) {
  .top_concept_title {
    font-size: 1.25rem;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
}

.top_concept_text {
  font-size: 1vw;
  color: #436277;
}
@media (max-width: 768px) {
  .top_concept_text {
    font-size: 0.875rem;
  }
}

.top_concept_logoarea {
  width: 15vw;
}
@media (max-width: 768px) {
  .top_concept_logoarea {
    width: 30%;
  }
}

/*common*/
.top_section_title {
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: bold;
  color: #436277;
  text-align: center;
}
@media (max-width: 768px) {
  .top_section_title {
    font-size: 1.125rem;
  }
}
.top_section_title::before {
  display: block;
  content: "text";
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size: 5rem;
  color: #1D3D53;
}
@media (max-width: 768px) {
  .top_section_title::before {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.25em;
  }
}

.top_section_text {
  text-align: center;
  margin-bottom: 3em;
}
@media (max-width: 559px) {
  .top_section_text {
    text-align: left;
  }
}

/*top_vision_greerting*/
.top_vision_greerting {
  padding: 5em 0 3em;
}
@media (max-width: 768px) {
  .top_vision_greerting {
    padding: 0 0 3em;
  }
}

@media (max-width: 1099px) {
  .top_vision_title {
    font-size: 2.29vw;
  }
}
@media (max-width: 768px) {
  .top_vision_title {
    font-size: 1.125rem;
  }
}
.top_vision_title::before {
  content: "vision";
}
@media (max-width: 1099px) {
  .top_vision_title::before {
    font-size: 5.71vw;
  }
}
@media (max-width: 768px) {
  .top_vision_title::before {
    font-size: 2rem;
  }
}

.top_vision_greerting_wrapper {
  max-width: 1400px;
  margin: 0 auto 4em;
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  .top_vision_greerting_wrapper {
    overflow-x: hidden;
  }
}

.top_vision,
.top_greeting {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .top_vision,
.top_greeting {
    flex-direction: column;
  }
}

.top_greeting {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top_greeting {
    flex-direction: column;
  }
}

.top_greeting_title {
  margin-bottom: 3.5em;
}
@media (max-width: 1099px) {
  .top_greeting_title {
    font-size: 2.29vw;
  }
}
@media (max-width: 768px) {
  .top_greeting_title {
    font-size: 1.125rem;
    margin-bottom: 2em;
  }
}
.top_greeting_title::before {
  content: "greeting";
}
@media (max-width: 1099px) {
  .top_greeting_title::before {
    font-size: 5.71vw;
  }
}
@media (max-width: 768px) {
  .top_greeting_title::before {
    font-size: 2rem;
  }
}

.top_vision_textarea,
.top_greeting_textarea {
  width: 50%;
  height: 100%;
  padding: 2em;
}
@media (max-width: 768px) {
  .top_vision_textarea,
.top_greeting_textarea {
    height: unset;
    width: 100%;
  }
}

.top_vision_imgarea,
.top_greeting_imgarea {
  width: 50%;
  flex-shrink: 1;
}
@media (max-width: 768px) {
  .top_vision_imgarea,
.top_greeting_imgarea {
    width: 100%;
  }
}
.top_vision_imgarea img,
.top_greeting_imgarea img {
  height: 100%;
}

.top_vision_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #436277;
}
@media (max-width: 1099px) {
  .top_vision_text {
    font-size: 2.29vw;
  }
}
@media (max-width: 768px) {
  .top_vision_text {
    font-size: 1.125rem;
  }
}
.top_vision_text span {
  font-size: 3rem;
}
@media (max-width: 1099px) {
  .top_vision_text span {
    font-size: 3.43vw;
  }
}
@media (max-width: 768px) {
  .top_vision_text span {
    font-size: 1.5rem;
  }
}

.top_greeting_text_1 {
  margin-bottom: 3em;
  font-size: 1.25rem;
}
@media (max-width: 1099px) {
  .top_greeting_text_1 {
    font-size: 1.43vw;
  }
}
@media (max-width: 768px) {
  .top_greeting_text_1 {
    margin-bottom: 1.5em;
    font-size: 1rem;
  }
}

.top_greeting_text_2 {
  text-align: right;
}
@media (max-width: 1099px) {
  .top_greeting_text_2 {
    font-size: 1.43vw;
  }
}
@media (max-width: 768px) {
  .top_greeting_text_2 {
    font-size: 1rem;
  }
}
.top_greeting_text_2 span {
  margin-left: 2em;
  font-size: 1.75rem;
}
@media (max-width: 1099px) {
  .top_greeting_text_2 span {
    font-size: 2.29vw;
  }
}
@media (max-width: 768px) {
  .top_greeting_text_2 span {
    font-size: 1.25rem;
  }
}

/*top_movie*/
.top_movie {
  padding: 3em 0 4em;
}

.top_movie_title::before {
  content: "movie";
}

.top_movie_items {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .top_movie_items {
    flex-direction: column;
    row-gap: 2em;
  }
}

.top_movie_item {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top_movie_item {
    width: 90%;
  }
}
.top_movie_item video {
  width: 100%;
  height: auto;
}

/*top_business*/
.top_business {
  padding: 3em 0 5em;
  background-color: #F6F6F6;
}

.top_business_title::before {
  content: "business content";
}

.top_business_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 2.5em;
  margin-bottom: 3em;
}

.top_business_item {
  width: 30%;
}
@media (max-width: 768px) {
  .top_business_item {
    width: 90%;
    margin: 0 auto;
  }
}
.top_business_item h3 {
  margin: 1em 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #436277;
  text-align: center;
}
@media (max-width: 768px) {
  .top_business_item h3 {
    margin: 0.75em 0;
    font-size: 1rem;
  }
}

/*top_bgam*/
.top_bgam {
  width: 100%;
  height: 31.25vw;
  background-image: url(/img/top_bgam.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .top_bgam {
    height: 50vw;
  }
}
@media (max-width: 559px) {
  .top_bgam {
    height: 75vw;
  }
}

/*parallax*/
.parallax {
  width: 100%;
  height: 31.25vw;
}
@media (max-width: 768px) {
  .parallax {
    height: 50vw;
  }
}
@media (max-width: 559px) {
  .parallax {
    height: 75vw;
  }
}

.parallax_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parallax_img {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: none;
  width: 100%;
  height: 100vh;
  background-image: url(/img/top_bgam.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.parallax_img.on {
  display: block;
}

/*top_works*/
.top_works_title::before {
  content: "works";
}

.top_works {
  background-color: #fff;
  padding: 5em 0;
}

/**
* object
* ========================== */
/* page ------------ */
/* company */
.page_header-company h1::before {
  content: "company";
}

.company_text {
  margin-bottom: 3em;
  font-size: 1.5rem;
  font-weight: 500;
  color: #436277;
  text-align: center;
}
@media (max-width: 768px) {
  .company_text {
    font-size: 1.125rem;
  }
}

.company_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .company_flex {
    flex-direction: column;
  }
}

.company_logoarea {
  width: 26%;
}
@media (max-width: 768px) {
  .company_logoarea {
    width: 40%;
    margin: 0 auto 2em;
  }
}

.company_textarea {
  width: 66%;
}
@media (max-width: 768px) {
  .company_textarea {
    width: 100%;
  }
}
.company_textarea dl {
  display: flex;
  padding-bottom: 1em;
  margin-bottom: 1em;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
@media (max-width: 768px) {
  .company_textarea dl {
    flex-direction: column;
  }
}
.company_textarea dl:not(:last-of-type) {
  border-bottom: 1px solid #B8CCD9;
}
.company_textarea dt {
  width: 7em;
  flex-shrink: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .company_textarea dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.company_imgs {
  display: flex;
}
@media (max-width: 768px) {
  .company_imgs {
    flex-direction: column;
  }
}
.company_imgs img {
  width: 100%;
}

/**
* object
* ========================== */
/* page ------------ */
/* business */
.page_header-business h1::before {
  content: "bussiness content";
}

.business_text {
  margin-bottom: 4em;
  text-align: center;
}
@media (max-width: 768px) {
  .business_text {
    text-align: left;
  }
}

.business_item {
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .business_item {
    margin-bottom: 2em;
  }
}
.business_item h2 {
  padding: 0.25em;
  margin-bottom: 1em;
  background-color: #718C9E;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .business_item h2 {
    font-size: 1.125rem;
  }
}

.business_item_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .business_item_flex {
    flex-direction: column;
  }
}

.business_item_img {
  width: 46%;
}
@media (max-width: 768px) {
  .business_item_img {
    width: 100%;
    margin-bottom: 1em;
  }
}

.business_item_textarea {
  width: 50%;
}
@media (max-width: 768px) {
  .business_item_textarea {
    width: 100%;
  }
}
.business_item_textarea p {
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .business_item_textarea p {
    margin-bottom: 1em;
  }
}

.business_item_purpose {
  background-color: #F6F6F6;
  padding: 0.75em 1em;
}
.business_item_purpose h3 {
  margin-bottom: 0.25em;
  font-weight: 500;
  color: #436277;
}
.business_item_purpose ol {
  padding-left: 1em;
}
.business_item_purpose ol li {
  list-style-type: decimal;
}

/**
* object
* ========================== */
/* page ------------ */
/* works */
.page_header-works h1::before {
  content: "works";
}

.works_item {
  margin-bottom: 3em;
}
.works_item:not(:last-of-type)::after {
  display: block;
  margin: 3em auto;
  content: "";
  width: 70%;
  height: 1px;
  background-color: #B8CCD9;
}
.works_item h2 {
  display: inline-block;
  padding: 0.75em 1.5em;
  margin-bottom: 1.5em;
  background-color: #EAEDEF;
  font-size: 1.5rem;
  font-weight: 500;
  color: #436277;
}
@media (max-width: 768px) {
  .works_item h2 {
    font-size: 1rem;
  }
}

.works_item_flex {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .works_item_flex {
    flex-direction: column;
  }
}

.works_item_before {
  width: 43%;
  position: relative;
}
@media (max-width: 768px) {
  .works_item_before {
    width: 90%;
    margin: 0 auto;
  }
}
.works_item_before::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #436277;
  padding: 0.25em 1.5em;
  content: "施工前";
  font-weight: 500;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.works_item_after {
  width: 43%;
  position: relative;
}
@media (max-width: 768px) {
  .works_item_after {
    width: 90%;
    margin: 0 auto;
  }
}
.works_item_after::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #436277;
  padding: 0.25em 1.5em;
  content: "施工完了";
  font-weight: 500;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.works_item_arrow {
  width: 4%;
}
@media (max-width: 768px) {
  .works_item_arrow {
    width: 7.5%;
    margin: 0.5em auto;
    transform: rotate(90deg);
  }
}

/**
* object
* ========================== */
/* page ------------ */
/* contact */
.page_header-contact h1::before {
  content: "contact";
}

.contact_text {
  margin-bottom: 3em;
  text-align: center;
}
.contact_text a {
  text-decoration: underline;
  color: #436277;
}

.contact_contents h2 {
  display: inline-block;
  padding: 0.75em 1.5em;
  margin-bottom: 1em;
  background-color: #EAEDEF;
  font-size: 1.5rem;
  font-weight: 500;
  color: #436277;
}
@media (max-width: 768px) {
  .contact_contents h2 {
    font-size: 1rem;
  }
}

.contact_tel {
  margin-bottom: 5em;
}

.contact_telnamber {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #436277;
}
@media (max-width: 768px) {
  .contact_telnamber {
    font-size: 1rem;
  }
}
.contact_telnamber span {
  font-size: 2.8rem;
}
@media (max-width: 768px) {
  .contact_telnamber span {
    font-size: 1.5rem;
  }
}

.contact_mail_text {
  margin-bottom: 2em;
  text-align: center;
}
.contact_mail_text span {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .contact_mail_text span {
    font-size: 0.75rem;
  }
}

.contact_form {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contact_form {
    margin: 0 2em;
  }
}
.contact_form dl {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .contact_form dl {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact_form dl:last-of-type {
  margin-bottom: 3em;
}
.contact_form dt {
  width: 30%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .contact_form dt {
    width: 100%;
  }
}
.contact_form dt span {
  margin-left: 1em;
  font-size: 0.75rem;
  font-weight: normal;
  color: red;
}
@media (max-width: 768px) {
  .contact_form dt span {
    font-size: 0.5rem;
  }
}
.contact_form dd {
  width: 65%;
}
@media (max-width: 768px) {
  .contact_form dd {
    width: 100%;
  }
}
.contact_form dd input, .contact_form dd textarea {
  width: 100%;
  border: 1px solid #BDC4D9;
  border-radius: 5px;
  padding: 0.2em;
}

/**
* object
* ========================== */
/* page ------------ */
/* privacy */
.page_header-privacy h1::before {
  content: "privacy policy";
}

.privacy_contents {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .privacy_contents {
    font-size: 0.75em;
  }
}
.privacy_contents ol li {
  list-style-type: decimal;
  margin-left: 1em;
}

/**
* object
* ========================== */
/* utility ------------ */
/* margin */
.mb2em {
  margin-bottom: 2em;
}

.mb8 {
  margin-bottom: 8px;
}
@media (max-width: 559px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media (max-width: 559px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 559px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media (max-width: 559px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media (max-width: 559px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 559px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb56 {
  margin-bottom: 56px;
}
@media (max-width: 559px) {
  .mb56 {
    margin-bottom: 28px;
  }
}

.mb72 {
  margin-bottom: 72px;
}
@media (max-width: 559px) {
  .mb72 {
    margin-bottom: 36px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media (max-width: 559px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb96 {
  margin-bottom: 96px;
}
@media (max-width: 559px) {
  .mb96 {
    margin-bottom: 48px;
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media (max-width: 559px) {
  .mb120 {
    margin-bottom: 60px;
  }
}

.mb160 {
  margin-bottom: 150px;
}
@media (max-width: 559px) {
  .mb160 {
    margin-bottom: 80px;
  }
}

/**
* object
* ========================== */
/* utility ------------ */
/* flex */
.flex {
  display: flex;
}

/**
* object
* ========================== */
/* utility ------------ */
/* etc */
.pc_none {
  display: none;
}
@media (max-width: 559px) {
  .pc_none {
    display: inline;
  }
}

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

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

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

.ti1 {
  text-indent: 1em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */