/***
    The new CSS reset - version 1.6.1 (last updated 25.5.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

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

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert; }

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none; }

/* For images to not be able to exceed their container */
img {
  border-style: none; }

/* removes spacing between cells in tables */
table {
  border-collapse: collapse; }

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert; }

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert; }

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset; }

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none; }

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space; }

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element; }

html, body {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  background-color: #FFFBEF;
  font-weight: 500;
  font-feature-settings: "palt";
  overflow-x: hidden;
  font-size: 16px;
  transition: all .4s;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

main {
  position: relative; }

a:hover {
  transition: all .4s; }

.container-lg {
  max-width: 1400px;
  width: 98%;
  margin: 0 auto;
  position: relative; }

.container-md {
  max-width: 1340px;
  width: 92%;
  margin: 0 auto;
  position: relative; }

.container-sm {
  max-width: 700px;
  width: 96%;
  margin: 0 auto;
  position: relative; }

.container-xs {
  max-width: 560px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.container-sm2 {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  position: relative; }

.consultingBnrCol {
  max-width: 1180px;
  width: 92%;
  margin: 0 auto;
  position: relative; }

.btnSet {
  color: #2978B6;
  margin: 0 auto;
  width: 100%;
  padding: 7%;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 40px;
  border: 2px #2978B6 solid; }
  .btnSet.sp {
    display: none; }
  .btnSet.pc {
    display: block; }
  @media screen and (max-width: 767px) {
    .btnSet.sp {
      display: block; }
    .btnSet.pc {
      display: none; } }

header #headerWrapper {
  position: relative;
  margin: 5% 0 0 5%;
  display: flex;
  justify-content: left; }
  header #headerWrapper #headerLogoWrapper {
    width: 200px;
    margin: 0 5% 0 0; }
    @media screen and (max-width: 767px) {
      header #headerWrapper #headerLogoWrapper img {
        width: 100%;
        height: auto; } }
    header #headerWrapper #headerLogoWrapper .box .logo img {
      filter: invert(36%) sepia(100%) saturate(399%) hue-rotate(163deg) brightness(97%) contrast(90%); }
    header #headerWrapper #headerLogoWrapper .box .warpText {
      font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      writing-mode: vertical-rl;
      color: #2978B6;
      margin: 50px auto 50px;
      line-height: 1.8rem;
      letter-spacing: .3rem; }
      header #headerWrapper #headerLogoWrapper .box .warpText .br {
        display: block; }
      @media screen and (max-width: 767px) {
        header #headerWrapper #headerLogoWrapper .box .warpText {
          margin: 20% auto 20%;
          line-height: 1.5rem;
          letter-spacing: .2rem; } }
  header #headerWrapper #headerKvWrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vw;
    max-height: 720px;
    background: url(../images/top/img_kv.jpg) no-repeat;
    background-size: cover;
    background-position: left bottom;
    border-radius: 40px 0 0 40px; }
    @media screen and (max-width: 767px) {
      header #headerWrapper #headerKvWrapper {
        height: unset;
        max-height: unset; } }
    header #headerWrapper #headerKvWrapper .copyWrapper {
      width: 95%;
      margin-left: -3%;
      font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      font-size: 9.375rem;
      font-weight: 700;
      -webkit-text-stroke: 1px #2978B6;
      color: rgba(0, 0, 0, 0);
      line-height: 10rem;
      letter-spacing: 0; }
      @media screen and (max-width: 991px) {
        header #headerWrapper #headerKvWrapper .copyWrapper {
          font-size: 6.25rem;
          line-height: 7rem; } }
      @media screen and (max-width: 767px) {
        header #headerWrapper #headerKvWrapper .copyWrapper {
          font-size: 2.8571428571429rem;
          line-height: 3rem; } }

@media screen and (max-width: 767px) {
  main .contactBtn {
    margin: 10% auto; }
    main .contactBtn .btnSet {
      width: 50%;
      padding: 5%; } }
main #newsWrapper {
  position: relative;
  width: 85vw;
  border-radius: 0 40px 40px 0;
  margin: -40px 0 0 0;
  z-index: -1;
  background-color: #2978B6;
  padding: 5%;
  color: #FFFBEF;
  max-height: 500px; }
  @media screen and (max-width: 767px) {
    main #newsWrapper {
      margin: 5% 0 0 0;
      width: 90vw;
      max-height: unset;
      padding: 10% 10% 10% 5%; } }
  main #newsWrapper .inner {
    margin: 0 0 0 0; }
    main #newsWrapper .inner .sectionTitle {
      font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
      font-size: 1.875rem;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 2%; }
      @media screen and (max-width: 767px) {
        main #newsWrapper .inner .sectionTitle {
          font-size: 1.4285714285714rem;
          margin-bottom: 5%; } }
    main #newsWrapper .inner ul li {
      border-top: 1px #FFFBEF solid;
      border-bottom: 1px #FFFBEF solid;
      display: flex;
      align-items: center;
      padding: 3% 0; }
      main #newsWrapper .inner ul li .time {
        padding: 0 35px 0 0; }
      @media screen and (max-width: 767px) {
        main #newsWrapper .inner ul li {
          padding: 8% 0; } }

footer {
  padding: 20px 0 20px 5%; }
  footer small {
    font-size: 0.625rem;
    color: #2978B6; }

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