@charset "UTF-8";

/* == 介護LP スピード改善対応 ==
Date: 2025-10-24
Note: oldフォルダ内のファイル（style.min.css, style.scss, style.css.map）は使用停止。
      CSS改善のため、このファイル(style.css)を元にstyle_mini.cssを生成して使用。
*/


body {
 font-size: 1.6rem;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
 overflow-x: hidden;
	font-weight:400;
}

.window-adjus {
/*  -webkit-transform: scale(2);
         		 transform: scale(2);
  -webkit-transform-origin: top;
          transform-origin: top;*/
	width: 100%;
}

@media screen and (max-width: 799px) {
.window-adjus {
/*  -webkit-transform: scale(1);
            transform: scale(1);*/
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}


@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.tab-row {
  display: none;
}

@media screen and (max-width: 799px) {
  .tab-row {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.header__inner {
  padding-top: 4px;
}

.header__logo {
  text-align: center;
}

.header__logo img {
  width: 85px;
		height:auto
}
@media screen and (min-width: 768px) {
.header__logo img {
 width: 170px;
	height:auto
}
}

.header__p {
  background: #ff9c00;
  color: #fff;
  padding: 2px 0 3px;
  font-size: .9rem;
		text-align: center;
}
@media screen and (min-width: 768px) {
.header__p {
  font-size: 1.8rem;
  padding: 4px 0 6px;
}
}

.sec-inner {
max-width: 375px;
margin: 0 auto;
padding-right: 20px;
padding-left: 20px;
}
@media screen and (min-width: 768px) {
.sec-inner {
max-width: 750px;
}
}

.top {
  background: #cbe7dd;
}

.top__inner {
  padding: 6px 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
.top__inner {
  padding: 12px 40px 6px;
}
}

.top__left {
  margin-right: auto;
  max-width: 55%;
	  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
.top__left {
  max-width: 55%;
}
}

.top__left img {
  width: 100%;
}

.top__subtitle {
  color: #1f4a4c;
  font-size: 1.2rem;
}

.top__right {
  max-width: 44%;
		padding:4px 1% 0 0;
}
@media screen and (min-width: 768px) {
.top__right {
		padding:15px 1% 0 0;
}
}

.top__right img {
  width: 100%;
	height:auto;
}

.stephd {
  text-align: center;
  padding: 12px 0;	
}
@media screen and (min-width: 768px) {
.stephd {
padding: 24px 0;	
font-size:32px;
}
}

.step02,
.step03,
.step04,
.step05,
.step06 {
  display: none;
}

.js-step {
  display: block;
}

.maincontin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.mainarea {
  height: 490px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
.mainarea {
  height: auto;
	margin-bottom:50px;
}
}


.step01,
.step02 {
  height: 360px;
}
@media screen and (min-width: 768px) {
.step01,
.step02 {
	margin-bottom:50px;
  height: auto;
}
}
.comstep-bg {
  background: #098b62;
}

.comstep {
  max-width: 335px;
  margin: 0 auto;
  color: #fff;
  padding: 6px 20px 5px;
  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;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #90c38e;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
.comstep {
font-size: 2.8rem;
max-width: 670px;
padding: 10px 60px 10px;
}
}
.comstep span {
  display: block;
}

.comstep span:first-child {
  color: #fff;
}

.comstep .active {
  color: #fff;
}

.comstep .arrow {
  margin-top: 3px;
  font-size: 0.7rem;
  padding-top: 2px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
.comstep .arrow {
  margin-top: 7px;
  font-size: 1.2rem;
  padding-top: 2px;
  padding-left: 10px;
}
}
.section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  height: inherit;
  padding-right: 20px;
  padding-left: 20px;
}

input[type="radio"] {
  display: none;
}

.radio-container {
  max-width: 335px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 768px) {
.radio-container {
  max-width: 670px;
  gap: 20px;
}
}
.radio {
  max-width: 160px;
  width: 100%;
}
@media screen and (min-width: 768px) {
.radio {
  max-width: 320px;
  width: 100%;
}
}
.radio label:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 371px) {
  .radio {
    max-width: 145px;
  }
  .radio-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .radio__right span {
    white-space: nowrap;
  }
}

.radio label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  border: 1px solid #999;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
.radio label {
  height: 140px;
  border: 2px solid #999;
  border-radius: 16px;
}
}
.radio label .radio__left {
  display: block;
  width: 50%;
  margin: auto;
  text-align: center;
}

.radio label .radio__left img {
  max-width: 66px;
  max-height: 63px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
.radio label .radio__left img {
  max-width: 132px;
  max-height: 126px;
}
}
.radio label .radio__right {
  width: 50%;
  font-size: 1.3rem;
  background: #cbe7dd;
  border-radius: 0 8px 8px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
.radio label .radio__right {
  font-size: 2.6rem;
  background: #cbe7dd;
  border-radius: 0 16px 16px 0;
}
}
.radio label .radio__right > span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.font-size--s {
  font-size: 1.1rem;
  margin-top: 3px;
  width: 100%;
}
@media screen and (min-width: 768px) {
	.font-size--s {
  font-size: 2.2rem;
  margin-top: 6px;

}
}
.advice {
  height: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.advice {
  height: 124px;
  max-width: 670px;
}
}
.step2__advice {
  margin-top: 16px;
}

.step4__advice {
  margin-top: 10px;
}

.advice__img {
  width: 18%;
  margin-right: auto;
}

.advice__img img {
  width: 100%;
}

.advice__text {
  width: 75%;
  font-size: 1.2rem;
  margin-top: 10px;
  position: relative;
  background: #fae7c8;
  border-radius: 4px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
.advice__text {
  font-size: 2.4rem;
  margin-top: 20px;
  border-radius: 8px;
}
}
.advice__text::after {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  background-image: url(../img/fukidashi.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 10px;
  height: 20px;
}
@media screen and (min-width: 768px) {
.advice__text::after {
  left: -20px;
  width: 20px;
  height: 40px;
}
}
.advice__text p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 371px) {
  .advice__text {
    font-size: 1.1rem;
  }
}

.step__btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
.step__btn-container {
  margin-top: 40px;
  max-width: 670px;
}
}
.prevbtn-box {
  margin-right: auto;
}

.prevbtn {
  display: inline-block;
  padding: 18px 53px;
  color: #098b62;
  background: #cbe7dd;
  border-radius: 8px;
  outline: none;
}
@media screen and (min-width: 768px) {
.prevbtn {
    font-size: 3.2rem;
  padding: 36px 106px;
	  border-radius: 16px;
  }
}

.nextbtn {
  display: inline-block;
  padding: 18px 62px;
  color: #b7b7b7;
  background: #eeeeee;
  border-radius: 8px;
  pointer-events: none;
  outline: none;
}
@media screen and (min-width: 768px) {
.nextbtn {
  display: inline-block;
  padding: 36px 124px;
  border-radius: 16px;
	font-size: 3.2rem;
}
}
@media screen and (max-width: 371px) {
  .prevbtn {
    padding: 18px 40px;
  }
  .nextbtn {
    padding: 18px 60px;
  }
}

.nextbtn--acbg {
  background: #ff9c00;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
  cursor: pointer;
}

.nextbtn--acbg:hover{
opacity:0.7;
}


.not-publish {
  background: #757575;
  color: #fff;
  padding: 1px 6px 1px 28px;
  position: relative;
  font-size: 9px;
  margin-left: 6px;
}
@media screen and (min-width: 768px) {
.not-publish {
  padding: 4px 6px 4px 34px;
  font-size: 18px;
  margin-left: 6px;
}
}

.not-publish::before {
  position: absolute;
  background-image: url(../img/not-publish.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  background-size: contain;
  top: 12%;
  left: 8px;
  content: "";
}
@media screen and (min-width: 768px) {
.not-publish::before {
  width: 22px;
  height:23px;

}
}
input {
  display: inline-block;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid #098b62;
  border-radius: 5px;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  padding: 5px 7px 6px;
  width: 100%;
}
@media screen and (min-width: 768px) {
input {
  border-radius: 10px;
  font-size: 2.8rem;
  padding: 10px 14px 12px;
}
}
input:focus {
  border: 1px solid #ff9c00;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(../img/form-arrow.png) no-repeat center right 7px/10px 7px;
  border: 1px solid #098b62;
  border-radius: 5px;
  color: inherit;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  padding: 5px 7px 6px;
  width: 100%;
}
@media screen and (min-width: 768px) {
select {
  background: transparent url(../img/form-arrow.png) no-repeat center right 14px/20px 14px;
  border: 1px solid #098b62;
  border-radius: 10px;
  font-size: 2.8rem;
  padding: 10px 14px 12px;
}
	select  option{
	  font-size: 1.6rem;
	}
}
select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid #ff9c00;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.select-first {
  color: #b7b7b7;
}

.form-title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
.form-title {
  font-size: 2.8rem;
  margin-bottom: 16px;
  margin-top: 20px;
}
}
.form-title::first-letter {
  color: #098b62;
}

.p-postal-code,
.p-region {
  max-width: 163px;
}
@media screen and (min-width: 768px) {
.p-postal-code,
.p-region {
  max-width: 326px;
}
}
.postal-code-title {
  margin-top: 0;
}

.yubin-text {
  font-size: 1.2rem;
  margin-top: 6px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
.yubin-text {
  font-size:2.4rem;
  margin-top: 12px;
  margin-bottom: 20px;
}
}
::-webkit-input-placeholder {
  color: #b7b7b7;
}

:-ms-input-placeholder {
  color: #b7b7b7;
}

::-ms-input-placeholder {
  color: #b7b7b7;
}

::placeholder {
  color: #b7b7b7;
}

.step05 input {
  margin-bottom: 13px;
  width: 35%;
}

.form-title-sei,
.form-title-mei,
.form-title-furi-sei,
.form-title-furi-mei {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
	.form-title-sei,
.form-title-mei,
.form-title-furi-sei,
.form-title-furi-mei {
  font-size: 2.8rem;
}
	}
.form-title-sei,
.form-title-mei {
  margin-right: 20px;
}

.form-title-mei,
.form-title-furi-mei {
  margin-left: 5px;
}

.form-title-furi-sei,
.form-title-furi-mei {
  margin-right: 6px;
}

.birthday-years {
  width: 62px;
}
@media screen and (min-width: 768px) {
	.birthday-years {
  width: 124px;
}
}
.birthday-months,
.birthday-days {
  width: 46px;
}
@media screen and (min-width: 768px) {
.birthday-months,
.birthday-days {
  width: 92px;
}
}
.birthday-text {
  margin-left: 4px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
.birthday-text {
font-size: 2.8rem;
}
}
.step5__advice {
  margin-top: 18px;
  margin-bottom: 13px;
}

.step6__advice {
  margin: 2px 0 15px;
}

.submit {
  display: inline-block;
  padding: 14px 20px;
  color: #b7b7b7;
  background: #eeeeee;
  border-radius: 8px;
  pointer-events: none;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  width: 100%;
}

.submit > span {
  font-size: 1.4rem;
  display: block;
}
@media screen and (min-width: 768px) {
.submit {
	  padding: 28px 40px;
	  border-radius:16px;
  font-size: 3.6rem;
}
	.submit > span {
  font-size: 2.8rem;
}
}
@media screen and (max-width: 371px) {
  .submit {
    font-size: 1.6rem;
    padding: 14px 5px;
  }
	.submit > span {
  font-size: 2.8rem;
}

}

.nextbtn--acbg {
  background: #ff9c00;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
}

.form-container {
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.form-container {
  max-width: 770px;
}
}
.terms {
  text-align: center;
  margin-top: 20px;
}

.terms a {
  margin: 0 50px;
  color: #098b62;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
.terms a {
  font-size: 2.8rem;
}
}
.step06 input {
  margin-bottom: 12px;
}

.hayashi {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
.hayashi {
  max-width: 1000px;
}
}
.hayashi img {
  width: 100%;
}

.time {
  background: #ff9c00;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
.time {
  font-size: 2rem;
  padding: 10px 0;
}
}
.footer {
  background: #098b62;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
.footer {
  font-size: 2.4rem;
  padding: 30px 0;
}
}
.nav-link {
  color: #fff;
}

.copyright {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
.copyright {
  padding-top: 20px;
}
}
.thanks__container {
  max-width: 335px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 50px 0 100px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
.thanks__container {
  max-width: 670px;
  font-size: 3.2rem;
  padding: 100px 0 200px;
}
	}
.thanks__container .prevbtn-box {
  width: 100%;
  text-align: center;
}

.thanks__container .prevbtn-box .prevbtn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
.thanks__container .prevbtn-box .prevbtn {
  padding-top: 30px;
  padding-bottom: 30px;
}
	}
.popup-area {
  display: none;
  max-width: 335px;
  position: fixed;
  z-index: 60;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 90%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
.popup-area {
  max-width: 670px;
  font-size: 2.8rem;
}
}
.popup-area a {
  cursor: pointer;
}

.popup-area a:hover {
  opacity: 1;
}

.popup-area img {
  width: 100%;
	height:auto;
}

.close-btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #333;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  border-radius: 50%;
  z-index: 70;
}

.cover-eml {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.comstep-bg {
  position: relative;
  z-index: 2;
}
