@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.state-nav-open {
  overflow: hidden;
}

.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

main {
  overflow-x: hidden;
}

.fixd-Tel {
  width: 75px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 88;
}
@media (max-width: 1100px) {
  .fixd-Tel {
    display: none;
  }
}
.fixd-Tel-Number a {
  display: block;
}

.button01 {
  height: 70px;
  background: #162BC9;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background .4s;
}
@media (max-width: 640px) {
  .button01 {
    height: 50px;
    font-size: 1.5rem;
  }
}
.button01:hover {
  background: #18205A;
}
.button01:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url("../img/common/arrow01.png") no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform .4s;
}
@media (max-width: 640px) {
  .button01:after {
    right: 10px;
  }
}

.button01:hover:after {
  transform: translateX(1rem);
}

.button02 {
  height: 70px;
  background: #162BC9;
  line-height: 1;
  text-decoration: none;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: background .4s;
}
@media (max-width: 640px) {
  .button02 {
    height: 50px;
    font-size: 1.5rem;
  }
}
.button02:hover {
  background: #18205A;
}
.button02:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url("../img/common/arrow01.png") no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform .4s;
}
@media (max-width: 640px) {
  .button02:after {
    right: 10px;
  }
}

.button02:hover:after {
  transform: translateX(1rem);
}

.visual {
  margin-bottom: 150px;
  position: relative;
}
@media (max-width: 640px) {
  .visual {
    margin-bottom: 60px;
  }
}
.visual-Title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 6.0rem;
  position: absolute;
  bottom: 150px;
  left: 140px;
  z-index: 9;
}
@media (max-width: 1920px) {
  .visual-Title {
    left: calc(140vw * 100 / 1920);
  }
}
@media (max-width: 900px) {
  .visual-Title {
    width: 100%;
    text-align: center;
    left: 0;
  }
}
@media (max-width: 640px) {
  .visual-Title {
    font-size: 3.0rem;
    bottom: 130px;
  }
}
.visual-Title span {
  margin-top: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 640px) {
  .visual-Title span {
    margin-top: 11px;
    font-size: 1.4rem;
  }
}
.visual-Img {
  height: 600px;
  min-height: 500px;
  margin-left: 200px;
  position: relative;
}
@media (max-width: 1920px) {
  .visual-Img {
    height: calc(600vw * 100 / 1920);
    margin-left: calc(200vw * 100 / 1920);
  }
}
@media (max-width: 900px) {
  .visual-Img {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .visual-Img {
    min-height: 400px;
  }
}
.visual-Img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.contents {
  margin-bottom: 300px;
}
@media (max-width: 640px) {
  .contents {
    margin-bottom: 80px;
  }
}
.contents-Inner {
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .contents-Inner {
    padding: 0 20px;
  }
}

.contact {
  width: 100vw;
  box-sizing: border-box;
  margin: 160px calc(50% - 50vw) 0;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .contact {
    margin-top: 80px;
    padding: 0 20px;
  }
}
.contact-Inner {
  width: 100%;
  max-width: 1520px;
  background: #162BC9 url("../img/common/contact-bg.png");
  background-size: cover;
  margin: 0 auto;
  padding: 100px 20px 150px;
  position: relative;
}
@media (max-width: 640px) {
  .contact-Inner {
    padding: 50px 20px 75px;
  }
}
.contact-Inner:before {
  content: '';
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}
@media (max-width: 900px) {
  .contact-Inner:before {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 640px) {
  .contact-Inner:before {
    width: 35px;
    height: 35px;
  }
}
.contact-Inner:after {
  content: '';
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
}
@media (max-width: 900px) {
  .contact-Inner:after {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 640px) {
  .contact-Inner:after {
    width: 35px;
    height: 35px;
  }
}
.contact-Title {
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 5.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .contact-Title {
    margin-bottom: 20px;
    font-size: 3.6rem;
  }
}
.contact-Items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
}
@media (max-width: 900px) {
  .contact-Items {
    display: block;
  }
}
.contact-Item {
  width: 50%;
}
@media (max-width: 900px) {
  .contact-Item {
    width: 100%;
    margin-top: 10px;
  }
}
.contact-Item-Bg {
  height: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  padding: 30px 20px;
}
.contact-Item-Title {
  margin-bottom: 26px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .contact-Item-Title {
    margin-bottom: 13px;
  }
}
.contact-Item-Tel {
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .contact-Item-Tel {
    font-size: 3.4rem;
  }
}
.contact-Item-Time {
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
.contact-Item-Text {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}
.contact-Item-Btn {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.anchor {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .anchor {
    margin-bottom: 50px;
  }
}
.anchor ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .anchor ul {
    margin: -5px;
  }
}
.anchor ul li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 1023px) {
  .anchor ul li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 640px) {
  .anchor ul li {
    width: 100%;
  }
}
.anchor ul li a {
  background: #FFFFFF;
  border: 1px solid #162BC9;
  padding: 12px 12px 16px;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
}
.anchor ul li a:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url(../img/common/arrow01-blue.png) no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(90deg);
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([class]) {
  color: #162BC9;
}

a:not([class]):hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-weight: 500;
  line-height: 2.2222222222;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #162BC9;
}
@media (max-width: 640px) {
  body {
    line-height: 2.1333333333;
    font-size: 1.5rem;
  }
}

#top {
  overflow: hidden;
  position: relative;
}
#top:after {
  content: '';
  width: 100%;
  height: 2017px;
  background: url("../img/common/page-bg.png") no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 389px;
  left: 0;
  z-index: -1;
}
@media (max-width: 640px) {
  #top:after {
    top: 310px;
  }
}

.g-Header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.g-Header-Logo {
  width: 100%;
  max-width: 250px;
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 640px) {
  .g-Header-Logo {
    max-width: 150px;
    top: 20px;
    left: 20px;
  }
}
.g-Header-Wrapper {
  position: absolute;
  top: 30px;
  right: 50px;
}
@media (max-width: 1100px) {
  .g-Header-Wrapper {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(10px);
    transition: opacity .4s ease-out;
  }
}
@media (max-width: 1100px) {
  .g-Header-Bg {
    width: 100%;
    height: 100%;
    max-width: 375px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-left: auto;
    padding: 50px 20px;
    overflow: auto;
  }
}
.g-Header-Nav {
  display: flex;
}
@media (max-width: 1100px) {
  .g-Header-Nav {
    margin-bottom: 40px;
    display: block;
  }
}
.g-Header-Nav > li {
  margin-right: 50px;
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 1440px) {
  .g-Header-Nav > li {
    margin-right: calc(50vw * 100 / 1440);
  }
}
@media (max-width: 1100px) {
  .g-Header-Nav > li {
    margin: 20px 0;
    text-align: center;
  }
}
.g-Header-Nav > li:last-child {
  margin-right: 0;
}
.g-Header-Nav > li > a {
  text-decoration: none;
  transition: opacity .4s;
}
.g-Header-Nav > li > a:hover {
  opacity: .5;
}
.g-Header-Nav > li.none {
  display: none;
}
@media (max-width: 1100px) {
  .g-Header-Nav > li.none {
    display: block;
  }
}
.g-Header-Nav-Sub {
  display: none;
}
@media (max-width: 1100px) {
  .g-Header-Nav-Sub {
    display: block;
  }
}
.g-Header-Nav-Sub > li {
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
}
.g-Header-Nav-Sub > li > a {
  text-decoration: none;
}
.g-Header-Sp {
  border-top: 1px solid #162BC9;
  padding-top: 30px;
  display: none;
}
@media (max-width: 1100px) {
  .g-Header-Sp {
    display: block;
  }
}
.g-Header-Tel {
  margin-bottom: 20px;
}
.g-Header-Tel-Number {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-size: 2.6rem;
  letter-spacing: 1px;
}
.g-Header-Tel-Number span {
  border: 1px solid #162BC9;
  border-radius: 2px;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 1.6rem;
  display: block;
}
.g-Header-Tel-Number a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.g-Header-Tel-Time {
  text-align: center;
  font-size: 1.4rem;
}
.g-Header-Privacy {
  text-align: center;
  font-size: 1.5rem;
}
.g-Header-Privacy a {
  text-decoration: none;
}

.home .g-Header-Logo {
  display: none;
}

.state-nav-open .g-Header-Wrapper {
  opacity: 1;
  visibility: inherit;
  pointer-events: auto;
}

.sp-Button {
  width: 60px;
  height: 60px;
  background: #162BC9;
  padding-top: 24px;
  display: none;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 1100px) {
  .sp-Button {
    display: flex;
  }
}

.sp-Button-Box {
  width: 10px;
  height: 7px;
  margin-bottom: 13px;
  position: relative;
}

.sp-Button span {
  position: absolute;
  display: block;
  background: #FFFFFF;
  width: 10px;
  height: 1px;
  transition: .3s;
}

.sp-Button p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.0rem;
  color: #FFFFFF;
}

.sp-Button span:nth-of-type(1) {
  top: 0;
  left: 0;
}

.sp-Button span:nth-of-type(2) {
  top: 3px;
  left: 0;
}

.sp-Button span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.state-nav-open .sp-Button span:nth-of-type(1) {
  transform: rotateZ(45deg) translate(2px, 2px);
}

.state-nav-open .sp-Button span:nth-of-type(2) {
  opacity: 0;
}

.state-nav-open .sp-Button span:nth-of-type(3) {
  transform: rotateZ(-45deg) translate(2px, -2px);
}

.g-Footer {
  background: #162BC9;
  padding: 100px 0 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .g-Footer {
    padding: 60px 0 40px;
  }
}
.g-Footer:after {
  content: '';
  width: 686px;
  height: 835px;
  background: url("../img/common/footer-bg.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .g-Footer:after {
    width: 355px;
    height: 432px;
  }
}
.g-Footer-Inner {
  width: 100%;
  max-width: 1620px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .g-Footer-Inner {
    padding: 0 20px;
  }
}
.g-Footer-Wrapper {
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .g-Footer-Wrapper {
    margin-bottom: 40px;
    display: block;
  }
}
.g-Footer-Logo {
  width: 100%;
  max-width: 140px;
  margin-right: 50px;
}
@media (max-width: 900px) {
  .g-Footer-Logo {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .g-Footer-Logo {
    max-width: 90px;
  }
}
@media (max-width: 900px) {
  .g-Footer-Block {
    display: none;
  }
}
.g-Footer-Nav {
  border-bottom: 1px solid #374DEF;
  margin-bottom: 40px;
  padding: 120px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.g-Footer-Nav li {
  margin-right: 50px;
  font-weight: 700;
  font-size: 1.6rem;
}
.g-Footer-Nav li:last-child {
  margin-right: 0;
}
.g-Footer-Nav li a {
  padding-left: 14px;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  transition: opacity .4s;
}
.g-Footer-Nav li a:after {
  content: '';
  width: 5px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: .75em;
  left: 0;
}
.g-Footer-Nav li a:hover {
  opacity: .5;
}
.g-Footer-Tel {
  display: flex;
  justify-content: flex-end;
}
.g-Footer-Tel-Number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 2.6rem;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.g-Footer-Tel-Number span {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 1.6rem;
  display: block;
}
.g-Footer-Tel-Number a {
  text-decoration: none;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}
.g-Footer-Tel-Time {
  text-align: center;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.g-Footer-Copy {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .g-Footer-Copy {
    font-size: 1.1rem;
  }
}

.h-Access {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .h-Access {
    margin-bottom: 50px;
    display: block;
  }
}
.h-Access-Block {
  margin-right: 50px;
}
@media (max-width: 900px) {
  .h-Access-Block {
    margin: 0 0 30px 0;
  }
}
.h-Access-Title {
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 4.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .h-Access-Title {
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
}
.h-Access-Title span {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 640px) {
  .h-Access-Title span {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
.h-Access-Address {
  margin-bottom: 6px;
  line-height: 2.25;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .h-Access-Address {
    font-size: 1.5rem;
  }
}
.h-Access-Link {
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .h-Access-Link {
    font-size: 1.5rem;
  }
}
.h-Access-Link a {
  border-bottom: 1px solid #FFFFFF;
  padding: 0 24px 4px 0;
  text-decoration: none;
  color: #FFFFFF;
  position: relative;
  transition: opacity .4s;
}
.h-Access-Link a:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../img/common/icon-blank.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: .4em;
  right: 0;
}
.h-Access-Link a:hover {
  opacity: .5;
}
.h-Access-Map {
  width: 100%;
  max-width: 1000px;
  flex: 1;
}
.h-Access-Iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.h-Access-Iframe iframe {
  width: 100%;
  height: 100%;
}

.h-Visual {
  margin-bottom: 100px;
  padding-bottom: 180px;
  position: relative;
}
@media (max-width: 640px) {
  .h-Visual {
    margin-bottom: 70px;
    padding-bottom: 140px;
  }
}
.h-Visual-Logo {
  width: 100%;
  min-width: 140px;
  max-width: 350px;
  position: absolute;
  bottom: 60px;
  left: 100px;
  z-index: 9;
}
@media (max-width: 1920px) {
  .h-Visual-Logo {
    max-width: calc(350vw * 100 / 1920);
    left: calc(100vw * 100 / 1920);
  }
}
@media (max-width: 640px) {
  .h-Visual-Logo {
    bottom: 0;
  }
}
.h-Visual-Img {
  height: 900px;
  min-height: 600px;
  margin-left: 200px;
  position: relative;
}
@media (max-width: 1920px) {
  .h-Visual-Img {
    height: calc(900vw * 100 / 1920);
    margin-left: calc(200vw * 100 / 1920);
  }
}
.h-Visual-Img picture {
  display: block;
}
.h-Visual-Img picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.h-Concept {
  width: 100%;
  max-width: 1520px;
  background: #F7F7F7;
  margin: 0 auto 180px;
  padding: 150px 20px 132px;
}
@media (max-width: 640px) {
  .h-Concept {
    margin-bottom: 100px;
    padding: 80px 20px;
  }
}
.h-Concept-Title {
  margin-bottom: 80px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .h-Concept-Title {
    margin-bottom: 40px;
    font-size: 4.0rem;
  }
}
.h-Concept-Title span {
  margin-top: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 640px) {
  .h-Concept-Title span {
    margin-top: 13px;
  }
}
.h-Concept-Text {
  margin-bottom: 150px;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .h-Concept-Text {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.h-Concept-Btn {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .h-Concept-Btn {
    max-width: 250px;
  }
}

.h-Products {
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  .h-Products {
    margin-bottom: 100px;
  }
}
.h-Products-Inner {
  width: 100%;
  max-width: 1620px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .h-Products-Inner {
    padding: 0 20px;
  }
}
.h-Products-Wrapper {
  margin-bottom: 30px;
  position: relative;
}
.h-Products-Header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .h-Products-Header {
    margin-bottom: 50px;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  .h-Products-Header {
    margin-bottom: 40px;
  }
}
.h-Products-Header-Jp {
  margin-right: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 5.0rem;
  writing-mode: vertical-rl;
}
@media (max-width: 900px) {
  .h-Products-Header-Jp {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 640px) {
  .h-Products-Header-Jp {
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
}
.h-Products-Header-En {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 2.0rem;
  writing-mode: vertical-rl;
}
@media (max-width: 900px) {
  .h-Products-Header-En {
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 640px) {
  .h-Products-Header-En {
    font-size: 1.4rem;
  }
}
.h-Products-Block {
  margin-right: calc(50% - 50vw);
  padding: 0 100px 0 250px;
}
@media (max-width: 1100px) {
  .h-Products-Block {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .h-Products-Block {
    margin-right: 0;
    padding: 0;
  }
}
.h-Products-List {
  margin: 0 -35px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .h-Products-List {
    margin: 0 calc(-35vw * 100 / 1920);
  }
}
@media (max-width: 1280px) {
  .h-Products-List {
    margin: 0 calc(-35vw * 100 / 1280);
  }
}
@media (max-width: 640px) {
  .h-Products-List {
    margin: 0;
    display: block;
  }
}
.h-Products-List li {
  width: 33.3333%;
  box-sizing: border-box;
  margin-bottom: 70px;
  padding: 0 35px;
}
@media (max-width: 1920px) {
  .h-Products-List li {
    margin-bottom: calc(70vw * 100 / 1920);
    padding: 0 calc(35vw * 100 / 1920);
  }
}
@media (max-width: 1280px) {
  .h-Products-List li {
    width: 50%;
    margin-bottom: calc(70vw * 100 / 1280);
    padding: 0 calc(35vw * 100 / 1280);
  }
}
@media (max-width: 640px) {
  .h-Products-List li {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.h-Products-List li a {
  text-decoration: none;
  display: block;
}
.h-Products-List li .img {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.h-Products-List li .img img {
  transition: transform .4s;
}
.h-Products-List li .text {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 767px) {
  .h-Products-List li .text {
    font-size: 1.8rem;
  }
}
.h-Products-Btn {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .h-Products-Btn {
    max-width: 250px;
  }
}

.h-Products-List li a:hover .img img {
  transform: scale(1.1);
}

.h-Environment {
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  .h-Environment {
    margin-bottom: 100px;
  }
}
.h-Environment-Inner {
  width: 100%;
  max-width: 1620px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .h-Environment-Inner {
    padding: 0 20px;
  }
}
.h-Environment-Wrapper {
  margin-bottom: 30px;
  position: relative;
}
.h-Environment-Header {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .h-Environment-Header {
    margin-bottom: 50px;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 640px) {
  .h-Environment-Header {
    margin-bottom: 40px;
  }
}
.h-Environment-Header-Jp {
  margin-right: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 5.0rem;
  writing-mode: vertical-rl;
}
@media (max-width: 900px) {
  .h-Environment-Header-Jp {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 640px) {
  .h-Environment-Header-Jp {
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
}
.h-Environment-Header-En {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 2.0rem;
  writing-mode: vertical-rl;
}
@media (max-width: 900px) {
  .h-Environment-Header-En {
    writing-mode: horizontal-tb;
  }
}
@media (max-width: 640px) {
  .h-Environment-Header-En {
    font-size: 1.4rem;
  }
}
.h-Environment-Block {
  margin-left: 250px;
}
@media (max-width: 900px) {
  .h-Environment-Block {
    margin-left: 0;
  }
}
.h-Environment-Block ul {
  padding-left: 1em;
}
.h-Environment-Block ul li {
  list-style: disc;
}
.h-Environment-Img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 50px;
}
@media (max-width: 640px) {
  .h-Environment-Img {
    max-width: 140px;
    margin-bottom: 30px;
  }
}
.h-Environment-Btn {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .h-Environment-Btn {
    max-width: 250px;
  }
}

.h-News {
  margin-bottom: 250px;
}
@media (max-width: 640px) {
  .h-News {
    margin-bottom: 120px;
  }
}
.h-News-Inner {
  width: 100%;
  max-width: 1620px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .h-News-Inner {
    padding: 0 20px;
  }
}
.h-News-Title {
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .h-News-Title {
    margin-bottom: 20px;
    font-size: 3.0rem;
  }
}
.h-News-Items {
  border-top: 1px solid #162BC9;
  margin-bottom: 50px;
}
.h-News-Item {
  border-bottom: 1px solid #162BC9;
  padding: 20px 100px 20px 20px;
  text-decoration: none;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .h-News-Item {
    padding: 20px 40px 20px 0;
  }
}
.h-News-Item:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url("../img/common/arrow01-blue.png") no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform .4s;
}
@media (max-width: 640px) {
  .h-News-Item:after {
    right: 0;
  }
}
.h-News-Item dl {
  transition: transform .4s;
}
.h-News-Item dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.h-News-Item dt time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.h-News-Item dt span {
  margin-left: 30px;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (max-width: 640px) {
  .h-News-Item dt span {
    margin-left: 20px;
  }
}
.h-News-Btn {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
}
@media (max-width: 640px) {
  .h-News-Btn {
    max-width: 250px;
    margin: 0 auto;
  }
}

.h-News-Item:hover dl {
  transform: translateX(1rem);
}

.company-Title {
  margin-bottom: 100px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .company-Title {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}
.company-Title span {
  margin-top: 12px;
  font-size: 2.2rem;
  display: block;
}
@media (max-width: 640px) {
  .company-Title span {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}

.greetings {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 250px;
}
@media (max-width: 640px) {
  .greetings {
    margin-bottom: 125px;
  }
}
.greetings-Text p {
  margin-bottom: 1.5em;
}
.greetings-Text p:last-child {
  margin-bottom: 0;
}
.greetings-Name {
  margin-top: 46px;
  text-align: right;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .greetings-Name {
    margin-top: 23px;
    font-size: 2.6rem;
  }
}
.greetings-Name span {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 1.6rem;
  display: block;
}
@media (max-width: 640px) {
  .greetings-Name span {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

.philosophy {
  background: #162BC9;
  margin-bottom: 250px;
  padding: 100px 20px 164px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .philosophy {
    margin-bottom: 125px;
    padding: 50px 20px 82px;
  }
}
.philosophy:after {
  content: '';
  height: 64px;
  background: url("../img/company/bg.png") no-repeat left top;
  background-size: auto 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 640px) {
  .philosophy:after {
    height: 32px;
    background-size: auto 32px;
  }
}
.philosophy-Text {
  text-align: center;
  font-size: 3.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .philosophy-Text {
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) {
  .philosophy-Text br {
    display: none;
  }
}

.mission {
  margin: -50px -25px 250px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .mission {
    margin: -10px -25px 125px;
  }
}
.mission-Box {
  width: 33.3333%;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 25px;
}
@media (max-width: 1080px) {
  .mission-Box {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .mission-Box {
    width: 100%;
    margin-top: 10px;
  }
}
.mission-Box-Bg {
  height: 100%;
  box-sizing: border-box;
  background: #162BC9;
  padding: 80px 20px 140px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .mission-Box-Bg {
    padding: 40px 20px 70px;
  }
}
.mission-Box-Bg:after {
  content: '';
  height: 64px;
  background: url("../img/company/bg.png") no-repeat left top;
  background-size: auto 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 640px) {
  .mission-Box-Bg:after {
    height: 32px;
    background-size: auto 32px;
  }
}
.mission-Box-Title {
  width: 100px;
  height: 100px;
  background: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 3.0rem;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .mission-Box-Title {
    width: 80px;
    height: 80px;
    font-size: 2.4rem;
  }
}
.mission-Box-Text {
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .mission-Box-Text {
    font-size: 2.0rem;
  }
}

.company-Table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 250px;
}
@media (max-width: 640px) {
  .company-Table {
    margin-bottom: 125px;
  }
}
.company-Table table {
  width: 100%;
  line-height: 1.5;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .company-Table table tr:last-child td {
    border-bottom: 1px solid #E5E5E5;
  }
}
.company-Table table th {
  width: 25%;
  box-sizing: border-box;
  background: #F4F5FF;
  border: 1px solid #E5E5E5;
  padding: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .company-Table table th {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .company-Table table th {
    padding: 10px 20px;
  }
}
.company-Table table td {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 30px;
}
@media (max-width: 767px) {
  .company-Table table td {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .company-Table table td {
    padding: 20px;
  }
}

.news-Category {
  background: #FFFFFF;
  border: 1px solid #162BC9;
  margin-bottom: 100px;
  padding: 20px;
}
@media (max-width: 640px) {
  .news-Category {
    margin-bottom: 50px;
  }
}
.news-Category-Title {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .news-Category-Title {
    margin-bottom: 10px;
  }
}
.news-Category-List {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-Category-List li {
  white-space: nowrap;
  line-height: 1;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .news-Category-List li {
    font-size: 1.4rem;
  }
}
.news-Category-List li.cr a {
  background: #162BC9;
  color: #FFFFFF;
}
.news-Category-List a {
  background: #FFFFFF;
  border: 1px solid #162BC9;
  padding: 10px 20px 12px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: background .4s, color .4s;
}
.news-Category-List a:hover {
  background: #162BC9;
  color: #FFFFFF;
}
.news-Items {
  border-top: 1px solid #162BC9;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .news-Items {
    margin-bottom: 40px;
  }
}
.news-Item {
  border-bottom: 1px solid #162BC9;
  padding: 20px 100px 20px 20px;
  text-decoration: none;
  color: #162BC9;
  display: block;
  position: relative;
}
@media (max-width: 640px) {
  .news-Item {
    padding: 20px 40px 20px 0;
  }
}
.news-Item:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url("../img/common/arrow01-blue.png") no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform .4s;
}
@media (max-width: 640px) {
  .news-Item:after {
    right: 0;
  }
}
.news-Item dl {
  transition: transform .4s;
}
.news-Item dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.news-Item dt time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
.news-Item dt span {
  margin-left: 30px;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (max-width: 640px) {
  .news-Item dt span {
    margin-left: 20px;
  }
}
.news-Paginate {
  display: flex;
  justify-content: center;
}
.news-Paginate .page-numbers {
  width: 60px;
  height: 60px;
  background: #162BC9;
  border: 1px solid #162BC9;
  margin-right: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.6rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background .4s, color .4s;
}
@media (max-width: 640px) {
  .news-Paginate .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.news-Paginate .page-numbers:hover {
  background: #FFFFFF;
  color: #162BC9;
}
.news-Paginate .page-numbers.current {
  background: #FFFFFF;
  color: #162BC9;
}
.news-Paginate-List {
  display: flex;
}
.news-Paginate-List li {
  margin-right: 1px;
}
.news-Paginate-List li:last-child {
  margin-right: 0;
}
.news-Paginate-List li a {
  width: 100px;
  height: 60px;
  background: #162BC9;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.6rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
}
@media (max-width: 640px) {
  .news-Paginate-List li a {
    width: 80px;
    height: 50px;
    font-size: 1.4rem;
  }
}
.news-Paginate-List li a:hover {
  opacity: .5;
}
.news-Article {
  background: #FFFFFF;
  border: 1px solid #162BC9;
  margin-bottom: 80px;
  padding: 50px;
}
@media (max-width: 640px) {
  .news-Article {
    margin-bottom: 40px;
    padding: 30px 20px 50px;
  }
}
.news-Article-Header {
  border-bottom: 1px solid #162BC9;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .news-Article-Header {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.news-Article-Data {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media (max-width: 640px) {
  .news-Article-Data {
    margin-bottom: 10px;
  }
}
.news-Article-Data time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.news-Article-Data a {
  margin-left: 30px;
  text-decoration: none;
  transition: opacity .4s;
}
@media (max-width: 640px) {
  .news-Article-Data a {
    margin-left: 20px;
  }
}
.news-Article-Data a:hover {
  opacity: .5;
}
.news-Article-Title {
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .news-Article-Title {
    font-size: 2.1rem;
  }
}
.news-Article-Body figure {
  margin: 50px 0;
}
@media (max-width: 640px) {
  .news-Article-Body figure {
    margin: 30px 0;
  }
}
.news-Article-Body h2 {
  margin: 50px 0 20px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media (max-width: 640px) {
  .news-Article-Body h2 {
    font-size: 2.0rem;
  }
}
.news-Article-Body p {
  margin-bottom: 1em;
}
.news-Article-Body ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.news-Article-Body ul li {
  list-style: disc;
}
.news-Article-Body ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}
.news-Article-Body ol li {
  list-style: decimal;
}
.news-Article-Body strong {
  font-weight: 700;
}

.news-Item:hover dl {
  transform: translateX(1rem);
}

.products-List {
  margin: 0 -50px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .products-List {
    margin: 0 calc(-50vw * 100 / 1920);
  }
}
@media (max-width: 1280px) {
  .products-List {
    margin: 0 calc(-50vw * 100 / 1280);
  }
}
@media (max-width: 640px) {
  .products-List {
    margin: 0;
    display: block;
  }
}
.products-List li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 100px;
  padding: 0 50px;
}
@media (max-width: 1920px) {
  .products-List li {
    margin-bottom: calc(70vw * 100 / 1920);
    padding: 0 calc(50vw * 100 / 1920);
  }
}
@media (max-width: 1280px) {
  .products-List li {
    margin-bottom: calc(70vw * 100 / 1280);
    padding: 0 calc(50vw * 100 / 1280);
  }
}
@media (max-width: 640px) {
  .products-List li {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 50px;
    padding: 0;
  }
}
.products-List li a {
  text-decoration: none;
  display: block;
}
.products-List li .img {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}
.products-List li .img img {
  transition: transform .4s;
}
.products-List li .text {
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 767px) {
  .products-List li .text {
    font-size: 1.8rem;
  }
}

.products-List li a:hover .img img {
  transform: scale(1.1);
}

.products-Main {
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  .products-Main {
    margin-bottom: 100px;
  }
}
.products-Main-Title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .products-Main-Title {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (max-width: 640px) {
  .products-Main-Title br {
    display: none;
  }
}

.products-Features {
  width: 100vw;
  background: #162BC9;
  margin: 0 calc(50% - 50vw) 200px;
  padding: 150px calc(50vw - 50%) 200px;
}
@media (max-width: 640px) {
  .products-Features {
    margin-bottom: 100px;
    padding: 75px calc(50vw - 50%) 100px;
  }
}
.products-Features-Title {
  margin-bottom: 200px;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .products-Features-Title {
    margin-bottom: 50px;
  }
}
.products-Features-Title:after {
  content: 'Features';
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  font-size: 10.0rem;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media (max-width: 640px) {
  .products-Features-Title:after {
    font-size: 6.0rem;
    bottom: -20px;
  }
}
.products-Features-Title span {
  font-weight: 700;
  line-height: 1.5;
  font-size: 5.0rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .products-Features-Title span {
    font-size: 2.6rem;
  }
}
.products-Features-Item {
  margin-bottom: 200px;
  display: flex;
}
@media (max-width: 1080px) {
  .products-Features-Item {
    display: block;
  }
}
.products-Features-Item:last-child {
  margin-bottom: 0;
}
.products-Features-Item-Img {
  width: 50%;
  order: 1;
}
@media (max-width: 1080px) {
  .products-Features-Item-Img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
}
.products-Features-Item-Block {
  width: 50%;
  box-sizing: border-box;
  padding-right: 50px;
}
@media (max-width: 1080px) {
  .products-Features-Item-Block {
    width: 100%;
    padding-right: 0;
  }
}
.products-Features-Item-Title {
  margin-bottom: 30px;
  padding-left: 70px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.4rem;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 640px) {
  .products-Features-Item-Title {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 2.4rem;
  }
}
.products-Features-Item-Title span {
  width: 86px;
  height: 86px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 640px) {
  .products-Features-Item-Title span {
    width: 66px;
    height: 66px;
  }
}
.products-Features-Item-Title span:after {
  content: '';
  width: 1px;
  height: 100px;
  background: #FFFFFF;
  position: absolute;
  top: -10px;
  left: 50px;
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  .products-Features-Item-Title span:after {
    height: 80px;
    left: 30px;
  }
}
.products-Features-Item-Text {
  padding-left: 70px;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .products-Features-Item-Text {
    padding-left: 0;
  }
}

.products-Figure {
  width: 100%;
  margin: 100px auto;
  display: flex;
}
@media (max-width: 767px) {
  .products-Figure {
    display: block;
  }
}
@media (max-width: 640px) {
  .products-Figure {
    margin: 50px auto;
  }
}
.products-Figure.products-Figure01 {
  max-width: 710px;
}
.products-Figure.products-Figure02 {
  max-width: 670px;
}
.products-Figure.products-Figure03 {
  max-width: 960px;
}
.products-Figure-Title {
  width: 120px;
  height: 120px;
  background: #162BC9;
  border-radius: 120px;
  margin-right: 50px;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .products-Figure-Title {
    margin: 0 auto 10px;
  }
}
@media (max-width: 640px) {
  .products-Figure-Title {
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
  }
}
.products-Figure-Img {
  flex: 1;
}

.products-Section {
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  .products-Section {
    margin-bottom: 100px;
  }
}
.products-Section-Title {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .products-Section-Title {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
.products-Section-Box {
  background: #F4F5FF;
  padding: 50px 100px;
}
@media (max-width: 1440px) {
  .products-Section-Box {
    padding: 50px calc(100vw * 100 / 1440);
  }
}
@media (max-width: 640px) {
  .products-Section-Box {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
.products-Section-Text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media (max-width: 640px) {
  .products-Section-Text {
    margin-bottom: 20px;
  }
}
.products-Section-Text.center {
  text-align: center;
}
.products-Section-Btn {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.business-Main-Title {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .business-Main-Title {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.business-Main-Text {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .business-Main-Text {
    margin-bottom: 20px;
  }
}

.business-Title {
  margin: 200px 0 60px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .business-Title {
    margin: 80px 0 20px;
    font-size: 2.6rem;
  }
}

.business-Facility {
  margin: -100px -50px 200px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1920px) {
  .business-Facility {
    margin: -100px calc(-50vw * 100 / 1920) 200px;
  }
}
@media (max-width: 640px) {
  .business-Facility {
    margin-top: -30px;
    margin-bottom: 100px;
  }
}
.business-Facility-Item {
  width: 50%;
  box-sizing: border-box;
  margin-top: 100px;
  padding: 0 50px;
}
@media (max-width: 1920px) {
  .business-Facility-Item {
    padding: 0 calc(50vw * 100 / 1920);
  }
}
@media (max-width: 900px) {
  .business-Facility-Item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .business-Facility-Item {
    margin-top: 30px;
  }
}
.business-Facility-Img {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .business-Facility-Img {
    margin-bottom: 15px;
  }
}
.business-Facility-Title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media (max-width: 640px) {
  .business-Facility-Title {
    margin-bottom: 5px;
    font-size: 2.1rem;
  }
}

.about-Section {
  background: #F4F5FF;
  margin-top: 50px;
  padding: 60px 50px;
}
@media (max-width: 640px) {
  .about-Section {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.about-Section-Inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.about-Section-Title {
  border-bottom: 1px solid #162BC9;
  margin-bottom: 40px;
  padding-bottom: 17px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 2.8rem;
}
@media (max-width: 640px) {
  .about-Section-Title {
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 1.9rem;
  }
}
.about-Section-SubTitle {
  margin-bottom: 20px;
}
.about-Section-SubTitle span {
  background: #162BC9;
  padding: 8px 20px 11px;
  font-weight: 700;
  line-height: 1;
  font-size: 2.2rem;
  color: #FFFFFF;
  display: inline-block;
}
@media (max-width: 640px) {
  .about-Section-SubTitle span {
    font-size: 1.7rem;
  }
}
.about-Section-Text {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .about-Section-Text {
    margin-bottom: 20px;
  }
}
.about-Section-Btn {
  width: 100%;
  max-width: 440px;
  margin: 50px auto 0;
}
@media (max-width: 640px) {
  .about-Section-Btn {
    margin-top: 20px;
  }
}
.about-Section-Items {
  margin: -50px -25px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .about-Section-Items {
    margin-top: -30px;
  }
}
.about-Section-Item {
  width: 50%;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 25px;
}
@media (max-width: 900px) {
  .about-Section-Item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .about-Section-Item {
    margin-top: 30px;
  }
}
.about-Section-Item-Title {
  background: #8289C1;
  margin-bottom: 20px;
  padding: 10px 15px 12px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .about-Section-Item-Title {
    font-size: 1.6rem;
  }
}
.about-Section-Item-Img {
  width: 100%;
  max-width: 300px;
}
.about-Section-Item-Img.extra {
  max-width: inherit;
}
.about-Section-Item-Text {
  margin-top: 10px;
  font-size: 1.5rem;
}
.about-Section-Type {
  margin-bottom: 10px;
  display: flex;
}
.about-Section-Type-Left {
  width: 50px;
  position: relative;
}
@media (max-width: 640px) {
  .about-Section-Type-Left {
    width: 40px;
  }
}
.about-Section-Type-Left:after {
  content: '';
  width: 1px;
  background: #162BC9;
  margin-left: -1px;
  position: absolute;
  top: 40px;
  left: 50%;
  bottom: 40px;
}
.about-Section-Type-Weak {
  width: 100%;
  background: #F4F5FF;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-Section-Type-Weak:after {
  content: '';
  width: 18px;
  height: 17px;
  background: #162BC9;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-left: -9px;
  position: absolute;
  top: 100%;
  left: 50%;
}
.about-Section-Type-Strong {
  width: 100%;
  background: #F4F5FF;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.about-Section-Type-Strong:after {
  content: '';
  width: 18px;
  height: 17px;
  background: #162BC9;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin-left: -9px;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.about-Section-Type-Right {
  flex: 1;
}
.about-Section-Type-Table table {
  width: 100%;
  line-height: 1.5;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .about-Section-Type-Table table tr:last-child td {
    border-bottom: 1px solid #E5E5E5;
  }
}
.about-Section-Type-Table table th {
  width: 32%;
  box-sizing: border-box;
  background: #EAECFF;
  border: 1px solid #E5E5E5;
  padding: 30px;
  text-align: left;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .about-Section-Type-Table table th {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .about-Section-Type-Table table th {
    padding: 10px 20px;
  }
}
.about-Section-Type-Table table th strong {
  font-weight: 700;
  font-size: 1.8rem;
}
.about-Section-Type-Table table td {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  padding: 30px;
}
@media (max-width: 767px) {
  .about-Section-Type-Table table td {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
@media (max-width: 640px) {
  .about-Section-Type-Table table td {
    padding: 20px;
  }
}
.about-Section-Type-Text {
  margin-left: 50px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .about-Section-Type-Text {
    margin-left: 40px;
  }
}
.about-Section .mb100 {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .about-Section .mb100 {
    margin-bottom: 50px;
  }
}

.business-Flow {
  width: 100vw;
  background: #F4F5FF;
  margin: 0 calc(50% - 50vw);
  padding: 150px calc(50vw - 50%) 200px;
}
@media (max-width: 640px) {
  .business-Flow {
    padding: 75px calc(50vw - 50%) 100px;
  }
}
.business-Flow .business-Title {
  margin-top: 0;
}
@media (max-width: 640px) {
  .business-Flow .business-Title {
    margin-bottom: 40px;
  }
}
.business-Flow-Box {
  border: 1px solid #162BC9;
  margin-bottom: 120px;
  padding: 50px;
  position: relative;
}
@media (max-width: 640px) {
  .business-Flow-Box {
    margin-bottom: 70px;
    padding: 30px 20px;
  }
}
.business-Flow-Box:after {
  content: '';
  width: 40px;
  height: 34px;
  background: #162BC9;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .business-Flow-Box:after {
    width: 20px;
    height: 17px;
    bottom: -40px;
  }
}
.business-Flow-Box:last-child {
  margin-bottom: 0;
}
.business-Flow-Box:last-child:after {
  display: none;
}
.business-Flow-Box-Inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.business-Flow-Box-Number {
  width: 86px;
  height: 62px;
  background: #F4F5FF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -31px;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, 0);
}
@media (max-width: 640px) {
  .business-Flow-Box-Number {
    font-size: 2.8rem;
  }
}
.business-Flow-Box-Title {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.4rem;
}
@media (max-width: 640px) {
  .business-Flow-Box-Title {
    font-size: 2.2rem;
  }
}

.about-Lead {
  margin-bottom: 50px;
}
.about-Lead-Title {
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 4.0rem;
}
@media (max-width: 640px) {
  .about-Lead-Title {
    margin-bottom: 12px;
    font-size: 2.8rem;
  }
}
.about-Lead-Title br {
  display: none;
}
@media (max-width: 640px) {
  .about-Lead-Title br {
    display: inline-block;
  }
}

.environment-Lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media (max-width: 640px) {
  .environment-Lead {
    margin-bottom: 50px;
  }
}
.environment-Lead-Img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
}
@media (max-width: 640px) {
  .environment-Lead-Img {
    max-width: 140px;
  }
}
.environment-Philosophy {
  border: 1px solid #162BC9;
  margin-bottom: 50px;
  padding: 50px 100px;
}
@media (max-width: 1440px) {
  .environment-Philosophy {
    padding: 50px calc(100vw * 100 / 1440);
  }
}
@media (max-width: 640px) {
  .environment-Philosophy {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.environment-Philosophy-Title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.0rem;
}
@media (max-width: 640px) {
  .environment-Philosophy-Title {
    font-size: 2.1rem;
  }
}
.environment-Guideline {
  background: #162BC9;
  margin-bottom: 50px;
  padding: 50px 100px;
}
@media (max-width: 1440px) {
  .environment-Guideline {
    padding: 50px calc(100vw * 100 / 1440);
  }
}
@media (max-width: 640px) {
  .environment-Guideline {
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}
.environment-Guideline-Title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.0rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .environment-Guideline-Title {
    font-size: 2.1rem;
  }
}
.environment-Guideline-List {
  counter-reset: number 0;
}
.environment-Guideline-List li {
  padding-left: 2em;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 640px) {
  .environment-Guideline-List li {
    padding-left: 1.5em;
  }
}
.environment-Guideline-List li:after {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.environment-Report {
  background: #F4F5FF;
  margin-bottom: 100px;
  padding: 50px 100px;
}
@media (max-width: 1440px) {
  .environment-Report {
    padding: 50px calc(100vw * 100 / 1440);
  }
}
@media (max-width: 640px) {
  .environment-Report {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
}
.environment-Report-Title {
  border-bottom: 1px solid #162BC9;
  margin-bottom: 40px;
  padding-bottom: 14px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 2.8rem;
}
@media (max-width: 640px) {
  .environment-Report-Title {
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-size: 2.0rem;
  }
}
.environment-Report-List li {
  margin-bottom: 10px;
}
.environment-Report-List li:last-child {
  margin-bottom: 0;
}
.environment-Report-List li a {
  background: #162BC9;
  padding: 20px 60px 20px 62px;
  line-height: 1.7;
  font-size: 2.0rem;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  position: relative;
  transition: background .4s, color .4s;
}
@media (max-width: 640px) {
  .environment-Report-List li a {
    padding: 19px 40px 10px 20px;
    font-size: 1.6rem;
  }
}
.environment-Report-List li a:hover {
  background: #18205A;
}
.environment-Report-List li a:hover:after {
  transform: translateX(1rem);
}
.environment-Report-List li a:before {
  content: 'PDF';
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  margin-top: -20px;
  font-weight: 700;
  font-size: 1.4rem;
  color: #162BC9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10px;
}
@media (max-width: 640px) {
  .environment-Report-List li a:before {
    height: 20px;
    margin-top: 0;
    font-size: 1.1rem;
    top: -5px;
    left: 20px;
  }
}
.environment-Report-List li a:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url("../img/common/arrow01.png") no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform .4s;
}
@media (max-width: 640px) {
  .environment-Report-List li a:after {
    right: 10px;
  }
}

.registration-certificate {
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
}

.contact-Lead {
  background: #162BC9;
  margin-bottom: 200px;
  padding: 50px 100px;
}
@media (max-width: 1440px) {
  .contact-Lead {
    padding: 50px calc(100vw * 100 / 1440);
  }
}
@media (max-width: 640px) {
  .contact-Lead {
    margin-bottom: 100px;
    padding: 30px 20px;
  }
}
.contact-Lead-Text {
  color: #FFFFFF;
}
.contact-Lead-Text a {
  color: #FFFFFF;
}

.contact-Tel {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 640px) {
  .contact-Tel {
    margin-top: 20px;
  }
}
.contact-Tel-Number {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 4.0rem;
  letter-spacing: 1px;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .contact-Tel-Number {
    font-size: 2.6rem;
  }
}
.contact-Tel-Number span {
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 1.8rem;
  display: block;
}
@media (max-width: 640px) {
  .contact-Tel-Number span {
    font-size: 1.6rem;
  }
}
.contact-Tel-Number a {
  text-decoration: none;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}
.contact-Tel-Time {
  font-size: 1.4rem;
  color: #FFFFFF;
}

[data-screen="confirm"] .input {
  display: none;
}

[data-screen="confirm"] .form-Title {
  display: none;
}

[data-screen="input"] .confirm,
[data-screen="invalid"] .confirm,
[data-screen="back"] .confirm {
  display: none;
}

.form-Title {
  margin-bottom: 90px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 5.0rem;
}
@media (max-width: 640px) {
  .form-Title {
    margin-bottom: 45px;
    font-size: 3.6rem;
  }
}
.form-Items {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .form-Items {
    margin-bottom: 50px;
  }
}
.form-Item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .form-Item {
    display: block;
  }
}
.form-Item-Title {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding-right: 50px;
  line-height: 1.3;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .form-Item-Title {
    max-width: inherit;
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.form-Item-Title em {
  background: #162BC9;
  margin: 2px 0 0 14px;
  padding: 4px 5px 6px;
  line-height: 1;
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  .form-Item-Title em {
    font-size: 1.3rem;
  }
}
.form-Item-Box {
  flex: 1;
}
.form-Item-Box input::placeholder {
  color: #8289C1;
}
.form-Item-Box .itt {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #162BC9;
  box-sizing: border-box;
  padding: 11px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-Item-Box select {
  width: 100%;
  max-width: 300px;
  background: #FFFFFF url(../img/common/arrow-select.png) no-repeat right center;
  background-size: 50px auto;
  border: 1px solid #162BC9;
  padding: 13px 11px;
  color: #162BC9;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-Item-Box textarea {
  width: 100%;
  height: 355px;
  background: #FFFFFF;
  border: 1px solid #162BC9;
  box-sizing: border-box;
  padding: 11px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 640px) {
  .form-Item-Box textarea {
    height: 200px;
  }
}
.form-Submit {
  display: flex;
  justify-content: center;
}
.form-Submit button {
  width: calc(450px - 10px);
  height: 70px;
  background: #162BC9;
  border: none;
  margin: 0 5px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: background .4s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 640px) {
  .form-Submit button {
    height: 60px;
    font-size: 1.8rem;
  }
}
.form-Submit button:after {
  content: '';
  width: 18px;
  height: 7px;
  background: url("../img/common/arrow01.png") no-repeat left top;
  background-size: cover;
  margin-top: -3.5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: transform .4s;
}
.form-Submit button:hover {
  background: #18205A;
}
.form-Submit button:hover:after {
  transform: translateX(1rem);
}

.form-Items .smf-error-messages {
  color: #F21C1C;
}

.thanks-Title {
  margin-bottom: 90px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 6.0rem;
}
@media (max-width: 640px) {
  .thanks-Title {
    margin-bottom: 45px;
    font-size: 3.0rem;
  }
}
.thanks-Title em {
  margin-top: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
  display: block;
}
@media (max-width: 640px) {
  .thanks-Title em {
    margin-top: 11px;
    font-size: 1.4rem;
  }
}

.privacy-Section {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .privacy-Section {
    margin-bottom: 50px;
  }
}
.privacy-Section h2 {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 3.6rem;
}
@media (max-width: 640px) {
  .privacy-Section h2 {
    margin-bottom: 10px;
    font-size: 2.3rem;
  }
}
.privacy-Section h3 {
  margin: 30px 0 10px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.6rem;
}
@media (max-width: 640px) {
  .privacy-Section h3 {
    margin: 20px 0 5px;
    font-size: 2.0rem;
  }
}
.privacy-Section h4 {
  margin: 30px 0 10px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.0rem;
}
@media (max-width: 640px) {
  .privacy-Section h4 {
    margin: 20px 0 5px;
    font-size: 1.8rem;
  }
}
