/* ================================================= *
 *        	common
 * ================================================= */
.onlySp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block !important;
  }
}
@media only screen and (max-width: 480px) {
  .BReak:before {
    display: inline;
    content: "\a";
    white-space: pre;
  }
}
/* ================================================= *
 *        	main-visual
 * ================================================= */
.main-visual {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

/* ================================================= *
 *        	reason
 * ================================================= */
.reason {
  padding-top: 45px;
}
@media only screen and (max-width: 480px) {
  .reason {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .reason .container {
    padding: 0 15px;
  }
}
.reason__title {
  max-width: 1256px;
  width: 92%;
  margin: 15px auto 0;
}
.reason__title img {
  width: 100%;
}

.reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.reason-list__item {
  width: 50%;
  margin: 15px 15px 0;
}
@media only screen and (max-width: 768px) {
  .reason-list__item {
    width: 92%;
    margin: 15px auto 0;
  }
  .reason-list__item:nth-of-type(2) {
    margin-top: 30px;
  }
}

.soroban-btn,
.syodou-btn {
  max-width: 350px;
  width: 100%;
  height: 68px;
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .soroban-btn,
  .syodou-btn {
    margin: 15px auto;
    font-size: 1rem;
  }
}
.soroban-btn__link,
.syodou-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.2rem;
  border-radius: 15px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .soroban-btn__link,
  .syodou-btn__link {
    font-size: 4.1666666667vw;
  }
}
.soroban-btn__link::before,
.syodou-btn__link::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.soroban-btn .soroban-btn__link,
.soroban-btn .syodou-btn__link {
  background-color: #3EA24A;
  -webkit-box-shadow: 0 3px #428F6B;
          box-shadow: 0 3px #428F6B;
}
.soroban-btn .soroban-btn__link::before,
.soroban-btn .syodou-btn__link::before {
  width: 58px;
  height: 51px;
  -webkit-mask-image: url(../img/2023/autumn/icon_soroban.svg);
          mask-image: url(../img/2023/autumn/icon_soroban.svg);
}
.soroban-btn .soroban-btn__link:hover,
.soroban-btn .syodou-btn__link:hover {
  background-color: #fff;
  border: thin solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3EA24A;
}
.soroban-btn .soroban-btn__link:hover::before,
.soroban-btn .syodou-btn__link:hover::before {
  background-color: #3EA24A;
}
.soroban-btn .soroban-btn__link:active,
.soroban-btn .syodou-btn__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.syodou-btn .soroban-btn__link,
.syodou-btn .syodou-btn__link {
  background-color: #0075C2;
  -webkit-box-shadow: 0 3px #0b63a4;
          box-shadow: 0 3px #0b63a4;
}
.syodou-btn .soroban-btn__link::before,
.syodou-btn .syodou-btn__link::before {
  width: 55px;
  height: 54px;
  -webkit-mask-image: url(../img/2023/autumn/icon_syodou@2x.png);
          mask-image: url(../img/2023/autumn/icon_syodou@2x.png);
}
.syodou-btn .soroban-btn__link:hover,
.syodou-btn .syodou-btn__link:hover {
  background-color: #fff;
  border: thin solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0075C2;
}
.syodou-btn .soroban-btn__link:hover::before,
.syodou-btn .syodou-btn__link:hover::before {
  background-color: #0075C2;
}
.syodou-btn .soroban-btn__link:active,
.syodou-btn .syodou-btn__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

/* ================================================= *
 *        	secret
 * ================================================= */
.secret {
  padding: 30px 0 60px;
  background-color: #fff080;
}
@media only screen and (max-width: 480px) {
  .secret {
    padding: 0;
  }
  .secret .container {
    width: 94%;
  }
}
.secret__title {
  max-width: 1170px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .secret__title {
    width: 94%;
    margin: auto;
  }
}

.secret-list {
  margin-top: 30px;
}
@media only screen and (max-width: 480px) {
  .secret-list {
    margin-top: 15px;
  }
}
.secret-list__item {
  position: relative;
  text-align: left;
}
.secret-list__item:not(:first-of-type) {
  margin-top: 80px;
}
@media only screen and (max-width: 480px) {
  .secret-list__item:not(:first-of-type) {
    margin-top: 50px;
  }
}
.secret-list__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 54px 0 54px;
  border-color: #93442a transparent transparent transparent;
}
@media only screen and (max-width: 480px) {
  .secret-list__item:not(:first-of-type)::before {
    top: -30px;
    border-width: 20px 20px 0 20px;
  }
}
.secret-list__title {
  color: #93442a;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .secret-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
  }
}
.secret-list__title .number {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.61904em;
}
@media only screen and (max-width: 480px) {
  .secret-list__title .number {
    margin-right: 5px;
  }
}
.secret-list__text {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 2.4px solid #93442a;
  color: #4c4948;
  font-size: 2.2rem;
}
@media only screen and (max-width: 480px) {
  .secret-list__text {
    margin-top: 5px;
    padding-top: 15px;
    font-size: 1.2rem;
  }
}

/* ================================================= *
 *        	okay
 * ================================================= */
.okay {
  padding: 30px 0;
  background-color: #d2e395;
}
@media only screen and (max-width: 480px) {
  .okay {
    padding: 0;
  }
}
.okay__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1170px;
  margin: auto;
  padding: 45px;
  border-radius: 15px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .okay__content {
    padding: 15px;
  }
}
.okay__read {
  width: 75%;
}
@media only screen and (max-width: 480px) {
  .okay__read {
    width: 100%;
  }
}
.okay__title {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .okay__title {
    text-align: center;
  }
}
.okay__text {
  margin-top: 30px;
  color: #4c4948;
  font-size: 2.2rem;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .okay__text {
    margin-top: 15px;
    background: url(../img/2023/autumn/okay_img@2x.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 28%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .okay__text .bottom {
    display: block;
    width: 65%;
  }
}
.okay__img {
  max-width: 20%;
}
@media only screen and (max-width: 480px) {
  .okay__img {
    display: none;
  }
}

/* ================================================= *
 *        	flow
 * ================================================= */
.flow {
  background: url(../img/2023/autumn/flow_bg@3x.png) no-repeat center/cover;
}
.flow__title {
  max-width: 445px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .flow__title {
    width: 80%;
    text-indent: 1em;
  }
}

.flow-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
  padding: 30px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .flow-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .flow-list__item {
    padding: 15px;
  }
}
.flow-list__img {
  width: 40.54%;
}
@media only screen and (max-width: 768px) {
  .flow-list__img {
    display: none;
  }
}

.flow-read {
  width: 54.96%;
  margin-right: 4.5%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .flow-read {
    width: 100%;
  }
}
.flow-read__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 5px;
  border-radius: 25px;
  background-color: #f7931e;
  color: #fff;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .flow-read__title {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 480px) {
  .flow-read__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.6rem;
  }
}
.flow-read__title .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #fff;
  color: #f7931e;
}
.flow-read__text {
  margin-top: 30px;
  color: #000;
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .flow-read__text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .flow-read__text {
    font-size: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .flow-read img.onlySp {
    width: 80%;
    margin: auto;
  }
}
.flow-read .contact__note {
  margin-bottom: 0;
}

.contact__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  text-align: center;
}

.inquiry-btn,
.telephone-btn {
  max-width: 292px;
  margin: 15px auto;
}

.flow .taiken-btn {
  max-width: 230px;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .flow .taiken-btn {
    margin: 20px auto;
    font-size: 1rem;
  }
}
.flow .taiken-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px #C44850;
          box-shadow: 0 3px #C44850;
  background-color: #EA545D;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .flow .taiken-btn__link {
    height: auto;
    font-size: 1.4rem;
  }
}
.flow .taiken-btn__link:hover {
  color: #EA545D;
  background-color: #fff;
  border: thin solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow .taiken-btn__link:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}

/* ================================================= *
 *        	fixed menu
 * =================================================
.fixedMenu {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 55px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	z-index: 999;
	background-color: #8d8c84;
	.leftMenu {
		display: block;
		float: left;
		width: 49%;
		line-height: 30px;
		padding: 5px;
		border: 1px solid #c3c3c3;
		border-radius: 5px;
		box-sizing: border-box;
		background: #ffffff;
		background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 50%, #f5f6f6 52%, #d3d3d4 100%);
	}
	.rightMenu {
		display: inline-block;
		float: right;
		width: 49%;
		line-height: 30px;
		padding: 5px;
		border: 1px solid #c3c3c3;
		border-radius: 5px;
		border-left: none;
		box-sizing: border-box;
		background: #ffffff;
		background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 50%, #f5f6f6 52%, #d3d3d4 100%);
	}
	.leftMenu img {
		width: 30px;
		vertical-align: middle;
	}
	.rightMenu img {
		width: 32px;
		vertical-align: middle;
	}
	.leftMenu a {
		display: inline-block;
		color: #0085ca;
	}
	.rightMenu a {
		display: inline-block;
		color: #22ac38;
	}
}
*/
.contact {
  display: none;
}
