@charset "UTF-8";

/* 
    reset.css
*/

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 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 root defaults */
html {
/*  scroll-behavior: smooth;*/
}

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
/*   scroll-behavior: auto;*/
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*
    Web Font Setting
*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('NSJP-L.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('NSJP-R.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('NSJP-B.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: lighter;
  font-weight: 100;
  src: url('Poppins-T.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('Poppins-R.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: bold;
  font-weight: 500;
  src: url('Poppins-M.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("MaterialIcons-Regular.woff") format("woff");
  font-display: swap;
}
/*
    Scroll Animation
*/

.sa {
  opacity: 0;
  transition: all .5s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

/*
    CSS Styling
*/

body {
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  background: #eef6f5;
  background-position: left bottom;
  background-size: 100%;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

nav {
  margin: 0 auto;
  height: 100px;
  max-width: 1200px;
  background-color: transparent;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

h1 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.05em;
}

h4 {
  margin: 10px 0;
  border-bottom: 1px solid #55a8a1;
  font-size: 1.17em;
}

h4 span{
  color: #d81b60;
  font-size: .8em;
  font-weight: 800;
}

p {
/*  margin: 0 0 1.6rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;*/
}

a {
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  opacity: 0.7;
}

.copyright {
  font-size: 0.5rem;
  letter-spacing: 0.25em;
  padding: 10px 0;
  height: 40px;
  background: #333;
  color: #fff;
}


.ico-cmn-material-open:before {
    content: '\E89E';
}

[class*="ico-cmn-material-"] {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2em;
}

[class*="ico-cmn-material-"]:before {
  position: absolute;
  top: 4px;
  left: -22px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.marker {
  background: linear-gradient( transparent 60%, #fac024 40% );
}

.underline {
  background: linear-gradient( transparent 90%, #fac024 40% );
}

/*
    Index
*/

body.index {
  letter-spacing: 0.02em;
}

header.index {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: 910px;
  background: url(img_index_header_bg.jpg) no-repeat;
  background-position: center top;
  background-size: 100%;
}

.header_box {
  width: 100%;
  height: 600px;
  position: relative;
}

.header_company_logo {
  width: 200px;
}

.img_header_copy {
  width: 430px;
  height: auto;
  position: absolute;
  top: 170px;
  left: 135px;
}

.caption_header_copy {
  width: 400px;
  height: 250px;
  position: absolute;
  top: 445px;
  left: 152px;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 2.5;
}

.img_header_illust {
  position: absolute;
  top: -20px;
  right: 30px;
}

.scrolldown1 {
    position: absolute;
    left: 50%;
    bottom: 30px;
    height: 60px;
}
.scrolldown1 span{
  position: absolute;
  left: -30px;
  top: -30px;
  color: #55a8a1;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 80px;
  background: #55a8a1;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height: 50px;
    opacity: 1;
  }
  100%{
    height: 0;
    top: 80px;
    opacity: 0;
  }
}

.purpose {
  margin: 0 auto;
  width: 100%;
  height: 1300px;
  background: url(img_purpose_bg.png) no-repeat;
  background-position: left top;
  /*background-size: 100%;*/
  position: relative;
}

.purpose_copy1 {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 70px;
  left: 650px;
}

.purpose_copy1 h3 {
  font-size: 2em;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.purpose_copy_before {
  font-size: 1rem;
  color: #55a8a1;
  letter-spacing: 0.02em;
}

.purpose_copy_before:after {
  content: "—";
  padding-left: 0.8em;
  display: inline-block;
  transform: scale( 3, 1 );
}

.purpose_copy1 p {
  margin: 30px 0;
  font-size: 1rem;
  line-height: 2.5;
  text-align: justify;
}

.purpose_copy2 {
  width: 720px;
  height: 700px;
  position: absolute;
  top: 660px;
  left: 450px;
  text-align: justify;
}

.purpose_copy2 h3 {
  font-size: 2.5em;
  line-height: 0.75;
  letter-spacing: 0.07em;
}

.purpose_copy2_after {
  color: #666666;
  font-size: 0.35em;
  letter-spacing: 0.07em;
}

.purpose_copy2 p {
  margin: 40px 0;
  font-size: 1.1rem;
  line-height: 2.5;
}

.purpose_copy2 p span {
  font-weight: bold;
}

.purpose_copy2_caption {
  margin: 40px 0;
  padding-left: 30px;
  border-left: solid 3px #333;
}

.purpose_copy2_caption p {
  font-size: 0.95rem;
  line-height: 2.5;
}

.purpose_copy2_caption p span {
  color: #55a8a1;
  font-size: 0.9em;
  font-weight: normal;
}

.detail {
  margin: 0 auto;
  width: 100%;
  height: 1500px;
  background: url(img_detail_bg.png?v=220311) no-repeat;
  background-position: left top;
  /*background-size: 100%;*/
  position: relative;
}

.detail h2 {
  position: absolute;
  top: 120px;
  left: 80px;
  color: #333;
  font-size: 1.8em;
  line-height: 2;
  letter-spacing: 0.1em;
}

.detail_copy h3 {
  font-size: 1.8em;
  line-height: 1.2;
  letter-spacing: 0.07em;
}

.detail_copy_num {
  color: #fff;
  font-size: 2.5em;
  font-weight: 100;
}

.detail_copy_eng {
  color: #55a8a1;
  font-size: 0.45em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

.detail_copy p {
  margin-top: 30px;
  font-size: 1.03rem;
  line-height: 2.5;
  text-align: justify;
}

.detail_copy p span {
  font-weight: bold;
}

.detail_copy1 {
  width: 320px;
  position: absolute;
  top: 340px;
  left: 80px;
}

.detail_copy2 {
  width: 320px;
  position: absolute;
  top: 340px;
  left: 475px;
}

.detail_copy3 {
  width: 600px;
  position: absolute;
  top: 820px;
  left: 80px;
}

.img_detail_dashboard {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.scoring_now {
  margin: 120px auto 0;
  width: 100%;
  height: 530px;
  background: transparent;
  position: relative;
}

.img_scoring_badge {
  width: 150px;
  height: auto;
  position: absolute;
  top: -60px;
  left: 120px;
  z-index:-1;
}

.img_scoring_illust {
  position: absolute;
  top: 0;
  right: 230px;
}

.scoring_now h2 {
  position: absolute;
  top: 40px;
  left: 230px;
  color: #333;
  font-size: 1.8em;
  line-height: 2;
  letter-spacing: 0.1em;
}

.scoring_now_copy {
  position: absolute;
  top: 120px;
  left: 230px;
  text-align: justify;
}

.scoring_now_copy p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0;
}

.scoring_now_copy p.small {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: normal;
}

.scoring_now_copy p span {
  font-weight: bold;
}

.scoring_button {
  margin-top: 60px;
  width: 500px;
  height: 70px;
  background-image: linear-gradient( to right, #3ae3a2, #55a8a1 33%, #55a8a1 67%, #b1ee83 );
  border-radius: 100px;
  box-shadow: 5px 5px 20px #55a8a1, -5px -5px 20px #fff, inset 5px 5px 20px transparent, inset -5px -5px 20px transparent;
  display: block;
  position: relative;
}

.scoring_button img {
  width: 500px;
  height: auto;
}

.scoring_button:hover {
  border-radius: 100px;
  opacity: 1;
  box-shadow: 3px 3px 10px #55a8a1, -3px -3px 10px #fff, inset 3px 3px 10px transparent, inset -3px -3px 10px transparent;
  position: relative;
}

.dashboard_button {
  margin: 60px auto 0;
  text-align: center;
  width: 500px;
  height: 70px;
  background-image: linear-gradient( to right, #3ae3a2, #55a8a1 33%, #55a8a1 67%, #b1ee83 );
  border-radius: 100px;
  box-shadow: 5px 5px 20px #55a8a1, -5px -5px 20px #fff, inset 5px 5px 20px transparent, inset -5px -5px 20px transparent;
  display: block;
  position: relative;
}

.dashboard_button img {
  width: 500px;
  height: auto;
}

.dashboard_button:hover {
  border-radius: 100px;
  opacity: 1;
  box-shadow: 3px 3px 10px #55a8a1, -3px -3px 10px #fff, inset 3px 3px 10px transparent, inset -3px -3px 10px transparent;
  position: relative;
}

footer.index {
  margin: 0 auto 120px;
  width: 100%;
  background: #55a8a1;
  text-align: center;
}

.footer_comment {
  text-align: center;
  border-bottom: 1px solid #97d6d4;
}

.pagetop {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -25px;
  right: 0px;
}

.footer_company {
  margin: 0 auto;
  width: 96%;
  max-width: 1120px;
  height: 100px;
  background: #55a8a1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_company_logo {
  width: 180px;
}

.footer_company a {
  color: #fff;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}

#bnr {
  opacity: 0;
  transition: .5s;
}
#bnr.show {
  opacity: 1;
}

.floating_scoring {
  width: 100%;
  height: 120px;
  background-image: url(img_floating_scoring_bg.png), linear-gradient( to right, #69d0c7 50%, #3fcc95 51% );
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, bottom center;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.floating_scoring_inner {
  margin: 0 auto;
  width: 96%;
  max-width: 1024px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating_scoring_inner img {
  margin-top: -25px;
}

.floating_scoring_inner a {
  width: 400px;
  height: 60px;
  border-radius: 100px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, .7), -5px -5px 20px rgba(255, 255, 255, 1), inset 5px 5px 20px transparent, inset -5px -5px 20px transparent;
}

.floating_scoring_inner a img {
  margin-top: 0;
}

.floating_scoring_inner a:hover {
  border-radius: 100px;
  opacity: 1;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .7), -3px -3px 10px rgba(255, 255, 255, 1), inset 3px 3px 10px transparent, inset -3px -3px 10px transparent;
}


/*
    scoring
*/

body.scoring {
  color: #333;
  font-size: 20px;
  line-height: 1.6;
  background: #fff url(img_scoring_bg.jpg) no-repeat fixed;
  background-position: left bottom;
  background-size: 100%;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

header.scoring {
  padding: 30px 0;
  color: #55a8a1;
  font-weight: 800;
}

footer.scoring {
  margin: 70px auto 30px;
  color: #333;
  text-align: center;
}

footer.scoring .copyright {
  background: none;
  color: #333;
}

.scoring_heading {
  background: #55a8a1;
}

.scoring_heading h2 {
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: 95%;
  max-width: 1200px;
  color: #fff;
  border-radius: 5px;
}

.form_group {
  margin: 20px auto;
  width: 93%;
}

.form_group h3 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #55a8a1;
  font-size: 1.17em;
}

fieldset {
  margin: 50px 0;
  padding: 0;
  border: none;
}

fieldset.sub {
  margin: 0 auto;
  padding: 0;
  width: 96%;
  border: none;
}

.radio_inline_input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio_inline_label {
    display: block;
    margin: 25px auto;
    padding: 0.7rem 2rem;
    width: 96%;
    background: #e0e0e0;
    border: 1px solid #55a8a1;
    border-radius: 100px;
    transition: all .2s;
}

.radio_inline_input:checked + .radio_inline_label {
    background: #d81b60;
    border: 1px solid #d81b60;
    color: #fff;
}

.radio_inline_input:focus + .radio_inline_label {
    outline-color: #d81b60;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.radio_inline_label:hover {
  cursor: pointer;
}

.button_submit {
  display: block;
  padding: 0.7rem 2rem;
  margin: 70px auto;
  width: 350px;
  background: #55a8a1;
  border: 1px solid #55a8a1;
  border-radius: 100px;
  transition: all .2s;
  color: #fff;
  font-size: 1.17em;
}

.button_submit:hover {
  cursor: pointer;
  border: 1px solid #d81b60;
}

label:hover {
  opacity: 0.7;
}

input:hover {
  background: #d81b60;
}

.link_home a {
  display: block;
  padding: 0.7rem 2rem;
  margin: 80px auto 20px;
  width: 200px;
  background: #55a8a1;
  border: 1px solid #55a8a1;
  border-radius: 100px;
  transition: all .2s;
  color: #fff;
  font-size: 1.17em;
}

.result_chart {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result_chart img {
  display: block;
  width: 50%;
  height: auto;
}

.result_judgement {
  width: 50%;
  text-align: center;
}

.result_judgement_heading {
  margin: 0 auto;
  width: 60%;
  font-size: 3rem;
  line-height: 2;
  border-bottom: solid 2px #55a8a1;
}

.result_judgement_score  {
  color: #d81b60;
  font-size: 15rem;
  line-height: 1;
}

table {
  width: 100%;
  background: #fffc;
  border-collapse: collapse;
  border: solid 3px #55a8a1;
/*  border-top: solid 2px #55a8a1;
  border-bottom: solid 2px #55a8a1;*/
  text-align: center;
}

th,td {
  border: solid 1px #55a8a1;
  padding: 5px 15px;
}

th {
  border-bottom: solid 2px #55a8a1;
}

th,td:first-child {
/*  border-left: none;*/
}

th:last-child {
/*  border-right: none;*/
}

td:last-child {
/*  border-right: none;*/
}

.result_class_a {
  background: #a9d18ecc;
}
.result_class_b {
  background: #c5e0b4cc;
}
.result_class_c {
  background: #e2f0d9cc;
}
.result_class_d {
  background: #f4fcefcc;
}


/*
    spacing
*/

.s-spacing-s {
  letter-spacing: 0.1em!important;
}
.s-spacing-s-shorten {
  letter-spacing: -0.03em!important;
}


/*
    dashboard.html
*/
.dashboard_img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.dashboard_img img {
  width: 100%;
  max-width: 2100px;
  margin: 0 auto;
  text-align: center;
}

.back_button {
  margin: 30px auto 40px;
  text-align: center;
  width: 500px;
  height: 70px;
  background-image: linear-gradient( to right, #3ae3a2, #55a8a1 33%, #55a8a1 67%, #b1ee83 );
  border-radius: 100px;
  box-shadow: 5px 5px 20px #55a8a1, -5px -5px 20px #fff, inset 5px 5px 20px transparent, inset -5px -5px 20px transparent;
  display: block;
  position: relative;
}

.back_button img {
  width: 500px;
  height: auto;
}

.back_button:hover {
  border-radius: 100px;
  opacity: 1;
  box-shadow: 3px 3px 10px #55a8a1, -3px -3px 10px #fff, inset 3px 3px 10px transparent, inset -3px -3px 10px transparent;
  position: relative;
}

