@charset "utf-8";

.loading-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  z-index: 999;
}

.loading-wrap .text-wrap {
  overflow: hidden;
}

.loading-wrap .text-wrap .split {
  display: block;
  position: relative;
  z-index: 20;
}

.loading-wrap .text-wrap .split span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4aa3d5;
  display: inline-block;
}

.loading-wrap.reveal-1,
.loading-wrap .reveal-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.loading-wrap .reveal-1 {
  background-color: #b0ccea;
  z-index: 30;
}

.loading-wrap .reveal-2 {
  background-color: #f6e86b;
  z-index: 10;
}

/* ---------------------------------------------------------------------------------------------------- */
body {
  background-attachment: scroll;
}

html.modal-open,
body.modal-open {
  overflow: hidden !important;
  height: 100% !important;
}

#mv {
  margin: 104px auto 0;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  #mv {
	margin-top: 96px;
	padding-bottom: 32px;
	height: auto;
  }
}

#mv::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: calc(4.9vw) solid #fce952;
  z-index: 6;
}

#mv .mv-obj {
  position: absolute;
  pointer-events: none;
}

#mv .mv-obj img {
  width: 100%;
  height: auto;
}

#mv .obj-line-pigeon {
  top: 60px;
  left: calc(50% - 23.75rem);
}

@media (max-width: 768px) {
  #mv .obj-line-pigeon {
    top: 32px;
    left: calc(50% - 200px);
  }
}

#mv .obj-line-bulb {
  top: 60px;
  left: calc(50% + 21rem);
}

@media (max-width: 768px) {
  #mv .obj-line-bulb {
    top: 0;
    left: calc(50% + 160px);
  }
}

#mv .obj-line-town {
  top: 600px;
  left: calc(50% - 42.5rem);
}

@media (max-width: 768px) {
  #mv .obj-line-town {
    top: 385px;
    left: calc(50% - 240px);
  }
}

#mv .obj-line-panel {
  top: 370px;
  left: calc(50% + 36.25rem);
}

@media (max-width: 768px) {
  #mv .obj-line-panel {
    top: 230px;
    left: calc(50% + 150px);
    transform: scale(0.7);
  }
}

#mv .obj-panel {
  top: 454px;
  left: calc(50% - 41.25rem);
}

#mv .obj-couple {
  top: 84px;
  left: calc(50% + 32rem);
}

#mv .obj-family {
  top: 135px;
  left: calc(50% - 30rem);
}

#mv .obj-farmer {
  top: 370px;
  left: calc(50% - 620px);
}

#mv .obj-takanohana {
  left: calc(50% + 200px);
  bottom: 0;
  z-index: 5;
  width: 460px;
}

#mv .obj-takanohana img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #mv .obj-takanohana {
    left: calc(50% - 10px);
    bottom: 4px;
    width: 302px;
  }
}

#mv .heading {
  position: relative;
}

#mv .heading h1 {
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  #mv .heading h1 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

#mv .heading h1 span {
  display: block;
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  #mv .heading h1 span {
    margin-top: 16px;
  }
}

#mv .heading h1 span img {
  height: 48px;
}

@media (max-width: 768px) {
  #mv .heading h1 span img {
    height: 36px;
  }
}

#mv .heading .catch {
  margin: 64px 0 56px;
  flex-direction: column;
  justify-content: center;
  position: static;
  z-index: 1;
}

@media (max-width: 768px) {
  #mv .heading .catch {
    margin: 40px 0 140px;
  }
}

#mv .heading .catch .text-point {
  margin-top: 0;
  width: 100%;
  text-align: center;
  font-size: 28px;
  display: flex;
  z-index: 10;
}

@media (max-width: 768px) {
  #mv .heading .catch .text-point {
    font-size: 20px;
  }
}

#mv .heading .catch .text-point::before,
#mv .heading .catch .text-point::after {
  margin: 0 16px;
  content: '';
  display: block;
  width: 22px;
  height: 26px;
  background: url(../images/top/mv_obj-catch.svg) 0 50% no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {

  #mv .heading .catch .text-point::before,
  #mv .heading .catch .text-point::after {
    margin: 0 10px;
    width: 16px;
    height: 19px;
  }
}

#mv .heading .catch .text-point::after {
  transform: scale(-1, 1);
}

#mv .heading .catch .text-point span {
  font-size: 24px;
}

@media (max-width: 768px) {
  #mv .heading .catch .text-point span {
    font-size: 18px;
  }
}

#mv .heading .catch h2 {
  margin-top: 16px;
  height: 153px;
  position: relative;
}

@media (max-width: 768px) {
  #mv .heading .catch h2 {
    margin-top: 8px;
    height: 125px;
  }
}

#mv .heading .catch h2 span {
  position: absolute;
  z-index: 10;
}

#mv .heading .catch h2 span img {
  width: 100%;
  height: auto;
}

#mv .heading .catch h2 .text-zu {
  width: 67px;
  height: 73px;
  top: 10px;
  left: calc(50% - 210px);
}

@media (max-width: 768px) {
  #mv .heading .catch h2 .text-zu {
    width: 47px;
    height: 51px;
    left: calc(50% - 150px);
    top: 15px;
  }
}

#mv .heading .catch h2 .text-tto {
  width: 120px;
  height: 69px;
  bottom: 10px;
  left: calc(50% - 210px);
}

@media (max-width: 768px) {
  #mv .heading .catch h2 .text-tto {
    width: 84px;
    height: 48.5px;
    left: calc(50% - 150px);
    bottom: 5px;
  }
}

#mv .heading .catch h2 .text-num,
#mv .heading .catch h2 .text-num_back{
	width: 211px;
	height: 161px;
	left: calc(50% - 96px);
	bottom: -8px;
	z-index: 5;
}
#mv .heading .catch h2 .text-num_back{
	z-index: 4;
}
@media (max-width: 768px) {
	#mv .heading .catch h2 .text-num,
	#mv .heading .catch h2 .text-num_back{
		width: 164px;
		height: 125px;
		left: calc(50% - 80px);
	}
}

#mv .heading .catch h2 .text-percent,
#mv .heading .catch h2 .text-percent_back{
	width: 72px;
	height: 72px;
	top: 5px;
	left: calc(50% + 108px);
	z-index: 5;
}
#mv .heading .catch h2 .text-percent_back{
	z-index: 4;
}
@media (max-width: 768px) {
	#mv .heading .catch h2 .text-percent,
	#mv .heading .catch h2 .text-percent_back{
		width: 50.5px;
		height: 50.5px;
		top: 15px;
		left: calc(50% + 80px);
	}
}

#mv .heading .catch h2 .text-reduction {
	padding: 0 8px 0 16px;
	display: flex;
	height: 64px;
	width: auto;
	background: #fce952;
	border: 4px solid #222;
	bottom: 10px;
	left: calc(50% + 90px);
	position: absolute;
	z-index: 10;
}
#mv .heading .catch h2 .text-reduction span {
	font-size: 42px;
	line-height: 54px;
	min-width: 0;
	position: static;
}
#mv .heading .catch h2 .text-reduction sup {
	font-size: 13px;
	line-height: 30px;
	min-width: 0;
	position: static;
}
@media (max-width: 768px) {
	#mv .heading .catch h2 .text-reduction {
		padding: 0 4px 0 10px;
		border: 3px solid #222;
		height: 52px;
		bottom: 5px;
		left: calc(50% + 64px);
	}
	#mv .heading .catch h2 .text-reduction span {
		font-size: 32px;
		line-height: 42px;
	}
	#mv .heading .catch h2 .text-reduction sup {
		font-size: 11px;
		line-height: 24px;
	}
}

#mv .heading .catch h2 .bane {
  height: 12px;
  position: absolute;
  z-index: 1;
  background: #222;
}

#mv .heading .catch h2 .bane.bane1 {
  width: 60vw;
  top: 40px;
  left: calc(50% - 126px);
}

@media (max-width: 768px) {
  #mv .heading .catch h2 .bane.bane1 {
    width: 100%;
    top: 36px;
    left: calc(50% - 96px);
  }
}

#mv .heading .catch h2 .bane.bane2 {
  width: calc(50% - 225px);
  top: 104px;
  left: 0;
}

@media (max-width: 768px) {
  #mv .heading .catch h2 .bane.bane2 {
    width: calc(50% - 165px);
    top: 92px;
  }
}

#mv .heading .catch p {
  margin-top: 32px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: 'Oswald', 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  gap: 0.125rem;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  #mv .heading .catch p {
    margin-top: 24px;
    font-size: 16px;
  }
}

#mv .heading .catch p span {
  font-size: 1.25rem;
  line-height: 1;
}

#mv .heading .catch dl {
  margin: 16px auto 0;
  width: 440px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  background: #ddd;
  border: 2px solid #222;
}

@media (max-width: 768px) {
  #mv .heading .catch dl {
    margin: 12px 16px 0;
    width: calc(100% - 32px);
    border-radius: 12px;
  }
}

#mv .heading .catch dt {
  display: flex;
  flex: 0 0 auto;
  padding: 0 16px 0 56px;
  white-space: nowrap;
  align-items: center;
  border-right: 2px solid #222;
  background: url(../images/top/mv_icon-coin.svg) 1rem 50% no-repeat, #fce952;
  line-height: 1;
}

@media (max-width: 768px) {
  #mv .heading .catch dt {
    padding: 26px 16px 0;
    background-size: 24px auto;
    background-position: 50% 8px;
  }
}

#mv .heading .catch dd {
  padding: 0 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  flex: 1;
}

#mv .heading nav,
#simulation-result nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  position: relative;
  z-index: 10;
}
#simulation-result nav {
	margin-top: 2.5rem;
}
@media (max-width: 768px) {
	#mv .heading nav,
	#simulation-result nav {
		width: 80vw;
		flex-direction: column;
		gap: 32px;
	}
}

#mv .heading nav a,
#simulation-result nav a{
  width: 25rem;
  height: 5.5rem;
  border-radius: 9999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
	#mv .heading nav a,
	#simulation-result nav a{
		width: 100%;
		height: 64px;
		font-size: 16px;
	}
}

#mv .heading nav a span,
#simulation-result nav a span {
  padding: 0 1.5rem;
  line-height: 2rem;
  white-space: nowrap;
  position: absolute;
  border-radius: 999px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
	#mv .heading nav a span,
	#simulation-result nav a span {
		padding: 0 16px;
		height: 28px;
		line-height: 24px;
		font-size: 13px;
	}
}

#mv .heading nav a::after,
#simulation-result nav a::after {
	content: none;
}

#mv .heading nav a.btn-donation,
#simulation-result nav a.btn-donation {
  color: #fff;
  background: #4aa3d5;
  box-shadow: 0 4px 0 #0070b7;
  position: relative;
  top: 0;
}

#mv .heading nav a.btn-donation span,
#simulation-result nav a.btn-donation span {
  color: #0284c7;
  border: 2px solid #0284c7;
  background: #fff;
}

#mv .heading nav a.btn-donation:hover ,
#simulation-result nav a.btn-donation:hover {
  top: 4px;
  box-shadow: none;
  background: #0284c7;
}

#mv .heading nav a.btn-application {
  color: #888;
  background: #ddd;
  pointer-events: none;
}

#mv .heading nav a.btn-application span {
  color: #888;
  border: 2px solid #888;
  background: #fff;
}

#mv .heading .reduction_caution {
	margin: 1.5rem auto 0;
	display: flex;
	justify-content: center;
}
@media (max-width: 768px) {
	mv .heading .reduction_caution {
		margin: 16px auto 0;
	}
}
#mv .heading .reduction_caution p {
	padding: 0 16px;
	background: rgba(255, 255, 255, 0.85);
	text-decoration: underline;
	color: #0284c7;
	transition: all 0.2s ease;
	cursor: pointer;
	z-index: 10;
	line-height: 32px;
	border-radius: 4px;
}
#mv .heading .reduction_caution p:hover {
	color: #4aa3d5;
	text-decoration: none;
}
/* ---------------------------------------------------------------------------------------------------- */
.anime_fuwa1 {
  animation: 4s anime_fuwa2 infinite;
}

@keyframes anime_fuwa1 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.anime_fuwa2 {
  animation: 5s anime_fuwa2 infinite;
}

@keyframes anime_fuwa2 {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }
}

.anime_yura2 {
  animation: 3s anime_yura2 infinite;
  animation-delay: 1s;
}

@keyframes anime_yura2 {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(6deg);
  }
}

.anime_tareyure {
  animation: 2.5s anime_tareyure infinite;
  animation-delay: 1s;
}

@keyframes anime_tareyure {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.8rem);
  }
}

.anime_yokoyure {
  animation: 4s anime_yokoyure infinite;
  animation-delay: 1s;
}

@keyframes anime_yokoyure {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateX(1rem);
  }
}

@keyframes floatmove {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(24px, 48px) rotate(180deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

@keyframes floatmove2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(48px, 24px) rotate(180deg);
  }

  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* ---------------------------------------------------------------------------------------------------- */
#modalOverlay {
	width: 100vw;
	height: 100vh;
	display:none;
	position:fixed;
	top: 0;
	left: 0;
	z-index:9998;
	background: rgba(0,0,0,0.5);
}
#modalBox {
	padding: 24px;
	width: 90vw;
	max-width: 420px;
	display: none;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%,-50%);
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.16);
}
#modalBox p{
	padding-top: 0.5rem;
}
#modalClose{
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 24px;
	color: #222;
	cursor: pointer;
}
/* ---------------------------------------------------------------------------------------------------- */
#outline {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #fce952;
  position: relative;
}

@media (max-width: 768px) {
  #outline {
    padding: 40px 12px;
  }
}

#outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: calc(4.9vw) solid #a4cced;
  transform: scaleX(-1);
  z-index: 0;
}

#outline .frame-top {
  padding: 2.5rem;
  width: 1040px;
  background: #fff;
  z-index: 1;
  border-radius: 2rem 2rem 0 0;
}

@media (max-width: 768px) {
  #outline .frame-top {
    padding: 32px 16px 16px;
    width: 100%;
  }
}

#outline .frame-top h2 {
  width: 100%;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  #outline .frame-top h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

#outline .frame-top h2 p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.25em;
}

@media (max-width: 768px) {
  #outline .frame-top h2 p {
    margin-bottom: 4px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

#outline .frame-top .content {
  display: flex;
}

@media (max-width: 768px) {
  #outline .frame-top .content {
    flex-direction: column;
  }
}

#outline .frame-top .content-text {
  margin-right: 2.25rem;
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  #outline .frame-top .content-text {
    margin-right: 0;
  }
}

#outline .frame-top .content-text .content-caution {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  #outline .frame-top .content-text .content-caution {
    margin-top: 0.5rem;
  }
}

#outline .frame-top .content-text .content-caution p {
  margin-top: 0.25rem;
  padding-left: 1em;
  font-size: 0.8125rem;
  line-height: 1.5em;
  color: #666;
  text-indent: -1em;
}

#outline .frame-top .content-image {
  width: 28.25rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  #outline .frame-top .content-image {
    margin-top: 1.5rem;
    width: 100%;
  }
}

#outline .frame-bottom {
  padding: 40px;
  width: 1040px;
  background: #fff;
  z-index: 1;
  border-radius: 0 0 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 768px) {
  #outline .frame-bottom {
    padding: 32px 16px 16px;
    width: 100%;
  }
}

#outline .frame-bottom .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#outline .frame-bottom .catch span {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: #fff8c3;
}

@media (max-width: 768px) {
  #outline .frame-bottom .catch span {
    font-size: 13px;
    text-align: center;
  }
}

#outline .frame-bottom .catch::before,
#outline .frame-bottom .catch::after {
  content: '';
  display: block;
  width: 1.25rem;
  height: 2.25rem;
  background: url(../images/top/outline_obj-catch.svg) 0 0 no-repeat;
  background-size: contain;
}

#outline .frame-bottom .catch::after {
  transform: scale(-1, 1);
}

#outline .frame-bottom h2 {
  margin: 0.5rem 0 3rem;
  font-size: 1.875rem;
  font-weight: 800;
}

@media (max-width: 768px) {
  #outline .frame-bottom h2 {
    margin: 8px 0 24px;
    font-size: 22px;
  }
}

#outline .frame-bottom h2 span {
  font-size: 1.625rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom h2 span {
    font-size: 18px;
  }
}

#outline .frame-bottom h2 em {
  font-size: 1.875rem;
  font-weight: 800;
  color: #ea575e;
}

@media (max-width: 768px) {
  #outline .frame-bottom h2 em {
    font-size: 22px;
  }
}

#outline .frame-bottom h2+p {
  text-align: center;
  line-height: 2em;
}

@media (max-width: 768px) {
  #outline .frame-bottom h2+p {
    text-align: justify;
  }
}

#outline .frame-bottom .content-benefit {
  margin-top: 3rem;
  width: 100%;
  display: flex;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-benefit {
    margin-top: 24px;
    flex-direction: column;
  }
}

#outline .frame-bottom .content-benefit .content-data_table {
  margin-right: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1 1 0%;
  position: relative;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-benefit .content-data_table {
    margin-right: 0;
    margin-bottom: 40px;
    gap: 4px;
  }
}

#outline .frame-bottom .content-benefit .content-data_table::after {
  content: '';
  display: block;
  width: 37px;
  height: 80px;
  background: url(../images/top/outline_arrow.svg) 0 0 no-repeat;
  position: absolute;
  right: -32px;
  top: 50%;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-benefit .content-data_table::after {
    width: 64px;
    height: 30px;
    background: url(../images/top/outline_arrow_sp.svg) 0 0 no-repeat;
    top: calc(100% - 4px);
    right: calc(50% - 32px);
  }
}

#outline .frame-bottom .content-data_table .example-tokyoep {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 4px solid #d9d9d9;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .example-tokyoep {
    padding: 0.75rem;
  }
}

#outline .frame-bottom .content-data_table .table-name {
  font-weight: 700;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .table-name {
    font-size: 0.875rem;
  }
}

#outline .frame-bottom .content-data_table .table-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#outline .frame-bottom .content-data_table .table-plan p {
  font-size: 0.875em;
  line-height: 1em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .table-plan p {
    font-size: 0.8125rem;
  }
}

#outline .frame-bottom .content-data_table .table-plan span {
  margin-top: 0.25em;
  padding: 0 1rem;
  font-size: 0.8125rem;
  color: #666;
  background: #f5f5f5;
  border-radius: 999px;
}

#outline .frame-bottom .content-data_table .table-price {
  display: flex;
  align-items: flex-end;
  gap: 0.125rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .table-price {
    font-size: 0.875rem;
  }
}

#outline .frame-bottom .content-data_table .table-price em {
  font-size: 1.5rem;
  line-height: 1em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .table-price em {
    font-size: 1.25rem;
  }
}

#outline .frame-bottom .content-data_table .example-furunavi {
  padding: 1rem;
  border: 4px solid #4aa3d5;
  position: relative;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .example-furunavi {
    padding: 0.75rem;
  }
}

#outline .frame-bottom .content-data_table .example-furunavi .caution {
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  line-height: 1.5em;
  text-align: right;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .example-furunavi .caution {
    font-size: 12px;
    text-align: left;
  }
}

#outline .frame-bottom .content-data_table .content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#outline .frame-bottom .content-data_table .content-table {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table {
    gap: 4px;
  }
}

#outline .frame-bottom .content-data_table .content-table div {
  display: flex;
  gap: 0.125rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table div {
    gap: 4px;
  }
}

#outline .frame-bottom .content-data_table .content-table div p {
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 1.25em;
  background-color: #f5f5f5;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table div p {
    padding: 12px 6px;
    font-size: 13px;
    text-align: center;
  }
}

#outline .frame-bottom .content-data_table .content-table div p.fixed {
  width: 25%;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table div p.fixed {
    width: 6.5rem;
    white-space: nowrap;
  }
}

#outline .frame-bottom .content-data_table .content-table div p:not(.fixed) {
  flex: 1;
}

#outline .frame-bottom .content-data_table .content-table div em {
  font-size: 1.5rem;
  line-height: 1em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table div em {
    font-size: 16px;
  }
}

#outline .frame-bottom .content-data_table .content-table .reduction {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  display: flex;
  align-items: flex-end;
  line-height: 1.1;
  background: url(../images/top/mv_icon-coin.svg) 0 50% no-repeat;
  background-size: 1.5rem 1.5rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table .reduction {
    margin: 0;
    font-size: 13px;
    height: 24px;
  }
}

#outline .frame-bottom .content-data_table .content-table .reduction .num-point {
  margin-left: 0.25rem;
  display: flex;
  align-items: flex-end;
  line-height: 1.1;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table .reduction .num-point {
    font-size: 13px;
  }
}

#outline .frame-bottom .content-data_table .content-table .reduction .num-point em {
  margin-right: 0.125rem;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table .reduction .num-point em {
    font-size: 16px;
  }
}

#outline .frame-bottom .content-data_table .content-table .table-amount span {
  display: flex;
  align-items: flex-end;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table .table-amount span {
    font-size: 12px;
  }
}

#outline .frame-bottom .content-data_table .content-table .table-amount span em {
  margin-right: 0.125rem;
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-data_table .content-table .table-amount span em {
    font-size: 20px;
  }
}

#outline .frame-bottom .content-data_table .content-table .table-amount span small {
	margin-bottom: 13px;
	font-size: 11px;
	line-height: 1em;
}

#outline .frame-bottom .content-data_table .content-table .table-amount p:nth-of-type(2) em {
  color: #ea575e;
}

#outline .frame-bottom .content-conclusion {
  padding-top: 0.5rem;
  width: 23.5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../images/top/outline_obj-family.svg) 50% 100% no-repeat;
  background-size: 15rem auto;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-conclusion {
    padding-top: 0;
    width: 100%;
    background-position: 50% 56px;
    background-size: 196px auto;
  }
}

#outline .frame-bottom .content-conclusion>span {
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  background-color: #4aa3d5;
  border-radius: 999px;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-conclusion>span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

#outline .frame-bottom .content-conclusion .conclusion {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-conclusion .conclusion {
    margin-top: 160px;
    font-size: 20px;
  }
}

#outline .frame-bottom .content-conclusion .conclusion em {
  margin: 0 0.125rem;
  color: #ea575e;
  font-size: 3rem;
  line-height: 1em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-conclusion .conclusion em {
    font-size: 32px;
  }
}

#outline .frame-bottom .content-conclusion .conclusion span {
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: 800;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-conclusion .conclusion span {
    font-size: 16px;
  }
}

#outline .frame-bottom .content-caution {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-caution {
    margin-top: 24px;
  }
}

#outline .frame-bottom .content-caution p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  color: #666;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .content-caution p {
    font-size: 12px;
  }
}

#outline .frame-bottom .frame-simulation_link {
  margin-top: 1.5rem;
  padding: 1.5rem;
  width: 100%;
  background: #f5f5f5;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  #outline .frame-bottom .frame-simulation_link {
    padding: 16px 16px 20px;
    gap: 12px;
  }

  #outline .frame-bottom .frame-simulation_link a.btn-blue {
    padding: 0;
    height: 56px;
    width: 100%;
    font-size: 16px;
    justify-content: center;
  }

  #outline .frame-bottom .frame-simulation_link a.btn-blue i {
    margin-right: 12px;
    font-size: 20px;
  }
}

#outline .frame-bottom .frame-simulation_link p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #188ed0;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #outline .frame-bottom .frame-simulation_link p {
    font-size: 16px;
    text-align: center;
  }
}

/* ---------------------------------------------------------------------------------------------------- */
#outline2 {
  padding: 2.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: #a4cced;
}

@media (max-width: 768px) {
  #outline2 {
    padding: 40px 12px;
  }
}

#outline2 .frame-top {
  padding: 40px;
  width: 1040px;
  background: #fff;
  border-radius: 32px 32px 0 0;
}

@media (max-width: 768px) {
  #outline2 .frame-top {
    padding: 32px 16px 16px;
    width: 100%;
  }
}

#outline2 .frame-top .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

@media (max-width: 768px) {
  #outline2 .frame-top .catch {
    gap: 4px;
  }
}

#outline2 .frame-top .catch::before,
#outline2 .frame-top .catch::after {
  content: '';
  display: block;
  background: url(../images/top/outline2_obj-catch.svg) 0 0 no-repeat;
  background-size: contain;
  width: 4rem;
  height: 4.5rem;
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 18rem);
}

@media (max-width: 768px) {

  #outline2 .frame-top .catch::before,
  #outline2 .frame-top .catch::after {
    width: 40px;
    height: 48px;
    top: calc(50% - 28px);
    left: calc(50% - 160px);
  }
}

#outline2 .frame-top .catch::after {
  left: calc(50% + 14rem);
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  #outline2 .frame-top .catch::after {
    left: calc(50% + 116px);
  }
}

#outline2 .frame-top .catch p {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #4aa3d5;
}

@media (max-width: 768px) {
  #outline2 .frame-top .catch p {
    font-size: 14px;
  }
}

#outline2 .frame-top .catch h2 {
  font-size: 2rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  #outline2 .frame-top .catch h2 {
    font-size: 20px;
  }
}

#outline2 .frame-top .catch+p {
  margin-top: 2rem;
  text-align: center;
  line-height: 2em;
}

@media (max-width: 768px) {
  #outline2 .frame-top .catch+p {
    margin-top: 24px;
    text-align: justify;
    line-height: 1.75em;
  }
}

#outline2 .frame-top .content-step {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step {
    margin-top: 40px;
    gap: 24px;
  }
}

#outline2 .frame-top .content-step p,
#outline2 .frame-top .content-step a {
  font-size: 0.875rem;
}

@media (max-width: 768px) {

  #outline2 .frame-top .content-step p,
  #outline2 .frame-top .content-step a {
    font-size: 13px;
  }
}

#outline2 .frame-top .content-step h3 {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step h3 {
    font-size: 16px;
  }
}

#outline2 .frame-top .content-step h3 span {
  padding: 0 1rem;
  color: #188ed0;
  font-size: 1rem;
  line-height: 2rem;
  background: #d0eaff;
  border-radius: 999px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step h3 span {
    font-size: 12px;
    line-height: 24px;
  }
}

#outline2 .frame-top .content-step .frame_step1 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .frame_step1 {
    flex-direction: column;
    gap: 16px;
  }
}

#outline2 .frame-top .content-step .frame_step1 img {
  width: 100%;
  height: auto;
}

#outline2 .frame-top .content-step .frame_step1 .frame-yellow {
  margin-top: 8px;
  padding: 16px;
  background-color: #fff8c3;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .frame_step1 .frame-yellow b {
    font-size: 13px;
  }
}

#outline2 .frame-top .content-step .frame_step1 .frame-column2 {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .frame_step1 .frame-column2 {
    flex-direction: column;
    gap: 16px;
  }
}

#outline2 .frame-top .content-step .frame_step1 .frame-column2 div {
  flex: 1;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .frame_step1 .frame-column2 div {
    padding: 0 1rem;
  }

  #outline2 .frame-top .content-step .frame_step1 .frame-column2 div:nth-of-type(2) {
    margin: 0 auto;
    padding: 0;
    width: 208px;
    height: 170px;
    background: url(../images/top/outline2_step1-exchange_sp.svg) 0 0 no-repeat;
  }

  #outline2 .frame-top .content-step .frame_step1 .frame-column2 div:nth-of-type(2) img {
    opacity: 0;
  }
}

#outline2 .frame-top .content-step .frame_step1 .frame-column2 .frame-link {
  padding-top: 10rem;
  background: url(../images/top/outline2_step1-farmer.svg) 50% 0 no-repeat;
  background-size: auto 11rem;
}

#outline2 .frame-top .content-step .frame_step1 .frame-column2 .frame-link a {
  display: flex;
  height: 2.5rem;
  align-items: center;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  justify-content: center;
  width: 100%;
  border: 2px solid #ffdc00;
  border-radius: 999px;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .frame_step1 .frame-column2 .frame-link a {
    font-size: 13px;
  }
}

#outline2 .frame-top .content-step .frame_step1 .frame-column2 .frame-link a:hover {
  background-color: #ffdc00;
}

#outline2 .frame-top .content-step .frame_step1 .frame-column2 .frame-link a::after {
  position: relative;
  top: 1.5px;
}

#outline2 .frame-top .content-step .frame_step1 .content-column {
  padding: 1.5rem;
  width: 416px;
  flex-shrink: 0;
  border: 4px solid #e1f2fc;
  border-radius: 1.5rem;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .frame_step1 .content-column {
    padding: 1rem;
    width: 100%;
  }
}

#outline2 .frame-top .content-step .frame_step1 .content-column h4 {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}

#outline2 .frame-top .content-step .frame_step1 .content-column h4 span {
  font-size: 1.125rem;
}

#outline2 .frame-top .content-step .frame_step1 .content-column h4 span.text-blue {
  color: #4aa3d5;
}

#outline2 .frame-top .content-step .frame_step1 .content-column h4+p {
  margin-bottom: 0.5rem;
}

#outline2 .frame-top .content-step .frame_step1 .content-column div {
  margin-top: 1rem;
}

#outline2 .frame-top .content-step .content-step2 {
  flex: 1;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .content-step2 {
    width: 100%;
    flex: auto;
  }
}

#outline2 .frame-top .content-step .content-step3 {
  flex: 1;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .content-step3 {
    width: 100%;
    flex: auto;
  }
}

#outline2 .frame-top .content-step .content-step3 p {
  min-height: 10rem;
  background: url(../images/top/outline2_step3-coin.svg) 100% 100% no-repeat;
  background-size: auto 10rem;
}

@media (max-width: 768px) {
  #outline2 .frame-top .content-step .content-step3 p {
    min-height: 12rem;
    background-size: auto 9rem;
  }
}

#outline2 .frame-bottom {
  padding: 2.5rem;
  width: 1040px;
  background: #fff;
  border-radius: 0 0 32px 32px;
  display: flex;
  justify-content: space-between;
  gap: 3.5rem;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom {
    padding: 32px 16px 16px;
    width: 100%;
    flex-direction: column;
    gap: 40px;
  }
}

#outline2 .frame-bottom>div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom>div {
    gap: 16px;
  }
}

/* ここから */
#outline2 .frame-bottom>div h3 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #4aa3d5;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom>div h3 {
    font-size: 16px;
  }
}

#outline2 .frame-bottom>div p {
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom>div p {
    font-size: 13px;
    text-align: justify;
  }
}

#outline2 .frame-bottom>div a {
  padding: 0 1rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-size: 0.875rem;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  justify-content: center;
  border: 2px solid #ffdc00;
  border-radius: 999px;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom>div a {
    font-size: 13px;
  }
}

#outline2 .frame-bottom>div a:hover {
  background-color: #ffdc00;
}

#outline2 .frame-bottom>div a::after {
  position: relative;
  top: 1.5px;
}

#outline2 .frame-bottom .content-point_exchange img {
  width: 354px;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom .content-point_exchange img {
    width: 92%;
  }
}

#outline2 .frame-bottom .content-payment_credit img {
  margin: 0 auto;
  width: 220px;
}

@media (max-width: 768px) {
  #outline2 .frame-bottom .content-payment_credit img {
    width: 160px;
  }
}

/* ---------------------------------------------------------------------------------------------------- */
#simulation {
  padding: 7.5rem 0 2.5rem;
  position: relative;
}

@media (max-width: 768px) {
  #simulation {
    padding: 40px 12px 24px;
  }
}

#simulation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 100vw solid transparent;
  border-bottom: calc(4.9vw) solid #a4cced;
  transform: scale(-1);
  z-index: 0;
}

#simulation .headline {
  position: relative;
}

#simulation .headline p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  color: #4aa3d5;
  font-size: 1.25rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #simulation .headline p {
    font-size: 16px;
    gap: 24px;
  }
}

#simulation .headline p::before,
#simulation .headline p::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1.5rem;
  background: url(../images/top/simulation_headline-slash.svg) 50% 50% no-repeat;
}

#simulation .headline p::after {
  transform: scale(-1, 1);
}

#simulation .headline h2 {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  #simulation .headline h2 {
    gap: 16px;
    font-size: 20px;
  }
}

#simulation .headline h2 i {
  font-size: 2rem;
}

@media (max-width: 768px) {
  #simulation .headline h2 i {
    font-size: 24px;
  }
}

#simulation .frame-select {
  margin: 2.5rem auto 0;
  width: 960px;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  #simulation .frame-select {
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
}

#simulation .frame-select>div {
  flex: 1;
  border: 2px solid #51a7dd;
  border-radius: 1.5rem;
  overflow: hidden;
}

#simulation .frame-select>div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 3.5rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  background-color: #4aa3d5;
}

#simulation .frame-select>div h3 i {
  font-size: 1.5rem;
}

#simulation .frame-select>div .caution {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.825rem;
  color: #666;
}

#simulation .frame-select #area-list {
  padding: 1.5rem 1.5rem 0.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 0.78rem;
  gap: 0.25rem;
  width: 100%;
}

@media (max-width: 768px) {
  #simulation .frame-select #area-list {
    padding: 16px 16px 8px;
    gap: 4px;
  }
}

#simulation .frame-select #area-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4aa3d5;
  line-height: 1.25em;
  cursor: pointer;
  border-radius: 0.5rem;
  border: 2px solid #4aa3d5;
}

#simulation .frame-select #area-list li::after {
  content: 'エリア';
  font-weight: normal;
  font-size: 0.75rem;
}

#simulation .frame-select #area-list li.hokkaido {
  grid-column: 5;
  grid-row: 1 / span 5;
}

#simulation .frame-select #area-list li.tohoku {
  grid-column: 5;
  grid-row: 6 / span 4;
}

#simulation .frame-select #area-list li.kanto {
  grid-column: 5;
  grid-row: 10 / span 5;
}

#simulation .frame-select #area-list li.hokuriku {
  grid-column: 4;
  grid-row: 6 / span 4;
}

#simulation .frame-select #area-list li.chubu {
  grid-column: 4;
  grid-row: 10 / span 4;
}

#simulation .frame-select #area-list li.kansai {
  grid-column: 3;
  grid-row: 8 / span 5;
}

#simulation .frame-select #area-list li.chugoku {
  grid-column: 2;
  grid-row: 8 / span 4;
}

#simulation .frame-select #area-list li.shikoku {
  grid-column: 2;
  grid-row: 12 / span 4;
}

#simulation .frame-select #area-list li.kyushu {
  grid-column: 1;
  grid-row: 11 / span 5;
}

#simulation .frame-select #area-list li.selected {
  background-color: #4aa3d5;
  color: #fff;
}

#simulation .frame-select #household-list {
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  height: calc(100% - 4rem);
}

@media (max-width: 768px) {
  #simulation .frame-select #household-list {
    padding: 16px;
    gap: 8px;
    height: auto;
  }
}

#simulation .frame-select #household-list li {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  width: calc(50% - 0.25rem);
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: bold;
  color: #4aa3d5;
  border: 2px solid #4aa3d5;
}

@media (max-width: 768px) {
  #simulation .frame-select #household-list li {
    padding: 1rem;
    width: calc(50% - 4px);
  }
}

#simulation .frame-select #household-list li img {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #simulation .frame-select #household-list li img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#simulation .frame-select #household-list li.selected {
  color: #fff;
  background-color: #4aa3d5;
}

#simulation .frame-select #household-list li.selected img {
  filter: brightness(999%);
}

/* ---------------------------------------------------------------------------------------------------- */
#simulation-result {
  padding-bottom: 5rem;
  position: relative;
  background-color: #51a7dd;
}

@media (max-width: 768px) {
  #simulation-result {
    padding: 0 12px 40px;
  }
}

#simulation-result::before {
  content: '';
  display: block;
  height: 5rem;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
	#simulation-result::before {
		height: 1.5rem;
	}
}

#simulation-result .frame-result {
  margin: 0 auto;
  padding: 2.5rem;
  width: 960px;
  border-radius: 1.5rem;
  background-color: #fce952;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #simulation-result .frame-result {
    padding: 8px;
    width: 100%;
  }
}

#simulation-result .frame-result h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #51a7dd;
}

@media (max-width: 768px) {
  #simulation-result .frame-result h2 {
    font-size: 16px;
    line-height: 2em;
  }
}

#simulation-result .frame-result .inner {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

#simulation-result .frame-result .inner .inner-frame {
  margin-top: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  position: relative;
}

@media (max-width: 768px) {
  #simulation-result .frame-result .inner .inner-frame {
    margin-top: 8px;
    padding: 16px;
  }
}

#simulation-result .frame-result .inner .content-result_top {
  position: relative;
}

#simulation-result .frame-result .inner .content-result_top::before {
  content: '';
  background: url(../images/top/simulation_oyakata-result.png) 50% 0 no-repeat;
  background-size: cover;
  width: 280px;
  height: 420px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  #simulation-result .frame-result .inner .content-result_top::before {
    width: 126px;
    height: 260px;
    left: -16px;
    bottom: 0;
    background-position: 100% 0;
  }
}

#simulation-result .content-result_top .assumption {
  margin-left: 300px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .assumption {
    margin-left: 0;
  }
}

#simulation-result .content-result_top .assumption dt {
  padding: 0.5rem;
  width: 9rem;
  font-size: 0.875rem;
  flex-shrink: 0;
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .assumption dt {
    width: 50%;
  }

  #simulation-result .content-result_top .assumption dt:nth-of-type(3) {
    width: 100%;
  }
}

#simulation-result .content-result_top .assumption dd {
  padding: 0.5rem;
  width: calc(100% - 9rem);
  font-size: 0.875rem;
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .assumption dd {
    width: 50%;
  }

  #simulation-result .content-result_top .assumption dd:last-child {
    margin-top: -0.5em;
    border-top: none;
    width: 100%;
  }
}

#simulation-result .content-result_top .assumption table {
  width: 100%;
  border-bottom: 1px dotted #ccc;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .assumption table {
    padding-left: 70px;
  }
}

#simulation-result .content-result_top .assumption table tr {
  border-top: 1px dotted #ccc;
}

#simulation-result .content-result_top .assumption table th {
  width: 8rem;
  padding: 0.3rem 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #f5f5f5;
}

#simulation-result .content-result_top .assumption table td {
  font-size: 0.875rem;
  padding: 0.3rem 1rem;
}

#simulation-result .content-result_top #comparison {
  margin: 12px 16px 12px 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top #comparison {
    margin: 1rem 0 1rem 90px;
    flex-direction: column;
  }
}

#simulation-result .content-result_top #comparison dt {
	  width: calc(100% - 10rem);
	font-size: 1.125rem;
	line-height: 1.4em;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top #comparison dt {
	width: 100%;
	font-size: 14px;
  }
}

#simulation-result .content-result_top #comparison dt span {
  font-size: 1rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top #comparison dt span {
    font-size: 11px;
  }
}

#simulation-result .content-result_top #comparison dd {
  text-align: right;
  width: 10rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top #comparison dd {
	width: 100%;
	font-size: 20px;
  }
}

#simulation-result .content-result_top #comparison dd span {
  margin-left: 0.25rem;
}

#simulation-result .content-result_top #comparison dd span:nth-of-type(2) {
  color: #ea575e;
}

#simulation-result .content-result_top .result {
  padding: 16px 16px 16px 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e1f2fc;
  border-radius: 1rem;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .result {
    padding: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
  }
}

#simulation-result .content-result_top .result div p {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .result div p {
    font-size: 1rem;
    text-align: center;
  }
}

#simulation-result .content-result_top .result div dl {
  display: flex;
  align-items: center;
  height: 40px;
  border: 2px solid #51a7dd;
  background-color: #51a7dd;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .result div dl {
    margin-top: 4px;
  }
}

#simulation-result .content-result_top .result div dt {
  display: flex;
  width: 90px;
  flex-shrink: 0;
  gap: 2px;
  justify-content: center;
  align-items: baseline;
  color: #fff;
  font-weight: bold;
}

#simulation-result .content-result_top .result div dt em {
  font-size: 18px;
}

#simulation-result .content-result_top .result div dt span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

#simulation-result .content-result_top .result div dd {
  padding: 0 12px;
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  text-align: center;
  color: #51a7dd;
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
}

#simulation-result .content-result_top .result p#conclusion {
  display: flex;
  align-items: end;
  gap: 0.125rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .result p#conclusion {
    margin-top: 8px;
    font-size: 16px;
  }
}

#simulation-result .content-result_top .result p#conclusion span {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .result p#conclusion span {
    font-size: 1rem;
  }
}

#simulation-result .content-result_top .result p#conclusion em {
  margin: 0 4px;
  font-size: 38px;
  color: #ea575e;
}

@media (max-width: 768px) {
  #simulation-result .content-result_top .result p#conclusion em {
    font-size: 30px;
  }
}

#simulation-result .content-result_detail {
  border-radius: 1rem;
  border: 2px solid #2aace4;
  overflow: hidden;
}

#simulation-result .content-result_detail h3 {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  #simulation-result .content-result_detail h3 {
    padding: 1rem 1rem 1rem 1.5rem;
  }
}

#simulation-result .content-result_detail h3 i {
  font-size: 1.25rem;
  color: #51a7dd;
}

@media (max-width: 768px) {
  #simulation-result .content-result_detail h3 i {
    font-size: 1rem;
  }
}

#simulation-result .content-result_detail h3.opend i {
  transform: scaleY(-1);
}

#simulation-result .content-result_detail .content-accordion {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

#simulation-result .content-accordion table {
  margin: 0 1.5rem 1.5rem;
  width: calc(100% - 3rem);
  table-layout: fixed;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table {
    margin: 0 8px 12px;
    width: calc(100% - 16px);
  }
}

#simulation-result .content-accordion table .col-month {
  width: 5rem;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table .col-month {
    width: 40px;
  }
}

#simulation-result .content-accordion table .col-price {
  width: calc((100% - 5rem) / 3);
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table .col-price {
    width: calc((100% - 40px) / 3);
  }
}

#simulation-result .content-accordion table thead th {
  padding: 12px 0;
  font-size: 14px;
  background-color: #e1f2fc;
  text-align: center;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table thead th {
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.4em;
    vertical-align: middle;
  }
}

#simulation-result .content-accordion table thead th:last-child {
  background-color: #fceaef;
}

#simulation-result .content-accordion table thead th small {
  font-weight: normal;
  font-size: 12px;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table thead th small {
    display: block;
    font-size: 10px;
  }
}

/*  ここから */
#simulation-result .content-accordion table tbody tr {
  border-top: 1px solid #ddd;
}

#simulation-result .content-accordion table tbody tr:nth-of-type(2n) {
  background-color: #f7f7f7;
}

#simulation-result .content-accordion table tbody tr:last-child {
  border-top: 3px double #ddd;
}

#simulation-result .content-accordion table tbody td {
  padding: 10px 16px;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: right;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table tbody td {
    padding: 8px 6px;
    font-size: 13px;
  }
}

#simulation-result .content-accordion table tbody td small {
  margin-left: 2px;
  font-size: 13px;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table tbody td small {
    font-size: 12px;
  }
}

#simulation-result .content-accordion table tbody td:first-child {
  padding: 8px 0;
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 768px) {
  #simulation-result .content-accordion table tbody td:first-child {
    font-size: 13px;
  }
}

#simulation-result .content-caution {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
}

#simulation-result .content-caution h4 {
  text-align: center;
  font-weight: bold;
}
#simulation-result .content-caution dt {
	margin-top: 1em;
	margin-bottom: -4px;
	font-size: 0.825rem;
	line-height: 1.4em;
}
@media (max-width: 768px) {
  #simulation-result .content-caution dt {
    font-size: 13px;
  }
}
#simulation-result .content-caution p {
  margin-top: 6px;
  font-size: 0.8125rem;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #simulation-result .content-caution p {
    font-size: 12px;
  }
}
#simulation-result .frame-cta {
  margin: 2.5rem auto 0;
  padding: 2.5rem;
  width: 960px;
  background-color: #fff;
  border-radius: 1.5rem 1.5rem 0 0;
  position: relative;
}
@media (max-width: 768px) {
  #simulation-result .frame-cta {
    margin-top: 24px;
    padding: 16px;
    width: 100%;
  }
}
#simulation-result .frame-cta::after {
  content: '';
  display: block;
  background: url(../images/top/simulation_oyakata-cta.png) 0 0 no-repeat;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
  right: 8px;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  #simulation-result .frame-cta::after {
    width: 168px;
    height: 258px;
    right: 0;
  }
}
#simulation-result .frame-cta .frame-soon {
  padding: 1rem;
  background-color: #e1f2fc;
}
#simulation-result .frame-cta .frame-soon p {
  text-align: center;
}
#simulation-result .frame-cta .btn-application {
  color: #888;
  background: #ddd;
  pointer-events: none;
}
#simulation-result .frame-cta .btn-application span {
  padding: 0 1.5rem;
  line-height: 2rem;
  white-space: nowrap;
  position: absolute;
  border-radius: 999px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888;
  border: 2px solid #888;
  background: #fff;
}
@media (max-width: 768px) {
  #simulation-result .frame-cta .btn-application span {
    line-height: 24px;
    font-size: 13px;
  }
}
#simulation-result .frame-annotation {
  margin: 0.5rem auto 0;
  padding: 2.5rem;
  width: 960px;
  background-color: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media (max-width: 768px) {
  #simulation-result .frame-annotation {
    margin-top: 8px;
    padding: 16px;
    width: 100%;
  }
}
#simulation-result .frame-annotation ul {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  #simulation-result .frame-annotation ul {
    justify-content: start;
    flex-wrap: wrap;
  }
}

#simulation-result .frame-annotation ul a {
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  display: flex;
  line-height: 1.4em;
  align-items: center;
  font-size: 0.875rem;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  justify-content: center;
  border: 2px solid #ffdc00;
  border-radius: 999px;
}
#simulation-result .frame-annotation ul a[target='_blank']::after {
	content: none;
}
#simulation-result .frame-annotation ul a i {
  margin-left: 0.5rem;
}
#simulation-result .frame-annotation ul a:hover {
  background-color: #ffdc00;
}
#simulation-result .frame-annotation .notice {
	margin-top: 1rem;
	font-size: 0.8125rem;
	line-height: 1.6em;
	text-align: center;
}
#simulation-result .frame-annotation .content-caution {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
}
#simulation-result .frame-annotation .content-caution p {
  margin-top: 0.25rem;
  padding-left: 1em;
  font-size: 0.8125rem;
  line-height: 1.6em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  #simulation-result .frame-annotation .content-caution p {
    margin-top: 6px;
    font-size: 12px;
  }
}
#simulation-result .frame-annotation .content-caution a {
  font-size: 1em;
}

/* ---------------------------------------------------------------------------------------------------- */
.separator {
  height: 20rem;
  background-image: url(../images/top/separator_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .separator {
	  display: none;
  }
}

/* ---------------------------------------------------------------------------------------------------- */
#service {
  position: relative;
}

#service::before {
  content: '';
  display: block;
  width: 100vw;
  height: 5rem;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 2.5rem 2.5rem 0 0;
}

#service .inner {
  margin: 5rem auto 0;
  width: 1040px;
}

@media (max-width: 768px) {
  #service .inner {
    padding: 0 16px;
    width: 100%;
  }
}

#service .obj-headline {
  padding-top: 2.5rem;
  text-align: center;
  letter-spacing: 0.33em;
  color: #4aa3d5;
  background: url(../../images/common/headline_obj.svg) 50% 0 no-repeat;
}

#service h2 {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 768px) {
  #service h2 {
    margin-top: 40px;
    font-size: 22px;
  }
}

#service h2 span {
  display: block;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  #service h2 span {
    margin-bottom: 4px;
    font-size: 18px;
  }
}

#service h2+p {
  margin-top: 4rem;
  text-align: center;
  line-height: 2em;
}

@media (max-width: 768px) {
  #service h2+p {
    margin-top: 32px;
  }
}

#service .content-caution {
	margin: 4rem auto 0;
	padding: 1.5rem;
	width: 90%;
	background: #f5f5f5;
	border-radius: 1rem;
}

#service .content-caution p {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8125rem;
	line-height: 1.6em;
}

@media (max-width: 768px) {
	#service .content-caution {
		margin: 32px 0 0;
		padding: 1rem;
		width: 100%;
	}
	#service .content-caution p {
		font-size: 12px;
	}
}

#service hr {
  margin: 5rem auto;
  width: 100%;
}

@media (max-width: 768px) {
  #service hr {
    margin: 40px 0;
  }
}

#service h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  height: 7.25rem;
  font-weight: bold;
  font-size: 1.75rem;
  color: #188ed0;
}

@media (max-width: 768px) {
  #service h3 {
    font-size: 20px;
    height: 64px;
    gap: 24px;
    white-space: nowrap;
  }
}

#service h3::before,
#service h3::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 100%;
  background: url(../images/top/service_headline-halo.svg) 0 50% no-repeat;
  background-size: contain;
}

#service h3::after {
  transform: scale(-1, 1);
}

#service h3+p {
  margin-top: 1.5rem;
  text-align: center;
  line-height: 2rem;
}

#service ul {
  margin: 4rem auto 0;
  display: flex;
  gap: 1.5rem;
  width: 1040px;
}

@media (max-width: 768px) {
  #service ul {
    margin-top: 24px;
    width: 85%;
    flex-direction: column;
    gap: 1rem;
  }
}

#service ul li {
  padding: 1.25rem;
  flex: 1;
  border: 4px solid #4aa3d5;
  border-radius: 1rem;
  background-color: #fff;
}

#service ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  border-radius: 0.5rem;
  background: #f5f5f5;
  position: relative;
}

@media (max-width: 768px) {
  #service ul li div {
    height: 120px;
  }

  #service ul li div img {
    height: 64px;
    width: auto;
  }
}

#service ul li div::before {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  background: url(../images/top/service_merit-circle.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

#service ul li h4 {
  margin: 1rem 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

#service ul li h4 span {
  display: block;
  text-align: center;
  color: #188ed0;
}

#service ul li p {
  font-size: 0.875rem;
}

#service ul li p.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ---------------------------------------------------------------------------------------------------- */
#service-column {
  padding: 4rem 0;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  #service-column {
    padding: 40px 12px;
  }
}

#service-column h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #service-column h3 {
    font-size: 20px;
  }
}

#service-column h3+p {
  margin-top: 1.5rem;
  text-align: center;
  line-height: 2em;
}

@media (max-width: 768px) {
  #service-column h3+p {
    text-align: justify;
    line-height: 1.75em;
  }
}
#service-column p .pdf i {
	margin: 0 4px;
}
#service-column p .pdf::after{
	content: none;
}
#service-column .frame-top {
  margin: 0 auto;
  padding: 2.5rem;
  width: 1040px;
  background: #fff;
  z-index: 1;
  border-radius: 2rem 2rem 0 0;
}

@media (max-width: 768px) {
  #service-column .frame-top {
    padding: 32px 24px 24px;
    width: 100%;
  }
}

#service-column .frame-top .content-items {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items {
    gap: 1rem;
    flex-direction: column;
  }
}

#service-column .frame-top .content-items .headline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 3rem;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  background: #ea575e;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .headline {
    font-size: 16px;
  }
}

#service-column .frame-top .content-items .headline span {
  padding: 0 0.75rem;
  line-height: 1.75rem;
  font-size: 0.875rem;
  color: #ea575e;
  background: #fff;
  border-radius: 999px;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .headline span {
    font-size: 13px;
    line-height: 26px;
  }
}

#service-column .frame-top .content-items .item-text {
  padding: 1rem;
  height: calc(100% - 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .item-text {
    padding: 12px;
  }
}

#service-column .frame-top .content-items .item-text p {
  text-align: center;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .item-text p {
    font-size: 13px;
  }
}

#service-column .frame-top .content-items .item-text p b {
  font-size: 0.875rem;
}

#service-column .frame-top .content-items .flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .flex-row {
    gap: 0;
  }
}

#service-column .frame-top .content-items .flex-row h4 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .flex-row h4 {
    font-size: 13px;
  }
}

#service-column .frame-top .content-items .item1,
#service-column .frame-top .content-items .item2 {
  position: relative;
}

#service-column .frame-top .content-items .item1::after,
#service-column .frame-top .content-items .item2::after {
  content: '+';
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.125rem;
  border-radius: 999px;
  background: #a4cced;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  border: 4px solid #fff;
  top: 50%;
  right: -1.85rem;
  position: absolute;
  z-index: 1;
}

@media (max-width: 768px) {

  #service-column .frame-top .content-items .item1::after,
  #service-column .frame-top .content-items .item2::after {
    width: 2rem;
    height: 2rem;
    line-height: 1.575rem;
    border: 2px solid #fff;
    top: calc(100% - 0.325rem);
    right: calc(50% - 1rem);
  }
}

#service-column .frame-top .content-items .item1 {
  width: 18rem;
  flex-shrink: 0;
  border: 4px solid #ea575e;
  border-radius: 1rem 0 0 1rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .item1 {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
  }
}

#service-column .frame-top .content-items .item2 {
  flex: 1;
  border: 4px solid #4aa3d5;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .item2 {
    width: 100%;
  }
}

#service-column .frame-top .content-items .item2 .headline {
  background-color: #4aa3d5;
}

#service-column .frame-top .content-items .item2 .headline span {
  color: #4aa3d5;
}

#service-column .frame-top .content-items .item3 {
  width: 18rem;
  flex-shrink: 0;
  border: 4px solid #a37fd5;
  border-radius: 0 1rem 1rem 0;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-items .item3 {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
}

#service-column .frame-top .content-items .item3 .headline {
  background-color: #a37fd5;
}

#service-column .frame-top .content-items .item3 .headline span {
  color: #a37fd5;
}

#service-column .frame-top .content-point {
  margin-top: 2.5rem;
  padding-left: 12rem;
  padding-bottom: 1.5rem;
  background: url(../images/top/service_bg-piggybank.svg) 0 100% no-repeat;
  background-size: 9.5rem auto;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-point {
    margin-top: 24px;
    padding: 0;
    padding-bottom: 100px;
    background-size: auto 86px;
    background-position: 100% 100%;
  }
}

#service-column .frame-top .content-point h4 {
  padding-top: 1.5rem;
  padding-left: 2.5rem;
  font-size: 1.25rem;
  color: #4aa3d5;
  font-weight: bold;
  line-height: 1.5rem;
  vertical-align: bottom;
  background: url(../images/top/service_heading-bulb.svg) 0 0 no-repeat;
  background-size: auto 3rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-point h4 {
    padding-left: 0;
    text-align: center;
    background-position: calc(50% - 8em) 0;
  }
}

#service-column .frame-top .content-point .flex-row {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-point .flex-row {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }
}

#service-column .frame-top .content-point .flex-row div {
  padding-left: 7rem;
  min-height: 6rem;
  flex: 1;
}

#service-column .frame-top .content-point .flex-row div.point1 {
  background: url(../images/top/service_bg-point1.svg) 0 50% no-repeat;
  background-size: 6rem 6rem;
}

#service-column .frame-top .content-point .flex-row div.point2 {
  background: url(../images/top/service_bg-point2.svg) 0 50% no-repeat;
  background-size: 6rem 6rem;
}

#service-column .frame-top .content-point .flex-row .headline {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-point .flex-row .headline {
    margin-top: 0;
    font-size: 15px;
  }
}

#service-column .frame-top .content-point .flex-row .headline p {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  #service-column .frame-top .content-point .flex-row .headline p {
    font-size: 13px;
  }
}

#service-column .frame-bottom {
  margin: 0.5rem auto 0;
  padding: 2.5rem;
  width: 1040px;
  background: #fff;
  z-index: 1;
  border-radius: 0 0 2rem 2rem;
}

@media (max-width: 768px) {
  #service-column .frame-bottom {
    padding: 32px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  #service-column .frame-bottom h3+p {
    padding: 0 8px;
  }
}

#service-column .frame-bottom .period {
  margin-top: 3rem;
  display: flex;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .period {
    margin-top: 1rem;
    order: 2;
  }
}

#service-column .frame-bottom .period span {
  flex: 1;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 3.5rem;
  background: #d0eaff;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .period span {
    padding: 12px 16px 8px;
    font-size: 14px;
    line-height: 1.6em;
	border-radius: 0.5rem;
  }
}

#service-column .frame-bottom .period::before,
#service-column .frame-bottom .period::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.75rem solid transparent;
  border-bottom: 1.75rem solid transparent;
  border-right: 1.5rem solid #d0eaff;
  border-left: 0;
}

#service-column .frame-bottom .period::after {
  transform: scale(-1, 1);
}

@media (max-width: 768px) {
  #service-column .frame-bottom .period::before,
  #service-column .frame-bottom .period::after {
	  content: none;
  }
}

#service-column .frame-bottom .frame-flow {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow {
    margin-top: 4rem;
    width: 100%;
    gap: 8px;
    flex-direction: column;
    order: 1;
  }
}

#service-column .frame-bottom .frame-flow>div {
  padding: 2rem 1rem 5rem;
  flex: 1;
  border: 4px solid #222;
  position: relative;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div {
    padding: 24px 12px 56px;
  }
}

#service-column .frame-bottom .frame-flow>div .catch {
  padding: 0 1rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4em;
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div .catch {
    font-size: 14px;
  }
}

#service-column .frame-bottom .frame-flow>div .catch::before,
#service-column .frame-bottom .frame-flow>div .catch::after {
  content: '';
  display: block;
  width: 20px;
  height: 28px;
  background: url(../images/top/service_flow-slash.svg) no-repeat;
  background-size: contain;
}

#service-column .frame-bottom .frame-flow>div .catch::after {
  transform: scale(-1, 1);
}

#service-column .frame-bottom .frame-flow>div h4 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #aaa;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div h4 {
    font-size: 15px;
    line-height: 3.5rem;
  }
}

#service-column .frame-bottom .frame-flow>div ol {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div ol {
    flex-direction: column;
    gap: 16px;
  }
}

#service-column .frame-bottom .frame-flow>div ol li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div ol li {
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
  }
}

#service-column .frame-bottom .frame-flow>div ol li .item-img {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aaa;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div ol li .item-img {
    padding: 1em;
    width: 110px;
    height: auto;
    flex-shrink: 0;
  }

  #service-column .frame-bottom .frame-flow>div ol li .item-img img {
    height: 64px;
  }
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div ol li .item-text {
    flex: 1;
  }
}

#service-column .frame-bottom .frame-flow>div ol li .item-text .subhead {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div ol li .item-text .subhead {
    font-size: 14px;
    text-align: left;
  }
}

#service-column .frame-bottom .frame-flow>div ol li .item-text p {
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow>div ol li .item-text p {
    font-size: 12px;
  }
}


#service-column .frame-bottom .frame-flow .flow_customer {
  border-color: #ffdc00;
}

#service-column .frame-bottom .frame-flow .flow_customer h4 {
  background-color: #ffdc00;
}

#service-column .frame-bottom .frame-flow .flow_customer li:nth-of-type(1) .item-img {
  background-color: #fff07a;
  position: relative;
}

#service-column .frame-bottom .frame-flow .flow_customer li:nth-of-type(1) .item-img::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  border-left: 2rem solid #fff07a;
  border-right: 0;
  position: absolute;
  top: 0;
  right: -2rem;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow .flow_customer li:nth-of-type(1) .item-img::after {
    border-style: solid;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-top: 20px solid #fff07a;
    border-bottom: 0;
    top: 100%;
    right: calc(50% - 28px);
  }
}

#service-column .frame-bottom .frame-flow .flow_customer li:nth-of-type(2) .item-img {
  background-color: #fff8c3;
}

#service-column .frame-bottom .frame-flow .flow_customer::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 5.5rem;
  background: url(../images/top/service_flow-arrow.svg) 50% 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: -2.25rem;
  top: calc(50% - 2.5rem);
  z-index: 1;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow .flow_customer::after {
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 48px solid transparent;
    border-left: 48px solid transparent;
    border-top: 32px solid #ffdc00;
    border-bottom: 0;
    top: 100%;
    right: calc(50% - 48px);
  }
}

#service-column .frame-bottom .frame-flow .flow_company {
  border-color: #4aa3d5;
}

#service-column .frame-bottom .frame-flow .flow_company h4 {
  background-color: #4aa3d5;
}

#service-column .frame-bottom .frame-flow .flow_company li:nth-of-type(1) .item-img {
  background-color: #d0eaff;
  position: relative;
}

#service-column .frame-bottom .frame-flow .flow_company li:nth-of-type(1) .item-img::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  border-left: 2rem solid #d0eaff;
  border-right: 0;
  position: absolute;
  top: 0;
  right: -2rem;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-flow .flow_company li:nth-of-type(1) .item-img::after {
    border-style: solid;
    border-right: 28px solid transparent;
    border-left: 28px solid transparent;
    border-top: 20px solid #d0eaff;
    border-bottom: 0;
    top: 100%;
    right: calc(50% - 28px);
  }
}

#service-column .frame-bottom .frame-flow .flow_company li:nth-of-type(2) .item-img {
  background-color: #a4cced;
}

#service-column .frame-bottom .frame-soon {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  #service-column .frame-bottom .frame-soon {
    margin-top: 24px;
    order: 3;
  }
}

#service-column .frame-bottom .frame-soon p {
  padding: 1rem 2.5rem;
  text-align: center;
  background-color: #f5f5f5;
}

/* ---------------------------------------------------------------------------------------------------- */
#faq {
  margin: 5rem auto;
  width: 1060px;
}

@media (max-width: 768px) {
  #faq {
    width: 100%;
  }
}

#faq .obj-headline {
  padding-top: 2.5rem;
  text-align: center;
  letter-spacing: 0.33em;
  color: #4aa3d5;
  background: url(../../images/common/headline_obj.svg) 50% 0 no-repeat;
}

#faq h2 {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.25em;
}

@media (max-width: 768px) {
  #faq h2 {
    margin-top: 40px;
    font-size: 20px;
  }
}

#faq .faq-accordion {
  margin: 4rem 0;
  border-top: 1px solid #ccc;
}

@media (max-width: 768px) {
  #faq .faq-accordion {
    margin: 40px 24px 24px;
  }
}

#faq .faq-accordion .frame-main {
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  #faq .faq-accordion .frame-main {
    padding: 16px;
  }
}

#faq .faq-accordion .frame-main .faq-title {
  display: flex;
  gap: 0.5rem;
}

#faq .faq-accordion .frame-main .faq-title::before {
  content: 'Q';
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #4aa3d5;
  line-height: 1;
  width: 1em;
  flex-shrink: 0;
}

#faq .faq-accordion .frame-main .faq-title::after {
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.5rem;
  color: #4aa3d5;
  line-height: 1;
  width: 1em;
  flex-shrink: 0;
}

#faq .faq-accordion .frame-main .faq-title h4 {
  padding-right: 1rem;
  flex: 1;
  font-weight: bold;
}

#faq .faq-accordion .frame-main .faq-content {
  margin-top: 1rem;
  padding: 1rem;
  background: #f5f5f5;
  display: flex;
  gap: 0.5rem;
}

#faq .faq-accordion .frame-main.faq-content::before {
  content: 'A';
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #ea575e;
  line-height: 1;
  width: 1em;
  flex-shrink: 0;
}

#faq .faq-accordion .frame-main .faq-content .frame-answer p {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  #faq .faq-accordion .frame-main .faq-content .frame-answer p {
    font-size: 13px;
  }
}

#faq .faq-accordion .frame-main .faq-content .frame-answer p a {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  #faq .faq-accordion .frame-main .faq-content .frame-answer p a {
    font-size: 13px;
  }
}

#faq .faq-accordion .frame-main .faq-content .frame-answer p sup {
  margin-right: 0.2rem;
}

#faq .faq-accordion .frame-main .faq-content .frame-answer .caution {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  line-height: 1.6em;
}

#faq .faq-accordion .frame-main .faq-content .frame-answer .cautionWithNum {
  padding-left: 1.75em;
  text-indent: -1.75em;
  font-size: 0.8125rem;
  line-height: 1.6em;
}

#faq .faq-accordion .frame-main .faq-content.open .faq-title::after {
  transform: scaleY(-1);
}

/* ---------------------------------------------------------------------------------------------------- */
.sideButton {
  position: fixed;
  right: -128px;
  bottom: 10vh;
  z-index: 80;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .sideButton {
    display: none;
  }
}

.sideButton a {
  overflow: hidden;
  display: block;
  width: 9rem;
  height: 7.625rem;
  background: url(../images/top/followbtn-simulationOn.svg) 0 0 no-repeat;
  background-size: contain;
}

.sideButton a img {
  width: 100%;
  height: auto;
}

.sideButton a:hover img {
  opacity: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
.footButton {
  width: 100%;
  display: none;
  position: fixed;
  bottom: -56px;
  z-index: 80;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .footButton {
    display: flex;
  }
}

.footButton a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  flex: 1;
  height: 56px;
  text-decoration: none;
}

.footButton a p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3em;
}

.footButton a.btn-top {
  background: #fff;
}

.footButton a.btn-simulation {
  background: #4aa3d5;
  color: #fff;
}

.footButton a.btn-simulation i {
  font-size: 16px;
}

.footButton a.btn-simulation p {
  color: #fff;
}

/**/
@media (max-width: 768px) {}