@charset "utf-8";
/* CSS Document */



/*--------------------------------------
　Main Index
---------------------------------------*/

#index {
  margin: auto;
  padding: 0;
}

#index .headArea {
  margin: 0 0 25px;
}

#index .headArea h2 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h2,
#index .sec02 h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h3,
#index .sec02 h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h4,
#index .sec02 h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h5,
#index .sec02 h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 h6,
#index .sec02 h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

#index .sec01 p.lead,
#index .sec02 p.lead {
  margin: 0 0 30px;
}

#index .sec01 {
  margin: 0 0 50px;
  padding: 25px;
  border: 1px solid #D5D5D5;
}

#index .sec02 {
  margin: 0 0 50px;
  padding: 25px;
  border: 1px solid #D5D5D5;
}

#index .sec01 p,
#index .sec02 p {
  margin: 0 0 20px;
}

#index .sec01 p:last-child,
#index .sec02 p:last-child {
  margin: 0;
}

/* main-visual */

.main-visual {
  background: url(img/mv.jpg) no-repeat;
  background-size: auto 100%;
  padding: 100px 0;
}

.main-visual-inner {
  max-width: 1408px;
  margin: auto;
}

#index .main-visual-inner h2 {
  color: #fff;
  font-size: 80px;
}

.main-visual-inner h2 span.small {
  font-size: 40px;
}

.main-visual-inner h2 span.color-y {
  font-size: 100px;
  color: #c8ff08;
}

#index .main-visual-inner p {
  font-size: 30px;
  color: #fff;
  margin: 0 0 40px;
  padding: 0 10px;
  line-height: 1.5;
}

.inner-btn {
  padding: 10px;
}

#index .inner-btn a {
  background: #fff;
  color: #004746;
  text-decoration: none;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  gap: 10px;
  padding: 10px 10px 10px 20px;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}

.inner-btn a:after {
  background: url(img/btn-arrow-bl-down.svg) no-repeat;
  background-size: 100%;
  content: "";
  width: 43px;
  height: 43px;
}

/* contents-01 */

.contents-01 {
  position: relative;
}

/*
.contents-01::before {
  content: "";
    background: #E4F1F1;
  position: absolute;
    width: 100vw;
    height: 150vh;
    z-index: -1;
    top: 0;
    right: 50%;
}*/

.contents-01 .side-frame {
  position: relative;
  overflow: hidden;
}

.contents-01 .side-frame::after {
  content: "";
  background: url(img/bg05.png) no-repeat top right;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -2;
  top: 0;
  right: 0;
}

.contents-01 .contents-inner {
  max-width: 1408px;
  margin: auto;
  padding: 100px 10px 0;
  position: relative;
}

/*.contents-01 .contents-inner::before {
/*    content: "";
/*    width: 100vw;
/*    height: 200vh;
/*    background: #E4F1F1;
/*    position: absolute;
/*    right: calc(85% - 100px);
/*    top: 0;
/*    z-index: -1;
/*    transform: rotate(70deg);
/*    -webkit-transform: rotate(70deg);
/*    -moz-transform: rotate(70deg);
/*    -ms-transform: rotate(70deg);
/*    -o-transform: rotate(70deg);
/*}
/*
/*.contents-01 .contents-inner::after {
/*    content: "";
/*    width: 100vw;
/*    height: 200vh;
/*    background: #F5FBFB;
/*    position: absolute;
/*    left: calc(100% - 100px);
/*    bottom: 0;
/*    z-index: -1;
/*    transform: rotate(70deg);
/*    -webkit-transform: rotate(70deg);
/*    -moz-transform: rotate(70deg);
/*    -ms-transform: rotate(70deg);
/*    -o-transform: rotate(70deg);
/*}*/

.contents-01 .contents-inner p.ttl {
  font-size: 40px;
  padding: 0 10px;
}

.contents-01 .contents-inner p.ttl span {
  color: #005e60;
}

#index .contents-01 .contents-inner h2 {
  font-size: 60px;
}

#index .contents-01 .contents-inner .caption {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5rem;
}

.contents-01 .contents-inner dl > div {
  max-width: 1408px;
  width: 1408px;
  height: 117px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.contents-01 .contents-inner dl.step-list {
  position: relative;
}

.contents-01 .contents-inner dl.step-list:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: -50%;
  background: #E4F1F1;
  z-index: -5;
}

.contents-01 .contents-inner dl > div.step0 dd {
  background: #004746;
  position: relative;
}
.contents-01 .contents-inner dl > div.step0 dd::before {
  content: "";
  background: url(img/limegreen-step0.svg) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  top: 10px;
  margin: 32px 0 26px 70px;
  height: 42px;
}
.contents-01 .contents-inner dl > div.step0 dd::after {
  content: "";
  background: #004746;
  position: absolute;
  width: 100vw;
  height: 117px;
  left: 0;
  top: -9px;
  z-index: -1;
}
#index .contents-01 .contents-inner dl .step0 dd .jirei p {
  background: #004746;
}

.contents-01 .contents-inner dl > div.step1 dd {
  background: #008585;
}
.contents-01 .contents-inner dl > div.step1 dd::before {
  content: "";
  background: url(img/limegreen-step1.svg) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  top: 10px;
  margin: 32px 0 26px 70px;
  height: 42px;
}
.contents-01 .contents-inner dl > div.step1 dd::after {
  content: "";
  background: #008585;
  position: absolute;
  width: 100vw;
  height: 117px;
  left: 0;
  top: -9px;
  z-index: -1;
}
#index .contents-01 .contents-inner dl .step1 dd .jirei p {
  background: #008585;
}

.contents-01 .contents-inner dl > div.step2 dd {
  background: #00A4A4;
}
.contents-01 .contents-inner dl > div.step2 dd::before {
  content: "";
  background: url(img/limegreen-step2.svg) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  top: 10px;
  margin: 32px 0 26px 70px;
  height: 42px;
}
.contents-01 .contents-inner dl > div.step2 dd::after {
  content: "";
  background: #00A4A4;
  position: absolute;
  width: 100vw;
  height: 117px;
  left: 0;
  top: -9px;
  z-index: -1;
}
#index .contents-01 .contents-inner dl .step2 dd .jirei p {
  background: #00A4A4;
}

.contents-01 .contents-inner dl > div.step3 dd {
  background: #00BCBC;
}
.contents-01 .contents-inner dl > div.step3 dd::before {
  content: "";
  background: url(img/limegreen-step3.svg) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  top: 10px;
  margin: 32px 0 26px 70px;
  height: 42px;
}
.contents-01 .contents-inner dl > div.step3 dd::after {
  content: "";
  background: #00BCBC;
  position: absolute;
  width: 100vw;
  height: 117px;
  left: 0;
  top: -9px;
  z-index: -1;
}
#index .contents-01 .contents-inner dl .step3 dd .jirei p {
  background: #00BCBC;
}

.contents-01 .contents-inner dl > div.step4 dd {
  background: #00CBCB;
}
.contents-01 .contents-inner dl > div.step4 dd::before {
  content: "";
  background: url(img/limegreen-step4.svg) no-repeat;
  background-size: 100% 100%;
  width: 115px;
  top: 10px;
  margin: 32px 0 26px 70px;
  height: 42px;
}
.contents-01 .contents-inner dl > div.step4 dd::after {
  content: "";
  background: #00CBCB;
  position: absolute;
  width: 100vw;
  height: 117px;
  left: 0;
  top: -8px;
  z-index: -1;
}
#index .contents-01 .contents-inner dl .step4 dd .jirei p {
  background: #00CBCB;
}

.contents-01 .contents-inner dl > div::after {
  content: "";
  width: 200vw;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  right: calc(50% - 50vw);
  z-index: 1;
}

.contents-01 .contents-inner dl > div.step0::before {
  content: "";
  width: 200vw;
  height: 5px;
  background: #fff;
  position: absolute;
  top: -5px;
  right: calc(50% - 50vw);
  z-index: 1;
}

.contents-01 .contents-inner dl dt {
  width: 290px;
  flex-shrink: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.contents-01 .contents-inner dl dt utton {
    text-align: left;
}

.contents-01 .contents-inner dl dt span {
  font-size: 20px;
}

.contents-01 .contents-inner dl dd {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  gap: 20px;
}

#index .contents-01 .contents-inner dl dd p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

#index .contents-01 .contents-inner dl dd > p {
  width: 328px;
}

#index .contents-01 .contents-inner dl dd .jirei {
  position: relative;
  width: 245px;
}

#index .contents-01 .contents-inner dl dd .jirei p {
  content: "";
  position: absolute;
  left: 12px;
  top: -10px;
  padding: 0 3px;
  font-weight: normal;
}

#index .contents-01 .contents-inner dl dd .jirei ul {
  margin: 0;
  outline: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 10px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .contents-01 .contents-inner dl dd .jirei ul li {
  list-style: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

#index .contents-01 .contents-inner dl dd .link-box {
  flex: 1;
}

#index .contents-01 .contents-inner dl dd .link-box a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  max-width: 200px;
  text-align: center;
  color: #005E60;
  background: #C8FF08;
  padding: 5px;
  margin: 11px 30px;
  font-weight: bold;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.now-stage {
  height: 466px;
  position: relative;
  background: #fff;
}

.now-stage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url(img/slide-pic01.jpg) no-repeat center/cover;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 25% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 25% 100%);
}

.now-stage > div {
  max-width: 1408px;
  height: 466px;
  position: relative;
  margin: auto;
}

.now-stage > div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3rem;
    width: 154px;
    height: 466px; /* 背景が2回分繰り返せる高さ */
    background: url(img/flow-arrow01.svg) repeat-y;
    animation: scrollDown 8s linear infinite;
    z-index: 0;
}

/* 縦スクロールアニメーション */
@keyframes scrollDown {
    from {
        background-position-y: 0;
    }
    to {
        background-position-y: 100%;
    }
}


.now-stage p {
  font-size: 40px;
  position: absolute;
  line-height: 1.2;
  content: "";
  top: 10rem;
  left: 3rem;
  font-weight: bold;
  z-index: 1;
}

.now-stage p span {
  font-size: 60px;
  color: #005E60;
}

/* contents-02 */

.contents-02 {
  background: #004746 url(img/bg06.png) no-repeat right;
}

.contents-02 .contents-inner {
  max-width: 1408px;
  margin: auto;
  padding: 4rem 3rem;
}

#index .contents-02 .sub-title {
  color: #C8FF08;
  font-size: 40px;
  font-weight: bold;
  margin: 2rem 0;
}

#index .contents-02 h2 {
  color: #fff;
  font-size: 60px;
  margin: 0 0 3rem;
}

#index .contents-02 .caption {
  color: #fff;
  margin: 0 0 1rem;
}

#index .contents-02 .question-frame {
  background: #fff;
  padding: 5rem 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 5rem;
}

#index .contents-02 .question-category {
  position: relative;
  color: #fff;
  background: #004746;
  text-align: center;
  display: table;
  margin: auto;
  padding: 1rem 2rem;
  font-size: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .contents-02 .question-category::before {
  content: "";
  position: absolute;
  background: url(img/logo.svg) no-repeat center / cover;
  width: 64px;
  height: 38px;
  left: calc(50% - 68px / 2);  
  top: -55px;
}

#index .contents-02 .question-text {
  text-align: center;
  font-size: 25px;
  margin: 3rem;
}

#index .contents-02 .selection-btn {
  display: flex;
}

#index .contents-02 .selection-btn button {
  background: #E4F1F1;
  display: flex;
  align-items: center;
  flex: 7;
}

#index .contents-02 .selection-btn button:hover {
  background: #C8FF08;
}

#index .contents-02 .selection-btn button.yes-bar {
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
  justify-content: flex-end;
  padding: 0 6rem 0 0;
}

#index .contents-02 .selection-btn button.no-bar {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%);
  justify-content: flex-start;
  padding: 0 0 0 6rem;
}

#index .contents-02 .selection-btn .count-number {
  flex: 1;
  text-align: center;
}

#index .contents-02 .selection-btn .count-number p {
  font-size: 39px;
  font-weight: bold;
  color: #E4F1F1;
  line-height: 0.8;
  margin: 0;
}

#index .contents-02 .selection-btn .count-number .here-number {
  font-size: 60px;
  color: #005E60;
}

#index .contents-02 .selection-btn .count-number p.r-hyphen {
  transform: rotate(90deg);
  padding: 0 0 10px;
}

#index .reset-btn {
  display: flex;
  justify-content: flex-end;
}

#index .reset-btn button {
  background: #fff;
  color: #005E60;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 80px;
  margin: 1rem 0 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#index .result-frame {
  background: #fff;
  padding: 10px;
  display: flex;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .result-frame > div {
  text-align: center;
  flex: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .result-frame .left-box,
#index .result-frame .right-box {
  background: #E4F1F1;
}

#index .result-frame .left-box p,
#index .result-frame .right-box p {
  color: #004746;
  position: relative;
  font-size: 25px;
  margin: 234px 0 50px;
  font-weight: bold;
}

#index .result-frame .left-box p::before,
#index .result-frame .left-box p::after,
#index .result-frame .right-box p::before,
#index .result-frame .right-box p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 1px;
  background: #004746;
  margin: 0 15px;
}

#index .result-frame ul {
  margin: 0 0 200px;
}

#index .result-frame ul li {
  font-size: 20px;
  list-style: none;
  font-weight: bold;
  line-height: 2;
}

#index .result-frame .center-box {
  padding: 3rem 0;
}

#index .result-frame .center-box p {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}

#index .result-frame .center-box p.sub-ttl {
  font-size: 30px;
  color: #004746;
}

#index .result-frame .center-box p.result-category {
  background: #004746;
  font-size: 20px;
  font-weight: normal;
  width: 50%;
  margin: auto;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .result-frame .center-box ul {
  margin: 1.5rem 1rem;
}

#index .result-frame .center-box ul li {
  margin: 0 0 10px;
}

#index .result-frame .center-box ul li a {
  background: #C8FF08;
  color: #004746;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 10px;
  width: 50%;
  display: block;
  margin: auto;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

#index .result-frame .center-box .btn-box {

}

#index .result-frame .center-box .btn-box button {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  width: 70%;
  margin: auto;
  display: inline-block;
  color: #005E60;
  padding: 15px 0;
  border: solid 1px #005E60;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  text-align: center;
}

#index .result-frame .center-box .btn-box button:first-child {
  color: #fff;
  background: #004746;
  margin: 0 0 15px;
}

/* contents-03 */

.contents-03 {
  background: url(img/bg04.png) no-repeat left top / cover;
}

input.hs-button.primary.large {
    font-size: 20px;
    padding: 1rem 7rem;
}

.tab-switch {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem auto;
  justify-content: center;
  gap: 0 1.5rem;
  max-width: 1408px;
}

.tab-switch > label {
  min-width: 200px;
  order: -1;
  position: relative;
  margin: 0 0 10px;
  padding: 3rem 0 1.5rem 0;
  background: #E4F1F1;
  color: #004746;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tab-switch > label:hover,
.tab-switch label:has(:checked) {
  background: #004746;
  color: #fff;
  position: relative;
}

.tab-switch label:has(:checked)::after {
  content: "";
  position: absolute;
  background: url(img/tab-arrow.svg) no-repeat center / cover;
  width: 87px;
  height: 87px;
  left: calc(50% - 43.5px);
  bottom: -44px;
}

.tab-switch input {
  display: none;
}

.tab-switch > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}

.tab-switch label:has(:checked) + div {
  display: block;
}

.tab-switch label.step-tab-00 {
  background-image: url(img/green-step0.svg);
  background-repeat: no-repeat;
  background-size: 70px 29px;
  background-position: center 10px;
}

.tab-switch > label.step-tab-00:hover,
.tab-switch label.step-tab-00:has(:checked) {
  background-image: url(img/limegreen-step0.svg);
    background-size: 90px 35px;

}

.tab-switch label.step-tab-01 {
  background-image: url(img/green-step1.svg);
  background-repeat: no-repeat;
  background-size: 70px 29px;
  background-position: center 10px;
}

.tab-switch > label.step-tab-01:hover,
.tab-switch label.step-tab-01:has(:checked) {
  background-image: url(img/limegreen-step1.svg);
  background-size: 90px 35px;
}

.tab-switch label.step-tab-02 {
  background-image: url(img/green-step2.svg);
  background-repeat: no-repeat;
  background-size: 70px 29px;
  background-position: center 10px;
}

.tab-switch > label.step-tab-02:hover,
.tab-switch label.step-tab-02:has(:checked) {
  background-image: url(img/limegreen-step2.svg);
    background-size: 90px 35px;

}

.tab-switch label.step-tab-03 {
  background-image: url(img/green-step3.svg);
  background-repeat: no-repeat;
  background-size: 70px 29px;
  background-position: center 10px;
}

.tab-switch > label.step-tab-03:hover,
.tab-switch label.step-tab-03:has(:checked) {
  background-image: url(img/limegreen-step3.svg);

    background-size: 90px 35px;

}

.tab-switch label.step-tab-04 {
  background-image: url(img/green-step4.svg);
  background-repeat: no-repeat;
  background-size: 70px 29px;
  background-position: center 10px;
}

.tab-switch > label.step-tab-04:hover,
.tab-switch label.step-tab-04:has(:checked) {
  background-image: url(img/limegreen-step4.svg);
    background-size: 90px 35px;

}

#index .tab-switch .tab-content {
  background: url(img/slide-pic03.jpg) no-repeat center / cover;
  padding: 3rem;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .tab-switch .tab-content .text-box {
  background: #fff;
  padding: 3rem;
  max-width: 785px;
  min-height: 29rem;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#index .tab-switch .tab-content .text-box::after {
  content: "";
  position: absolute;
  background: url(img/slide-en03.svg) no-repeat left / 100% 100%;
  width: 400px;
  height: 110px;
  bottom: 0;
  right: -405px;
}







#index .tab-switch .step-tab-00 + .tab-content .text-box::after {
  background: url(img/slide-en-1.svg) no-repeat left / 100% 100%;
}

#index .tab-switch .step-tab-01 + .tab-content .text-box::after {
  background: url(img/slide-en02.svg) no-repeat left / 100% 100%;
}

#index .tab-switch .step-tab-02 + .tab-content .text-box::after {
  background: url(img/slide-en03.svg) no-repeat left / 100% 100%;
}

#index .tab-switch .step-tab-03 + .tab-content .text-box::after {
  background: url(img/slide-en04.svg) no-repeat left / 100% 100%;
}

#index .tab-switch .step-tab-04 + .tab-content .text-box::after {
  background: url(img/slide-en05.svg) no-repeat left / 100% 100%;
}

#index .tab-switch .tab-content .text-box .ttl {
  color: #004746;
  font-size: 30px;
  margin: 0 0 3rem;
  font-weight: bold;
}

#index .tab-switch .tab-content .text-box .sub-ttl {
  font-size: 20px;
  margin: 0 0 2rem;
  font-weight: bold;
}

#index .tab-switch .tab-content .text-box p {
  font-size: 15px;
}

/* FAレポート */

#index .contents-03 .fa-report {
  display: flex;
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 1408px;
  position: relative;
}

#index .contents-03 .fa-report::before {
  background: url(img/head-deco.svg);
  content: "";
  display: block;
  height: 200px;
  position: absolute;
  top: -119px;
  left: -65px;
  width: 200px;
  z-index: 0;
}

#index .contents-03 .fa-report .sub-title {
  color: #004746;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  line-height: 1.45;
}

#index .contents-03 .fa-report h2 {
  color: #212121;
  font-size: 60px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 32px;
}

#index .contents-03 .fa-report h2+p {
  font-size: 18px;
  color: #212121;
  line-height: 1.56;
  margin: 0;
}

.supervision-card {
  border: 1px solid #007a64;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
  max-width: 380px;
  color: #333;
  /* box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.02); */
  margin-top: 3rem;
}

.supervision-tag {
  background-color: #007a64;
  color: #fff;
  font-size: 13px;
  padding: 4px 8px 4px 20px;
  display: inline-block;
  border-radius: 0 3px 3px 0;
  margin-bottom: 8px;
  margin-left: -1.4rem;
}

.supervision-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.supervision-title span {
    font-size: 0.9rem;
    display: block;
    color: #007a64;
}

.supervision-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}


#index .contents-03 .fa-report .fa-report-block--title .cv-link {
	text-align: right;
}

#index .contents-03 .fa-report .fa-report-block--title .cv-link a {
	background: #C8FF08;
	color: #004746;
	text-decoration: none;
	padding: 7px 36px 7px 7px;
	width: 42%;
	display: inline-block;
	position: relative;
	border-radius: 29px;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	-ms-border-radius: 29px;
	-o-border-radius: 29px;
	font-weight: bold;
}

#index .contents-03 .fa-report .fa-report-block--title .cv-link a::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(img/btn-arrow-wh.svg) no-repeat center / cover;
	top: 0;
	right: 5px;
	bottom: 0;
	margin: auto;
}


#index .contents-03 .fa-report .fa-report-block--title {
  box-sizing: border-box;
  margin: 0 25px 0 0;
  max-width: 453px;
  padding: 20px 26px 0;
  width: 32.3%;
}

#index .contents-03 .fa-report .fa-report-block--contents {
  max-width: 931px;
  width: 66.3%;
}

#index .contents-03 .fa-report .fa-report-block--contents ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 2.15%;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li {
  background-color: #004746;
  border-radius: 5px;
  max-width: 453px;
  min-height: 350px;
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  padding: 0 0 24px;
  width: 48.8%;
}

input.hs-button.primary.large {
    font-size: 1.2rem;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li::marker {
  content: none;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-001 {
  background-image: url(img/report-pic01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-002 {
  background-image: url(img/report-pic02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-003 {
  background-image: url(img/report-pic03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-004 {
  background-image: url(img/report-pic04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-005 {
  background-image: url(img/report-pic05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-006 {
  background-image: url(img/report-pic06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-007 {
  background-image: url(img/report-pic07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-008 {
  background-image: url(img/report-pic08.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-009 {
  background-image: url(img/report-pic09.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul .fa-report-block--item-010 {
  background-image: url(img/report-pic10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame {
  background: #fff;
  border-radius: 5px;
  max-width: 408px;
  padding: 30px 0 0;
  position: relative;
  width: 90.067%;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame::before {
  content: "";
  background-color: #C8FF08;
  display: block;
  height: 75px;
  position: absolute;
  left: -3px;
  top: 21px;
  width: 6px;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame h3 {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 auto 17px;
  padding: 0;
  max-width: 371px;
  width: 90.932%;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame p.caption {
  color: #000000;
  margin: 0 auto 34px;
  max-width: 371px;
  font-size: 15px;
  line-height: 1.33;
  max-width: 371px;
  width: 90.932%;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame .button-download {
  color: #004746;
  display: flex;
  font-weight: normal;
  font-size: 15px;
  margin: 0 6px 6px;
  justify-content: right;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame .button-download button {
  align-items: center;
  display: flex;
  gap: 6px;
}

#index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame .button-download button:hover {
  opacity: .7;
}


#index .contents-03 .modal-content .body-contents .form-area script {
    display: none;
}

#index .contents-03 .modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(228 241 241 / 0.9);
  z-index: 999;
}

#index .contents-03 .modal-overlay.show {
  display: block;
}

#index .contents-03 .modal-content {
  background: #fff;
  max-width: 1264px;
  width: 89.7727%;
  padding: 22px 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90vh;
  overflow-y: scroll;
}

#index .contents-03 .modal-content .head-contents {
  position: relative;
  margin: 0 0 50px;
}

#index .contents-03 .modal-content .head-contents>img {
  position: absolute;
  height: auto;
  width: 149px;
}

#index .contents-03 .modal-content .head-contents .head-contents-wrap {
  margin: 0 0 0 191px;
  max-width: 1058px;
}

#index .contents-03 .modal-content .head-contents .head-contents__close-bar {
  background: #FAFAFA;
  border-radius: 5px;
  display: flex;
  margin: 0 0 10px;
  padding: 7px 9px;
  justify-content: right;
}

#index .contents-03 .modal-content .head-contents .head-contents__close-bar .close-btn:hover {
  opacity: .7;
}

#index .contents-03 .modal-content .head-contents .head-contents__text {
  align-items: end;
  display: flex;
  flex-direction: column;
}

#index .contents-03 .modal-content .head-contents .head-contents__text div {
  border: none;
  color: #000;
  font-size: 25px;
  line-height: 1.2;
  padding: 4px 0 4px 16px;
  position: relative;
  margin: 0;
  width: 100%;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

#index .contents-03 .modal-content .head-contents .head-contents__text h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
  background: #C8FF08;
}

#index .contents-03 .modal-content .head-contents .head-contents__text p {
  color: #000;
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
}

#index .contents-03 .modal-content .body-contents {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 0 0 191px;
  max-width: 1058px;
}

#index .contents-03 .modal-content .body-contents .form-area {
  max-width: 567px;
  width: 100%;
  padding-right: 5rem;
}

.hs-input {
    font-size: 13px;

}

label {
    margin-bottom: 0;
}


label#label-job_position-03830b09-b359-4f9b-8593-f97b980dc2cf {
    height: 3.1rem;
}
#index .contents-03 .modal-content .body-contents .explanation-area {
  padding: 0;
  position: relative;
  max-width: 491px;
  width: 47.8%;
}

input.hs-button.primary.large {
    font-size: 1.2rem;
    width: 80%;
}

#index .contents-03 .modal-content .body-contents .explanation-area::before {
  background: url(img/head-deco.svg) no-repeat;
  background-size: 64px;
  content: "";
  display: block;
  height: 64px;
  position: absolute;
  top: -32px;
  left: -32px;
  width: 64px;
}

#index .contents-03 .modal-content .body-contents .explanation-area>.text {
  background-color: #FAFAFA;
  padding: 20px 30px 40px 35px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .ttl {
  color: #004746;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.55;
  display: flex;
  align-items: baseline;
}

#index .contents-03 .modal-content .body-contents .explanation-area .ttl img {
  margin: 0 8px 0 0;
}

#index .contents-03 .modal-content .body-contents .explanation-area p {
  color: #000;
  font-size: 15px;
  line-height: 1.53;
  margin: 0 0 20px;
}

#index .contents-03 .modal-content .body-contents .explanation-area p:last-child {
  margin: 0;
}

#index .contents-03 .modal-content .body-contents .explanation-area p span {
  color: #004746;
  font-weight: bold;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p {
  background: #E4F1F1;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  width: 285px;
  padding: 18px;
  box-sizing: border-box;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p:first-child {
  background: #C8FF08;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #004746;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 0 0 16px;
  height: 37px;
  width: 240px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution {
  margin: 0 0 0 -31px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution>p:first-child {
  background: #004746;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  padding: 0;
  margin: 0 0 37px;
  height: 37px;
  width: 175px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution .logoin {
  background: #005E60;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 14px 14px 40px;
  width: 175px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution .logoin::before {
  background: url(img/logo-wh.svg) no-repeat top center;
  background-size: cover;
  content: "";
  display: block;
  margin: 0 auto 20px;
  height: 40px;
  width: 65px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution .logoin br {
  display: none;
}

#index .contents-03 .modal-content .body-contents .explanation-area .otoiawase {
  background: #004746;
  /* display: flex; */
  justify-content: space-between;
  padding: 22px 35px;
  text-align: center;
}

#index .contents-03 .modal-content .body-contents .explanation-area .otoiawase .text {
  padding: 0;
}

#index .contents-03 .modal-content .body-contents .explanation-area .otoiawase p {
  font-size: 18px;
  line-height: 1.55;
  color: #fff;
  margin: 0;
}

#index .contents-03 .modal-content .body-contents .explanation-area .otoiawase p.tel {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.42;
  color: #C8FF08;
}

#index .contents-03 .modal-content .body-contents .explanation-area .otoiawase p.caption {
  font-size: 15px;
}

#index .contents-03 .modal-content .body-contents .explanation-area .otoiawase .image {
  padding: 4px 0 0;
  display: none;
}


@media screen and (max-width: 599px) {
  body {
    overflow-x: hidden;
  }

  .main-visual {
    padding: 80px 0 60px;
  }

  .main-visual #chapter-1 .small {
    font-size: 18px;
    line-height: 1;
  }

  #index .main-visual-inner h2 {
    font-size: 35px;
  }
  
  .main-visual-inner h2 span.color-y {
    font-size: 45px;
  }

  #index .main-visual-inner p {
    font-size: 15px;
  }

  .inner-btn {
    text-align: center;
  }

  .contents-01 .contents-inner {
    padding: 3rem 10px 0;
  }

  #index .contents-01 .contents-inner p.ttl {
    font-size: 18px;
    font-weight: bold;
    margin: auto;
  }

  .contents-01 .contents-inner p.ttl span {
    color: #005E60;
  }

  #index .contents-01 .contents-inner h2 {
    font-size: 35px;
  }

  #index .contents-01 .contents-inner .caption {
    font-size: 15px;
  }

  .contents-01 .side-frame::after {
    background: url(img/bg05.png) no-repeat top left;
    width: 40vw;
  }

  .contents-01 .contents-inner dl dt {
    font-size: 25px;
    width: 100vw;
    position: relative;
  }

  .contents-01 .contents-inner dl dt::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 74px;
    background: #004746;
    left: 50%;
  }

  .contents-01 .contents-inner dl .step1 dt::after {
    background: #008585;
  }

  .contents-01 .contents-inner dl .step2 dt::after {
    background: #00A4A4;
  }

  .contents-01 .contents-inner dl .step3 dt::after {
    background: #00BCBC;
  }

  .contents-01 .contents-inner dl .step4 dt::after {
    background: #00CBCB;
  }

  .contents-01 .contents-inner dl > div {
    width: 100%;
    justify-content: bottom;
    height: 74px;
  }

  .contents-01 .contents-inner dl dd {
    display: none;
    background: url(img/bg03.png) no-repeat bottom / cover!important;
  }

  #index .contents-01 .contents-inner dl dd > p {
    color: #004746;
    margin: 0 0 2rem;
  }

  #index .contents-01 .contents-inner dl dd .jirei ul {
    outline: 1px solid #004746;
  }

  #index .contents-01 .contents-inner dl dd .jirei ul li {
    color: #004746;
  }

  #index .contents-01 .contents-inner dl dd .jirei p {
    font-size: 15px;
  }

  #index .contents-01 .contents-inner dl dd .link-box {
    display: flex;
    gap: 15px;
  }

  #index .contents-01 .contents-inner dl dd .link-box a {
    margin: 1.5rem auto;
    flex: 1;
  }

  .contents-01 .contents-inner dl dt button {
    height: 74px;
    width: 100vw;
    text-align: left;
  }

  .contents-01 .contents-inner dl dt button span {
    font-size: 16px;
  }

  .contents-01 .contents-inner dl dt button span img {
    position: absolute;
    z-index: 3;
    height: 30px;
    right: 25px;
    bottom: 0;
  }

  .contents-01 .contents-inner dl dt button::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #C8FF08;
    position: absolute;
    right: 30px;
    top: 30%;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    z-index: 3;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
  .contents-01 .contents-inner dl dt button::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #C8FF08;
    position: absolute;
    right: 30px;
    top: 30%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.3s;
    z-index: 3;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}
  .contents-01 .contents-inner dl > div.show dt button::before {
    opacity: 0;
}
  .contents-01 .contents-inner dl > div.show dt button::after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
}

  .contents-01 .contents-inner dl > div.show {
    display: block;
    height: auto;
  }
  
  .contents-01 .contents-inner dl > div.show dd::after {
    content: none;
  }

  .contents-01 .contents-inner dl > div.step0 dd {
    display: block;
  }

  .now-stage {
    height: auto;
  }

  .now-stage::before {
    top: 9rem;
    right: 0;
    width: 95%;
    height: 35%;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 15% 100%);
  }

  .now-stage > div {
    width: auto;
    height: auto;
    padding: 3rem 10px 9rem;
  }

  .now-stage > div::after {
    width: 66px;
    height: 100px;
    background: url(img/flow-arrow01.svg) no-repeat center / cover;
    bottom: -1rem;
    left: 2rem;
  }

  .now-stage p {
    font-size: 25px;
    position: static;
  }

  .now-stage p span {
    font-size: 45px;
  }

  .contents-02 {
    background: #004746 url(img/bg06.png) no-repeat right top / 50%;
  }

  .contents-02 .contents-inner {
    padding: 3rem 10px;
  }

  #index .contents-02 .sub-title {
    font-size: 25px;
    margin: 0;
  }

  #index .contents-02 h2 {
    font-size: 35px;
    margin: 0 0 2rem;
  }

  #index .contents-02 .caption {margin: 0 0 1rem;}

  #index .contents-02 .question-frame {
    padding: 5rem 0 3rem;
    margin-top: 3rem;
  }

  #index .contents-02 .question-category::before {
    left: calc(50% - 70px / 2);
  }

  #index .contents-02 .question-category {
    font-size: 18px;
    margin: 0 1rem;
    display: block;
  }

  #index .contents-02 .question-text {
    margin: 2rem 1rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #index .contents-02 .selection-btn {
    flex-direction: column;
  }

  #index .contents-02 .selection-btn button.yes-bar {
    order: 1;
    padding: 1.5rem 4rem 1.5rem 0;
    margin: 0 0 1rem;
    width: 60%;
  }

  #index .contents-02 .selection-btn button.no-bar {
    order: 2;
    padding: 1.5rem 0 1.5rem 4rem;
    align-self: flex-end; 
    margin: 0 0 2rem;
    width: 60%;
  }

  #index .contents-02 .selection-btn .count-number {
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #index .contents-02 .selection-btn .count-number p.r-hyphen {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

  #index .contents-02 .selection-btn button img {
    max-height: 40px;
  }

  #index .contents-02 .selection-btn .count-number .here-number {
    font-size: 40px;
  }

  #index .contents-02 .selection-btn .count-number p {
    font-size: 27px;
    padding: 0 5px;
  }

  #index .result-frame {
    display: flex;
    position: relative;
  }

  #index .result-frame .left-box,
  #index .result-frame .right-box {
    position: absolute;
    width: 43vw;
    top: 310px;
    min-height: 161px;
  }

  #index .result-frame .right-box {
    right: 10px;
  }

  #index .result-frame .left-box p,
  #index .result-frame .right-box p {
    margin: 1rem;
    font-size: 18px;
  }

  #index .result-frame .left-box p::before,
  #index .result-frame .left-box p::after,
  #index .result-frame .right-box p::before,
  #index .result-frame .right-box p::after {
    content: none;
  }

  #index .result-frame .center-box p.half-point {
    margin: 15px 0 230px;
  }

  #index .result-frame ul {
    margin: 1rem;
  }

  #index .result-frame ul li {
    font-size: 15px;
  }

  #index .result-frame .center-box {
    padding: 2rem 1rem 3rem;
  }

  #index .result-frame .center-box ul {
    margin: 1rem;
  }

  #index .result-frame .center-box ul li a {
    width: 70%;
  }

  #index .result-frame .center-box .btn-box button {
    width: 85%;
  }

  .tab-switch {
    gap: 0 0.5rem;
    align-items: flex-end;
    margin: 3rem auto;
  }

  .tab-switch > label {
    min-width: unset;
    width: 50px;
    background: #7f9e9e;
  }

  .tab-switch > label span {
    display: none;
  }

  .tab-switch label:has(:checked) {
    min-width: 150px;
  }

  .tab-switch label:has(:checked) span {
    display: block;
  }

  .tab-switch label.step-tab-00 {
    background-image: url(img/sp-white-step0.svg);
    background-size: 40px 45px;
    background-position: center 15px;
  }

  .tab-switch label.step-tab-01 {
    background-image: url(img/sp-white-step1.svg);
    background-size: 40px 45px;
    background-position: center 15px;
  }

  .tab-switch label.step-tab-02 {
    background-image: url(img/sp-white-step2.svg);
    background-size: 40px 45px;
    background-position: center 15px;
  }

  .tab-switch label.step-tab-03 {
    background-image: url(img/sp-white-step3.svg);
    background-size: 40px 45px;
    background-position: center 15px;
  }

  .tab-switch label.step-tab-04 {
    background-image: url(img/sp-white-step4.svg);
    background-size: 40px 45px;
    background-position: center 15px;
  }

  #index .tab-switch .tab-content {
    padding: 3rem 10px 9rem;
  }

  #index .tab-switch .tab-content .text-box {
    padding: 2rem;
  }

  #index .tab-switch .tab-content .text-box .ttl {
    font-size: 20px;
    margin: 0 0 2rem;
  }

  #index .tab-switch .tab-content .text-box .sub-ttl {
    font-size: 18px;
    margin: 0 0 1.5rem;
  }


  #index .tab-switch .tab-content .text-box::after {
    content: "";
    position: absolute;
    background: url(img/slide-en03.svg) no-repeat left / 100% 100%;
    width: min(400px, 100%);
    height: 100px;
    bottom: -100px;
    left: 5px;
    max-width: 260px;
  }

  #index .result-frame {
    display: block;
  }
  
    /* FAレポート */

  #index .contents-03 .fa-report {
    display: block;
    margin: 0 auto;
    width: 90.338164%;
  }

  #index .contents-03 .fa-report::before {
    left: -38px;
    top: -32px;
    background-size: cover;
    width: 4rem;
    height: 4rem;
  }

  #index .contents-03 .fa-report .fa-report-block--title {
    margin: 0 0 44px;
    padding: 0;
    width: auto;
  }

  #index .contents-03 .fa-report .sub-title {
    font-size: 20px;
    margin: 0;
    width: auto;
  }

  #index .contents-03 .fa-report h2 {
    font-size: 35px;
    margin: 0 0 22px;
  }

  #index .contents-03 .fa-report .fa-report-block--title .cv-link a {
    width: 10rem;

}
  #index .contents-03 .fa-report .fa-report-block--contents {
    width: auto;
  }

  #index .contents-03 .fa-report .fa-report-block--contents ul {
    display: block;
  }

  #index .contents-03 .fa-report .fa-report-block--contents ul li {
    margin: 0 0 30px;
    min-height: inherit;
    padding: 100px 0 26px;
    width: auto;
  }

  #index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame {
    box-sizing: border-box;
    padding: 20px 0 0;
    width: 87.4332%;
  }

  #index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame h3 {
    font-size: 20px;
    margin: 0 20px 20px;
    line-height: 1.5;
  }

  #index .contents-03 .fa-report .fa-report-block--contents ul li .text-frame p.caption {
    margin: 0 20px 22px;
  }

  #index .contents-03 .modal-content {
    width: 90.338164%;
    padding: 22px 0 0;
  }

  #index .contents-03 .modal-content .head-contents {
    margin: 0 0 34px;
  }

  #index .contents-03 .modal-content .head-contents>img {
  display: none;
  }

  #index .contents-03 .modal-content .head-contents .head-contents-wrap {
    margin: 0 auto;
  }

  #index .contents-03 .modal-content .head-contents .head-contents__text {
    align-items: start;
    flex-direction: column;
    margin: 0 20px;
  }

  #index .contents-03 .modal-content .head-contents .head-contents__text h4 {
    margin: 0 0 20px;
  }

  #index .contents-03 .modal-content .head-contents .head-contents__text p {
    padding: 0 0 0 16px;
  }

  #index .contents-03 .modal-content .body-contents {
    flex-direction: column;
    margin: 0 auto;
  }
#index .contents-03 .modal-content .head-contents .head-contents__close-bar {
}
  #index .contents-03 .modal-content .body-contents .form-area {
    margin: 0 auto 76px;
    width: 85%;
    padding-right: 0;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area {
    width: auto;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area::before {
    top: -33px;
    left: -15px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area>.text {
    box-sizing: border-box;
    margin: 0 auto 18px;
    padding: 18px 18px 55px;
    width: 90.37433%;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .ttl {
    margin: 0 0 16px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .ttl+p {
    margin: 0 0 32px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont {
    flex-direction: column;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .issue-recognition {
    margin: 0 0 30px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p {
    margin: 0 0 8px;
    width: auto;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p:first-child {
    margin: 0 0 12px;
    width: auto;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .issue-recognition p:last-child {
    margin: 0;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution {
    margin: 0 0 18px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution>p:first-child {
    justify-content: flex-start;
    margin: 0 0 12px;
    padding: 0 0 0 16px;
    width: auto;
  }



  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution .logoin {
    padding: 14px;
    text-align: center;
    width: auto;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution .logoin br {
    display: block;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .inner-cont .solution .logoin::before {
    margin: 0 auto 14px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .otoiawase {
    padding: 22px 15px 28px;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .otoiawase p.tel {
    text-align: center;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .otoiawase p.caption {
    text-align: center;
  }

  #index .contents-03 .modal-content .body-contents .explanation-area .otoiawase .image {
    display: none;
  }

}

  label#label-job_position-03830b09-b359-4f9b-8593-f97b980dc2cf {
    min-height: 2.6rem;
}
