@charset "UTF-8";
/*A (more) Modern CSS Reset*/
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0vw;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

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

.serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close_FILL0_wght400_GRAD0_opsz24:before {
  content: "\e904";
}

.icon-map_FILL0_wght400_GRAD0_opsz24:before {
  content: "\e903";
}

.icon-note_FILL0_wght400_GRAD0_opsz24:before {
  content: "\e902";
}

.icon-open_in_new_FILL0_wght400_GRAD0_opsz24:before {
  content: "\e901";
}

.icon-expand_less_FILL0_wght400_GRAD0_opsz24:before {
  content: "\e900";
}

/* COMMON =========================================================================*/
html {
  font-size: 62.5%;
  font-weight: 500;
  overflow-x: hidden;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Arial, Helvetica, sans-serif";
  font-size: 1.6rem;
  position: relative;
  font-weight: 400;
}

a:hover {
  opacity: 0.7;
}

.onlySP {
  display: none;
}

@media screen and (max-width: 768px) {
  .onlySP {
    display: block;
  }
  .onlyPC {
    display: none;
  }
}
/* header footer common*/
.headerUpside .haederCTA .freedaial a,
.commonCTA .freedaial a div span.aria {
  letter-spacing: 0.05em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

header {
  background: #fff;
  font-family: "Arial, Helvetica, sans-serif";
  font-size: 1.6rem;
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #eee;
  padding: 5px 0 !important;
  width: 100vw;
  color: #333;
  box-shadow: none !important;
}
@media screen and (min-width: 768px) {
  header {
    padding: 10px 0;
  }
}
header.basic {
  background: #fff;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  padding: 5px 0;
}
header h1 {
  margin: 0 !important;
  padding-left: 13px;
}
@media screen and (min-width: 768px) {
  header h1 {
    padding-left: 0;
  }
}
header h1 a {
  text-decoration: none;
  display: block;
  width: 200px;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  header h1 a {
    max-width: 200px;
  }
}
header h1 a img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  header .menuBtn {
    position: relative;
  }
}
header ul {
  list-style: none;
}

.fixedWidth {
  max-width: 1000px !important;
  margin: auto;
  width: 100%;
}

.headerUpside {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .headerUpside {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.headerUpside .haederCTA {
  display: none;
}
@media screen and (min-width: 768px) {
  .headerUpside .haederCTA {
    margin: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none !important;
  }
}
.headerUpside .haederCTA li.freeTrial, .headerUpside .haederCTA li.documentRequest {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .headerUpside .haederCTA li.freeTrial, .headerUpside .haederCTA li.documentRequest {
    background-size: cover;
    padding: 10px 5px 5px 5px;
  }
}
.headerUpside .haederCTA li.freeTrial a, .headerUpside .haederCTA li.documentRequest a {
  font-weight: 500 !important;
  letter-spacing: 2px;
  text-decoration: none !important;
  padding: 0.5em 0.5em 0.5em 1em;
  display: grid;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  border-radius: 4px;
}
.headerUpside .haederCTA li.freeTrial a span, .headerUpside .haederCTA li.documentRequest a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 6px 4px;
}
.headerUpside .haederCTA li.freeTrial a span::after, .headerUpside .haederCTA li.documentRequest a span::after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
}
.headerUpside .haederCTA li.freeTrial a:hover, .headerUpside .haederCTA li.freeTrial a:visited, .headerUpside .haederCTA li.documentRequest a:hover, .headerUpside .haederCTA li.documentRequest a:visited {
  color: #fff !important;
}
.headerUpside .haederCTA li.freeTrial a {
  background-color: #69b413;
}
.headerUpside .haederCTA li.documentRequest a {
  background-color: #FF8412;
}
.headerUpside .haederCTA li.freedaial {
  padding: 10px 5px 5px 5px;
  border-radius: 6px;
}
.headerUpside .haederCTA li.freedaial a {
  color: #143359;
  text-decoration: none;
  display: grid;
  grid-template-columns: 30px 200px;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headerUpside .haederCTA li.freedaial a img {
  width: 30px;
  height: auto;
  grid-area: 1/1/2/2;
  display: block;
}
.headerUpside .haederCTA li.freedaial a span.arial {
  white-space: nowrap;
  line-height: 1;
  grid-area: 1/2/2/3;
  font-size: 2.8rem;
  padding-left: 6px;
  letter-spacing: 0.05em;
}
.headerUpside .haederCTA li.freedaial a .reception {
  grid-area: 2/2/3/3;
  font-size: 1.1rem;
  letter-spacing: normal;
  font-weight: 400;
}

li.freeTrial a span {
  font-family: "Material Icons Outlined";
}

.btn-menu {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 3%;
  font-family: inherit;
  font-size: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.btn-menu,
.btn-menu span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00469b;
  border-radius: 4px;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
}
.btn-menu span:nth-of-type(2) {
  top: 18px;
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-45deg);
          transform: translateY(18px) rotate(-45deg);
}
.btn-menu.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(45deg);
          transform: translateY(-18px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none;
    z-index: 1002;
    position: relative;
  }
  .btn-menu span {
    display: none;
  }
}

#mainNav {
  background: #fff;
  display: none;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #mainNav {
    display: block;
    position: inherit;
    background: none;
    width: 100%;
    padding: 0;
  }
}
#mainNav .callToAction {
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 54px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #mainNav .callToAction {
    display: none;
  }
}
#mainNav .callToAction a {
  display: block;
}
#mainNav .callToAction li.freeTrial a {
  border-radius: 6px;
  background-color: #69B413;
}
#mainNav .callToAction li.documentRequest a {
  background-color: #FF8412;
  border-radius: 6px;
}
#mainNav .callToAction li.freedaial {
  background-size: cover;
  background-color: green;
  color: #fff;
  border-radius: 6px;
  grid-area: 2/1/3/3;
}
#mainNav .callToAction li.freedaial a {
  display: grid;
  grid-template-columns: 50px 90%;
  row-gap: 5px;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  border-radius: 6px;
  text-decoration: none;
  padding: 15px;
  width: 100%;
}
#mainNav .callToAction li.freedaial a img {
  grid-area: 1/1/2/2;
  width: auto;
}
#mainNav .callToAction li.freedaial a .arial {
  white-space: nowrap;
  grid-area: 1/2/2/3;
  font-size: 4.2rem;
  line-height: 1;
  padding-left: 6px;
  font-weight: 600;
  text-align: center;
}
#mainNav .callToAction li.freedaial a .reception {
  font-size: 1.6rem;
  grid-area: 2/2/3/3;
  text-align: center;
}
#mainNav .callToAction li.freedaial a div {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainNav .callToAction li:not(.freedaial) {
  border-radius: 4px !important;
  color: #fff;
  font-size: 2rem;
}
#mainNav .callToAction li:not(.freedaial) a {
  text-decoration: none !important;
  padding: 20px 5px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff !important;
}
#mainNav .callToAction li:not(.freedaial) a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
#mainNav .callToAction li:not(.freedaial) a::after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
}
#mainNav .callToAction li:not(.freedaial) a:hover {
  color: #fff !important;
}

.callToAction {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}
.callToAction a {
  display: block;
}

#subNav {
  display: none;
}

@media screen and (min-width: 768px) {
  ul.mainNav {
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  ul.mainNav > li {
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 0 2em;
    border-left: 1px solid #999;
  }
}
ul.mainNav > li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: var(--txt-color) !important;
}
@media screen and (min-width: 768px) {
  ul.mainNav > li a {
    padding: 0;
    border-bottom: none !important;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    font-weight: 400;
  }
  ul.mainNav > li a:hover {
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  ul.mainNav > li:last-child {
    border-right: 1px solid #9f9f9f;
  }
}
ul.mainNav > li.hasSubNav > a::after {
  font-family: "Material Icons Outlined";
  content: "\e145";
  font-size: 2.4rem;
  color: var(--brand-color);
}
@media screen and (min-width: 768px) {
  ul.mainNav > li.hasSubNav > a::after {
    content: none !important;
  }
}
ul.mainNav > li.hasSubNav.closed > a::after {
  content: "\e15b";
}
ul.mainNav > li.hasSubNav.active > a::after {
  content: "\e15b";
}
@media screen and (min-width: 768px) {
  ul.mainNav > li.hasSubNav:hover ul.subNav {
    display: block;
  }
}
ul.mainNav .sp_course {
  display: block;
}
@media screen and (min-width: 768px) {
  ul.mainNav .sp_course {
    display: none;
  }
}
ul.mainNav #subNavTrigger {
  display: none;
}
@media screen and (min-width: 768px) {
  ul.mainNav #subNavTrigger {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  ul.mainNav .subDrawerMenu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    border-bottom: none;
    font-weight: 400;
  }
}

.subDrawerMenu a::before {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  margin-right: 0.25em;
  color: #00469b;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 768px) {
  .subDrawerMenu a::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .subDrawerMenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 1em;
    background: #FFF;
    white-space: nowrap;
  }
  .subDrawerMenu li {
    text-align: left;
    border: none;
    padding: 0.25em;
    margin: 0;
  }
  .subDrawerMenu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em;
    min-width: 12em;
  }
  .subDrawerMenu li a::after {
    font-family: "Material Icons Outlined";
    content: "\e5e1";
    margin-left: 1em;
    color: #00469b;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

ul .subFeatures {
  padding-left: 1em;
}
ul .subFeatures a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
ul .subFeatures a::before {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  margin-right: 0.5rem;
  color: var(--brand-color);
}

#subNavTrigger > #subNav {
  display: none;
}
@media screen and (min-width: 768px) {
  #subNavTrigger > #subNav {
    position: absolute;
    padding: 1.6rem 2.4rem 0 2.4rem;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: none !important;
  }
}
#subNavTrigger > #subNav h4 {
  font-weight: bold;
  color: var(--brand-color);
}
@media screen and (min-width: 768px) {
  #subNavTrigger ul.subFeatures {
    padding: 0 0 0.5em 0;
    margin-bottom: 0.5em;
    width: 12em;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  #subNavTrigger ul.subFeatures li {
    line-height: 2;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #subNavTrigger ul.subFeatures li a {
    padding: 0;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    border-left: none;
    white-space: nowrap;
  }
  #subNavTrigger ul.subFeatures li a::before {
    content: none;
  }
  #subNavTrigger ul.subFeatures li a::after {
    font-family: "Material Icons Outlined";
    margin-left: 10px;
    content: "\e5e1";
    color: var(--brand-color);
  }
}

@media screen and (min-width: 768px) {
  #subNav > ul:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  #goto-info,
  #mainNavTrigger {
    display: none;
  }
}
/* footer */
footer {
  font-family: "Arial, Helvetica, sans-serif";
}
@media screen and (min-width: 768px) {
  footer {
    margin: 40px auto auto auto;
  }
}
footer .nav-layout {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  width: 90%;
  margin: 0 auto 40px auto;
}
footer .nav-layout img {
  width: 240px;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  footer .nav-layout {
    grid-template-columns: 240px 1fr;
    margin-bottom: 40px;
    width: 100%;
  }
  footer .nav-layout img {
    margin: 0;
  }
}
footer .footer-navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
footer .footer-navi li {
  border: none;
  text-align: left;
  padding: 0;
}
footer .footer-navi a {
  text-decoration: none;
  text-align: left;
  font-size: 1.6rem;
  color: #000;
}
footer .footer-navi a:before {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  color: #00469b;
  margin-right: 0.2em;
}
@media screen and (min-width: 768px) {
  footer .footer-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  footer .footer-navi li {
    text-align: center;
    border-left: 1px solid #333;
    padding: 0 1em;
  }
  footer .footer-navi li:last-child {
    border-right: 1px solid #333;
  }
  footer .footer-navi a:before {
    content: "";
    margin: auto;
  }
}
footer .nav-groupe {
  padding: 0;
}
footer .nav-groupe .footer-group {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
footer .nav-groupe .footer-group img {
  max-width: 100% !important;
  height: 50px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .nav-groupe {
    margin: 0 auto;
    padding: auto;
    max-width: 1000px;
  }
  footer .nav-groupe .footer-group {
    grid-template-columns: repeat(6, auto);
  }
}
footer > div {
  background-color: #f9f9f9;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  footer > div {
    padding: 60px 0;
  }
}
footer > div ul,
footer > div li {
  margin: 0;
  padding: 0;
}
footer > div ul a,
footer > div li a {
  text-decoration: none;
}
footer > div .footermenu {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-size: 1.4rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  width: 90%;
}
footer > div .footermenu div {
  margin: 0 auto 20px auto;
}
footer > div .footermenu div .tosyocode {
  font-size: 1rem;
  color: #000;
}
footer > div .footermenu div img {
  display: block;
  margin: 0 auto;
  width: 130px;
}
footer > div .footermenu li a {
  display: block;
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 5px;
  color: #000;
}
footer > div .footermenu li a:before {
  margin-right: 0.2em;
  font-family: "Material Icons Outlined";
  content: "\e5e1";
  color: #00469b;
}
footer > div .footermenu .kensaku {
  border-bottom: 1px solid #ccc;
}
footer > div .footermenu .nolink {
  display: none;
}
@media screen and (min-width: 768px) {
  footer > div .footermenu {
    grid-template-columns: auto auto auto auto;
    gap: 20px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  footer > div .footermenu div {
    grid-area: 1/1/2/2;
    font-size: 1rem;
    margin: 0 auto;
  }
  footer > div .footermenu div img {
    margin: 0 auto;
  }
  footer > div .footermenu li {
    padding: 0;
    border-top: none;
    margin-bottom: 0.25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  footer > div .footermenu li a {
    padding: 0;
  }
  footer > div .footermenu li a:after {
    content: none;
  }
  footer > div .footermenu ul.sublist li {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  footer > div .footermenu .kensaku {
    border-bottom: none;
  }
  footer > div .footermenu .nolink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
footer > div .footerlinks {
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: underline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer > div .footerlinks li {
  margin: 0 0.5em 0.5em 0.5em;
}
@media screen and (min-width: 768px) {
  footer > div .footerlinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    text-decoration: none;
  }
}
footer > div .copyright {
  text-align: center;
  font-size: 1.2rem;
  font-family: "Arial, Helvetica, sans-serif";
  line-height: 1.5;
  margin-top: 1em;
}

.pageBottomCTA {
  margin: 0 auto 30px auto;
  padding: 30px 0;
  background: #00469b;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .pageBottomCTA {
    margin: 0 auto 80px auto;
    padding: 50px 0;
  }
}
.pageBottomCTA > div {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .pageBottomCTA > div {
    max-width: 1000px;
  }
}
.pageBottomCTA > div h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .pageBottomCTA > div h2 {
    font-size: 2.8rem;
  }
}
.pageBottomCTA > div .subCTAtxt {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.pageBottomCTA > div .subCTAtxt + .commonCTA {
  margin-top: 30px;
}

.commonCTA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 0;
  margin-top: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .commonCTA {
    grid-template-columns: 1fr auto auto;
    grid-template-rows: 1fr auto;
  }
}
.commonCTA li.documentRequest,
.commonCTA li.freeTrial {
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .commonCTA li.documentRequest,
  .commonCTA li.freeTrial {
    width: 300px;
  }
}
.commonCTA li.documentRequest a,
.commonCTA li.freeTrial a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 5px 5px 5px 10px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  text-decoration: none !important;
}
.commonCTA li.documentRequest a span,
.commonCTA li.freeTrial a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonCTA li.documentRequest a::after,
.commonCTA li.freeTrial a::after {
  font-family: "Material Icons Outlined";
  content: "\e5e1";
}
.commonCTA li.documentRequest a:hover, .commonCTA li.documentRequest a:visited,
.commonCTA li.freeTrial a:hover,
.commonCTA li.freeTrial a:visited {
  color: #fff !important;
}
.commonCTA li.documentRequest a {
  background-color: #FF8412;
  border-radius: 6px;
}
.commonCTA li.freeTrial a {
  background-color: #69b413;
  border-radius: 6px;
}
.commonCTA li.freedaial {
  padding: 10px 5px 5px 5px;
  display: grid;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
}
@media screen and (max-width: 1023px) {
  .commonCTA li.freedaial {
    grid-area: 2/1/3/3;
    margin: 0 auto;
  }
}
.commonCTA li.freedaial a {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.commonCTA li.freedaial a img {
  width: 50px;
  height: auto;
  display: block;
}
.commonCTA li.freedaial a div {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.commonCTA li.freedaial a div span.arial {
  line-height: 1;
  font-size: 4rem;
  padding-left: 6px;
  font-weight: 600;
}
.commonCTA li.freedaial a .reception {
  display: block;
  font-size: 1.4rem;
}

/*/results/experience/css/neu_style.css 上書き*/
#expe-navwrap.-hide {
  top: 123px !important;
}/*# sourceMappingURL=header_footer.css.map */