@charset "UTF-8";

/*  ========================
	*********  COLOR *********
=============================================  */
.bgBlue {
  background: #3962ad;
}

.bgRed {
  background: #c90026;
}

.bold {
  font-weight: 700;
}

.GD_color_Blue {
  background: linear-gradient(90deg, rgb(84, 197, 199) 0%, rgb(57, 98, 173) 100%);
}

.GD_color_Red {
  background: linear-gradient(90deg, rgb(248, 182, 45) 0%, rgb(201, 0, 38) 100%);
}

/*  ========================
	*********  default *********
=============================================  */
html,body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  font-size: min(1.11vw, 16px);
  line-height: 1.8;
  color: #1E353E;
  background: #F3F8FB;
  position: relative;
  overflow-x: hidden;
}

.poppins {
  font-family: "poppins", sans-serif;
}

.center {
  text-align: center;
}

.note.right {
  text-align: right;
}

section {
  margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.864vw;
  }

  section {
    margin: 18vw auto 0;
  }
}

/*  ========================
	*********  テキスト *********
=============================================  */
h2 {
  line-height: 1.5;
  position: relative;
  font-weight: 700;
}

h3 {
  line-height: 1.8;
  font-weight: 700;
}

h4 {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  font-weight: 700;
}

h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(180deg, rgb(84, 197, 199) 0%, rgb(57, 98, 173) 100%);
}

h4.h4-red:before {
  background: #96221E;
}

h5 {
  line-height: 1.6;
  font-weight: 700;
}

p {
  line-height: 1.8;
  font-weight: 500;
}

span.sm {
  color: #1e353e;
  display: block;
}

.h_text {
  width: 660px;
  margin: 0 auto 4em;
}

sup {
  font-size: .7em;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 7.81vw;
  }

  h2.nml {
    font-size: 6.25vw;
  }

  h3 {
    font-size: 6.25vw;
  }

  h4 {
    font-size: 4.68vw;
    line-height: 36px;
  }

  h5 {
    font-size: 3.38vw;
  }

  p {
    font-size: 3.4vw;
  }

  .f18 {
    font-size: 3.6vw;
  }

  span.sm {
    font-size: 2.86vw;
    font-weight: 700;
  }

  .h_text {
    width: 90%;
    font-size: 3.9vw;
    letter-spacing: -0.04em;
  }

  p.note {
    font-size: 2.6vw!important;
  }
}

/*  ===
	*********  テキストサイズ呼び出し用 *********
===  */
@media screen and (min-width: 769px) {

  .f12,
  .newIcon,
  .newsArea .moreBtn {
    font-size: min(0.833vw, 12px);
  }

  .f13,
  .icon01 span,
  .icon02 span,
  .icon03 span,
  .box_cont .text,
  .btn {
    font-size: min(0.902vw, 13px);
  }

  .f14 {
    font-size: 14px;
  }

  .f16 {
    font-size: min(1.11vw, 16px);
  }
  
  p.note {
    font-size: small!important;
  }

  .f18,
  .icon01,
  .icon02.sml,
  .box_cont .ttl,
  span.sm {
    font-size: min(1.25vw, 18px);
  }

  .f20,
  .bf_circle,
  .lineArea,
  h5 {
    font-size: min(1.38vw, 20px);
  }

  .f22 {
    font-size: min(1.52vw, 22px);
  }

  .f24,
  h4 {
    font-size: min(1.66vw, 24px);
  }

  .f26 {
    font-size: min(1.8vw, 26px);
  }

  .f28 {
    font-size: min(1.94vw, 28px);
  }

  .f30,
  .icon02,
  h3 {
    font-size: min(2.08vw, 30px);
  }

  .f32 {
    font-size: min(2.22vw, 32px);
  }

  .f40,
  h2.nml {
    font-size: min(2.77vw, 40px);
  }

  .f48,
  h2 {
    font-size: min(3.33vw, 48px);
  }
}

/* 
@media screen and (max-width: 768px) { 
    .f12 { font-size: min(1.09vw,12px); }
    .f13 { font-size: min(1.18vw,13px); }
    .f14 { font-size: min(1.27vw,14px); }
    .f16 { font-size: min(1.45vw,16px); }
    .f18 { font-size: min(1.63vw,18px); }
    .f20 { font-size: min(1.81vw,20px); }
    .f22 { font-size: min(2vw,22px); }
    .f24 { font-size: min(2.18vw,24px); }
    .f26 { font-size: min(2.36vw,26px); }
    .f28 { font-size: min(2.54vw,28px); }
    .f30 { font-size: min(2.72vw,30px); }
    .f32 { font-size: 4.68vw; }
    .f40 { font-size: min(3.63vw,40px); }
    .f48 { font-size: 7.81vw; }
} */

/*  ========================
  *********  margin  *********
=============================================  */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

/*  ========================
	*********  アニメーション *********
=============================================  */
.ease1s,
.c_btn_link.btn_cnt,
a {
  transition: 1s all ease-in-out;
}

.ease06s,
.n_arrow,
.newsArea,
.box_cont .imgMsk img,
.btn {
  transition: 0.6s all ease;
}

/* フェードイン */
.fade_Up,
.fade_Up02,
.fade_Up03 {
  opacity: 0;
}

.fade_Up.show {
  -webkit-animation-name: animeFadeUp;
  animation-name: animeFadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade_Up02.show {
  -webkit-animation-name: animeFadeUp;
  animation-name: animeFadeUp;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.fade_Up03.show {
  -webkit-animation-name: animeFadeUp;
  animation-name: animeFadeUp;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes animeFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animeFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*  ========================
	*********  ボタンエリア *********
=============================================  */
.btn {
  position: relative;
  display: inline-block;
  border-radius: 35px;
  color: #FFF;
  font-weight: 600;
  box-sizing: border-box;
  padding: 0 2em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(90deg, #3962ad 0%, #54c5c7 50%, #3962ad 100%);
  background-position: 200% 50%;
  background-size: 200% auto;
}

.btn.arrow:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1.4em;
  position: absolute;
  content: "\f0a9";
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.btn.back:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1.4em;
  position: absolute;
  content: "\f0a8";
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  background-position: 100% 50%;
}

/* Header CTA と同じグラデーション移動エフェクトを各ページの主要ボタンにも適用 */
.eco-small-btn,
.eco-action-btn,
.contact-btn,
.primary-btn {
  background-size: 200% auto;
  background-position: 200% 50%;
  transition: background-position 0.6s ease;
}

.eco-small-btn:hover,
.eco-action-btn:hover,
.contact-btn:hover,
.primary-btn:hover {
  background-position: 100% 50%;
}

.btn.large {
  width: 370px;
  height: 70px;
  line-height: 70px;
}

.btn.medium {
  width: 200px;
  height: 60px;
  line-height: 60px;
}

.btn.small {
  width: 200px;
  height: 48px;
  line-height: 48px;
}

.btn.auto {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  line-height: 50px;
  padding: 0px 3.6em;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 3.125vw;
    height: 14.06vw;
    line-height: 14.06vw;
    border-radius: 50vw;
  }

  .btn.large {
    width: 90%;
    max-width: 300px;
  }

  .btn.medium,
  .btn.small {
    width: 50%;
    height: 11.06vw;
    line-height: 11.06vw;
  }

  .btn.arrow:after {
    font-size: 3.2vw;
  }
}

/* ===  ボタンその２  =========== */
.c_btn_link {
  border-radius: 10px;
  width: 370px;
  height: 130px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.c_btn_link.btn_dl {
  background: linear-gradient(90deg, #3962ad 0%, #54c5c7 50%, #3962ad 100%);
  background-position: 200% 50%;
  background-size: 200% auto;
}

.c_btn_link.btn_dl:hover {
  background-position: 100% 50%;
}

.c_btn_link.btn_cnt {
  background: linear-gradient(90deg, #f8b62d 0%, #c90026 50%, #f8b62d 100%);
  background-position: 200% 50%;
  background-size: 200% auto;
}

.c_btn_link.btn_cnt:hover {
  background-position: 100% 50%;
}

.c_btn_link.btn_dl:before {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c_btn_link {
    width: 50%;
    height: 23.4vw;
  }
}

/* ===  ボタンその3  =========== */
.flex_btn {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.lineArea {
  width: 100%;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  margin-top: auto;
  position: relative;
  font-weight: 600;
  padding: 0.2em 0;
  box-sizing: border-box;
}

.lineArea.arrow:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  position: absolute;
  content: "\f0a9";
  color: #1e353e;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.shadow {
  box-shadow: 0px 2px 12px -3px #1d3440;
}

@media screen and (max-width: 768px) {
  .flex_btn {
    gap: 0 10px;
  }

  .lineArea {
    padding: 0.6em 0;
  }

  .lineArea.arrow:after {
    content: none !important;
  }
}

@media screen and (max-width: 480px) {
  .lineArea {
    padding: 0.2em 0;
  }
}

/*  ========================
	*********  box *********
=============================================  */
.box_cont {
  width: calc(33.3333333333% - 30px);
  margin-bottom: 5em;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding-bottom: 2em;
}

.box_cont .imgMsk {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 10px;
}

#voice .box_cont .imgMsk, 
#column .box_cont .imgMsk{
  border-radius: 10px ;
}

.box_cont .imgMsk img {
  width: 100%;
}

.box_cont .ttlwrap {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 1em;
}

.box_cont .ttlwrap .icon02 {
  flex-shrink: 0;
}

.box_cont .ttlwrap .ttl {
  display: inline;
}

.box_cont .ttl {
  display: inline;
  background: linear-gradient(black, black) 0 100%/0 2px no-repeat;
  transition: background 0.6s;
  text-decoration: none;
}

.box_cont .co_img {
  height: 5em;
  margin-top: 20px;
  padding: 8px;
  box-sizing: border-box;
  display: inline-block;
  background: #FFF;
}

.co_img img {
  height: 100%;
}

.box_cont .co_name {
  margin: 16px 0;
}

.box_cont .text {
  flex-grow: 1;
}

.box_cont .btn {
  margin: 2em auto 0;
  align-self: flex-end;
}

.box_cont:hover .ttl {
  background-size: 100% 2px;
}

.box_cont:hover img {
  transform: scale(1.1);
}

.box_cont:hover .btn {
  background-position: 100% 50%;
}

.box_cont.nohvimg:hover img {
  transform: none;
}

.box_cont.nohvimg:hover .btn {
  background-position: 200% 50%;
}

.box_cont.nohvimg:hover .btn:hover {
  background-position: 100% 50%;
}

.box_cont.shadow {
  box-shadow: 0px 2px 8px -4px #1e353e;
}

.box_cont.shadow .ttlwrap {
  padding: 0 1.4em;
}

.box_cont.shadow .text {
  padding: 0 1.4em;
}

.nohvimg img {
  transform: none !important;
}

.box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box_flex:after {
  content: "";
  display: block;
  width: 33%;
}

.box_flex .box_cont {
  background: #FFF;
}

.box_flex .box_cont.box_cont03 {
  background: none;
}

.box_flex .box_cont.box_cont03 .co_img,
.box_flex .box_cont.box_cont03 .co_name,
.box_flex .box_cont.box_cont03 .ttlwrap,
.box_flex .box_cont.box_cont03 .text {
  padding: 0 1.4em;
}

@media screen and (max-width: 768px) {
  .box_cont {
    width: 100%;
  }

  .box_cont .ttlwrap,
  .box_cont .ttlwrap .ttl {
    font-size: 4.68vw;
    font-weight: 700;
    line-height: 1.7;
  }

  .box_cont .imgMsk {
    margin-bottom: 1em;
  }

  .box_cont .text {
    font-size: 3.9vw;
  }

  .box_cont .btn {
    width: 50%;
    height: 14.06vw;
    line-height: 14.06vw;
  }

  .box_cont.box_cont02 .co_name {
    font-size: 3.64vw;
    margin: 3.25vw 0;
  }

  .box_cont.box_cont02 .ttlwrap {
    margin-bottom: 3.25vw;
  }

  .box_cont.box_cont02 .ttlwrap .textWrap .ttl {
    font-weight: 500;
    font-size: 3.64vw;
  }

  .box_cont.box_cont02 .text {
    font-size: inherit;
  }

  .box_flex .box_cont.box_cont03 .co_img,
  .box_flex .box_cont.box_cont03 .co_name,
  .box_flex .box_cont.box_cont03 .ttlwrap,
  .box_flex .box_cont.box_cont03 .text {
    padding: 0;
  }
}

/*  ========================
	*********  NEWS AREA *********
=============================================  */
.newsArea {
  position: relative;
  margin-top: 2%;
  background: #FFF;
  color: #1e353e;
  border-radius: 50px;
  padding: 0.8em 2em;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 1024px;
  margin: 0 auto;
}

.newsArea a {
  display: flex;
  align-items: center;
}

.newsArea a .tx_line {
  background: linear-gradient(#1e353e, #1e353e) 0 100%/0 2px no-repeat;
  transition: background 0.6s;
  text-decoration: none;
  width: 55%;
}

.newsArea a:hover .tx_line {
  background-size: 100% 2px;
}

.newsArea .day {
  margin: 0 1em 0 1em;
}

.newsArea .dataArea {
  margin: 0 0.5em 0 0;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.newsArea .moreBtn {
  border: 1px solid #E4EAEE;
  color: #6D7D84;
  border-radius: 25px;
  padding: 0.5em 1em;
  margin-left: auto;
  z-index: 1;
  width: 148px;
  justify-content: space-around;
}

.newsArea .moreBtn i {
  padding-left: 5px;
}

.newsArea:hover {
  background: #ebeded;
  color: #1e353e;
}

@media screen and (max-width: 768px) {
  .newsArea {
    margin-top: 5%;
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 4%;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .newsArea a {
    flex-wrap: wrap;
  }

  .newsArea .day {
    margin-left: 0;
  }

  .newsArea .newsTTL {
    width: 100%;
    margin-bottom: 10px;
    font-size: 4vw;
  }
  .newsArea a .tx_line {
    width: 100%;
    font-size: 3.8vw;
  }

  .newsArea .moreBtn {
    margin: 1em auto 0;
    padding: 0.8em 1.6em;
    width: 100%;
    justify-content: center;
    gap: 0 10px;
  }

  .newsArea:hover .bf_circle:before {
    color: #1e353e;
  }
}

/*  ========================
	*********  icon *********
=============================================  */
.icon {
  margin-top: auto;
}

.icon img {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .icon img {
    width: 10.41vw;
  }
}

/* == 矢印 よこ棒あり == */
.n_arrow {
  position: relative;
  padding: 0 2em;
  margin: 1em auto 0;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100px;
  height: 60px;
}

.n_arrow:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  position: absolute;
  content: "\f061";
  font-weight: 600;
  color: #1e353e;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .n_arrow {
    width: 24.7vw;
    max-width: 190px;
    height: 11.7vw;
    max-height: 80px;
    margin-top: 0;
    border-radius: 45px;
  }

  .n_arrow:after {
    font-size: 0.7em;
  }
}

/* == 矢印 よこ棒なし == */
.n_arrow02 {
  position: relative;
  background: #1e353e;
  color: #FFF;
  border: 1px solid #1e353e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.n_arrow02:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  position: absolute;
  content: "\f053";
  font-weight: 600;
  color: #1e353e;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}

.n_arrow02.r_arrow02:after {
  content: "\f054";
}

@media screen and (max-width: 768px) {
  .n_arrow02 {
    width: 11.19vw;
    height: 11.19vw;
    line-height: 11.19vw;
  }
}

/* == 丸アイコン == */
.bf_circle {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1em;
}
@media screen and (min-width: 769px) { 
  .bf_circle {
    border-right: 1px solid #E4EAEE;
  }
}
@media screen and (max-width: 768px) { 
  .bf_circle {
    border-bottom: 1px solid #E4EAEE;
    padding-left: 1.6em;
  }
}

.bf_circle:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.1em;
  position: absolute;
  content: "";
  font-weight: 600;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #96221E;
  color: #FFF;
  left: 8px;
  top: 40%;
}

/* == 丸アイコン 白抜きなど == */
.icon01 {
  background: #1d343d;
  color: #FFF;
  border: 1px solid #1d343d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  width: 60px;
  height: 60px;
  line-height: 1.2;
  font-weight: 700;
  margin-right: 1em;
}

.icon02 {
  background: #1e353e;
  color: #FFF;
  border: 1px solid #1e353e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  width: 80px;
  height: 80px;
  line-height: 1.2;
  font-weight: 700;
}

.icon02.sml {
  width: 60px;
  height: 60px;
}

.icon02.col_invert {
  background: #FFF;
  color: #1e353e;
  border: 1px solid #1e353e;
}

.icon02.col_gray {
  background: #f5f7f7;
  color: #1e353e;
  border: 1px solid #f5f7f7;
}

@media screen and (max-width: 768px) {
  .icon02 {
    width: 20vw;
    height: 20vw;
    font-size: 5vw;
  }

  .icon02.sml {
    width: 14.0625vw;
    height: 14.0625vw;
  }

  .icon02 span {
    font-size: 3.125vw;
  }
}

/* == hタグのアイコン == */
.i_thunder:before {
  position: absolute;
  content: "";
  background: url(../images/common/headicon.png) no-repeat;
  background-size: contain;
  width: 19px;
  height: 15px;
  top: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .i_thunder:before {
    width: 3.5vw;
  }
}

/* == NEWアイコン == */
.newIcon {
  background: #c90026;
  color: #FFF;
  border-radius: 20px;
  padding: 0em 0.8em;
}

@media screen and (max-width: 768px) {
  .newIcon {
    font-size: 2.86vw;
    line-height: 2.86vw;
  }
}

/*  ========================
	*********  sideNav *********
=============================================  */
#sideNav {
  position: fixed;
  right: -150px;
  bottom: 20px;
  width: 130px;
  z-index: 1;
  transition: 0.6s all ease-in-out;
}

#sideNav .flex_btn {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}

#sideNav .flex_btn .c_btn_link {
  height: 100px;
  border-radius: 10px 0 0 10px;
}

#sideNav .flex_btn .icon {
  margin: 0 0 0;
}

#sideNav .flex_btn .lineArea {
  margin: 5px 0 0;
  padding: 0;
  color: #FFF;
  background: none;
  font-size: min(1.38vw, 14px);
}

#sideNav.fixed_active {
  right: 0;
}

@media screen and (max-width: 1440px) {
  #sideNav {
    width: 60px;
  }

  #sideNav .flex_btn .c_btn_link {
    height: 150px;
    gap: 0.3em 0;
  }

  #sideNav .flex_btn .lineArea {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #sideNav {
    display: none;
  }
}


/*  ========================
	*********  lowerPage common *********
=============================================  */

.rev {
  flex-direction: row-reverse;
}

.box {
  background: #fff;
  border-radius: 10px;
  padding: 1px 60px 80px;
  margin-bottom: 80px;
}

.lowerPage #header.header_fixed {
  background: #fff;
}

.lowerPage .breadCrumbs {
  max-width: 1100px;
  width: 90%;
  margin: 30px auto 0;
}

.lowerPage .breadCrumbs span {
  font-size: 12px;
  margin: 0 0.4em;
}

.lowerPage #header {
  background: none;
}

.lowerPage .pageTtl {
  width: 95%;
  margin: 200px auto 0;
  padding: 95px 0;
  border-radius: 40px;
  max-width: 1840px;
  background: url(../images/common/pageTtl_bg.png) no-repeat;
  margin-top: 100px;
}

.lowerPage .pageTtl h2 {
  font-size: min(4.9vw, 54px);
}

.lowerPage .btn {
  margin: 35px 20px 0 0;
}

@media screen and (min-width: 769px) {
  .lowerPage .btn {
    padding: 0 3.5em;
  }

  .lowerPage .btn.small {
    width: auto;
  }

  .lowerPage .btn.large {
    width: auto;
  }

}

/* @media screen and (max-width: 1100px) {
  .inner02 {
    width: 90%;
  }
} */

@media screen and (max-width: 768px) {

  .lowerPage .pageTtl h2 {
    font-size: 8vw;
    margin: 0;
  }

  .lowerPage .pageTtl {
    width: 95%;
    margin: 0 auto 0;
    padding: 12vw 0;
    border-radius: 40px;
    max-width: 1840px;
    background: url(../images/common/pageTtl_bg.png) no-repeat;
    background-size: cover;
    margin-top: 24vw;
  }

  .lowerPage .icon01 {
    width: 13.33vw;
    height: 13.33vw;
    font-size: 5.33vw;
  }

  .lowerPage .box {
    padding: 1px 5.33vw 8vw;
    margin-bottom: 10.66vw;
  }
}


.returnTop {
  margin: 100px auto;
}

.returnTop a:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.1em;
  font-weight: 900;
  position: relative;
  content: "\f0a8";
  right: 0;
  margin-right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .returnTop {
    margin: 23vw auto 8vw;
    font-size: 4vw;
  }
}

/*  ========================
	*********  pagenavi *********
=============================================  */
.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 80px;
}

.pagenavi .icon02 {
  width: 48px;
  height: 48px;
  font-size: 16px;
  background: #FFF;
  color: #1e353e;
  border: none;
  cursor: pointer;
}

.pagenavi .icon02.current {
  background: #1e353e;
  color: #FFF;
  border: none;
}

.pagenavi .n_arrow02 {
  background: #FFF;
  color: #1e353e;
  border: none;
  margin-right: 20px;
}

.pagenavi .n_arrow02::after {
  color: #1e353e;
}

.pagenavi .n_arrow02.r_arrow02 {
  margin-right: 0;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {

  .pagenavi .icon02,
  .pagenavi .n_arrow02 {
    width: 10vw;
    height: 10vw;
    font-size: 3vw;
    cursor: pointer;
  }
}

/*  ========================
	*********  pagenavi for wordpress*********
=============================================  */

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin-top: 80px;
  font-family: "poppins", sans-serif;
}

.page-numbers {
  background: #1e353e;
  color: #FFF;
  border: 1px solid #1e353e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  width: 80px;
  height: 80px;
  line-height: 1.2;
  font-weight: 700;
}

.page-numbers {
  width: 48px;
  height: 48px;
  font-size: 16px;
  background: #FFF;
  color: #1e353e;
  border: none;
  cursor: pointer;
}

.prev.page-numbers {
  position: relative;
  background: #1e353e;
  color: #FFF;
  border: 1px solid #1e353e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.prev.page-numbers,
.next.page-numbers {
  background: #FFF;
  color: #1e353e;
  border: none;
  margin-right: 20px;
}

.next.page-numbers {
  margin-right: 0;
  margin-left: 20px;
  position: relative;
}

.page-numbers.current {
  background: #1e353e;
  color: #FFF;
  border: none;
}

.n_arrow02:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  position: absolute;
  content: "\f053";
  font-weight: 600;
  color: #1e353e;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}

.prev.page-numbers:after,
.next.page-numbers:after {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  position: absolute;
  content: "\f053";
  font-weight: 600;
  color: #1e353e;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}

.next.page-numbers:after {
  content: "\f054";
}

.prev.page-numbers::after,
.next.page-numbers::after {
  color: #1e353e;
}

@media screen and (max-width: 768px) {

  .nav-links {
    gap: 0 2.1vw;
  }

  .page-numbers,
  .prev.page-numbers,
  .next.page-numbers {
    width: 10vw;
    height: 10vw;
    font-size: 3vw;
    cursor: pointer;
  }

  .prev.page-numbers,
  .next.page-numbers {
    margin-right: 10px;
  }

  .next.page-numbers {
    margin-right: 0;
    margin-left: 10px;
  }
}

/*  ========================
	*********  movie  *********
=============================================  */
.movieWrap {
  position: relative;
}
.movieWrap video {
  width: 100%;
  position: relative;
}
.movieWrap p {
	margin-top: 30px;
}
.movieWrap span {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-right: 0;
  border-left: 32px solid #FFF;
  border-bottom: 22px solid transparent;
}

@media screen and (max-width: 768px) {
  .inner02 {
    width: 100%;
  }
  .movieWrap p {
	width: 90%;
	margin: 1em auto 0;
  }
}

/*  ========================
  *********  add  *********
=============================================  */
.low-kv {
  margin-top: 65px;
}
@media screen and (max-width: 768px) { 
  .low-kv {
    margin-top: 16vw;
  }
}

/*  ========================
  *********  黒丸  *********
=============================================  */
.disc li::before {
  content: "\2022";
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: baseline;
  display: inline-block;
}

.red {
  color: #96221E;
}
