@charset "utf-8";

/* ベース
/************************************************************/

body {
  margin: 0;
  font-family: "Roboto", "Noto Sans", "Noto Sans CJK JP", sans-serif;
  overflow-wrap: break-word;
  word-break: normal;
  color: #333;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 175%;
}

h2 {
  font-weight: bold;
  line-height: 135%;
}

h3 {
  font-weight: bold;
  line-height: 135%;
}

h4 {
  font-weight: bold;
  line-height: 135%;
}
h5 {
  font-weight: bold;
  line-height: 135%;
}

button,
select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input[type="text"] {
  font-size: 16px;
}

/* 共通要素
/************************************************************/

.container {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container::after {
  content: "";
  display: block;
  clear: both;
}
.hide-pc {
  display: none;
}
.center {
  text-align: center;
}
.heading {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}
.heading span {
  font-size: 16px;
  font-weight: bold;
  color: #149f97;
  display: block;
  letter-spacing: 0.1em;
  padding-left: 2px;
  margin-top: 12px;
  line-height: 100%;
}

/* マーカー
/************************************************************/

em {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff800, #fff800);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 20%;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: ease-in-out;
  padding-bottom: 0px;
  font-weight: bold;
}
em.marker {
  background-size: 100% 20%;
}

/* ヘッダー
/************************************************************/

header {
  background-color: #ffffff;
  padding: 0px;
  width: 100%;
  height: 80px;
  min-width: 1280px;
  position: relative;
}
header .logo {
  position: absolute;
  top: 20px;
  left: 24px;
}
header .text {
  position: absolute;
  top: 20px;
  left: 144px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
header .tel {
  position: absolute;
  top: 20px;
  right: 420px;
}
header .tel a {
  transition: all 0.2s ease;
}
header .tel a:hover {
  opacity: 0.6;
}
header .monitor {
  position: absolute;
  top: 20px;
  right: 220px;
}
header .monitor a {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  background-color: #ffd600;
  width: 180px;
  line-height: 39px;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding-top: 1px;
  transition: all 0.2s ease;
}

header .monitor a:hover {
  opacity: 0.6;
}
header .contact {
  position: absolute;
  top: 20px;
  right: 24px;
}
header .contact a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #0169b6;
  width: 180px;
  line-height: 39px;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding-top: 1px;
  transition: all 0.2s ease;
}
header .contact a:hover {
  opacity: 0.6;
}

/* フッター
/************************************************************/

footer {
  min-width: 1280px;
  padding: 48px 0px 64px;
}
footer .copyright {
  text-align: center;
  letter-spacing: 0.05em;
}
.privacy-link {
  text-align: center;
}
.privacy-link a {
  border-bottom: 1px solid #000000;
}
.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
}
.pagetop a {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  display: block;
  border-radius: 8px;
}
.pagetop a:hover {
  opacity: 0.6;
}

/* FVエリア
/************************************************************/

#area-fv {
  min-width: 1280px;
  height: 576px;
  background-image: url(../img/bg-green.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
}
#area-fv .container {
  max-width: 1024px;
  height: 100%;
}

#area-fv .img {
  position: absolute;
  top: 0px;
  right: -112px;
}

#area-fv .img-shinki {
  position: absolute;
  bottom: 80px;
  right: -16px;
}

#area-fv .copy {
  position: absolute;
  top: 64px;
  z-index: 10;
}
#area-fv .copy ul {
  margin-bottom: 40px;
}
#area-fv .copy ul li {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  color: #fff800;
  background: linear-gradient(#015454, #0b7a76);
  float: left;
  width: 160px;
  height: 88px;
  margin-right: 12px;
  line-height: 120%;
  padding-top: 4px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#area-fv .copy h1 {
  font-size: 56px;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
  line-height: 125%;
  margin-bottom: 16px;
}
#area-fv .copy h1 strong {
  color: #fff000;
}
#area-fv .copy h1 strong i {
  font-size: 80px;
  font-style: italic;
  font-weight: bold;
  margin: 0 4px;
  position: relative;
  bottom: -4px;
}

#area-fv .copy dl {
  margin-bottom: 30px;
}
#area-fv .copy dt {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
}
#area-fv .copy dd {
  display: inline-block;
  border: 2px solid #ffffff;
  padding: 2px 12px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}

#area-fv .copy .btn {
  width: 450px;
  margin: 0 auto;
  text-align: center;
}
#area-fv .copy .btn p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#area-fv .copy .btn p span {
  font-size: 1.8rem;
}
#area-fv .copy .btn a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffd600;
  line-height: 80px;
  display: block;
  text-align: center;
  border-radius: 40px;
  transition: all 0.2s ease;
  position: relative;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
}

.btn__download {
  width: 1rem;
  vertical-align: baseline;
  padding-left: 0.4rem;
}

.btn__download--white{
      width: 1rem;
  vertical-align: baseline;
  padding-left: 0.4rem;
}
#area-fv .copy .btn a::after {
  content: "";
  background-image: url(../img/icon-finger.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 56px;
  height: 72px;
  position: absolute;
  bottom: -24px;
  right: 0px;
}

#area-fv .copy .btn a:hover {
  color: #666;
  background-color: #ffe666;
}
#area-fv .copy .btn a:hover .btn__download {
  opacity: 0.6;
}
#area-fv .img-sp {
  margin: 24px 0 40px;
  position: relative;
  right: -16px;
}

/* 1stエリア
/************************************************************/

#area-1st {
  min-width: 1280px;
}
#area-1st .slider {
  padding: 40px 0px;
}
#area-1st .slider li {
  margin-left: 64px;
}
#area-1st .slider li img {
  max-height: 5rem;
}

#area-1st section {
  padding: 24px 0px 64px;
  background-color: #ffffff;
  text-align: center;
}
#area-1st section h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
#area-1st section h2 em {
  color: #149f97;
}
#area-1st section p {
  line-height: 200%;
}
#area-1st section:nth-child(3) {
  padding: 64px 0px;
  background-color: #e4f8f7;
}
#area-1st section:nth-child(3) .container {
}
#area-1st section:nth-child(3) .text {
  text-align: left;
  width: 480px;
  display: table-cell;
  vertical-align: middle;
}
#area-1st section:nth-child(3) .text h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
#area-1st section:nth-child(3) .img {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 490px;
  height: 300px;
}
#area-1st section:nth-child(3) .img img {
  position: absolute;
  top: 0px;
  left: 48px;
}

/* アクションエリア
/************************************************************/

.action {
  background-image: url(../img/bg-green.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  min-width: 1280px;
  overflow: hidden;
}
.action .container {
  padding: 64px 224px 80px 0;
}
.action h2 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}
.action h2::before {
  content: "＼";
  margin-right: 16px;
}
.action h2::after {
  content: "／";
  margin-left: 16px;
}
.action .box {
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}
.action .box .gentei {
  border-radius: 50%;
  background-color: #076967;
  text-align: center;
  width: 158px;
  height: 158px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  top: 55px;
  left: -70px;
  line-height: 125%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.3rem;
}

.action .box .low-cost {
  line-height: 140%;
  margin-bottom: 10px;
  font-size: 1rem;
}

.action .box h3 {
  font-size: 32px;
  margin-bottom: 4px;
}
.action .box h3 span {
  font-size: 16px;
  margin-left: 4px;
}
.action .box h4 {
  font-size: 20px;
  margin-bottom: 50px;
}
.action .box p {
  margin-top: 32px;
  font-size: 14px;
}
.action .box .btn {
  width: 336px;
  display: inline-block;
}
.action .box .btn a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 80px;
  display: block;
  text-align: center;
  border-radius: 8px;
  transition: all 0.2s ease;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px rgb(0 0 0 / 15%);
}
.action .box .btn.monitor {
  margin-right: 24px;
}
.action .box .btn.monitor a {
  background-color: #ffd600;
}
.action .box .btn.contact a {
  color: #fff;
  background-color: #0169b6;
}
.btn.contact {
    position: relative; 
    display: inline-block;
}

.speech-bubble {
    position: absolute; 
    background-color: #fff; 
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    white-space: nowrap; 
    top: -30px; 
    left: 50%;
    transform: translateX(-50%); 
    z-index: 10; 
    /* 吹き出しの矢印（下向き） */
    &::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff; 
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

    /* 吹き出しの矢印の枠線 */
    &::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 9px solid transparent; 
        border-right: 9px solid transparent;
        border-top: 9px solid #ccc; 
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}


.action .box .btn a:hover {
  opacity: 0.6;
}
.action .img {
  position: absolute;
  right: -140px;
  bottom: -20px;
}

.action .tel {
  margin-top: 20px;
}

/* 2ndエリア
/************************************************************/

#area-2nd {
  min-width: 1280px;
}
#area-2nd section {
  padding: 80px 0;
}
#area-2nd section:nth-child(2) {
  background-color: #e4f8f7;
}
#area-2nd .container {
  max-width: 1216px;
}
#area-2nd h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 56px;
}
#area-2nd h2 em {
  font-size: 40px;
  color: #149f97;
}
#area-2nd ul {
  display: flex;
}
#area-2nd li {
  padding: 56px 32px 32px;
  border: solid 3px #149f97;
  margin-right: 32px;
  border-radius: 16px;
  width: 400px;
  position: relative;
  box-shadow: 0px 2px 16px rgb(1 84 84 / 20%);
  background-color: #ffffff;
}
#area-2nd li:last-child {
  margin-right: 0px;
}
#area-2nd ul li h3 {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
#area-2nd section:nth-child(2) h3 {
  height: auto;
}

#area-2nd ul li .nth {
  font-size: 20px;
  width: 64px;
  line-height: 64px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #149f97;
  border-radius: 32px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  padding-left: 4px;
  box-sizing: border-box;
}

/* 3rdエリア
/************************************************************/

/* 3rdエリア
/************************************************************/

#area-3rd {
  background-color: #e7fff3;
  min-width: 1180px;
}

#area-3rd .container {
  padding: 80px 0 96px;
}
#area-3rd h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}
/* #area-3rd h2 span {
	font-size: 22px;
	display: block;
	margin-bottom: -12px;
	color: #d14646;
  } */
/* #area-3rd h2 span::before {
	content: "";
	background-image: url(../img/icon-slash-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 16px;
	height: 24px;
	margin-right: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
  }
  #area-3rd h2 span::after {
	content: "";
	background-image: url(../img/icon-slash-right.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 16px;
	height: 24px;
	margin-left: 8px;
	display: inline-block;
	position: relative;
	bottom: -4px;
  } */
.sinki {
  background: linear-gradient(#ff5bb6 0%, #e93887 100%) !important;
}
.swiper-slide__ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 31px;
  /* margin: 0; */
  padding: 10px 5px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  background: linear-gradient(#ff785b 0%, #e95738 100%);
  border-radius: 2px 0 0 0;
}
.sinki:before {
  border-bottom: solid 6px #cf2d89 !important;
}
.swiper-slide__ribbon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #cf4a2d;
  border-right: solid 6px transparent;
}
.sinki:after {
  border-left: 25px solid #e93887 !important;
  border-right: 25px solid #e93887 !important;
}

.swiper-slide__ribbon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid #e95738;
  border-right: 25px solid #e95738;
  border-bottom: 10px solid transparent;
}
#area-3rd section {
  padding: 48px;
  background-color: #ffffff;
  position: relative;
  filter: drop-shadow(0px 0px 21px #d9ebe1);
  text-align: center;
  margin-bottom: 64px;
  border-radius: 15px;
}
#area-3rd section:last-child {
  margin-bottom: 0;
}
#area-3rd section .nth {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  background-color: #009776;
  display: inline;
  padding: 0px 20px;
  position: absolute;
  left: -24px;
  top: -24px;
  border-radius: 5px;
}
#area-3rd section .nth i {
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  bottom: -1px;
  letter-spacing: 0.05em;
}
#area-3rd section h3 {
  font-size: 30px;
  margin-bottom: 16px;
  color: #01b38c;
  font-weight: 600;
}
#area-3rd section p {
  font-size: 17px;
}
#area-3rd section .img {
  margin-top: 40px;
}
#area-3rd section .img li {
  float: left;
  width: 48%;
  margin-right: 4%;
  position: relative;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 40%);
}
#area-3rd section .img li:last-child {
  margin-right: 0;
}
#area-3rd section .img li a::before {
  content: "";
  background-image: url(../img/icon-zoom.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  background-color: #247a6a;
  position: absolute;
  bottom: -12px;
  right: -12px;
  border-radius: 20px;
}
#area-3rd section .img li {
  transition: all 0.2s ease;
}
#area-3rd section .img li:hover {
  opacity: 0.6;
}
/* #area-3rd-important */
#area-3rd-important {
  background-image: url(../img/bg-important.webp);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 70px 0;
  min-width: 1180px;
  background-size: cover;
}

.important--flex {
  display: flex;
  margin-top: 3.5rem;
}
#area-3rd-important .important--wrap {
  padding: 2rem 1.5rem;
  background-color: #ffffff;
  position: relative;
  text-align: center;
  margin: 0 1%;
  border-radius: 15px;
  width: 33%;
}

#area-3rd-important img {
  height: 110px;
  margin: 2rem 1rem;
}

#area-3rd-important .hand {
  height: 90px;
  margin: 2.6rem 1rem;
}

#area-3rd-important h2 {
  font-size: 34px;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  line-height: 150%;
}

#area-3rd-important h3 {
  color: #f7267a;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

#area-3rd-important p {
  text-align: justify;
  line-height: 170%;
}

#area-3rd-important .nth {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  background-color: #009776;
  display: inline;
  padding: 0px 20px;
  position: absolute;
  left: 105px;
  top: -24px;
  border-radius: 5px;
}
#area-3rd-important .nth i {
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  position: relative;
  bottom: -1px;
  letter-spacing: 0.05em;
}

/* 4thエリア
/************************************************************/

#area-4th {
  min-width: 1280px;
  padding: 80px 0 0;
}

#area-4th h2 {
  text-align: center;
  margin-bottom: 56px;
}
#area-4th section {
  margin-bottom: 80px;
}
#area-4th h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  background-color: #149f97;
  border-radius: 8px;
  line-height: 72px;
}
#area-4th .img {
  text-align: center;
  margin-bottom: 40px;
}
#area-4th p em {
  color: #ff3333;
}

#area-4th .function {
  background-color: #f1f1f1;
  border-radius: 16px;
  padding: 24px 24px 24px;
  margin: 40px 0 48px;
}
#area-4th .function h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 4px;
}
#area-4th .function ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#area-4th .function li {
  background-color: #ffffff;
  padding: 24px;
  text-align: center;
  margin-top: 20px;
  width: 312px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  margin-right: 20px;
}
#area-4th .function li:nth-child(3n) {
  margin-right: 0px;
}
#area-4th .function li:nth-of-type(3n-1):nth-last-of-type(1) {
  margin-right: auto;
}
#area-4th .function li .icon {
  margin-bottom: 24px;
}
#area-4th .function li h5 {
  font-size: 16px;
}

#area-4th .box {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  padding: 32px;
  margin-top: 24px;
}
#area-4th .box h4 {
  font-size: 22px;
  color: #149f97;
  margin-bottom: 8px;
}
#area-4th .price {
  margin: 48px 96px 0;
}
#area-4th .price .table {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  margin-bottom: 32px;
}
#area-4th .price .table dl {
  display: table;
  width: 100%;
}
#area-4th .price .table dt {
  display: table-cell;
  width: 50%;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f1f1f1;
}
#area-4th .price .table dd {
  display: table-cell;
  width: 50%;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  text-align: center;
  vertical-align: middle;
  height: 80px;
  font-size: 18px;
  font-weight: bold;
}
#area-4th .price .table dd strong {
  font-size: 24px;
  font-weight: bold;
}
#area-4th .price .table dd em {
  color: #ff3333;
}
#area-4th .price .support {
  background-color: #e4f8f7;
  margin-bottom: 32px;
}
#area-4th .price .support dl {
  display: table;
  width: 100%;
}
#area-4th .price .support dt {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  height: 96px;
  font-size: 18px;
  font-weight: bold;
}
#area-4th .price .support dd {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  height: 96px;
}

#area-4th .price p {
  font-size: 14px;
}

/* 5thエリア
/************************************************************/

#area-5th {
  min-width: 1280px;
  background-color: #076967;
  padding: 48px 0 80px;
}
#area-5th h2 {
  font-size: 36px;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  margin-bottom: 48px;
  line-height: 175%;
}
#area-5th h2 span {
  border-bottom: 4px solid #fff;
  padding-bottom: 4px;
}
#area-5th h2::before {
  content: "";
  background-image: url(../img/arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 40px;
  display: block;
  margin: 0 auto 24px;
}
#area-5th p {
  color: #ffffff;
}
#area-5th p strong {
  color: #fff800;
}
#area-5th .img {
  background-color: #ffffff;
  margin: 40px auto;
  padding: 40px;
  width: 832px;
  border-radius: 16px;
  box-sizing: border-box;
  text-align: center;
}
#area-5th h3 {
  font-size: 32px;
  font-style: italic;
  color: #ffffff;
  text-align: center;
}

/* 6thエリア
/************************************************************/

#area-6th {
  min-width: 1280px;
  padding: 80px 0 96px;
}
#area-6th .container {
  max-width: 1216px;
}
#area-6th h2 {
  font-size: 36px;
  font-style: italic;
  margin-bottom: 64px;
  text-align: center;
}

#area-6th ul {
  display: flex;
}
#area-6th li {
  padding: 56px 32px 40px;
  margin-right: 24px;
  border-radius: 16px;
  width: 288px;
  position: relative;
  box-shadow: 0px 2px 16px rgb(1 84 84 / 20%);
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
}
#area-6th li:last-child {
  margin-right: 0px;
}
#area-6th li::before {
  content: "";
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 56px;
  display: block;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

/* 7thエリア
/************************************************************/

#area-7th {
  min-width: 1280px;
  padding: 80px 0 80px;
}
#area-7th .voice {
  margin-bottom: 80px;
}
#area-7th .voice .box {
  background-color: #ffffff;
  border-radius: 16px;
  margin-top: 40px;
  box-shadow: 0px 2px 16px rgb(1 84 84 / 20%);
}
#area-7th .voice .box h3 {
  font-size: 24px;
  color: #ffffff;
  background-color: #149f97;
  text-align: center;
  padding: 24px 0px 20px;
  border-radius: 16px 16px 0px 0px;
}
#area-7th .voice .box .inner {
  display: table;
  padding: 40px 40px 40px 0px;
}
#area-7th .voice .box .left {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 320px;
}
#area-7th .voice .box .right {
  display: table-cell;
  vertical-align: middle;
}
#area-7th .voice .box .img {
  margin: 0px auto 20px;
  width: 180px;
}
#area-7th .voice .box li {
  font-size: 14px;
  color: #ffffff;
  background-color: #149f97;
  display: inline-block;
  margin: 0px 4px;
  padding-top: 1px;
  line-height: 31px;
  width: 96px;
  border-radius: 4px;
}
#area-7th .voice .box p {
  margin-bottom: 24px;
}
#area-7th .voice .box p:last-child {
  margin-bottom: 0px;
}
#area-7th .voice .box em {
  color: #ff3333;
}

#area-7th .faq section {
  border: 1px solid #cccccc;
  padding: 24px 24px 24px 128px;
  margin-top: 24px;
  position: relative;
}
#area-7th .faq section:last-child {
  margin-bottom: 0;
}
#area-7th .faq section .nth {
  font-size: 28px;
  font-weight: bold;
  color: #149f97;
  position: absolute;
  left: 44px;
  top: 32px;
  letter-spacing: 0.1em;
}
#area-7th .faq section h3 {
  font-size: 18px;
  color: #149f97;
  margin-bottom: 8px;
}

/* 8thエリア
/************************************************************/

#area-8th {
  min-width: 1280px;
  padding: 80px 0 0px;
}

#area-8th .table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#area-8th .table dl {
  display: table;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}

#area-8th .table dt {
  display: table-cell;
  padding: 24px 32px;
  border-right: 1px solid #ccc;
  width: 200px;
  background-color: #f6f6f6;
  vertical-align: middle;
}
#area-8th .table dd {
  display: table-cell;
  padding: 24px 32px;
}
#area-8th .table dd a {
  color: #3366cc;
  margin-left: 10px;
  transition: all 0.2s ease;
}
#area-8th .table dd a:hover {
  color: #3366cc;
  margin-left: 10px;
  opacity: 0.6;
}
/* プライバシーポリシー */
.privacy_policy h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.section__inner {
  padding: 20px;
}

.privacy__head {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.privacy__list {
  list-style-type: none;
  padding: 0;
}

.privacy__list__item {
  margin-bottom: 20px;
}

.privacy__list__item__ttl {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.privacy__list__item__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.privacy__list__item__table th,
.privacy__list__item__table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.privacy__list__item__table__head th,
.privacy__list__item__table__head td {
  background-color: #f0f0f0;
  font-weight: bold;
}

.privacy__list__item--p-right {
  text-align: right;
}
