@charset "UTF-8";
/*-- globalフォルダ内の_scssを記述--*/
/*-- --*/
/*-- baseフォルダ内の_scssを記述--*/
html {
  font-family: "Noto Sans JP", serif;
}

body {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #333333;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
    line-height: 1.7143;
  }
}

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

input:focus,
textarea:focus {
  outline: none;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*-- --*/
/*-- componentsフォルダ内の_scssを記述--*/
.c-btn {
  display: block;
  width: 100%;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  line-height: 1.3571;
}

.c-btn01 {
  max-width: 165px;
  font-size: 14px;
  text-align: center;
  padding: 0.93em 1em;
}

.c-btn02 {
  max-width: 250px;
  font-size: 16px;
  text-align: center;
  padding: 0.82em 1em;
}

.c-btn-blue {
  color: #ffffff;
  background-color: #394A96;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-blue:hover {
    color: #394A96;
    border-color: #DDDDDD;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 750px) {
  .c-btn-white_sp {
    color: #394A96;
    border-color: #ffffff;
    background-color: #ffffff;
  }
  .c-btn-white_sp.c-btn-arrow::before {
    background-color: currentColor;
  }
}

.c-btn-arrow {
  position: relative;
}
.c-btn-arrow::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url("/assets/image/common/arrow01.svg");
  mask-image: url("/assets/image/common/arrow01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-arrow:hover::before {
    background-color: currentColor;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  }
}

.c-inner {
  max-width: 1456px;
  margin-inline: auto;
}
@media screen and (max-width: 1456px) {
  .c-inner {
    margin-inline: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-inner {
    margin-inline: 30px;
  }
}

.c-tel {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .c-tel {
    pointer-events: auto;
  }
}

.c-title01 .c-title01__big {
  font-size: 42px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.2381;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .c-title01 .c-title01__big {
    font-size: 28px;
  }
}
.c-title01 .c-title01__small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .c-title01 .c-title01__small {
    font-size: 14px;
    line-height: 1.7143;
    margin-top: 0;
  }
}
.c-title01 span {
  display: inline-block;
}

.c-title02 .c-title02__big {
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.2381;
  letter-spacing: -0.02em;
  margin-top: 0.3em;
}
@media screen and (max-width: 750px) {
  .c-title02 .c-title02__big {
    font-size: 16px;
    margin-top: 0;
  }
}
.c-title02 .c-title02__small {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 750px) {
  .c-title02 .c-title02__small {
    font-size: 12px;
  }
}
.c-title02 span {
  display: block;
}

.c-title01--blue,
.c-title02--blue {
  color: #394A96;
}

.c-title01--white {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .isPc {
    display: none !important;
  }
}

.isSp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .isSp {
    display: block !important;
  }
}

.c-imgBox {
  position: relative;
}
.c-imgBox .c-imgBox__img img {
  width: 100%;
}
.c-imgBox .c-imgBox__content {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1456px) {
  .c-imgBox .c-imgBox__content {
    left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .c-imgBox .c-imgBox__content {
    top: 40px;
    left: 50%;
    width: 100%;
    max-width: calc(100% - 60px);
    transform: translateX(-50%);
  }
}

/*-- --*/
/*-- javascriptフォルダ内の_scssを記述--*/
.js-inview {
  opacity: 0;
  transition: opacity 1s;
}
.js-inview.js-inview-show {
  opacity: 1;
}

/*-- --*/
/*-- layoutフォルダ内の_scssを記述--*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}
.l-header .l-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header__container {
    padding: 19px 20px;
  }
}
.l-header .l-header-logos {
  flex: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-logos {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .l-header .l-header-logos .l-l-header-logo {
    display: flex;
    align-items: center;
  }
}
.l-header .l-header-logos .l-l-header-logo.l-l-header-logo01 {
  width: min(100%, 218px);
}
@media screen and (max-width: 750px) {
  .l-header .l-header-logos .l-l-header-logo.l-l-header-logo01 {
    width: 54%;
  }
}
.l-header .l-header-logos .l-l-header-logo.l-l-header-logo02 {
  width: min(100%, 100px);
}
@media screen and (max-width: 750px) {
  .l-header .l-header-logos .l-l-header-logo.l-l-header-logo02 {
    width: 25%;
  }
}
.l-header .l-header-logos .l-l-header-logo a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header-logos .l-l-header-logo a:hover {
    opacity: 0.7;
  }
}
.l-header .l-header-other {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 22px;
  column-gap: 22px;
}
.l-header .l-header-other .l-header-switch a,
.l-header .l-header-other .l-header-switch span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #394A96;
}
.l-header .l-header-other .l-header-switch a {
  opacity: 0.5;
}
.l-header .l-header-hamburger {
  width: 45px;
  height: 45px;
  background-color: #394A96;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}
.l-header .l-header-hamburger .l-header-hamburger__box {
  width: 22px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header .l-header-hamburger .l-header-hamburger__line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transition: transform 0.5s ease, opacity 0.5s ease, width 0.5s ease;
}
.l-header .l-header-hamburger .l-header-hamburger__line:nth-child(1) {
  top: 0;
}
.l-header .l-header-hamburger .l-header-hamburger__line:nth-child(2) {
  bottom: 0;
}
.l-header .l-header-menu {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  background-color: #fff;
  overflow: scroll;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.l-header .l-header-menu .l-header-menu__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container {
    display: block;
    overflow: scroll;
    padding-block: min(113px, 30.5vw);
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__img {
  width: 50%;
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__img img {
  width: 100%;
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav {
  width: 50%;
  padding-inline: 20px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav {
    width: 100%;
    display: block;
    padding-inline: 0px;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 123px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 25px;
}
@media screen and (max-width: 1000px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav {
    gap: 3vw 5vw;
  }
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav {
    width: auto;
    max-width: 340px;
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 38px;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .c-title02__small {
  opacity: 0.7;
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists:nth-child(1) {
  grid-column: 1/3;
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists:nth-child(2) {
  grid-column: 1;
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists:nth-child(3) {
  grid-column: 2;
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists .nav-list .nav-list__link {
  display: inline-block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists .nav-list .nav-list__link:hover {
    opacity: 0.7;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists,
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-lists,
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs {
    row-gap: 27px;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs {
  padding-top: 24px;
  margin-left: 17px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs {
    padding-top: 27px;
    margin-left: 13px;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs::before {
  content: "";
  display: inline-block;
  background-color: #394A96;
  width: 1px;
  height: calc(100% - 30px);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 17px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs::before {
    height: calc(100% - 23px);
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs .nav-child {
  padding-left: 43px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs .nav-child {
    padding-left: 27px;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs .nav-child::before {
  content: "";
  display: inline-block;
  background-color: #394A96;
  width: 30px;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 17px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs .nav-child::before {
    width: 15px;
  }
}
.l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs .nav-child .c-title02__big {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .l-header .l-header-menu .l-header-menu__container .l-header-menu__nav .nav .nav-childs .nav-child .c-title02__big {
    font-size: 14px;
  }
}
.l-header.is-open .l-header-hamburger .l-header-hamburger__line:nth-child(1) {
  transform: translateY(5px) rotate(315deg);
}
.l-header.is-open .l-header-hamburger .l-header-hamburger__line:nth-child(2) {
  transform: translateY(-3px) rotate(-315deg);
}
@media screen and (max-width: 750px) {
  .l-header.l-header--normal .l-header__container {
    padding: 12.5px 20px;
  }
}

.l-main {
  margin-top: 120px;
}
@media screen and (max-width: 750px) {
  .l-main {
    margin-top: 70px;
  }
}

@media screen and (max-width: 750px) {
  .l-contact .c-title01 {
    color: #ffffff;
  }
}
.l-contact .c-title01 .c-title01__small {
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .l-contact .c-title01 .c-title01__small {
    color: #ffffff;
  }
}
.l-contact .c-btn {
  margin-top: 33px;
}
@media screen and (max-width: 750px) {
  .l-contact .c-btn {
    margin-top: 25px;
    margin-inline: auto;
  }
}

.l-footer .l-footer__container {
  padding-top: 52px;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .l-footer .l-footer__container {
    padding-top: 30px;
    padding-bottom: 34px;
  }
}
.l-footer .l-footer__container small {
  display: block;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #394A96;
}
@media screen and (max-width: 750px) {
  .l-footer .l-footer__container small {
    font-size: 10px;
  }
}

/*-- --*/
/*# sourceMappingURL=style.css.map */
