@media screen and (max-width: 768px) {
  .pcv {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .spv {
    display: none !important; } }

/* TOP */
#kv_txt {
  position: relative;
  color: #fff; }
  @media screen and (min-width: 769px) {
    #kv_txt {
      margin-top: 1rem; } }
  @media screen and (max-width: 768px) {
    #kv_txt {
      margin-top: 1rem; } }

#kv_txt p {
  letter-spacing: 0.3em; }

#kv_txt .ttl {
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (min-width: 769px) {
    #kv_txt .ttl {
      line-height: 1.5em;
      font-size: 3rem;
      transform: translateX(1.5rem); } }
  @media screen and (max-width: 768px) {
    #kv_txt .ttl {
      line-height: 1.347em;
      font-size: 2.6rem;
      transform: translateX(1.3rem); } }

@media screen and (min-width: 769px) {
  .inquiry_btn,
  .about_btn {
    margin-top: 30px !important; } }
@media screen and (max-width: 768px) {
  .inquiry_btn,
  .about_btn {
    margin-top: 20px !important; } }

.inquiry_box address a {
  margin: 0 !important; }

#message {
  position: relative;
  text-align: center;
  margin: 0 auto !important;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #message {
      padding: 60px 0 60px; } }
  @media screen and (max-width: 768px) {
    #message {
      padding: 40px 0 40px; } }

#news_list {
  position: relative; }
  @media screen and (min-width: 769px) {
    #news_list {
      width: 98rem;
      margin: 30px auto 0 !important; } }
  @media screen and (max-width: 768px) {
    #news_list {
      width: 33.5rem;
      margin: 20px auto 0 !important;
      text-align: left; } }

#news_list dl {
  position: relative;
  display: flex;
  border-bottom: rgba(0, 0, 0, 0.15) solid 1px;
  margin: 0;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #news_list dl {
      justify-content: flex-start;
      padding: 15px 0 12px; } }
  @media screen and (max-width: 768px) {
    #news_list dl {
      flex-direction: column;
      padding: 15px 0 12px; } }

#news_list dl dt {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #news_list dl dt {
      max-width: 12rem;
      font-size: 15px;
      line-height: 1.6;
      padding: 0 1.5rem; } }
  @media screen and (max-width: 768px) {
    #news_list dl dt {
      width: 100%;
      font-size: 14px;
      line-height: 1.75; } }

#news_list dl dd {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: .4s ease-in-out; }
  @media screen and (min-width: 769px) {
    #news_list dl dd {
      font-size: 15px;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    #news_list dl dd {
      width: 100%;
      font-size: 14px;
      line-height: 1.75;
      padding: 5px 0 0;
      margin: 0 !important; } }

#news_list dl dd a {
  position: relative;
  display: inline-block;
  color: #000;
  overflow: hidden;
  transition: .6s ease-out; }
  @media screen and (min-width: 769px) {
    #news_list dl dd a {
      max-width: 80rem;
      white-space: nowrap;
      text-overflow: ellipsis; } }
  @media screen and (max-width: 768px) {
    #news_list dl dd a {
      text-decoration: underline; } }

@media screen and (min-width: 769px) {
  #news_list dl dd a:hover {
    color: #bc2e2e;
    /*text-decoration: underline;*/ } }

#calendar {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05); }
  @media screen and (min-width: 769px) {
    #calendar {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 768px) {
    #calendar {
      padding: 80px 0 80px; } }

.calendar_set {
  position: relative; }
  @media screen and (min-width: 769px) {
    .calendar_set {
      width: 90rem;
      margin: 0 auto !important;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    .calendar_set {
      width: 33.5rem;
      margin: 0 auto !important;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem; } }

.calendar_set .calendar {
  position: relative;
  text-align: center; }

.calendar table {
  position: relative;
  border-collapse: collapse; }

.calendar table th {
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    .calendar table th {
      line-height: 1em;
      font-size: 1.8rem;
      padding: 2rem; } }
  @media screen and (max-width: 768px) {
    .calendar table th {
      line-height: 1em;
      font-size: 1.5rem;
      padding: 1.5rem; } }

.calendar table td {
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 10;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    .calendar table td {
      line-height: 1em;
      font-size: 1.8rem;
      padding: 2rem; } }
  @media screen and (max-width: 768px) {
    .calendar table td {
      line-height: 1em;
      font-size: 1.5rem;
      padding: 1.5rem; } }

.calendar table td.hd {
  color: #fff; }

.calendar table td.hd::before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  background: #bc2e2e; }
  @media screen and (min-width: 769px) {
    .calendar table td.hd::before {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -48%);
      width: 3.8rem;
      height: 3.8rem;
      border-radius: 50%; } }
  @media screen and (max-width: 768px) {
    .calendar table td.hd::before {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -48%);
      width: 4rem;
      height: 4rem;
      border-radius: 50%; } }

.calendar table td.half {
  color: #fff; }

.calendar table td.half::before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1; }
  @media screen and (min-width: 769px) {
    .calendar table td.half::before {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 3.8rem;
      height: 3.8rem;
      background: #000;
      border-radius: 50%; } }
  @media screen and (max-width: 768px) {
    .calendar table td.half::before {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 5.6rem;
      height: 5.6rem;
      background: #000;
      border-radius: 50%; } }

#calendar .cap {
  position: absolute;
  right: 0;
  text-align: right;
  font-weight: 400;
  color: #000; }
  @media screen and (min-width: 769px) {
    #calendar .cap {
      bottom: -2rem;
      line-height: 1.5em;
      font-size: 1.2rem;
      letter-spacing: 0.03em; } }
  @media screen and (max-width: 768px) {
    #calendar .cap {
      bottom: -5rem;
      line-height: 1.5em;
      font-size: 2.2rem;
      letter-spacing: -0.01em; } }

.calendar_set h5 {
  position: relative;
  font-weight: 400; }
  @media screen and (min-width: 769px) {
    .calendar_set h5 {
      line-height: 1.5em;
      font-size: 1.6rem;
      letter-spacing: 0.06em; } }
  @media screen and (max-width: 768px) {
    .calendar_set h5 {
      line-height: 1.5em;
      font-size: 1.6rem;
      letter-spacing: 0.06em; } }

@media screen and (min-width: 769px) {
  .calendar_set h5 span {
    line-height: 1em;
    font-size: 2.4rem; } }
@media screen and (max-width: 768px) {
  .calendar_set h5 span {
    line-height: 1em;
    font-size: 2.4rem; } }

#confidence {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 130px 0 0; }
  @media screen and (min-width: 769px) {
    #confidence {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 768px) {
    #confidence {
      padding: 80px 0 80px; } }

#confidence p {
  font-size: 12pt; }

#confidence .waves {
  position: absolute;
  bottom: auto;
  top: -70px;
  left: 0;
  width: 100%;
  height: 70px; }

#about .waves {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  transform: scaleY(-1); }

.container_btn {
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 4px; }
  @media screen and (min-width: 769px) {
    .container_btn {
      width: 300px;
      margin: 30px auto 0; } }
  @media screen and (max-width: 768px) {
    .container_btn {
      width: 100%;
      margin: 20px auto 0; } }

.container_btn:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none; }

@media screen and (min-width: 769px) {
  #business a, #about a, #inquiry a {
    width: 300px !important; } }
@media screen and (max-width: 768px) {
  #business a, #about a, #inquiry a {
    width: 100%; } }

#container_img_set {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 769px) {
    #container_img_set {
      gap: 3rem;
      padding: 30px 0 20px; } }
  @media screen and (max-width: 768px) {
    #container_img_set {
      gap: 2rem;
      padding: 10px 0 20px; } }

#container_img_set figure {
  position: relative;
  overflow: hidden;
  border-radius: 50%; }
  @media screen and (min-width: 769px) {
    #container_img_set figure {
      width: 26rem;
      height: 26rem;
      /*border: #000 divceil(6, 10, rem) solid;*/ } }
  @media screen and (max-width: 768px) {
    #container_img_set figure {
      width: 15rem;
      height: 15rem; } }

#container_img_set figure img {
  position: relative;
  width: 100%;
  height: auto; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* NEWS */
#news_detail .main_v {
  height: 360px;
  background: #003d71;
  position: relative;
  overflow: hidden; }

#news_detail .main_v img {
  height: 130px;
  width: 130px;
  margin: 100px auto 0 auto; }

#news_detail .main_v h1 a {
  height: 130px;
  width: 130px;
  display: block;
  margin: 0 auto; }

#news_detail p {
  margin: 0;
  padding: 0; }

#news_detail #cat_title {
  text-align: center;
  padding: 100px 0 0 0; }

#news_detail svg {
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

#news_detail article {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #news_detail article {
      width: 98rem;
      text-align: left;
      padding: 0 0 100px; } }
  @media screen and (max-width: 768px) {
    #news_detail article {
      width: 100%;
      text-align: justify;
      padding: 0 0 80px; } }

#news.default article:nth-of-type(n+6) {
  display: none; }

#news_detail .ttl_set {
  position: relative;
  border-bottom: rgba(0, 0, 0, 0.15) solid 1px; }
  @media screen and (min-width: 769px) {
    #news_detail .ttl_set {
      padding: 0 0 20px; } }
  @media screen and (max-width: 768px) {
    #news_detail .ttl_set {
      padding: 0 0 15px; } }

#news_detail .date {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #news_detail .date {
      font-size: 14px;
      line-height: 1; } }
  @media screen and (max-width: 768px) {
    #news_detail .date {
      font-size: 16px;
      line-height: 1; } }

#news_detail article .ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #news_detail article .ttl {
      font-size: 24px;
      line-height: 1.6;
      margin-top: 10px !important; } }
  @media screen and (max-width: 768px) {
    #news_detail article .ttl {
      font-size: 21px;
      line-height: 1.6;
      margin-top: 10px !important; } }

#news_detail article .article_cont {
  position: relative;
  font-weight: 400;
  letter-spacing: 0em;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #news_detail article .article_cont {
      font-size: 15px;
      line-height: 1.75;
      padding: 20px 0 0;
      gap: 15px; } }
  @media screen and (max-width: 768px) {
    #news_detail article .article_cont {
      width: 100%;
      font-size: 15px;
      line-height: 1.75;
      padding: 18px 0 0;
      gap: 15px; } }

#news_detail article .article_cont h2,
#news_detail article .article_cont h3,
#news_detail article .article_cont h4,
#news_detail article .article_cont h5 {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em; }
  @media screen and (min-width: 769px) {
    #news_detail article .article_cont h2,
    #news_detail article .article_cont h3,
    #news_detail article .article_cont h4,
    #news_detail article .article_cont h5 {
      font-size: 21px;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    #news_detail article .article_cont h2,
    #news_detail article .article_cont h3,
    #news_detail article .article_cont h4,
    #news_detail article .article_cont h5 {
      font-size: 19px;
      line-height: 1.6; } }

#news_detail article .article_cont img {
  position: relative;
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin: 0 0;
  display: block; }

@media screen and (min-width: 769px) {
  .demo {
    max-width: 34rem !important; } }

#news_detail article .article_cont a {
  position: relative;
  display: inline-block !important;
  color: #000;
  transition: .4s ease-out;
  text-overflow: ellipsis;
  word-break: break-all; }
  @media screen and (max-width: 768px) {
    #news_detail article .article_cont a {
      font-size: 15px;
      line-height: 1.75;
      text-decoration: underline; } }

@media screen and (min-width: 769px) {
  #news_detail article .article_cont a:hover {
    color: #bc2e2e; } }

#news_detail article .article_cont a[target='_blank'] {
  /*padding-right: divceil(18, 10, rem);*/ }

#news_detail article .article_cont a[target='_blank']::after {
  display: inline-block;
  content: "";
  position: relative;
  height: 1rem;
  background: url("../img/window_k.svg") center center no-repeat;
  background-size: 1rem auto;
  width: 1rem;
  margin-left: 0.8rem; }
  @media screen and (min-width: 769px) {
    #news_detail article .article_cont a[target='_blank']::after {
      transition: .4s ease-in-out; } }

#news_detail article .article_cont iframe {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #news_detail article .article_cont iframe {
      max-width: 64rem; } }

#news_to_top {
  position: relative;
  text-align: center; }
  @media screen and (min-width: 769px) {
    #news_to_top {
      padding: 0 0 100px; } }
  @media screen and (max-width: 768px) {
    #news_to_top {
      padding: 0 0 50px; } }

#news_to_top a {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: .4s ease-in-out;
  display: inline-block;
  color: #000;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #news_to_top a {
      font-size: 15px;
      line-height: 1.75;
      padding-left: 22px; } }
  @media screen and (max-width: 768px) {
    #news_to_top a {
      font-size: 15px;
      line-height: 1.75;
      padding-left: 22px; } }

#news_to_top a span {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15px;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #news_to_top a span {
      transition: .4s ease-in-out; } }

#news_to_top a span::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url("../img/arrow.svg") center center no-repeat;
  background-size: 15px auto;
  width: 15px; }
  @media screen and (min-width: 769px) {
    #news_to_top a span::before {
      transition: .4s ease-in-out; } }

@media screen and (min-width: 769px) {
  #news_to_top a:hover {
    color: #bc2e2e;
    text-decoration: none; } }

/*confidence*/
#second_layer .main_v h1 {
  height: 130px;
  width: 130px;
  display: block;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    #second_layer .main_v h1 {
      margin: 0 0 0 40px; } }

#second_layer .main_v img {
  position: relative;
  display: block;
  height: 130px;
  width: 130px; }

#confidence_main {
  position: relative;
  width: 100%;
  height: 360px;
  background-image: url("../confidence/img/main.jpg");
  background-size: cover;
  background-position: center center;
  padding: 100px 0 0; }

#second_layer svg {
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

#second_layer #product_title h3 {
  font-size: 13pt;
  text-align: center;
  margin-bottom: 60px;
  line-height: 2; }

#second_layer #product_title h3 span {
  font-size: 18pt;
  display: block; }

#second_layer #cat_title {
  text-align: center;
  padding: 100px 0 0 0; }

#second_layer #cat_title h2,
.add_h2_ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #second_layer #cat_title h2,
    .add_h2_ttl {
      font-size: 32px;
      line-height: 1.6;
      padding-bottom: 20px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    #second_layer #cat_title h2,
    .add_h2_ttl {
      line-height: 1.455em;
      font-size: 2.2rem;
      padding-bottom: 2rem;
      margin-bottom: 3rem; } }

#second_layer #cat_title h2 span,
.add_h2_ttl span {
  font-weight: 500;
  letter-spacing: 0.02em;
  display: block; }
  @media screen and (min-width: 769px) {
    #second_layer #cat_title h2 span,
    .add_h2_ttl span {
      font-size: 16px;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    #second_layer #cat_title h2 span,
    .add_h2_ttl span {
      line-height: 1.847em;
      font-size: 1.3rem; } }

#second_layer #cat_title h2::after,
.add_h2_ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #003d71; }
  @media screen and (min-width: 769px) {
    #second_layer #cat_title h2::after,
    .add_h2_ttl::after {
      width: 4.5rem;
      height: 0.4rem;
      transition: .6s ease-out; } }
  @media screen and (max-width: 768px) {
    #second_layer #cat_title h2::after,
    .add_h2_ttl::after {
      width: 4rem;
      height: 0.4rem;
      transition: .6s ease-out; } }

#second_layer #cat_title h3,
.add_h3_ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #second_layer #cat_title h3,
    .add_h3_ttl {
      font-size: 30px;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    #second_layer #cat_title h3,
    .add_h3_ttl {
      line-height: 1.6em;
      font-size: 2rem; } }

#second_layer #cat_title p {
  position: relative; }
  @media screen and (min-width: 769px) {
    #second_layer #cat_title p {
      font-size: 16px;
      line-height: 2; } }
  @media screen and (max-width: 768px) {
    #second_layer #cat_title p {
      line-height: 1.858em;
      font-size: 1.4rem; } }

#container_img_set1 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #container_img_set1 {
      padding-top: 6rem; } }
  @media screen and (max-width: 768px) {
    #container_img_set1 {
      padding-top: 5rem; } }

#container_img_set3 {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #container_img_set3 {
      padding-bottom: 6rem; } }
  @media screen and (max-width: 768px) {
    #container_img_set3 {
      padding-bottom: 5rem; } }

#container_img_set1 figure,
#container_img_set3 figure {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #container_img_set1 figure,
    #container_img_set3 figure {
      width: 100% !important;
      height: 600px !important; } }
  @media screen and (max-width: 768px) {
    #container_img_set1 figure,
    #container_img_set3 figure {
      width: 100% !important;
      height: 30rem !important; } }

#container_img_set1 figure img,
#container_img_set3 figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

#confidence_mdl {
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 0 0 0; }
  @media screen and (min-width: 769px) {
    #confidence_mdl {
      padding: 80px 0 80px; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl {
      padding: 80px 0 80px; } }

#confidence p {
  font-size: 12pt; }

#confidence_mdl .waves {
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  /*transform: scaleY(-1);*/ }
  @media screen and (min-width: 769px) {
    #confidence_mdl .waves {
      top: -70px; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .waves {
      top: -70px; } }

#confidence_mdl .icon_set {
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .icon_set {
      width: 750px;
      margin: 0 auto 0 !important;
      gap: 30px; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .icon_set {
      width: 33.5rem;
      margin: 0 auto 0 !important;
      gap: 3rem; } }

#confidence_mdl .icon_set div {
  position: relative;
  display: flex;
  margin: 0;
  width: 100%;
  align-items: flex-start; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .icon_set div {
      justify-content: space-between; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .icon_set div {
      flex-direction: column;
      justify-content: center; } }

#confidence_mdl .icon_set div figure {
  position: relative; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .icon_set div figure {
      width: 160px;
      height: 160px; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .icon_set div figure {
      width: 12rem;
      height: 12rem;
      margin: 0 auto; } }

#confidence_mdl .icon_set div figure img {
  position: relative;
  width: 100%;
  height: auto; }

#confidence_mdl .icon_set div dl {
  position: relative; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .icon_set div dl {
      width: 540px;
      text-align: left; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .icon_set div dl {
      width: 100%; } }

#confidence_mdl .icon_set div dt {
  position: relative;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .icon_set div dt {
      font-size: 24px;
      line-height: 1.6;
      padding-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .icon_set div dt {
      text-align: center;
      line-height: 1.455em;
      font-size: 2.2rem;
      padding: 1rem 0 1rem; } }

#confidence_mdl .icon_set div dd {
  position: relative;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .icon_set div dd {
      font-size: 16px;
      line-height: 1.75; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .icon_set div dd {
      line-height: 1.858em;
      font-size: 1.4rem; } }

#confidence_mdl .end_txt,
#confidence_btm .end_txt {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .end_txt,
    #confidence_btm .end_txt {
      width: 98rem;
      margin: 60px auto 0 !important;
      text-align: left;
      font-size: 16px;
      line-height: 1.75; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .end_txt,
    #confidence_btm .end_txt {
      width: 33.5rem;
      margin: 3rem auto 0 !important;
      text-align: justify;
      line-height: 1.858em;
      font-size: 1.4rem; } }

#confidence_mdl .end_txt strong {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #confidence_mdl .end_txt strong {
      font-size: 22px;
      line-height: 1; } }
  @media screen and (max-width: 768px) {
    #confidence_mdl .end_txt strong {
      line-height: 1em;
      font-size: 2rem; } }

#confidence_mdl .end_txt span {
  text-decoration: underline; }

#confidence_btm {
  position: relative;
  text-align: center;
  background-color: #fff;
  margin: 0 0 0; }
  @media screen and (min-width: 769px) {
    #confidence_btm {
      padding: 0 !important; } }
  @media screen and (max-width: 768px) {
    #confidence_btm {
      padding: 0 !important; } }

#confidence p {
  font-size: 12pt; }

#confidence_btm .waves {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  transform: scaleY(-1); }

#confidence_btm h3 {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media screen and (min-width: 769px) {
    #confidence_btm h3 {
      font-size: 30px;
      line-height: 1.6; } }
  @media screen and (max-width: 768px) {
    #confidence_btm h3 {
      line-height: 1.6em;
      font-size: 2rem; } }

#container_img_set2 {
  position: relative;
  display: flex;
  width: 100%; }
  @media screen and (min-width: 769px) {
    #container_img_set2 {
      flex-direction: row;
      margin-top: 9rem; } }
  @media screen and (max-width: 768px) {
    #container_img_set2 {
      flex-direction: column;
      margin-top: 5rem; } }

#container_img_set2 figure {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 769px) {
    #container_img_set2 figure {
      width: 50%;
      height: 600px; } }
  @media screen and (max-width: 768px) {
    #container_img_set2 figure {
      width: 100%;
      height: 26rem; } }

#container_img_set2 figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }
