@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-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 {
  -webkit-box-sizing: content-box;
  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 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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 {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

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

/**
 * Add the correct display in IE 10.
 */
.button {
  padding-top: 30px;
}

.button .button__link {
  display: inline-block;
  width: 100%;
  max-width: 160px;
  padding: 9px 1em;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.button--home {
  text-align: center;
}

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

@media (max-width: 768px) {
  .button--right {
    text-align: left;
  }
}

.sectionWrapper .title {
  font-weight: 800;
  color: #333333;
}

.sectionWrapper .title--h2 {
  min-height: 0vw;
  font-size: calc(1.75rem + ((1vw - 0.234375rem) * 0.3756));
  line-height: calc(2rem + ((1vw - 0.234375rem) * 0));
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 38vw;
  height: 100vh;
  /*ナビの高さ*/
  background: #222222;
  /*動き*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 38vw;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li .logo__link .logo__icon {
  width: 42px;
}

#g-nav li a {
  color: #ffffff;
  text-decoration: none;
  padding: 14px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: calc(1.125rem + ((1vw - 0.234375rem) * 0.1878));
  font-weight: bold;
}

/*アクティブクラスがついたら位置を0に*/
/*ナビゲーションの縦スクロール*/
/*ナビゲーション*/
/*リストのレイアウト設定*/
/*========= ボタンのためのCSS ===============*/
.menu-text {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #ffffff;
  font-size: 0.6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 28px;
  right: 4vw;
  cursor: pointer;
  width: 62px;
  height: 14px;
}

.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  width: 36%;
}

.openbtn1 span:nth-of-type(1) {
  top: 1px;
}

.openbtn1 span:nth-of-type(2) {
  top: 6px;
}

.openbtn1 span:nth-of-type(3) {
  bottom: 1px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 0;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-30deg);
  transform: translateY(6px) rotate(-30deg);
  width: 40%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(30deg);
  transform: translateY(-6px) rotate(30deg);
  width: 40%;
}

/*×に変化*/
/*------ musk --------*/
.musk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  background: rgba(34, 34, 34, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.musk.active {
  display: block;
}

body.noscroll {
  overflow: hidden;
}

.openbtn1.openbtn1--bg span {
  background: #222222;
}

.openbtn1--bg .menu-text {
  color: #222222;
}

.openbtn1.openbtn1--bg.active span {
  background: #ffffff;
}

.openbtn1--bg.active .menu-text {
  color: #ffffff;
}

#g-nav {
  width: 80vw;
}

#g-nav.panelactive #g-nav-list {
  width: 80vw;
}

body {
  font-family: "Montserrat", 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
}

.sectionWrapper .text {
  min-height: 0vw;
  padding-top: 30px;
  color: #333333;
  font-size: calc(0.875rem + ((1vw - 0.234375rem) * 0.1878));
  line-height: calc(2rem + ((1vw - 0.234375rem) * 0));
}

.sectionWrapper .text--notoSans {
  font-family: "Noto Sans", sans-serif;
}

body a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

body a:hover {
  opacity: 0.5;
}

.breadcrumb {
  width: 100%;
  padding: 10px 4vw;
  font-size: calc(0.75rem + ((1vw - 0.234375rem) * 0.1878));
  line-height: 1.5;
}

html body img {
  width: 100%;
}

.sectionWrapper {
  width: 100%;
}

.sectionWrapper .section {
  max-width: 1100px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 4vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 5;
  color: #ffffff;
}

.header .logo .logo__link .logo__icon {
  max-width: 26px;
  vertical-align: middle;
}

.header .logo .logo__link .logo__text {
  max-width: 228px;
  padding-left: 10px;
  vertical-align: middle;
}

.header .navigation {
  max-width: 62px;
}

.header.header--bg .logo .logo__link .logo__icon,
.header.header--bg .logo .logo__link .logo__text {
  -webkit-filter: invert(80%);
  filter: invert(80%);
}

.footer {
  background-color: #525252;
  text-align: center;
}

.footer .copyright {
  display: inline-block;
  padding: 20px 1em;
  color: #ffffff;
}

/*------ about --------*/
.sectionWrapper--about {
  margin-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(85%, #ffffff), color-stop(85%, #f0f0f0), to(#f0f0f0));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 85%, #f0f0f0 85%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 85%, #f0f0f0 85%, #f0f0f0 100%);
}

.sectionWrapper--about .aboutBackground {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 104px 40px;
  background-image: url("../img/about-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.sectionWrapper--about .aboutBackground .section.section--about {
  max-width: 590px;
  margin: 0;
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.company {
  padding-bottom: 40px;
}

.company .overview {
  margin-top: 30px;
  border-top: 1px solid #dddddd;
}

.company .overview .list {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
}

.company .overview .list .item {
  border-bottom: 1px solid #dddddd;
  color: #333333;
}

.company .overview .list .item__name {
  width: 20%;
  padding: 20px 0;
  vertical-align: middle;
}

.company .overview .list .item__detail {
  vertical-align: middle;
}

.company .map {
  position: relative;
  margin-top: 40px;
}

.company .map::before {
  content: "";
  display: block;
  padding-top: calc(((360 / 1100) * 100%));
}

.company .map__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .sectionWrapper--about .aboutBackground .section.section--about {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .sectionWrapper--about .aboutBackground {
    padding: 80px 4vw;
    background-image: url(../img/about-img-sp.png);
    background-size: cover;
  }
  .company .overview .list .item__name {
    width: 40%;
  }
  .company .map::before {
    padding-top: calc(((470 / 345) * 100%));
  }
}

/*------ intro --------*/
.introWrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
}

.introWrapper .sectionWrapper--intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 80px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.introWrapper .sectionWrapper--intro .section {
  margin: 0;
}

.introWrapper .sectionWrapper--intro .section .title {
  margin-top: 80px;
}

.introWrapper .sectionWrapper--intro .section .intro {
  padding-top: 40px;
}

.introWrapper .sectionWrapper--intro .section .intro__image {
  max-width: 520px;
}

.introWrapper .sectionWrapper--intro .section .intro__text {
  padding-top: 30px;
}

@media (max-width: 1100px) {
  .introWrapper .sectionWrapper--intro {
    padding: 0 4vw 80px;
  }
}

@media (max-width: 768px) {
  .introWrapper .sectionWrapper--intro {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 4vw 40px;
  }
}

@media (max-width: 1100px) {
  .introWrapper .sectionWrapper--intro .section:nth-child(2n) {
    padding: 0 0 0 2vw;
  }
}

@media (max-width: 768px) {
  .introWrapper .sectionWrapper--intro .section:nth-child(2n) {
    padding: 0 0 0 0;
  }
}

/*------ topics --------*/
.sectionWrapper--topics .section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}

.sectionWrapper--topics .section .topicWrapper .topic {
  width: 100%;
  max-width: 700px;
  text-align: left;
  margin-left: auto;
  border-bottom: 1px solid #cecece;
}

.sectionWrapper--topics .section .topicWrapper .topic__date {
  padding-top: 40px;
  color: #cecece;
  font-weight: 700;
}

.sectionWrapper--topics .section .topicWrapper .topic__title {
  padding: 15px 0;
  font-weight: bold;
}

@media (max-width: 1100px) {
  .sectionWrapper--topics .section {
    padding: 40px 4vw;
  }
}

@media (max-width: 768px) {
  .sectionWrapper--topics .section .topicWrapper .topic {
    margin: 0 auto;
  }
}

/*------ contact --------*/
.sectionWrapper--contact {
  background-color: #f0f0f0;
}

.sectionWrapper--contact .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 120px;
}

.sectionWrapper--contact .column .section--contact .text {
  max-width: 440px;
  padding-right: 30px;
}

.sectionWrapper--contact .column .image__item {
  max-width: 580px;
}

@media (max-width: 768px) {
  .section--contact {
    max-width: 580px;
    padding-top: 30px;
  }
}

@media (max-width: 1100px) {
  .sectionWrapper--contact .column {
    padding: 80px 4vw 120px;
  }
}

@media (max-width: 768px) {
  .sectionWrapper--contact .column {
    display: block;
  }
}

@media (max-width: 768px) {
  .sectionWrapper--contact .column .section--contact .text {
    max-width: inherit;
    padding-right: 0;
  }
}

.sectionWrapper--topicsBg {
  height: 50vh;
  position: relative;
  z-index: 1;
}

.sectionWrapper--topicsBg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #222222), to(#222222));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
}

.sectionWrapper--topicsBg .section.section--topicsBg {
  width: 84.4%;
  height: 86.5%;
  background-image: url("../img/heading-img_about.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.sectionWrapper--topicsBg .section.section--topicsBg .title--h1 {
  position: absolute;
  z-index: 3;
  top: 16vh;
  right: 0;
  -webkit-transform: translate(34%, 0);
  transform: translate(34%, 0);
  color: #ffffff;
}

.sectionWrapper--topicsBg .section.section--topicsBg .title--h1 .title__main {
  display: block;
  min-height: 0vw;
  font-size: calc(3.5rem + ((1vw - 0.234375rem) * 1.5023));
}

.sectionWrapper--topicsBg .section.section--topicsBg .title--h1 .title__sub {
  display: block;
  min-height: 0vw;
  font-size: calc(1rem + ((1vw - 0.234375rem) * 0.3756));
}

@media (max-width: 768px) {
  .sectionWrapper--topicsBg .section.section--topicsBg .title--h1 {
    position: absolute;
    right: -30%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 480px) {
  .sectionWrapper--topicsBg .section.section--topicsBg .title--h1 {
    position: absolute;
    top: 50%;
    right: -8%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
  }
}

.topicsList .section .topicWrapper .topic {
  max-width: inherit;
  padding: 10px 0 30px;
}

.topicsList .section .topicWrapper .topic .topic__link:hover {
  opacity: 0.5;
}

.topicsList .section .topicWrapper .topic .topic__date {
  display: inline-block;
  padding-top: 10px;
}

.topicsList .section .topicWrapper .topic .tag {
  display: inline-block;
  padding: 3px 0.5em;
  background: #525252;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 10px;
}

.topicsList .section .topicWrapper .topic .topic__title {
  padding: 15px 0 0;
  font-size: calc(1.3125rem + ((1vw - 0.234375rem) * 0.0939));
}

.topicsList .section .topicWrapper .topic .topic__text {
  padding-top: 15px;
  line-height: 2;
}

.topicsList .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/*------ ページネーション --------*/
.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  color: #333333;
  font-size: calc(0.875rem + ((1vw - 0.234375rem) * 0.1878));
}

/*------ topics以下ページのタイトルレイアウト調整 --------*/
.main--underTopics .sectionWrapper--topicsBg {
  height: 50vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main--underTopics .sectionWrapper--topicsBg .section.section--topicsBg .title--h1 {
  position: absolute;
  z-index: 3;
  top: 16vh;
  right: 0;
  -webkit-transform: translate(34%, 0);
  transform: translate(34%, 0);
  color: #ffffff;
  overflow-wrap: break-word;
  width: 49vw;
  text-transform: uppercase;
}

.main--underTopics .sectionWrapper--topicsBg .section.section--topicsBg .title--h1 .title__main {
  word-break: break-all;
}

.sectionWrapper--key {
  height: 100vh;
  position: relative;
  z-index: 1;
}

.sectionWrapper--key::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #222222), to(#222222));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
}

.sectionWrapper--key .section.section--key {
  width: 76.4%;
  height: 86.5%;
  background-image: url("../img/kv-img.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.sectionWrapper--key .section.section--key .title--h1 {
  position: absolute;
  z-index: 3;
  top: 20vh;
  right: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  color: #ffffff;
}

.sectionWrapper--key .section.section--key .title--h1 .title__main {
  display: block;
  min-height: 0vw;
  font-size: calc(3.5rem + ((1vw - 0.234375rem) * 1.5023));
}

.sectionWrapper--key .section.section--key .title--h1 .title__sub {
  display: block;
  min-height: 0vw;
  font-size: calc(1rem + ((1vw - 0.234375rem) * 0.3756));
}

@media (max-width: 768px) {
  .sectionWrapper--key .section.section--key {
    height: 90%;
    background-image: url("../img/kv-img-tab.png");
  }
}

@media (max-width: 480px) {
  .sectionWrapper--key .section.section--key {
    background-image: url("../img/kv-img-sp.png");
  }
}

@media (max-width: 768px) {
  .sectionWrapper--key .section.section--key .title--h1 {
    position: absolute;
    top: 30vh;
    right: -36%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: inherit;
    max-width: 244px;
  }
}

@media (max-width: 480px) {
  .sectionWrapper--key .section.section--key .title--h1 {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: inherit;
    max-width: 244px;
    padding: 0;
  }
}

/*------ about us --------*/
.sectionWrapper--aboutBg {
  height: 50vh;
  position: relative;
  z-index: 1;
}

.sectionWrapper--aboutBg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #222222), to(#222222));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
}

.sectionWrapper--aboutBg .section.section--aboutBg {
  width: 84.4%;
  height: 86.5%;
  background-image: url("../img/heading-img_about.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.sectionWrapper--aboutBg .section.section--aboutBg .title--h1 {
  position: absolute;
  z-index: 3;
  top: 16vh;
  right: 0;
  -webkit-transform: translate(34%, 0);
  transform: translate(34%, 0);
  color: #ffffff;
}

.sectionWrapper--aboutBg .section.section--aboutBg .title--h1 .title__main {
  display: block;
  min-height: 0vw;
  font-size: calc(3.5rem + ((1vw - 0.234375rem) * 1.5023));
}

.sectionWrapper--aboutBg .section.section--aboutBg .title--h1 .title__sub {
  display: block;
  min-height: 0vw;
  font-size: calc(1rem + ((1vw - 0.234375rem) * 0.3756));
}

.sectionWrapper--aboutPage .section--about {
  max-width: 1100px;
  margin: 0 auto;
}

.sectionWrapper--aboutPage .about {
  max-width: 770px;
  padding: 110px 12vw;
}

.sectionWrapper--aboutPage .about--bg {
  background-color: #f0f0f0;
}

.sectionWrapper--aboutPage .about--right {
  margin-left: auto;
}

.sectionWrapper--aboutPage .about .title--h2 {
  max-width: 400px;
  margin: 0 auto;
}

.sectionWrapper--aboutPage .about .textWrapper {
  max-width: 400px;
  margin: 0 auto;
  font-weight: bold;
}

.sectionWrapper--aboutPage .about .textWrapper .text--large {
  font-size: calc(1.5rem + ((1vw - 0.3rem) * 0));
}

.sectionWrapper--aboutPage .aboutWrapper {
  position: relative;
  margin-top: 148px;
}

.sectionWrapper--aboutPage .aboutWrapper .ceo {
  position: absolute;
  top: -45%;
  left: 0;
  -webkit-transform: translate(0, 65%);
          transform: translate(0, 65%);
}

.sectionWrapper--aboutPage .aboutWrapper .ceo__image {
  max-width: 420px;
}

@media (max-width: 1100px) {
  .sectionWrapper--aboutPage .section {
    padding: 40px 4vw;
  }
  .sectionWrapper--aboutPage .aboutWrapper .ceo {
    top: -50%;
  }
}

@media (max-width: 768px) {
  .sectionWrapper--aboutBg .section.section--aboutBg {
    background-position: center center;
  }
  .sectionWrapper--aboutBg .section.section--aboutBg .title--h1 {
    position: absolute;
    right: -41%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .sectionWrapper--aboutPage .aboutWrapper .ceo {
    top: -35%;
  }
  .sectionWrapper--aboutPage .aboutWrapper .ceo__image {
    max-width: 320px;
  }
}

@media (max-width: 480px) {
  .sectionWrapper--aboutBg .section.section--aboutBg .title--h1 {
    position: absolute;
    top: 50%;
    right: -8%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
  }
  .sectionWrapper--aboutPage .aboutWrapper .ceo {
    top: -30%;
    left: -4vw;
  }
}

/***************************************
フォーム
****************************************/
/*------ contact page --------*/
.sectionWrapper--contactBg {
  height: 50vh;
  position: relative;
  z-index: 1;
}

.sectionWrapper--contactBg::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #222222), to(#222222));
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #222222 50%, #222222 100%);
}

.sectionWrapper--contactBg .section.section--contactBg {
  width: 84.4%;
  height: 86.5%;
  background-image: url("../img/heading-img_contact.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.sectionWrapper--contactBg .section.section--contactBg .title--h1 {
  position: absolute;
  z-index: 3;
  top: 16vh;
  right: 0;
  -webkit-transform: translate(34%, 0);
  transform: translate(34%, 0);
  color: #ffffff;
}

.sectionWrapper--contactBg .section.section--contactBg .title--h1 .title__main {
  display: block;
  min-height: 0vw;
  font-size: calc(3.5rem + ((1vw - 0.234375rem) * 1.5023));
}

.sectionWrapper--contactBg .section.section--contactBg .title--h1 .title__sub {
  display: block;
  min-height: 0vw;
  font-size: calc(1rem + ((1vw - 0.234375rem) * 0.3756));
}

@media (max-width: 768px) {
  .sectionWrapper--contactBg .section.section--contactBg {
    background-position: center center;
  }
  .sectionWrapper--contactBg .section.section--contactBg .title--h1 {
    position: absolute;
    right: -30%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 480px) {
  .sectionWrapper--contactBg .section.section--contactBg .title--h1 {
    position: absolute;
    top: 50%;
    right: -8%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
  }
}

.sectionWrapper--contactPage .section {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 1100px) {
  .sectionWrapper--contactPage .section {
    padding: 40px 4vw;
  }
}

@media (max-width: 768px) {
  .sectionWrapper--contactPage .section .contactWrapper .contact {
    margin: 0 auto;
  }
}

form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #333333;
  font-size: 1rem;
  text-align: left;
}

form label {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

form input {
  font-size: 1rem;
}

form .group__name {
  display: inline-block;
  margin: 50px 0 10px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.6;
}

form .group__name--confirm {
  font-weight: bold;
}

form .group__label {
  display: inline-block;
  margin: 50px 0 10px;
  margin-left: 1rem;
  font-size: 0.75rem;
  vertical-align: middle;
  line-height: 1.4;
}

form .group__label--require {
  color: #ffffff;
  padding: 2px 6px;
  color: #ffffff;
  background-color: #333333;
}

.mw_wp_form form .error {
  padding-top: 10px;
  color: #d9534f;
  display: block;
}

.form-group--confirm {
  padding: 20px;
  background-color: #ededed;
}

/*--------------------------------------
テキスト
---------------------------------------*/
.msr_text_05 {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}

input[type="text"].msr_text_05, input[type="tel"].msr_text_05, input[type="email"].msr_text_05 {
  background: #fff;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  width: 100%;
}

.msr_text_05.msr_text_05--short {
  max-width: 360px;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/
.form-radioWrapper > p {
  display: inline-block;
  width: 100%;
}

.msr_radio_05 {
  display: inline-block;
}

@media (max-width: 480px) {
  .msr_radio_05 {
    display: block;
    padding-bottom: 15px;
  }
}

/*
.msr_radio_05 li {
  padding-bottom: 5px;
}

.msr_radio_05 input[type="radio"] {
  display: none;
  margin: 0;
}

.msr_radio_05 label {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}

.msr_radio_05 label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}

.msr_radio_05 input[type="radio"]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
} */
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

input[type="radio"] + span {
  position: relative;
  display: inline-block;
  padding: 0 40px 0 26px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"] + span:before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}

input[type="radio"]:checked + span:after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: 0;
  position: absolute;
  left: 4px;
  top: 3px;
  height: 8px;
  width: 8px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/
.msr_check_05 {
  padding-bottom: 20px;
}

.msr_check_05 li {
  padding-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.msr_check_05 input[type="checkbox"] {
  display: none;
  margin: 0;
}

.msr_check_05 input[type="checkbox"] + span {
  cursor: pointer;
  display: inline;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0 24px;
  position: relative;
}

.msr_check_05 input[type="checkbox"] + span::before {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: 1px;
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
}

.msr_check_05 input[type="checkbox"]:checked + span::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  left: 3px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 10px;
}

/*--------------------------------------
PRIVACY POLICY
---------------------------------------*/
form .text.scroll {
  border: 1px solid #999999;
  padding-top: 0;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  height: 252px;
}

form .text.scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 12px;
}

form .text.scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

form .text.scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

form .scroll__inner {
  padding: 0 1rem;
}

.sectionWrapper .text.text--privacypolicy {
  padding-top: 20px;
}

form .privacypolicy dl {
  padding-bottom: 20px;
}

form .privacypolicy dt {
  padding-top: 20px;
  font-weight: normal;
}

/*--------------------------------------
プルダウン
---------------------------------------*/
.msr_pulldown_05 {
  padding-bottom: 20px;
  position: relative;
  width: 230px;
}

.msr_pulldown_05 select {
  line-height: 1;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  position: relative;
  height: 40px;
  width: 230px;
}

.msr_pulldown_05 label {
  position: relative;
}

.msr_pulldown_05 label::after {
  content: "";
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  width: 8px;
}

/*--------------------------------------
ファイル選択
---------------------------------------*/
.msr_file_05 {
  padding-bottom: 20px;
  width: 100%;
}

.msr_file_05 label {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
  height: 40px;
  width: 230px;
}

.msr_file_05 label::before {
  content: "＋";
  color: #333333;
  line-height: 1;
  margin-top: -9px;
  right: 10px;
  position: absolute;
  top: 50%;
}

.msr_file_05 input[type="file"] {
  display: none;
}

/*--------------------------------------
テキストエリア
---------------------------------------*/
.msr_textarea_05 {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 210px;
  width: 100%;
  max-width: 700px;
  font-size: 1rem;
}

/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_05 {
  margin: 0 0 10px;
}

.msr_sendbtn_05 input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: block;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
}

.msr_sendbtn_05 input[type="submit"]:hover {
  background-color: #999999;
  color: #ffffff;
}

.msr_sendbtn_05 input[disabled="disabled"] {
  cursor: default;
  opacity: 0.5;
}

.msr_sendbtn_05 input[disabled="disabled"]:hover {
  background-color: #ffffff;
  color: #333333;
}

/*--------------------------------------
個人情報の取り扱い
---------------------------------------*/
.text-termsOfUse {
  text-align: center;
  padding-top: 20px;
}

/*--------------------------------------
ボタン
---------------------------------------*/
.buttonWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 30px auto 0;
}

.buttonWrapper .button {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 160px;
  height: 36px;
  margin: 0 auto 0;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  background: #000;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.buttonWrapper .button:hover {
  opacity: 0.5;
}

.buttonWrapper .button.button--back {
  margin-right: 20px;
  background-color: #a0a0a0;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .buttonWrapper {
    display: block;
    width: inherit;
  }
  .buttonWrapper .button {
    display: block;
  }
  .buttonWrapper .button.button--back {
    display: block;
    margin: 0 auto;
  }
}

.button_row {
  margin-top: 40px;
}

.button_row .buttonWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  max-width: 700px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.button_row .buttonWrapper .button {
  position: relative;
  display: inline-block;
  max-width: 280px;
  height: 80px;
  margin-top: 20px;
  border: 1px solid #a0a0a0;
  padding: 30px 10px;
  font-size: clamp(1.8rem, calc(1rem + 3vw), 2rem);
  text-align: center;
}
/*# sourceMappingURL=style.css.map */