@charset "UTF-8";
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
/* ====================================================
Font
==================================================== */
/*@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
/* CSS Document */
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*

* "Noto Sans JP" licensed under the SIL Open Font License 1.1

* by https://fonts.google.com/specimen/Noto+Sans+JP

*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP vt";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-700-vertical.woff") format("woff");
  font-display: swap;
}



@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Barlow-SemiBold.woff2") format("woff2"), url("fonts/Barlow-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url("fonts/Inter18pt-Bold.woff2") format("woff2"), url("fonts/Inter18pt-Bold.woff") format("woff"), url("fonts/Inter18pt-Regular.woff2") format("woff2"), url("fonts/Inter18pt-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oskar";
  font-style: normal;
  src: url("fonts/Oskar-OneRegular.woff") format("woff2"), url("fonts/Oskar-OneRegular.woff") format("woff"), url("fonts/Oskar-OneRegular.woff2") format("woff2"), url("fonts/Oskar-OneRegular.woff2") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------------------
reset
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, span, small, dl, dt, dd, ol, ul, li {
  margin: 0;
  font-size: 100%;
}

ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: top;
}

li {
  list-style-type: none;
  vertical-align: baseline;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*--------------------------------------
　Base
---------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #000000;
  color: white;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  line-height: 2em;
  position: relative;
  -webkit-text-size-adjust: none;
  margin: 0;
  width: 100%;
/*    min-width: 120rem;
  min-width: 153rem;*/
  min-width: 163rem;
  overflow-x: hidden;
}

/*.bodyInr {
    overflow: hidden;
}*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

.strong {
  font-weight: 700;
  /*background: linear-gradient(transparent 70%, #f9faca 40%);
  font-size: 1.6rem;*/
}

.f110 {
  font-size: 110%;
}

.f120 {
  font-size: 120%;
}

.f130 {
  font-size: 130%;
}

.f150 {
  font-size: 150%;
}

.f200 {
  font-size: 200%;
}

.f300 {
  font-size: 300%;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.sp {
  display: none;
}

.sp_br {
  display: none;
}


.sp2{
display:none!important;
}



.contents .txt_bold,
.index .txt_bold{
  font-weight: 700;
  color: #f36262;
}

.contents .marker,
.index .marker{
  background: -o-linear-gradient(transparent 90%, #fbd920 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #fbd920));
  background: linear-gradient(transparent 90%, #fbd920 90%);
  /*border-bottom: solid 2px #fbd920;*/
  font-weight: 700;
}

.contents p {
  /*width: 1000px;*/
  margin: 2rem auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arial {
  font-family: arial, sans-serif;
}

.txt_blue {
  color: #0252e5;
}

.txt_yel {
  color: #fbd920;
}

/*---------------------
　共通
-----------------------*/

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1.3rem 2.1rem;
  z-index: 10;
}
.header-title {
position: relative;
z-index: 10;
  line-height: 2;
  font-family: "Inter";
  margin-bottom: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
}
.header-title h1 {
  display: inline-block;
}
.header-title span {
  display: block;
}
.header-title a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.lower .header-title a, .lower .header-title span{
  display: inline-block;
}
.header-logo {
  width: 20.1rem;
  margin-left: 1.5rem;
}
.header-logo a {
  display: block;
}
.header-logo img {
  width: 100%;
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
  position: relative;
  z-index: 1;
}

.mv .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 1.1rem;
  color: #999;
  text-decoration: none;
}

.mv_rightBox {
  display: none;
  position: fixed;
  top: 3rem;
  right: 2rem;
  z-index: 100;
}

.mv_rightBox .rightBoxInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mv_rightBox .btn-web {
  padding: 0;
  max-width: 32rem;
  position: relative;
}

.mv_rightBox .btn-web a {
  padding: 0.5rem 6rem 0.5rem 4rem;
  line-height: 1.6;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
  border-radius: 6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-height: 6rem;
  height: 100%;
}

.mv_rightBox .btn-web a:hover {
  opacity: 0.6;
}

.mv_rightBox .btn-web a {
  background: #fbd920 url("img/icon_blank.png") no-repeat right 1rem center;
  background-size: 3.8rem auto;
  color: #333;
  -webkit-box-shadow: 0 5px 0 #b09504;
  box-shadow: 0 5px 0 #b09504;
}

/*--------------------------------------
　Global Nav_PC
---------------------------------------*/
.l-gnavi-btn {
  display: none;
}

.l-gnavi-area {
  width: 400px;
  height: 101vh;
  padding: 40px 0 0;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #333;
}

.l-gnavi-area--slide-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.l-gnavi-area--slide-down {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.l-gnavi-list__item {
  padding: 5px 0;
}


.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 15px 45px 15px 15px;
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
  border-radius: 0;
  line-height: 1.5;
  font-size: 1.5rem;
}

.js-gnavi-list > .l-gnavi-list__item .l-gnavi-list__link:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link:after {
  content: "";
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link.l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #333;
  right: 5%;
  top: calc(50% - 12px);
  font-size: 1.5rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link br{
  display: none;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu {
  position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__link--menu:after {
  content: "・・・";
  position: absolute;
  color: #333;
  right: 5%;
  top: calc(50% - 12px);
  font-size: 1.5rem;
  letter-spacing: -10px;
  border: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: auto;
  width: auto;
  height: auto;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back {
  background: #fff;
  padding: 10px 10px 10px 45px;
  position: relative;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:before {
  content: "";
  left: 16px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:after,
.l-gnavi-list .l-gnavi-list__item .l-gnavi-list__sub .l-gnavi-list__item .l-gnavi-list__link--back:hover:after {
  content: "";
  border: 0;
}

.l-gnavi-list__sub {
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}

.l-gnavi-area .logo {
  margin: 0 auto 3rem;
  text-align: center;
}

.l-gnavi-area .logo a {
  text-decoration: none;
}

.l-gnavi-area .logo img {
  width: 16rem;
  margin: 0 auto;
}

.l-gnavi-area .by {
  color: #999;
  font-size: 1.4rem;
}

.l-gnavi-area {
  width: 100%;
  width: 30%;
}

.l-gnavi-btn-box {
}

.l-gnavi-btn {
  width: 100%;
  height: 100%;
  background: #0252e5;
  border-radius: 1rem;
  display: block;
  position: relative;
  cursor: pointer;
}

.l-gnavi-btn:hover {
  opacity: 0.8;
}

.l-gnavi-btn span {
  width: 26px;
  height: 2px;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 1.7rem;
}

.l-gnavi-btn.is-active {
  border: 0;
}

.l-gnavi-btn span:nth-of-type(1) {
  top: 1.8rem;
}

.l-gnavi-btn span:nth-of-type(2) {
  top: 2.9rem;
}

.l-gnavi-btn span:nth-of-type(3) {
  top: 4rem;
}

.l-gnavi-btn--gnavi {
  width: 30px;
  height: 23px;
  background: none;
  position: absolute;
  top: 29px;
  right: 15px;
  z-index: 200;
}

.l-gnavi-btn--gnavi span {
  width: 100%;
  left: 0;
}

.l-gnavi-btn--gnavi span:nth-of-type(1) {
  top: 0;
}

.l-gnavi-btn--gnavi span:nth-of-type(2) {
  top: 10px;
}

.l-gnavi-btn--gnavi span:nth-of-type(3) {
  top: 20px;
}

.l-gnavi-btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background: #fff;
}

.l-gnavi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}

.l-gnavi-btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background: #fff;
}

.is-navi-open .l-gnavi-area--slide-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzuWrap {
}

#pankuzu {
  letter-spacing: normal;
}

#pankuzu a {
  color: #000;
}

#pankuzu a:hover {
  opacity: 1;
}

/*--------------------------------------
　Footer
---------------------------------------*/
#page-top {
  position: fixed;
  width: 7rem;
  height: 7rem;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 100;
}
#page-top span{
  display: block;
}
#page-top:hover {
  opacity: 0.7;
}


/*--------------------------------------
　page-top_PC
---------------------------------------*/

#page-top{
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#page-top.active{
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると停止する*/
#page-top.absolute{
}



.btn-backtop {
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

footer .foot_logo {
  width: 16.2rem;
  margin: 0 auto 40px;
}

footer {
  color: white;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
  padding: 5.7rem 0 3.3rem;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("img/bg-footer.jpg") no-repeat #000;
  background-size: cover;
  -webkit-box-shadow: 0 -50px 80px rgba(255, 255, 255, 0.3);
  box-shadow: 0 -50px 80px rgba(255, 255, 255, 0.3);
}

footer .footer-block {
  margin: -17rem auto 5rem;
  max-width: 90rem;
  padding: 3.2rem 5.8rem 4rem 8.9rem;
  background: white;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  border-top: 1px solid #000;
}
footer .footer-block:before, footer .footer-block:after {
  content: "";
  width: 3.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("img/bg-line.png") repeat-y;
}
footer .footer-block:before {
  left: 0;
}
footer .footer-block:after {
  right: 0;
}
footer .footer-block__logo {
  width: 16.1rem;
}
footer .footer-block__ct {
  width: calc(100% - 16.1rem);
  padding: 0 0 0 5.5rem;
}
footer .footer-block__ct-ttl {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
footer .footer-block__ct-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.8rem 1.1rem 0 0;
}
footer .footer-block__ct-link a {
  display: block;
  color: black;
  font-weight: bold;
  position: relative;
  padding: 0 3.5rem 0 0;
}
footer .footer-block__ct-link a:after {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url("img/link.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}


footer .foot_logo a:hover {
  opacity: 0.7;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
  opacity: 1;
}

footer .ftWrap {
	padding: 0 0 0;
}
footer .areaInner {
	width: 120rem;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
}
footer .areaInner .footBox {
	margin: 0 0 4rem;
}
footer .areaInner .footBox:after {
	content: "";
	display: block;
	clear: both;
}
footer .areaInner .footBox .sttl {
	border-bottom: solid 1px #fff;
	padding: 0 0 8px 0;
	margin: 0 0 15px 0;
}
footer .areaInner .footBox .sttl a {
	font-size: 1.8rem;
	padding: 3px 0 3px 0;
	display: block;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: normal;
  color: #fff;
}
footer .areaInner .footBox .sttl a:hover {
	opacity: 0.6;
}
footer .areaInner .footBox .accChild {
	padding: 0 0;
}
footer .areaInner .footBox .accChild br{
	display: none;
}
footer .areaInner .footBox .accChild li {
	display: inline;
	margin: 0 0 10px;
	padding: 0 0.1rem 0 0.05rem;
	vertical-align: top;
}
footer .areaInner .footBox .accChild li:after {
    content: "　/　";
    letter-spacing: 0;
}
footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
}
footer .areaInner .footBox .accChild .sp {
	display: none;
}
footer .areaInner .footBox .accChild li a {
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: normal;
  color: #fff;
}
footer .areaInner .footBox .accChild li a:hover {
	text-decoration: underline;
}
footer .areaInner .footBox .accChild .subCat li a {
	background: none;
	padding: 0;
}
footer .areaInner .footBox .accChild .subList {
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
}
footer .areaInner .footBox .accChild .subList li {
	width: auto;
	display: block;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
}
footer .areaInner .footBox .accChild .subList li:before {
	content: "└";
	padding: 0 6px;
	position: absolute;
	top: 0;
	left: 0;
}
footer .areaInner .footBox .accChild .subList li a {
	font-size: 1.3rem;
}
footer .areaInner .noticeArea {
	margin: 4rem auto 3rem;
	width: 640px;
}
footer .areaInner .noticeArea p {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #333;
	text-align: center;
}
footer .areaInner .botPrg {
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 0;
}
footer .botArea {
	/* padding: 1.5rem 0;
	background: #54628a; */
  position: relative;
}
footer .botArea .botInner {
	padding: 0;
	text-align: center;
}
footer p.copy {
	font-size: 1.3rem;
	float: none;
	color: #fff;
	text-align: center;
	display: inline;
	letter-spacing: normal;
}
footer p.copy a {
	text-decoration: underline;
	color: #fff;
}
footer p.copy a:hover {
	text-decoration: none;
}
footer .twoColBox {
	display: flex;
	gap: 10rem;
	margin: 0 0 5rem;
}
footer .twoColBox .logoBox {
	width: 37rem;
}
footer .logoBox {
	margin-bottom: 2rem;
}
footer .logoBox a {
/*
	display: flex;
	flex-direction: column;
*/
	text-decoration: underline;
  color: #fff;
}
footer .logoBox a:hover {
	opacity: 0.6;
}
footer .logoBox .logo {
	width: 19rem;
	margin: 0 auto;
}
footer .twoColBox .notice {
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 0 1.5rem;
	letter-spacing: normal;
}
footer .twoColBox .colBox {
	flex: 1;
}



/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  /*overflow: hidden;*/
}

/* .index {
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
z-index: 1;
background: #fff;
} */
.category,
.page {
  max-width: 90rem;
  margin: 0 auto;
}
.page--sitemap ul li br{
  display: none;
}

.wi1000 {
  max-width: 100rem;
  margin: 0 auto;
}

.wi1100 {
  /* max-width: 110rem; */
  /*width: 100rem;*/
  width: 100rem;
  margin: 0 auto;
}

.wi1200 {
  max-width: 120rem;
  margin: 0 auto;
}

/* ================== */
/*  メインコンテンツ　*/
/* ================== */
.h1Box {
  padding: 0 4rem;
  margin-bottom: 7rem;
}

.h1Box h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-all;
  position: relative;
  z-index: 1;
  letter-spacing: 0.025em;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.h1Box h1:before {
  content: "";
  background: -o-linear-gradient(left, #ff8200 0%, #ff8200 50%, #285a96 50%, #285a96 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff8200), color-stop(50%, #ff8200), color-stop(50%, #285a96), to(#285a96));
  background: linear-gradient(90deg, #ff8200 0%, #ff8200 50%, #285a96 50%, #285a96 100%);
  width: 10rem;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h1Box .by {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #999;
  text-align: center;
  margin: 0;
}

.h2Inr {
  position: relative;
  z-index: 1;
}

.category h4, .page h4,
.category h5, .page h5,
.category h6, .page h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 2rem 0 0;
  margin: 4rem auto 3rem;
  color: #005dff;
  position: relative;
}

.category h2 a, .page h2 a {
  color: #fff;
  text-decoration: none;
  background: url("img/arr_ccl_white_right.png") no-repeat right center;
  background-size: 2.8rem auto;
  display: block;
  padding: 0 6rem 0 0;
  width: 100%;
}

.category h3 a, .page h3 a, .category h4 a, .category h5 a, .category h6 a,
.page h4 a, .page h5 a, .page h6 a {
  text-decoration: none;
  background: url("img/arr_base_black_right.png") no-repeat right center;
  background-size: 1.5rem auto;
  display: block;
  padding: 0 6rem 0 0;
  width: 100%;
}

.category h4 a, .category h5 a, .category h6 a,
.page h4 a, .page h5 a, .page h6 a {
  color: #005dff;
}

.category p span, .page p span {
  font-weight: bold;
}

.sitemap.page h2 {
  margin: 8rem auto 2rem;
}

.sitemap.page h2:nth-of-type(1) {
  margin: 0 auto 2rem;
}

/*.sitemap .contents ul {
    margin: 2rem auto 6rem;
}*/
.category .pointTit,
.page .pointTit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 5rem 0 4rem;
  background: url("img/icon_point.png") no-repeat left top 6px;
  background-size: 6rem auto;
  padding: 1.5rem 0 0 8rem;
  min-height: 8.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  border-bottom: none;
  border-radius: 0;
}

.category .pointTit:before,
.page .pointTit:before,
.category .pointTit:after,
.page .pointTit:after {
  content: none;
}

/* li */
.contents ul {
  margin: 2rem auto;
  padding: 1rem 0 0 2rem;
}

.contents ul li {
  padding: 0 0 6px 25px;
  background-size: 1.4rem auto;
  line-height: 1.6;
}

.contents ul li a,
.contents ol li a {
  text-decoration: underline;
}

.contents ul li a:hover,
.contents ol li a:hover {
  opacity: 1;
  text-decoration: none;
}

.contents ol {
  margin: 2rem auto;
  padding: 1rem 0 0 2rem;
}

.contents ol li {
  padding: 0 0 6px 30px;
  list-style: none;
  position: relative;
  counter-increment: number;
  line-height: 1.6;
}

.contents ol li::before {
  /*font-family: arial, sans-serif;*/
  display: block;
  background-color: #bbb;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 3px;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
}

.contents ol li:nth-child(-n+9):before {
  content: counter(number);
}

.contents ol li:nth-child(n+10):before {
  content: counter(number);
}



/* ================== */
/*  btn　　　　　*/
/* ================== */
.btn-internal,
.btn-web,
.btn-tel{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.5rem auto 5.5rem;
	text-align: center;
	border-radius:9999px;
	}
.btn-internal a,
.btn-web a,
.btn-tel a{
position: relative;
top:0;
left: 0;
width: 36rem;
min-height: 7.6rem;
display: flex;
align-items: center;
justify-content: center;
padding: 1.2rem 5.0rem 1.4rem;
border-radius:9999px;
color: #fff;
text-decoration: none;
text-align: center;
line-height: 1.5;
font-size:1.6rem;
font-weight: 700;
transition: all .2s ease-in-out;
-webkit-box-shadow: 0px 5px 14px rgba(80, 80, 80, 0.4);
box-shadow: 0px 5px 14px rgba(80, 80, 80, 0.4);
}
.sec-sponsored .btn-internal a,
.sec-sponsored .btn-web a,
.sec-sponsored .btn-tel a{
-webkit-box-shadow: 0 5px 14px rgba(255, 255, 255, 0.4);
box-shadow: 0 5px 14px rgba(255, 255, 255, 0.4);
border-radius:9999px;
}
.btn-internal a::before,
.btn-web a::before{
content: "";
position: absolute;
z-index: 10;
top: 0;
right: 1.8rem;
width: 2.3rem;
height: 100%;
background: url(img/arrow-white.png) 99% calc(50% + 1px) no-repeat;
background-size: 2.0rem auto;
transition: all .2s ease-in-out;
}
.btn-internal a::after,
.btn-web a::after{
}



.btn-internal a{
background: #48A095;
}



.btn-web a{
background: #EF4122;
}
.btn-web a::before{
background: url(img/arrow_out.png) 99% calc(50% - .1rem) no-repeat;
background-size: 2.0rem auto;
}



.btn-tel{
display: none;
}
.btn-tel a{
background: #ef9b22;
}
.btn-tel a::before{
content: "";
position: absolute;
top: 0;
left: 2.2rem;
width: 2.1rem;
height: 100%;
background: url(img/arrow-tel.png) 0 50% no-repeat;
background-size: 2.0rem auto;
}
.btn-tel a:hover{
}



.btn-link{
margin: 20px 0;
text-align: right;
}
.btn-link a{
position: relative;
display: inline-block;
padding: 4px 3.0rem 5px 0;
background: url(img/arrow_ccl.png) 100% calc(50% - 0px) no-repeat;
background-size: 2.3rem auto;
line-height: 1.5;
text-align: right;
font-weight: 700;
}



/* btns_PC */
.btns{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items:center;
padding: 1rem 0 2rem;
}
.btns > div{
/*display: flex;*/
width: 36rem;
margin: 2rem 1.8rem 1rem;
}
.btns .btn-internal a,
.btns .btn-web a,
.btns .btn-tel a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
}
.btns .btn-tel{
display: none;
}










/* ================== */
/*  テーブル　　　　　*/
/* ================== */
table {
width: 98%;
margin:5rem auto 7rem;
table-layout: fixed;
}
table th {
width: 22%;
padding: 1.6rem 1.5rem;
background: #e8eaea;
border: 1px solid #dbdbdb;
font-weight: 700;
line-height: 1.6;
text-align:center;
word-break: break-all;
}
table td {
background: #fff;
border: 1px solid #dbdbdb;
padding: 1.6rem 1.5rem;
line-height: 1.6;
word-break: break-all;
}
table a{
text-decoration: underline;
}
table a:hover{
text-decoration: none;
}

table td .caption{
white-space:normal;
}




.contents .caption,
.index .caption{
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.4;
  word-break: break-all;
  color: #999;
  /*overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
      scrollbar-width: none;*/
}

/*.contents .caption::-webkit-scrollbar {
    display:none;
}*/
.contents .caption a,
.index .caption a{
  color: #999;
  text-decoration: underline;
}

.contents .caption a:hover,
.index .caption a:hover{
  text-decoration: none;
  opacity: 1;
}

/*--------------------------------------
　float img
---------------------------------------*/
.contents .float-wrap {
  margin: 4rem auto 2.5rem;
}

.contents .float-wrap img {
  width: auto;
}

.contents .float-wrap p {
  color: black;
  line-height: 2;
  padding: 0;
  width: auto;
  font-size: 1.5rem;
}

.contents .float-wrap .flame {
  position: relative;
}

.contents .float-wrap .fl {
  width: 355px;
  padding: 0 5.5rem 1rem 0;
  text-align: center;
}

.contents .float-wrap .fr {
  width: 355px;
  padding: 0 0 1rem 5.5rem;
  text-align: center;
}
.contents .float-wrap .ct {
  width: auto;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

.contents .float-img {
  width: auto;
  margin: 0 auto 2rem;
}


.contents .float-wrap .catch,
.contents .catchTxt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  background: none;
  border: none;
  padding: 0;
  width: auto;
  color: #0252e5;
}

.contents .float-wrap .catch:before {
  content: none;
}

.contents .float-wrap .catch a {
  text-decoration: none;
}

.contents .float-wrap ul {
  margin: 2rem auto;
  padding: 0;
}

.contents .float-wrap ul li {
  font-size: 1.5rem;
}



/*---------------------
　COMMON　PART
-----------------------*/
/*---------------------
　目次
-----------------------*/
.contents .tocBox {
  margin: 7rem auto 9rem;
  position: relative;
  background: #f3f3f3 url("img/eng_index.png") no-repeat top right 4rem;
  background-size: 16.5rem auto;
  border-radius: 2rem;
  padding: 3rem 4rem 6rem 4rem;
  width: 90rem;
}

.contents .tocBox .sTit {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 3rem;
  position: relative;
  padding: 0;
  letter-spacing: 0.025em;
}

.contents .tocBox .sTit:before {
  content: "";
  background: #333;
  width: 6rem;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 7rem;
}

.contents .tocBox .sTit img {
  height: 3rem;
  width: auto;
}

.contents .tocBox .toc {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

/* アコーディオンで表示する際のスタイル */
.toc.show-more::before {
  display: none;
}

.toc.show-more .chapter > li,
.toc.show-more .chapter .chapter {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.25s, visibility 0.25s, height 0.25s;
  -o-transition: opacity 0.25s, visibility 0.25s, height 0.25s;
  transition: opacity 0.25s, visibility 0.25s, height 0.25s;
}

.toc .chapter .chapter li {
  position: relative;
}

.toc .chapter .chapter li::before {
  content: "";
  width: 15px;
  height: 8px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 12px;
  right: calc(100% + 5px);
  left: auto;
  background: transparent;
  border-radius: 0;
}

.contents .whBox ul {
  margin: 0;
  padding: 0;
  width: 100%;
  counter-reset: num;
}

.contents .whBox ul li {
  padding: 0;
  background: none;
}

.contents .whBox ul li {
  counter-increment: num;
  font-size: 1.6rem;
  position: relative;
}

.contents .whBox ul li:before {
  content: counter(num, decimal-leading-zero);
  display: block;
  background-color: #bbb;
  width: 21px;
  height: 21px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  top: 2px;
  left: -3rem;
}

.contents .whBox ul li:last-child {
  margin-bottom: 0;
}

.contents .whBox ul li > a {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
}

.contents .whBox ul li a:hover {
  opacity: 1;
  text-decoration: none;
}

.contents .whBox ul ul {
  margin: 1rem 0;
}

.contents .whBox ul ul li {
  padding: 0 0 0 17px;
  list-style: none;
}

.contents .whBox ul ul li:last-child {
  margin: 0;
}

.contents .whBox ul ul li:before {
  content: none;
}

.contents .whBox ul ul li > a {
  font-weight: 400;
}

.contents .whBox ul li br {
  display: none;
}

.contents .tocBox .btn-acc {
  width: 30rem;
  color: #fff;
  background: #93a2c1 url("img/icon_plus.png") no-repeat right 1rem center;
  background-size: 3rem auto;
  border-radius: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.8rem 3rem;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contents .tocBox .btn-acc:hover {
  opacity: 0.7;
}

.contents .tocBox .btn-acc.open {
  background: #93a2c1 url("img/icon_minus.png") no-repeat right 1rem center;
  background-size: 3rem auto;
}

/*---------------------
　関連記事
-----------------------*/
.contents .relatedLink {
  margin: 10rem auto;
  background: #f3f3f3 url(img/eng_related.png) no-repeat top right 4rem;
  background-size: 48.4rem auto;
  width: 100rem;
  padding: 3rem 4rem 4rem 4rem;
}

.contents .relatedLink .sTit:before {
  left: 12rem;
}

.contents .relatedLink .whBox {
  padding-top: 20px;
}

.contents .relatedLink ul {
  width: auto;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.contents .relatedLink ul li {
  width: calc(50% - 2rem);
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  background: none;
}

.contents .relatedLink ul li:before {
  content: none;
}

.contents .relatedLink ul li:last-child {
  margin: 0;
}

.contents .relatedLink ul li a {
  font-weight: 400;
  padding: 0 0 0 3rem;
  display: block;
  background-size: 2.2rem auto;
}

.contents .relations-box__body p {
  margin: 0;
}

/*---------------------
　まとめパーツ
-----------------------*/
.contents .parts_sum {
  margin: 10rem auto 10rem;
  background: #f0f5ff;
  border-radius: 2rem;
  padding: 7rem 4rem 6rem;
  position: relative;
  max-width: 100rem;
}

.contents .parts_sum:before {
  content: "";
  background: url("img/sum_ill.png") no-repeat;
  background-size: 100%;
  width: 16rem;
  height: 14.6rem;
  position: absolute;
  top: 3rem;
  left: 6rem;
}

.contents .parts_sum .ccl {
  background: #fbd920;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.5rem;
  margin: 0 0 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contents .parts_sum .catch {
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
  position: relative;
  letter-spacing: 0.025em;
  padding: 0 0 0 23rem;
}

.contents .parts_sum .catch span {
  font-size: 4rem;
  color: #0252e5;
}

.contents .parts_sum .txtArea {
  padding: 0;
}

.contents .parts_sum .txtArea p {
  margin: 0;
}

.contents .parts_sum .txtArea p + p {
  margin: 2rem 0 0;
}

.contents .parts_sum .btn-internal {
  margin-bottom: 0;
}


/*---------------------
　監修パーツ
-----------------------*/
.contents .parts_sv {
  margin: 10rem auto 10rem;
  position: relative;
  max-width: 100rem;
  background: url("img/eng_sv.png") no-repeat top right 4rem, url("img/sv_bg.png") no-repeat bottom center;
  background-color: #001741;
  background-size: 37.5rem auto, 100% auto;
  border-radius: 2rem;
  padding: 8rem 4rem 5rem;
}

.contents .parts_sv .topBox {
  width: 50rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.contents .parts_sv .label {
  background: #fff;
  border-radius: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 10rem;
  min-height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.7rem;
  letter-spacing: 0.025em;
}

.contents .parts_sv .comNameBox {
  color: #fff;
  position: relative;
}

.contents .parts_sv .by {
  font-size: 1.6rem;
  color: #6a9efe;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 6px;
}

.contents .parts_sv .h2Tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 2rem;
}

.contents .parts_sv .comName {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}

.contents .parts_sv .thumb {
  width: 38rem;
  position: absolute;
  top: 8rem;
  right: 4rem;
}

.contents .parts_sv .thumb img {
  border-radius: 1rem;
}

.contents .parts_sv .catch {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  width: 50rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}

.contents .bb {
  border-bottom: solid 2px #fbd920;
  font-size: 3.4rem;
}

.contents .parts_sv p {
  color: #fff;
}

.contents .parts_sv .btns-flex {
  margin: 3rem auto 0;
  gap: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contents .parts_sv .btn-link {
  margin: 3rem 0 0;
}

.contents .parts_sv .btn-link a {
  color: #fff;
}

/*---------------------
　吹き出しコメントパーツ
-----------------------*/
.parts_comment {
  margin: 8rem auto 8rem;
}

.parts_comment .commentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 6rem;
  margin-bottom: 4rem;
}

.parts_comment .commentBox .fukiBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fcf0a7;
  position: relative;
  border-radius: 2rem;
  padding: 3rem 3.5rem;
}

.parts_comment .commentBox .fukiBox:before {
  content: "";
  position: absolute;
  top: 5rem;
  left: -3rem;
  width: 3rem;
  height: 3rem;
  background: url("img/comment_fuki.png") no-repeat;
  background-size: 100%;
}

.parts_comment .commentBox .fukiBox p {
  margin: 0;
}

.parts_comment .commentBox .tit {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 2rem;
  font-size: 2.2rem;
}

.parts_comment .commentBox .picBox {
  width: 24rem;
}

.parts_comment .commentBox .picBox img {
  width: 24rem;
  height: 24rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.parts_comment .commentBox .picBox .name {
  font-size: 1.4rem;
  margin: 1rem 0 0;
  line-height: 1.8;
  text-align: center;
  padding: 0 1rem;
}

.parts_comment .commentBox .picBox .name span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0252e5;
  margin-top: 5px;
}

/*---------------------
　Q&Aパーツ
-----------------------*/
.contents .parts_qa {
  margin: 10rem auto;
}

.contents .parts_qa .qaBox {
  background: #efefef;
  border-radius: 2rem;
  padding: 2.5rem 2rem 1rem;
  margin-bottom: 2rem;
}

.contents .parts_qa .qaBox:last-child {
  margin-bottom: 0;
}

.contents .parts_qa .qTit {
  font-size: 2rem;
  font-weight: 700;
  color: #0252e5;
  line-height: 1.6;
  position: relative;
  padding: 1rem 2rem 1rem 7rem;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none;
  margin: 0;
  overflow: inherit;
  border-radius: 0;
}

.contents .parts_qa .qTit:before {
  content: "";
  background: url("img/icon_q.png") no-repeat;
  background-size: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
}

.contents .parts_qa .qTit:after {
  content: none;
}

.contents .parts_qa .aBox {
  position: relative;
  padding: 0 2rem 0 7rem;
}

.contents .parts_qa p {
  line-height: 2.1;
}

.contents .parts_qa p:before {
  content: "";
  background: url("img/icon_a.png") no-repeat;
  background-size: 100%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------
　インタビューイーパーツ
-----------------------*/
.parts_ivee {
  margin: 10rem auto;
  background: #f0f5ff;
  border-radius: 2rem;
  padding: 4rem 4rem 4rem 4rem;
  position: relative;
}

.parts_ivee:after {
  content: "";
  display: block;
  clear: both;
}

.parts_ivee .nameBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}

.parts_ivee .nameBox .label {
  background: #fff;
  color: #0252e5;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  min-width: 15rem;
  line-height: 1.4;
  padding: 7px;
  letter-spacing: 0.025em;
}

.parts_ivee .nameBox .name {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.parts_ivee .nameBox .name span {
  font-size: 2rem;
}

.parts_ivee .cclPic {
  /*position: absolute;
  top: 4rem;
  left: 4rem;*/
  width: 20rem;
  float: left;
  margin: 0 4rem 0 0;
}

.parts_ivee .cclPic img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.parts_ivee .txtBox {
  width: 68rem;
  float: right;
}

.parts_ivee .catch {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
  letter-spacing: 0.025em;
}

.parts_ivee .catch span {
  border-bottom: solid 2px #fbd920;
}

.parts_ivee .txtBox p {
  margin: 0;
}

.parts_ivee .txtBox p + p {
  margin: 2rem 0;
}

.aboutBox {
  background: #efefef;
  padding: 8rem 5rem 5rem;
  max-width: 100rem;
  margin: 14rem auto;
  border-radius: 2rem;
}

.aboutBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}

.aboutBox .flexBox:before {
  content: "";
  background: url("img/eng_about.png") no-repeat;
  background-size: 100%;
  width: 52.8rem;
  height: 5rem;
  position: absolute;
  top: -7.5rem;
  right: 0;
}

.aboutBox .logo_zk {
  width: 19rem;
  height: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.aboutBox .logo_zk img {
  width: 15rem;
}

.aboutBox .tit {
  font-size: 2.4rem;
  font-weight: 700;
  color: #0252e5;
  letter-spacing: 0.05em;
  margin: 0 0 1.5rem;
}

.aboutBox .txtBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.aboutBox .txtBox p {
  line-height: 1.8;
}

.aboutBox .btn-link {
  text-align: right;
  margin: 2rem 0 0;
}

.aboutBox .btn-link a {
  text-decoration: underline;
  background: url("img/arr_base_black_right.png") no-repeat right center;
  background-size: 1.6rem auto;
  padding: 5px 2.5rem 5px 0;
}

.aboutBox .btn-link a:hover {
  text-decoration: none;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
// 画像を16:9にトリミングして縦横比を常に保つ
@include aspect-ratio(16, 9);

& > .image {
    @include object-fit(cover);
}
}
==================================================== */
.c-fc--orange {
  color: #ff8200;
}

.c-txt__01 {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

.c-txt__02 {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}

.c-txt__03 {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: bold;
}

.c-txt__04 {
  font-size: 1.5rem;
  line-height: 2;
}

.c-ttl__01 {
  font-family: "Barlow", sans-serif;
  color: #aadcf0;
  font-size: 8rem;
  line-height: 1.065625;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.c-ttl__02 {
  display: grid;
  gap: 7px;
}

.c-ttl__02 .sm {
  font-size: 3.2rem;
  line-height: 1.625;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.c-ttl__02 .sm small {
  display: block;
  font-size: 2.8rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}

.c-ttl__02 .lg {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  font-weight: bold;
  color: #285a96;
  letter-spacing: 0.06em;
}

.c-ttl__02 .lg small {
  display: block;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.c-ttl__02 .lg--orange {
  color: #ff8200;
}

.c-ttl__03 {
  font-size: 4.2rem;
  line-height: 1.4761904762;
  font-weight: bold;
  color: #285a96;
  letter-spacing: 0.06em;
}

.c-ttl__03 small {
  display: block;
  font-size: 4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.c-ttl__03--orange {
  color: #ff8200;
}

.c-ttl__04 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 75px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 19px;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  font-weight: bold;
  background: #282d4b;
  color: white;
  border-radius: 30px 30px 30px 0;
  padding: 5px 39px 8px 31px;
  letter-spacing: 0.03em;
}

.c-ttl__04 .en {
  font-size: 5rem;
  line-height: 1;
  color: #ff8200;
}

.c-ttl__04 small {
  font-size: 2.4rem;
  line-height: 1.3333333333;
}

.c-ttl__04 .sm {
  font-size: 2rem;
  line-height: 1.6;
}

.c-ttl__04--orange {
  background: #ff8200;
  color: white;
  border-radius: 15px 15px 15px 0;
  padding: 13px 24px 17px 21px;
  letter-spacing: 0.02em;
}

.c-ttl__04--orange .en {
  color: white;
}

.c-ttl__05,
.c-ttl__05 {
  color: #282d4b;
  position: relative;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 0 0 0 40px;
  background: transparent;
  margin: 0;
}

.c-ttl__05 .txt {
  display: block;
  background: #f5f5f5;
  border-radius: 30px 30px 0 30px;
  padding: 21px 50px 23px 60px;
}

.c-ttl__05 .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3cd7af;
  color: white;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.c-btn__01 {
  background: #ff8200;
  border: 2px solid #ff8200;
  color: white;
  text-decoration: none !important;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: bold;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  padding: 5px;
}

.c-btn__01--link {
  position: relative;
  padding-right: 16px;
}

.c-btn__01--link::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(img/ico-link.png) no-repeat center/contain;
  top: calc(50% - 11px);
  right: 10px;
}

.c-btn__01--lg {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  width: 320px;
  height: 66px;
  border-radius: 33px;
}

.c-btn__01--lg::after {
  right: 20px;
}

.c-btn__01--green {
  background: #3cd7af;
  position: relative;
  padding-right: 16px;
  border-color: #3cd7af;
}

.c-btn__01--green::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(img/arrow-bottom.png) no-repeat 50%/contain;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: calc(50% - 11px);
}

.c-btn__01--auto {
  margin-left: auto;
  margin-right: auto;
}

.l-gnavi-btn--second {
  background: #55BCAF;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 20;
}
.l-gnavi-btn--second span {
  width: 40px;
  height: 1px;
  left: 15px;
}

.l-gnavi-btn--second span:first-of-type {
  top: 22px;
}

.l-gnavi-btn--second span:nth-of-type(2) {
  top: 34px;
}

.l-gnavi-btn--second span:nth-of-type(3) {
  top: 46px;
}

.l-gnavi-btn-box--second {
}

.fixed-promotion {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}




.btn-backtop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1e4678;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.btn-backtop:before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.mv_rightBox {
  display: none;
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 999;
}

.mv_rightBox .rightBoxInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 1.5rem;
}

/* Web予約ボタン等のスタイル調整 */
.mv_rightBox .btn-web a {
  min-height: 5rem;
  padding: 0 3rem;
  font-size: 1.4rem;
}

/* ----------------------------------------------------
   ハンバーガーメニューボタン (PC表示用スタイル)
   SPと同じ見た目（丸型・青色背景）にします
---------------------------------------------------- */
.mv_rightBox .l-gnavi-btn {
  display: block;
  width: 6rem;
  height: 6rem;
  background: #0252e5;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  cursor: pointer;
}

/* 3本線のスタイル */
.mv_rightBox .l-gnavi-btn span {
  left: 1.5rem;
  width: 3rem;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.mv_rightBox .l-gnavi-btn span:nth-of-type(1) { top: 2rem; }
.mv_rightBox .l-gnavi-btn span:nth-of-type(2) { top: 2.9rem; }
.mv_rightBox .l-gnavi-btn span:nth-of-type(3) { top: 3.8rem; }

/* 開いた時の×印アニメーション */
.mv_rightBox .l-gnavi-btn.is-active span:nth-of-type(1) {
  top: 2rem;
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.mv_rightBox .l-gnavi-btn.is-active span:nth-of-type(2) {
  opacity: 0;
}
.mv_rightBox .l-gnavi-btn.is-active span:nth-of-type(3) {
  top: 3.8rem;
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.l-gnavi-btn-box,
.mv_rightBox {
  display: none;
}


.menu-box {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 26rem;
  background: url("img/bg-menu.png") #000 top center no-repeat;
  background-size: 100% 100%;
  padding: 1.1rem 2rem 2rem;
  color: #fff;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-box.on {
  opacity: 1;
  z-index: 99;
  pointer-events: auto;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-box__heading {
  text-align: center;
  margin-bottom: 1.4rem;
}
.menu-box__heading .boxLogo{
  max-width: 70%;
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
.menu-box__heading > span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
}
.menu-box__heading > span span {
  color: #55BCAF;
  font-size: 1.7rem;
}
.menu-box__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-bottom: 2.8rem;
}
.menu-box__list-item {
  width: 48%;
}
.menu-box__list-item a {
  display: block;
  border: 1px solid #7D7D7D;
  padding: 0.7rem 0.4rem;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  font-size: 1.4rem;
}
.menu-box__list-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  border: 6px solid transparent;
  border-right: 6px solid #55BCAF;
  border-bottom: 6px solid #55BCAF;
  bottom: -1px;
  right: -1px;
}
.menu-box__link{
line-height: 1.4677;
position: relative;
display: block;
background: #48a095;
text-decoration: none;
overflow: hidden;
margin-left: -2rem;
margin-bottom: 2rem;
color: #fff;
}
.menu-box__link .inner{
position: relative;
z-index: 2;
display: block;
padding: 1.1rem 0.4rem 1.5rem 3.2rem;
}
.menu-box__link strong {
  top: 1.5rem;
  left: 0.5rem;
  position: absolute;
  font-weight: 700;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
font-family: "Noto Sans JP vt";
  font-size: 1rem;
}
.menu-box__link p {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
.menu-box__link p span {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}
.menu-box__link::before{
content: "";
position: absolute;
z-index: 1;
top: -4.5rem;
left: -4.5rem;
width: 10rem;
height: 10rem;
background: #000;
border-radius: 50%;
opacity: .15;
}
.menu-box__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2.0rem;
  height: 2.0rem;
  background: url("img/arrow-bg-white.png") center no-repeat;
  background-size: contain;
  right: 1rem;
  bottom: 1rem;
}
.menu-box__link .inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 0.1rem;
  height: 100%;
  background: #fff;
  left: 2.4rem;
  bottom: -1.5rem;
}

.menu-box__check {
  margin-left: -2rem;
  margin-bottom: 2.4rem;
  padding: 1.5rem 2.2rem;
  line-height: 1.4666;
  display: block;
  color: #fff;
  text-decoration: none;
  background: #ef4122;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  font-size: 1.5rem;
}
.menu-box__check::before {
content: "";
position: absolute;
top: -4.5rem;
left: -4.5rem;
width: 10rem;
height: 10rem;
background: #000;
border-radius: 50%;
opacity: .15;
}
.menu-box__check span{
position: relative;
display: block;
}
.menu-box__check .fontS{
margin-bottom: 0.5rem;
font-size: 1.3rem;
}
.menu-box__check:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  background: url("img/arrow_out.png") center no-repeat;
  background-size: contain;
  right: 1rem;
  bottom: 1rem;
}
.menu-box__nav-item {
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.menu-box__nav-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: bold;
  padding-right: 2rem;
  position: relative;
  line-height: 1.5384;
  font-size: 1.3rem;
}
.menu-box__nav-item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.2rem;
  height: 1rem;
  background: url("img/arrow-white.png") center no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0.3rem;
}


.sec-breadcrumb {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666666;
  padding: 2.2rem 3rem;
}
.sec-breadcrumb .breadcrumb-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.sec-breadcrumb .breadcrumb-inn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.sec-breadcrumb .breadcrumb-inn a {
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #666;
  color: #666 !important;
}

.lower {
  padding: 16.3rem 0 0;
  background-image: url(img/bg-lower-main.jpg), url(img/bg-lower-chair.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top, center top 9.3%;
}
.lower .header {
  text-align: center;
  padding: 1.5rem 2.1rem;
}
.lower .header-title {
  line-height: 1.6666666667;
  margin-bottom: 3.1rem;
}
.lower .header-logo {
  margin: 0 auto;
}
.lower-ct {
  width: 100rem;
  margin: 0 auto;
  padding: 0 0 16rem;
  background: white;
  color: black;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 3rem 3rem 8rem rgba(255, 255, 255, 0.3), -3rem 3rem 8rem rgba(255, 255, 255, 0.3);
  box-shadow: 3rem 3rem 8rem rgba(255, 255, 255, 0.3), -3rem 3rem 8rem rgba(255, 255, 255, 0.3);
}
.lower-ct::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -1px;
  right: -1px;
  height: 100%;
  z-index: -1;
  background: url(img/bg-lower.png) center top/contain no-repeat;
}
.lower .contents {
  color: black;
  padding: 2.1rem 0 0;
}
.lower .contents .lower-ttl {
  font-size: 4.8rem;
  line-height: 1.4583333333;
  font-weight: bold;
  margin-bottom: 2.2rem;
}
.lower .contents .lower-desc {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  color: #999999;
  margin-bottom: 8rem;
}
.lower .contents .page,
.lower .contents .category {
  font-size: 1.5rem;
  line-height: 2;
}
.lower .contents .tocBox {
  width: 80rem;
  margin: 0 auto 10.7rem;
  background: white;
  border: 1px solid #7d7d7d;
  border-radius: 0;
  position: relative;
  z-index: 1;
  padding: 2rem 4.2rem 3rem;
}
.lower .contents .tocBox::before {
  content: attr(data-before);
  font-family: "Oskar";
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  top: -17px;
  right: 36px;
  color: white;
  text-shadow: #7d7d7d 1px 0px 0px, #7d7d7d 0.540302px 0.841471px 0px, #7d7d7d -0.416147px 0.909297px 0px, #7d7d7d -0.989992px 0.14112px 0px, #7d7d7d -0.653644px -0.756802px 0px, #7d7d7d 0.283662px -0.958924px 0px, #7d7d7d 0.96017px -0.279415px 0px;
}
.lower .contents .tocBox .sTit {
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 2px dotted #2f2e2e;
  padding: 0 0 1.5rem;
  margin-bottom: 1.2rem;
}
.lower .contents .tocBox .sTit::before {
  display: none;
}
.lower .contents .tocBox .toc {
  font-size: 1.5rem;
  height: 160px;
  overflow-y: hidden;
  padding-left: 4px;
}
.lower .contents .tocBox .toc.show-more {
  height: auto;
  overflow: unset;
}
.lower .contents .tocBox .toc ul {
  margin: 0 0 0;
}
.lower .contents .tocBox .toc.show-more ul {
  margin: 0 0 2rem;
}

.lower .contents .tocBox .toc a {
  text-decoration: none;
  font-weight: bold;
}
.lower .contents .tocBox .toc.whBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 60%;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}
.lower .contents .tocBox .toc.whBox ul li {
  line-height: 2;
}
.lower .contents .tocBox .toc.whBox ul li::before {
  background: transparent;
  color: #48a095;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  line-height: 2;
}
.lower .contents .tocBox .toc.whBox > ul > li {
  padding-left: 3.4rem;
}
.lower .contents .tocBox .toc.whBox > ul > li::before {
  content: counter(num, decimal-leading-zero) ".";
  top: 0.2rem;
  left: -0.3rem;
}
.lower .contents .tocBox .toc.whBox .chapter .chapter {
  margin: -1rem 0 0 4rem;
  color: #310e0e;
  width: calc(100% - 4rem);
}
.lower .contents .tocBox .toc.whBox.show-more .chapter .chapter {
  margin: -1rem 0 2rem 4rem;
}

.lower .contents .tocBox .toc.whBox .chapter .chapter li::before {
  width: 7px;
  height: 10px;
  border-left: 1px solid #070707;
  border-bottom: 1px solid #070707;
  top: 0.9rem;
  left: 0;
  border-radius: 0;
}
.lower .contents .tocBox .btn-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14rem;
  height: 3.6rem;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  bottom: -1.8rem;
  border: 1px solid #7d7d7d;
  background: white;
  color: #000000;
}
.lower .contents .tocBox .btn-acc::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 400;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lower .contents .tocBox .btn-acc.open::after {
  content: "−";
}
.lower .contents .tocBox.relatedLink {
  padding: 1.9rem 4.2rem 2.6rem;
  overflow: hidden;
}
.lower .contents .tocBox.relatedLink .whBox {
  padding-top: 0.8rem;
}
.lower .contents .tocBox.relatedLink .whBox ul {
  display: grid;
  gap: 1rem;
  margin-bottom: 0;
}
.lower .contents .tocBox.relatedLink .whBox ul li {
  width: 100%;
  margin-bottom: 0;
}
.lower .contents .tocBox.relatedLink .whBox ul li::before {
  background: url(img/arrow_ccl.png) center/contain no-repeat;
  width: 23px;
  height: 23px;
  top: 2px;
  left: -1px;
}
.lower .contents .tocBox.relatedLink .whBox ul li a {
  font-size: 1.5rem;
  line-height: 2;
  text-decoration: none;
  padding: 0 0 0 0.4rem;
}
.lower .contents .tocBox.relatedLink .whBox ul li a br {
  /*display: block;*/
} 
.lower .contents h2 {
  background-color: black; /* 黒背景は維持 */
  position: relative;      /* 画像の位置の基準にする */
  z-index: 1;              /* 文字を前面に出す */
  overflow: hidden;        /* 画像のはみ出し防止 */
  
  /* --- 以下、元の装飾を維持 --- */
  color: white;
  border-radius: 0;
  font-size: 3.4rem;
  line-height: 1.1764705882;
  padding: 2.9rem 4.6rem 3.1rem;
  margin: 5rem 0 3rem;
  font-weight: 700;
}

/* 左右のフィルム穴（画像）だけを制御するレイヤー */
.lower .contents h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* 文字の後ろ、黒背景の前に配置 */

  /* 元の背景画像の設定をここに移動 */
  background-image: url(img/bg-line.png), url(img/bg-line.png);
  background-repeat: repeat-y;
  background-size: 25px auto;
  background-position: 0px -1px, 100% -1px;
  opacity: 0.4; 
}
.lower .contents h3 {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #48a095;
  border-bottom: 2px dotted #2b2a2a;
  background: url(img/icon-h3.png) no-repeat top 50% left 3px;
  padding: 1.5rem 2rem 1.5rem 5.5rem;
  margin: 3.1rem auto 3rem;
}
.lower .contents h3::after {
  display: none;
}
.lower .contents h4 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid #2b2a2a;
  padding: 0 1.3rem 1.9rem;
  margin: 5rem 0 2.5rem;
}
.lower .contents ul,
.lower .contents ol {
  padding: 0;
  margin: 0 auto 1.6rem;
}
.lower .contents ul li,
.lower .contents ol li {
  line-height: 1.8;
  padding: 0 0 1.5rem 2.3rem;
}
.lower .contents ul li {
  position: relative;
}
.lower .contents ul li::before {
  position: absolute;
  top: 1rem;
  left: 0.4rem;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #48a095;
}
.lower .contents ol li::before {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  width: auto;
  height: auto;
  min-height: 15px;
  min-width: 15px;
  background: #48539c;
  color: white;
  top: 10px;
  left: 2px;
}
.lower .contents .marker,
.index .marker{
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(239, 65, 34, 0.5)), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, rgba(239, 65, 34, 0.5) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(239, 65, 34, 0.5) 50%, transparent 50%);
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  padding: 0 0 2px;
  margin: 0;
}
.lower .contents .txt_bold,
.index .txt_bold{
  color: #429288;
}
.lower .contents .wp-block-table {
  margin-bottom: 13rem;
}
.lower .contents .float-wrap p {
  margin: 1.3rem 0;
}
.lower .contents .float-wrap .catch {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  color: #3c4480;
  padding: 0.4rem 0 0;
}

.sec-sponsored {
  width: 100rem;
  background-color: black;
  background-image: url(img/bg-line.png), url(img/bg-line.png), url(img/bg-sponsored.jpg);
  background-repeat: repeat-y, repeat-y, no-repeat;
  background-size: 25px auto, 25px auto, contain;
  background-position: 0px -1px, 100% -1px, top center;
  color: white;
  padding: 5.4rem 0 7.7rem;
  margin: 11.7rem 0 10.3rem;
  position: relative;
  left: -5rem;
}
.sec-sponsored .sponsored-inn {
  width: 90rem;
  margin: 0 auto;
}
.sec-sponsored .sponsored-str {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20.5rem;
  min-height: 3.2rem;
  font-size: 1.9rem;
  line-height: 1.6842105263;
  font-weight: bold;
  background: #f0f0f0;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.6rem;
  margin: 0 auto 0.4rem;
}
.sec-sponsored .sponsored-by {
  font-family: "Oskar";
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #48a095;
  margin: 0 0 1.3rem;
}
.sec-sponsored .sponsored-ttl {
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 4.4rem;
}
.sec-sponsored .sponsored-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5rem;
  margin-bottom: 5.4rem;
}
.sec-sponsored .sponsored-box__img {
  width: 35rem;
  text-align: center;
  padding: 0.4rem 0 0;
  display: grid;
  gap: 0.3rem;
}
.sec-sponsored .sponsored-box__img .flame {
  position: relative;
  overflow: hidden;
}
.sec-sponsored .sponsored-box__img .flame:before {
  display: block;
  content: "";
  padding-top: 56.2857142857%;
}
.sec-sponsored .sponsored-box__img .flame > :first-child, .sec-sponsored .sponsored-box__img .flame img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-sponsored .sponsored-box__img .caption {
  font-size: 1rem;
  line-height: 1.4;
  color: #999999;
}
.sec-sponsored .sponsored-box__img .caption a {
  text-decoration: none;
}
.sec-sponsored .sponsored-box__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0;
}

.sec-newsletter {
  padding: 0px 0 1.3rem;
}
.sec-newsletter p, .sec-newsletter ul {
  padding: 0;
  margin: 0;
}
.sec-newsletter .newsletter-list {
  display: grid;
  gap: 2rem;
  font-size: 1.5rem;
  line-height: 2;
}
.sec-newsletter .newsletter-list__item {
  display: grid;
  gap: 1rem;
  padding: 0;
}
.lower .contents .sec-newsletter .newsletter-list__ttl {
  font-size: 2.2rem;
  line-height: 2.4545454545;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 6.1rem;
  margin-bottom: 0.2em;
  background: none;
}
.lower .contents .sec-newsletter .newsletter-list__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.1rem;
  height: 0.2rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(img/dot_black.png) left center/auto 2px repeat-x;
}
.sec-newsletter .newsletter-list__box:not(:last-child) {
  margin-bottom: 1.3rem;
}
.sec-newsletter .newsletter-list__box .float-img {
  width: 30rem;
}
.sec-newsletter .newsletter-list__box .float-img.fr {
  margin: 0.4rem 0 2.9rem 4.1rem;
}
.sec-newsletter .newsletter-list__box .float-img.fl {
  margin: 0.4rem 4.1rem 2.9rem 0;
}
.sec-newsletter .newsletter-list__box .float-img .flame {
  position: relative;
  overflow: hidden;
}
.sec-newsletter .newsletter-list__box .float-img .flame:before {
  display: block;
  content: "";
  padding-top: 53.3333333333%;
}
.sec-newsletter .newsletter-list__box .float-img .flame > :first-child, .sec-newsletter .newsletter-list__box .float-img .flame img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-newsletter .newsletter-list__box .float-img .caption {
  text-align: center;
}
.sec-newsletter .newsletter-list__head {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 2.1rem;
}
.sec-newsletter .newsletter-list__head small {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.sec-newsletter .newsletter-list__head span.fl{
  font-size: 1.5rem;
  line-height: 1.95;
  color: white;
  width: 17.4rem;
  text-align: center;
  margin: 0.2rem 1.2rem 0 0;
  padding: 0 0.5rem;
}
.c-orange{
  background: #ef4122;
}
.c-violet{
  background: #49539b;
}
.c-green{
  background: #48a095;
}

.ttl-orange{
  color: #ef4122;
}
.ttl-violet{
  color: #49539b;
}
.ttl-green{
  color: #48a095;
}
.sec-newsletter .newsletter-list__desc {
  line-height: 2;
}

.sec-interviews {
  padding: 0 0;
  margin: 2rem auto 5rem;
  width: 80%;
}
.sec-interviews p, .sec-interviews ul {
  padding: 0;
  margin: 0;
}
.sec-interviews .interviews-list {
  display: grid;
  gap: 5.5rem;
  font-size: 1.5rem;
  line-height: 2;
}
.sec-interviews .interviews-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4.9rem;
  padding: 0 5rem 4.1rem;
  border: 1px solid black;
  border-bottom: 1rem solid #8dc9c1;
  position: relative;
  overflow: hidden;
}

.sec-interviews .interviews-list__item.item-green{
  border-bottom: 1rem solid #8dc9c1;
}

.sec-interviews .interviews-list__item.item-green .interviews-list__img-thumb:before{
  border: 1rem solid transparent;
  border-left-color: #8dc9c1;
}

.sec-interviews .interviews-list__item.item-violet{
  border-bottom: 1rem solid #48539c;
}

.sec-interviews .interviews-list__item.item-violet .interviews-list__img-thumb:before{
  border: 1rem solid transparent;
  border-left-color: #48539c;
}

.sec-interviews .interviews-list__item.item-orange{
  border-bottom: 1rem solid #ef4122;
}

.sec-interviews .interviews-list__item.item-orange .interviews-list__img-thumb:before{
  border: 1rem solid transparent;
  border-left-color: #ef4122;
}

.sec-interviews .interviews-list__item::before {
  content: attr(data-before);
  font-family: "Oskar";
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  top: -17px;
  right: 47px;
  color: white;
  text-shadow: #7d7d7d 1px 0px 0px, #7d7d7d 0.540302px 0.841471px 0px, #7d7d7d -0.416147px 0.909297px 0px, #7d7d7d -0.989992px 0.14112px 0px, #7d7d7d -0.653644px -0.756802px 0px, #7d7d7d 0.283662px -0.958924px 0px, #7d7d7d 0.96017px -0.279415px 0px;
}
.sec-interviews .interviews-list__item:nth-child(3n+2) .interviews-list__item {
  border-bottom-color: #f0b3a8;
}
.sec-interviews .interviews-list__item:nth-child(3n+2) .interviews-list__str {
  background: #ef4122;
}
.sec-interviews .interviews-list__item:nth-child(3n+2) .interviews-list__img {
  border-left-color: #f0b3a8;
}
.sec-interviews .interviews-list__item:nth-child(3n+3) .interviews-list__item {
  border-bottom-color: #a7aeda;
}
.sec-interviews .interviews-list__item:nth-child(3n+3) .interviews-list__str {
  background: #48539c;
}
.sec-interviews .interviews-list__item:nth-child(3n+3) .interviews-list__img {
  border-left-color: #a7aeda;
}
.sec-interviews .interviews-list__left {
  width: 18rem;
}
.sec-interviews .interviews-list__str {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  background: #48a095;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -0.1rem 0 1.8rem -1.1rem;
  padding: 0 1rem;
}

.sec-interviews .item-violet .interviews-list__str {
  background: #48539c;
}

.sec-interviews .item-orange .interviews-list__str {
  background: #ef4122;
}
.sec-interviews .item-green .interviews-list__str {
  background: #48a095;
}

.sec-interviews .interviews-list__str small {
  font-size: 1.5rem;
}
.sec-interviews .interviews-list__img {
  aspect-ratio: 1;
}
.sec-interviews .interviews-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 9999px;
}
.sec-interviews .interviews-list__img-thumb {
  padding: 1rem;
  position: relative;
}
.sec-interviews .interviews-list__img-thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 1rem solid transparent;
  border-left-color: #8dc9c1;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sec-interviews .interviews-list__ct {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6rem 0 0;
}
.lower .contents .sec-interviews .interviews-list__ttl {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.7rem;
  background: none;
  padding: 0;
}
.sec-interviews .interviews-list__tags {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1.7rem;
}
.sec-interviews .interviews-list__tags span {
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  background: #d9d9d9;
  border-radius: 1.2rem;
  padding: 0 0.9rem;
}
.sec-interviews .interviews-list__desc {
  line-height: 1.7333333333;
}

.sec-summary {
  width: 90rem;
  margin: 5rem auto 7rem;
  background-color: #ffeecf;
  background-image: url(img/bg-summary.png);
  background-repeat: repeat-y;
  background-position: left -12px top 0;
  position: relative;
  padding: 3.9rem 5rem 2rem 12.6rem;
}

.sec-summary .btn-web,.sec-summary .btn-internal{
	margin: 1.5rem auto 2.5rem;
}
.sec-summary p {
  padding: 0;
  margin: 0;
}
.sec-summary .summary-str {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Oskar";
  color: white;
  font-size: 5.4rem;
  line-height: 1.0285714286;
  white-space: nowrap;
  border-right: 2px dotted #000;
  padding: 3rem 1rem 3rem 2rem;
  letter-spacing: -0.2rem;
  text-align: center;
}
.lower .contents .sec-summary .summary-ttl {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  font-weight: bold;
  color: #000;
  margin: 0 0 1.8rem;
  background: none;
  padding: 0;
}
.lower .contents .sec-summary  p{padding: 0 0 1rem 0;}
.sec-summary .summary-desc {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  margin-bottom: 1rem;
}

.sec-block {
  padding: 0 0;
  margin-bottom: 4rem;
}
.sec-block p, .sec-block ul {
  padding: 0;
  margin: 0;
}
.sec-block .block-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.sec-block .block-list__item {
  border: 1px solid black;
  border-bottom: 1rem solid #8dc9c1;
  padding: 2.4rem 2.9rem 4.2rem;
}
.sec-block .btn-internal,
.sec-block .btn-web{
	margin: 2rem auto;
}
.lower .contents .sec-block .block-list__ttl {
  font-size: 2.2rem;
  line-height: 1.6363636364;
  font-weight: bold;
  color: #000;
  margin-bottom: 2.2rem;
  position: relative;
  background: none;
  padding: 0;
}
.lower .contents .sec-block .block-list__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% + 2.1rem);
  width: 0.8rem;
  background: #48a095;
}
.sec-block .block-list__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.1rem;
}
.sec-block .block-list__img:before {
  display: block;
  content: "";
  padding-top: 51.9047619048%;
}
.sec-block .block-list__img > :first-child, .sec-block .block-list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-block .block-list__desc {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  margin-bottom: 0.9rem;
}
.sec-block .block-list__note {
  font-size: 1rem;
  line-height: 1.4;
  color: #999999;
  margin-bottom: 2.8rem;
}
.sec-block .block-list__note a {
  text-decoration: none;
  color: inherit;
}
.list-btns--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    margin: 6rem 0 1.9rem;
}
.sec-block .block-list .list-btns--second {
  margin: 0;
}
.sec-block .block-list .list-btns--second a {
  text-decoration: none;
}


.menu-fixed {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.menu-fixed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.menu-fixed.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.menu-fixed__item {
  width: 50%;
}
.menu-fixed__item a {
  display: block;
  padding: 1rem 1.1rem;
  background: url("img/bg-btn-sp-01.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  font-weight: bold;
  line-height: 1.41667;
  text-decoration: none;
  font-size: 1.2rem;
}
.menu-fixed__item a span {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}
.menu-fixed__item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: url("img/arrow-bg-white.png") center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
}
.menu-fixed__item:nth-child(2) a {
  background: url("img/bg-btn-sp-02.jpg") center no-repeat;
  background-size: cover;
}
.menu-fixed__item:nth-child(2) a:before {
width: 1.6rem;
height: 1.7rem;
background: url("img/arrow_out.png") center no-repeat;
background-size: 1.6rem auto;
right: 0.7rem;
}









@media screen and (max-width: 480px) {
  #page-top {
    bottom: 10rem;
  }

  .pc, .pc_br {
    display: none;
  }

  .sp, .sp_br {
    display: block;
  }


.sp2{
display:block!important;
}

.pc2{
display:none!important;
}



  body {
    background: black;
    color: black;
    font-size: 1.6rem;
    min-width: 320px;
    /*overflow-x: hidden;*/
    line-height: 1.8;
  }

  a:hover {
    opacity: 1;
  }

  .inner, .wi1100, .wi1000, .wi1200 {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  /*--------------------------------------
  　Footer
  ---------------------------------------*/
  #page-top:hover {
    opacity: 1;
  }
  #page-top {
    width: 5.5rem;
    height: 5.5rem;
    right: 0.4rem;
  }
  #page-top.active {
/*    position: absolute;
    bottom: auto;
    top: -8.5rem;*/
  }

/*--------------------------------------
　page-top_SP
---------------------------------------*/
#page-top{
  transition: .3s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
#page-top.active{
  opacity: 1;
  visibility: visible;
}
/*このクラスが付与されると停止する*/
#page-top.absolute{
}


.l-gnavi-area {
width: 100%;
}



  .btn-backtop:before {
    width: 13px;
    height: 13px;
  }

  footer a:hover {
    text-decoration: none;
    opacity: 1;
  }

  footer {
    width: 100%;
    position: relative;
    padding: 0 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  footer:before {
    background: url(img/bg-footer-sp.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    top: 0;
  }

  footer .footer-block {
    padding: 3.8rem 4rem 3rem;
    margin: -10rem 2rem 5.7rem;
  }
  footer .footer-block:before, footer .footer-block:after {
    width: 1.7rem;
    background-size: 1.7rem;
  }
  footer .footer-block__logo {
    margin: 0 auto 2.1rem;
    width: 13.7rem;
  }
  footer .footer-block__ct {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
    padding: 0;
  }
  footer .footer-block__ct-ttl {
    font-size: 1.9rem;
    margin-bottom: 0.6rem;
    text-align: center;
  }
  footer .footer-block__ct-link {
    padding: 1.4rem 0 0;
  }
  footer .footer-block__ct-link a {
    font-size: 1.5rem;
    padding: 0 2.6rem 0 0;
  }
  footer .footer-block__ct-link a:after {
    width: 2rem;
    height: 2rem;
  }

  footer .ftWrap {
    padding: 3rem 0 0;
    background: #000;
  }

  footer .areaInner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .logo a {
    display: block;
  }
  footer .logo a:hover {
    opacity: 1;
  }
  footer .areaInner .footBox {
    margin: 0;
  }
  footer .areaInner .footBox:first-of-type {
    border-top: solid 1px #fff;
  }
  footer .areaInner .footBox .sttl {
      border-bottom: solid 1px #fff;
  }
  footer .areaInner .footBox .sttl a {
    display: block;
    font-size: 1.5rem;
    background:  url("img/arrow-white.png") right 15px center no-repeat;
    background-size: 15px auto;
    padding: 15px 40px 14px 3%;
    line-height: 1.5;
    font-weight: 900;
  }
  footer .areaInner .footBox .sttl.tglMenu a {
    background: url("img/footer-plus.png") right 15px center no-repeat;
    background-size: 14px auto;
    padding: 15px 40px 14px 3%;
  }
  footer .areaInner .footBox .sttl a:hover {
      text-decoration: none;
    opacity: 1;
  }
  footer .areaInner .footBox .sttl.open a{
    background: url("img/footer-minus.png") right 15px center no-repeat;
    background-size: 14px auto;
  }
  footer .areaInner .footBox .sttl {
    padding: 0;
    margin: 0;
  }
  footer .areaInner .footBox .accChild {
    display: none;
    padding: 0;
    margin: 0;
    /*background: #fff;*/
  }
  footer .areaInner .footBox .accChild li {
    float: none;
    padding: 0;
    background: none;
    margin: 0;
    display: block;
    width: 100%;
  }
  footer .areaInner .footBox .accChild .sp {
      display: block;
  }
  /*footer .areaInner .footBox .accChild .sp a {
     padding: 14px 40px 14px 4%;
  }*/
  footer .areaInner .footBox .accChild li a {
    display: block;
    background: #333 url("img/arrow-white.png") right 15px center no-repeat;
    background-size: 15px auto;
    border-bottom: solid 1px #fff;
    padding: 14px 40px 14px 4%;
    font-size: 1.3rem;
    text-decoration: none;
  }
  footer .areaInner .footBox .accChild li:last-child a {
    /*border-bottom: none;*/
  }
  footer .areaInner .footBox .accChild li a:hover {
      text-decoration: none;
  }
  footer .areaInner .footBox .accChild .subCat li a {
    background: #333 url("img/arrow-white.png") right 15px center no-repeat;
    background-size: 15px auto;
  }
  footer .areaInner .footBox .accChild li.subCat {
    /*border-top: solid 1px #bbc6ce;*/
  }
  footer .areaInner .footBox .accChild li.subCat a {
    padding: 14px 40px 14px 4%;
  }
  footer .areaInner .footBox .accChild li.subCat:last-child a {
    /*border-bottom: none;*/
  }
  footer .areaInner .footBox .accChild li.subCat:last-child .subList:last-child a {
    /*border-bottom: none;*/
  }
  footer .areaInner .footBox .accChild .subList {
    padding: 0;
    margin: 0;
    float: none;
    display: block;
  }
  footer .areaInner .footBox .accChild .subList li {
      margin: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
  footer .areaInner .footBox .accChild .subList li a {
    padding: 14px 40px 14px 5%;
    font-size: 1.2rem;
    background: #333 url("img/arrow-white.png") right 15px center no-repeat;
    background-size: 15px auto;
  }
  footer .areaInner .footBox .accChild .subList li a:before {
    /*content: "└";
    color: #b4965c;*/
    padding: 0 0.5rem 0 0;
  }
  footer .areaInner .footBox .accChild .subList li:last-child a {
  }
  footer .areaInner .footBox .accChild li:after {
    content: none;
  }
  footer .areaInner .footBox .accChild li:last-child:after {
    content: none;
  }
  footer .areaInner .footBox .accChild .subList li::after {
      content: none;
  }
  footer .areaInner .footBox .accChild .subList li:first-child::before {
      content: none;
  }
  footer .areaInner .footBox .accChild .subList li::before {
      content: none;
  }
  footer .areaInner .noticeArea {
    width: 80%;
    margin: 30px auto 20px;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8em;
  }
  footer .areaInner .noticeArea p {
    font-size: 1.1rem;
    text-align: left;
    font-weight: normal;
    color: #fff;
  }
  footer .areaInner .botPrg {
    font-size: 1rem;	
    line-height: 1.4;
    margin: 0;
    text-align: center;
  }
  footer .botArea {
    padding: 0 4%;
  }
  footer p.copy {
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: center;
    float: none;
    color: #fff;
    display: block;
  }
  footer p.copy a {
      color: #fff;
  }
  footer p.copy a:hover {
    text-decoration: underline;
  }	
  footer a {
    text-decoration: none;
  }
  footer .botArea .botInner {
      width: 100%;
      margin: 0 auto;
      padding: 2rem 0;
  }
  footer .twoColBox {
  display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0;
  }
  footer .twoColBox .logoBox {
    width: 100%;
    padding: 0 2rem;
    order: 2;
  }
  footer .twoColBox .logoBox a:hover {
    opacity: 1;
  }
  footer .twoColBox .logoBox .logoBox{
    padding: 0;
  }
  footer .twoColBox .logoBox .logo {
    width: 12.2rem;
  }
  footer .twoColBox .notice {
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0 0 1.5rem;
    letter-spacing: normal;
  }
  footer .twoColBox .colBox {
    flex: 1;
    order: 1;
  }

  /*--------------------------------------
  pankuzu
  ---------------------------------------*/
  #pankuzuWrap {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin: 0 0 3.5rem;
    padding: 0 4%;
  }

  #pankuzu {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
    margin: 0 auto;
    background: none;
  }

  #pankuzu span {
    font-size: 1.1rem;
  }

  #pankuzu a {
    font-size: 1.1rem;
  }

  /*--------------------------------------
  　Main Contents
  ---------------------------------------*/
  .contents {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .index,
.category,
.page {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .category,
.page {
    padding: 0 0;
  }

  .contents p {
    margin: 1.5rem auto;
    padding: 0;
    width: 100%;
  }

  /* ================== */
  /*  メインコンテンツ　*/
  /* ================== */
  .h1Box {
    padding: 0 2rem;
    margin-bottom: 4rem;
  }

  .h1Box h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .h1Box h1:before {
    width: 5rem;
    height: 3px;
  }

  .h1Box .by {
    font-size: 1.2rem;
  }

  .sitemap.page h2 {
    margin: 4rem auto 1rem;
  }

  .category .pointTit,
.page .pointTit {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
    background: url("img/icon_point.png") no-repeat left top 17px;
    background-size: 4rem auto;
    padding: 1.5rem 0 0 5rem;
    min-height: 8.4rem;
  }

  .contents ul {
    /*margin: 2rem 3% 2rem;*/
    margin: 2rem auto 2rem;
    padding: 1rem 1rem 0;
  }

  .contents ul li {
    padding: 0 0 0.6rem 2rem;
    margin: 0 0 0.2rem;
    background-size: 1.3rem auto;
  }

  .contents ul li:last-child {
    margin: 0;
  }

  .contents ol {
    /*margin: 2rem 3% 2rem;*/
    margin: 2rem auto 2rem;
    padding: 1rem 1rem 0;
  }

  .contents ol li {
    padding: 0 0 0.6rem 2rem;
    list-style: none;
    position: relative;
    counter-increment: number;
    margin: 0 0 0.2rem;
  }

  .contents ol li:last-child {
    margin: 0;
  }

  .contents ol li::before {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    line-height: 1.5;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, " sans-serif";
  }

/* ================== */
/*  btn　　　　　*/
/* ================== */
.btn-internal,
.btn-web,
.btn-tel{
  position: relative;
  z-index: 1;
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.0rem auto;
  text-align: center;
}


.btn-internal a,
.btn-web a,
.btn-tel a{
  position: relative;
  top:0;
  left: 0;
  width: 100%;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 1.2rem 15% 1.4rem;
  border-radius:9999px;
  text-align: center;
  line-height: 1.5;
  font-size:1.5rem;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.btn-internal a::before,
.btn-web a::before{
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 1.5rem;
  width: 2.0rem;
  height: 100%;
  background: url(img/arrow-white.png) 99% calc(50% + 1px) no-repeat;
  background-size: 2.0rem auto;
  transition: all .2s ease-in-out;
}
.btn-internal a::after,
.btn-web a::after{
}

.btn-internal a{
}

.btn-web a{
}
.btn-web a::before{
background-image: url(img/arrow_out.png);
background-size: 1.9rem auto;
}


.btn-internal a:hover,
.btn-web a:hover{
opacity: 1;
}



.btn-tel{
display: block;
}
.btn-tel a{
}
.btn-tel a::before{
content: "";
position: absolute;
top: 0;
left: 2.2rem;
width: 1.8rem;
height: 100%;
background: url(img/arrow-tel.png) 0 50% no-repeat;
background-size: 1.8rem auto;
}

.btn-tel a:hover{
opacity: 1;
}



.btn-link{
margin: .2rem 5%;
text-align: right;
}
.btn-link a{
position: relative;
display: inline-block;
padding: 1.2rem 2.5rem 1.3rem 0;
background: url(img/arrow_ccl.png) 100% calc(50% - 0rem) no-repeat;
background-size: 2.0rem auto;
line-height: 1.5;
text-align: right;
font-weight: 700;
}




/* ================== */
/*  テーブル　　　　　*/
/* ================== */

table{width: 100%;
  margin:3rem auto;
  border-bottom: 1px solid #ccc;
  table-layout: unset;
}
table th {width: 100%;display: block;padding: 1rem 2rem;border-bottom: none;line-height: 1.3;text-align: center;}
table td {width: 100%;display: block;padding: 1.5rem 2rem;border-bottom: none;line-height: 1.4;text-align: left;}



.tableB .tblWrap{overflow: auto;width: 100%;margin: 0 auto;}
.tableB .note{
padding: 0 5%;
text-align: center;
color: #999999;
font-size:1.3rem;
}
.tableB table{
margin:10px auto;
}
.tableB table th {
white-space: nowrap;
width: 22%;
display: table-cell;
}
.tableB table td {
display: table-cell;
white-space: nowrap;
}
.tableB .scroll-hint-icon {
top: calc(50% - 40px);
left: calc(50% - 60px);
}


.tableC {
width: 100%;
}
.tableC table {
margin:3rem auto;
}
.tableC table th {
display: table-cell;
width: auto;
}
.tableC table td {
display: table-cell;
width: auto;
}



  /*--------------------------------------
  　float img
  ---------------------------------------*/
  .contents .float-wrap {
    margin: 3.5rem auto;
    padding: 0;
  }

  .contents .float-wrap img {
    width: auto;
  }

  .contents .float-wrap .flame {
    position: relative;
    text-align: center;
  }

  .contents .float-wrap .fl {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }

  .contents .float-wrap .fr {
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  .contents .float-wrap .center {
    width: 100%;
    margin: 0 auto 1.5rem;
    padding: 0;
    text-align: center;
  }

  .contents .float-wrap.center img {
    width: auto;
  }

  .contents .float-wrap .catch,
.contents .catchTxt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0;
  }

  .contents .float-wrap p {
    line-height: 1.8;
    padding: 0;
  }

  .contents .float-wrap table {
    width: 100%;
    margin: 0 0 2rem;
  }

  .contents .float-wrap .fl.t_small {
    width: 100%;
    padding: 0;
    text-align: center;
    float: none;
  }

  .contents .float-wrap .fr.t_small {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    float: none;
  }

  .contents .float-img {
    width: 100%;
    margin: 0 auto 1.5rem;
  }

 

  /* 共通パーツ*/
  /*---------------------
  　COMMON　PART
  -----------------------*/
  /*---------------------
  　目次
  -----------------------*/
  .contents .tocBox {
    margin: 4rem auto 6rem;
    position: relative;
    background: #f3f3f3 url("img/eng_index.png") no-repeat top right 2rem;
    background-size: 8.5rem auto;
    border-radius: 1rem;
    padding: 2rem 2rem 4rem;
    width: 100%;
  }

  .contents .tocBox .sTit {
    font-size: 1.7rem;
    margin: 0 0 2rem;
  }

  .contents .tocBox .sTit:before {
    content: "";
    background: #333;
    width: 3rem;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 5rem;
  }

  .contents .tocBox .sTit img {
    height: 3rem;
    width: auto;
  }

  .lower .contents .tocBox .toc {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 100px;
  }

  .contents .whBox ul {
    margin: 0;
    padding: 0;
    width: 100%;
    counter-reset: num;
  }

  .contents .whBox ul li {
    padding: 0;
    background: none;
  }

  .contents .whBox ul li {
    counter-increment: num;
    font-size: 1.6rem;
    position: relative;
  }

  .contents .whBox ul li:before {
    content: counter(num, decimal-leading-zero);
    display: block;
    background-color: #bbb;
    width: 21px;
    height: 21px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 1.4rem;
    font-weight: 700;
    position: absolute;
    top: 2px;
    left: -3rem;
  }

  .contents .whBox ul li:last-child {
    margin-bottom: 0;
  }

  .contents .whBox ul li > a {
    font-size: 1.6rem;
    font-style: normal;
  }

  .contents .whBox ul li a:hover {
    opacity: 1;
    text-decoration: none;
  }

  .contents .whBox ul ul {
    margin: 1rem 0;
  }

  .contents .whBox ul ul li {
    padding: 0 0 0 17px;
    /* background:  url("img/icon_sub.png") no-repeat left top 6px;
    background-size: 10px auto; */
    margin: 0 0 6px;
    list-style: none;
  }

  .contents .whBox ul ul li:first-child {
    /* background:  url("img/icon_sub.png") no-repeat left top 6px;
    background-size: 8px auto;
    padding: 0 0 0 17px; */
  }

  .contents .tocBox .btn-acc {
    width: 21rem;
    padding: 1.2rem 3rem;
    position: absolute;
    bottom: -2rem;
  }

  .contents .tocBox .btn-acc:hover {
    opacity: 1;
  }



  /*---------------------
  　関連記事
  -----------------------*/
  .contents .relatedLink {
    margin: 6rem auto;
    width: 100%;
    padding: 3rem 2rem 3rem;
  }

  .contents .relatedLink .sTit:before {
    left: 8rem;
  }

  .contents .relatedLink .whBox {
    position: relative;
  }

  .contents .relatedLink ul {
    width: auto;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .contents .relatedLink ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 1.5rem;
    list-style: none;
  }

  .contents .relatedLink ul li:before {
    content: none;
  }

  .contents .relatedLink ul li:last-child {
    margin: 0;
  }

  .contents .relatedLink ul li a {
    font-weight: 400;
    padding: 0 0 0 3rem;
    display: block;
    background-size: 2.2rem auto;
  }

  .contents .relations-box__body p {
    margin: 0;
  }

  /*---------------------
  　まとめパーツ
  -----------------------*/
  .contents .parts_sum {
    margin: 10rem auto 6rem;
    border-radius: 1rem;
    padding: 6rem 2rem 3rem;
  }

  .contents .parts_sum:before {
    content: "";
    background: url("img/sum_ill.png") no-repeat;
    background-size: 100%;
    width: 8rem;
    height: 7.3rem;
    position: absolute;
    top: -2rem;
    left: 2rem;
  }

  .contents .parts_sum .ccl {
    width: 7rem;
    height: 7rem;
    font-size: 1.8rem;
    padding: 0.5rem;
    margin: 0 0 2rem;
    position: absolute;
    top: -3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .contents .parts_sum .catch {
    line-height: 1.6;
    font-size: 1.7rem;
    margin: 0 0 1.5rem;
    padding: 0;
    text-align: center;
  }

  .contents .parts_sum .catch span {
    font-size: 1.9rem;
  }

  .contents .parts_sum .txtArea p + p {
    margin: 1.5rem 0 0;
  }

  .contents .parts_sum .btn-internal {
    width: 96%;
  }



  /*---------------------
  　監修パーツ
  -----------------------*/
  .contents .parts_sv {
    margin: 6rem auto;
    background: url("img/eng_sv.png") no-repeat top center, url("img/sv_bg_sp.png") repeat-x bottom center;
    background-color: #001741;
    background-size: 18rem auto, 100% auto;
    border-radius: 1rem;
    padding: 5rem 1.5rem 4rem;
    width: 92%;
  }

  .contents .parts_sv .topBox {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .contents .parts_sv .label {
    border-radius: 0.5rem;
    font-size: 1.4rem;
    width: 6.8rem;
    min-height: 3.3rem;
    padding: 0.7rem;
  }

  .contents .parts_sv .comNameBox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contents .parts_sv .by {
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 4px;
  }

  .contents .parts_sv .h2Tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 2rem;
  }

  .contents .parts_sv .comName {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .contents .parts_sv .thumb {
    width: 100%;
    position: static;
    margin-bottom: 2rem;
  }

  .contents .parts_sv .catch {
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.7;
    margin-bottom: 2rem;
  }

  .contents .bb {
    font-size: 2rem;
  }

  .contents .parts_sv .btns-flex {
    margin: 3rem auto 0;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contents .parts_sv .btns-flex > div {
    width: 96%;
    margin: 0;
  }

  .contents .parts_sv .btn-link {
    margin: 3rem 0 0;
  }

  .contents .parts_sv .btn-link a {
    color: #fff;
  }

  

  .contents .category h2, .contents .page h2 {
    font-size: 2.2rem;
    line-height: 1.5909090909;
    /* border-radius: 15px 15px 15px 0; */
    padding: 1rem 3rem 1.3rem 2rem;
  }

  .contents .category h3, .contents .page h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.03em;
  }

  .contents .category h3::after, .contents .page h3::after {
    width: 50px;
  }

  .contents .category ul li, .contents .page ul li {
    line-height: 1.7142857143;
    padding: 0 0 5px 25px;
  }

  .contents .category ul li::before, .contents .page ul li::before {
    width: 10px;
    height: 10px;
    top: 8px;
  }

  .contents .category ol li, .contents .page ol li {
    line-height: 1.7142857143;
    padding: 0 0 5px 25px;
  }

  .contents .category ol li::before, .contents .page ol li::before {
    font-size: 1.5rem;
  }

  .contents .category .caption, .contents .page .caption {
    line-height: 1.25;
  }

  .contents .category .catch, .contents .page .catch {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }

  .contents .category .wp-block-table table, .contents .page .wp-block-table table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .contents .category .tocBox, .contents .page .tocBox {
    /* border-radius: 1.5rem; */
    padding: 1.9rem 1.5rem 1.8rem;
  }

  .contents .category .tocBox .sTit, .contents .page .tocBox .sTit {
    font-size: 1.6rem;
    line-height: 1.5625;
    padding: 0 0 10px 5px;
    margin-bottom: 0;
  }

  .contents .category .tocBox .btn-acc, .contents .page .tocBox .btn-acc {
    width: 28.5rem;
    height: 4rem;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }

  .contents .category .whBox ul li, .contents .page .whBox ul li {
    line-height: 1.7142857143;
    background-size: 17px 17px;
  }

  .contents .category .whBox ul li > a, .contents .page .whBox ul li > a {
    line-height: 1.7142857143;
  }

  .contents .category .whBox ul ul li, .contents .page .whBox ul ul li {
    background-size: 17px 17px;
  }

  .contents .category .whBox ul ul li:first-child, .contents .page .whBox ul ul li:first-child {
    background-size: 17px 17px;
  }

  .contents .category .toc > .chapter > li::before, .contents .page .toc > .chapter > li::before {
    font-size: 2rem;
    left: 6px;
  }


  .header {
    padding: 0.5rem 1rem;
  }

  .menu-box {
    display: none;
  }

  .header-head {
    text-align: center;
  }

  .header-title {
    margin-bottom: 2.9rem;
    font-size: 1rem;
    line-height: 1.7;
  }
  .header-title span {
    display: none;
  }

  .header-logo {
    margin: 0 auto;
    width: 14.2rem;
  }

  .sec-breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    font-size: 1.1rem;
    padding: 1.6rem 0 0.6rem;
    margin: 0 0 1.2rem;
  }

  .lower {
    padding: 15rem 0 0;
  }
  .lower .header {
    padding: 0.6rem 1rem;
  }
  .lower .header-title {
    line-height: 1.7;
    margin-bottom: 2.8rem;
  }
  .lower-ct {
    width: 100vw;
    background-image: url(img/ccl+tri_B-sp.png);
    background-repeat: no-repeat;
    background-size: 184px auto;
    background-position: left top;
    padding: 0 2rem 10rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .lower-ct::before {
    display: none;
  }
  .lower .contents {
    padding: 0.6rem 0 0;
  }
  .lower .contents {
    padding: 0;
    line-height: 1.8666666667;
  }
  .lower .contents .lower-ttl {
    font-size: 2.5rem;
    line-height: 1.32;
    margin-bottom: 1.2rem;
  }
  .lower .contents .lower-desc {
    font-size: 1.1rem;
    line-height: 1.6363636364;
    margin-bottom: 5.3rem;
  }
  .lower .contents .tocBox {
    width: 100%;
    padding: 1.3rem 1.9rem 3rem;
    margin: 6rem auto 6.4rem;
  }
  .lower .contents .tocBox::before {
    font-size: 4.7rem;
    top: -11px;
    right: 20px;
  }
  .lower .contents .tocBox .sTit {
    font-size: 1.8rem;
    line-height: 1.8616666667;
    padding: 0 0 0.9rem;
    margin-bottom: 1.8rem;
  }
  .lower .contents .tocBox .toc.whBox a {
    font-size: 1.6rem;
    line-height: 1.4375;
  }
  .lower .contents .tocBox .toc.whBox > ul > li {
    padding-left: 3.6rem;
  }
  .lower .contents .tocBox .toc.whBox > ul > li::before {
    top: -0.4rem;
    left: 0.4rem;
  }
  .lower .contents .tocBox .toc.whBox ul li {
    line-height: 1.4375;
  }
  .lower .contents .tocBox .toc.whBox .chapter .chapter {
    margin: 1.2rem 0 0 3.7rem;
    width: calc(100% - 3.7rem);
  }
  .lower .contents .tocBox .toc.whBox.show-more .chapter .chapter {
    margin: 1.2rem 0 2rem 3.7rem;
  }
  .lower .contents .tocBox .toc.whBox .chapter .chapter li {
    padding: 0 0 0 1.4rem;
  }
  .lower .contents .tocBox .toc.whBox .chapter .chapter li::before {
    top: 0.1rem;
  }
  .lower .contents .tocBox .btn-acc {
    width: 15rem;
    height: 4rem;
    font-size: 1.5rem;
    bottom: -1.9rem;
  }
  .lower .contents .tocBox .btn-acc::after {
    right: 1.3rem;
  }
  .lower .contents .tocBox.relatedLink {
    padding: 1.2rem 1.9rem 2rem;
  }
  .lower .contents .tocBox.relatedLink .whBox {
    padding-top: 0;
  }
  .lower .contents .tocBox.relatedLink .whBox ul {
    gap: 1.5rem;
  }
  .lower .contents .tocBox.relatedLink .whBox ul li {
    width: 100%;
    margin-bottom: 0;
  }
  .lower .contents .tocBox.relatedLink .whBox ul li::before {
    content: "";
    background: url(img/arrow_ccl.png) center / contain no-repeat;
    width: 24px;
    height: 24px;
    top: 4px;
    left: 0px;
}
  .lower .contents .tocBox.relatedLink .whBox ul li a {
    font-size: 1.6rem;
    line-height: 1.4375;
    padding: 0 0 0 0.1rem;
  }
  .lower .contents h2 {
    font-size: 2.3rem;
    line-height: 1.1739130435;
    margin: 3rem -2rem 2rem;
    padding: 2.2rem 3.7rem 2.4rem;
    background-size: 18px auto;
    background-position: 1px 0px, 100% 0px;
  }
  .lower .contents h3 {
    font-size: 2rem;
    line-height: 1.3;
    padding: 1rem 2rem 1rem 3.7rem;
    margin: 3.1rem auto 1rem;
    background-size: 24px auto;
  }
  .lower .contents h4 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding: 0 0.3rem 1.1rem;
    margin: 0 0 4rem;
  }
  .lower .contents ul,
.lower .contents ol {
    margin: 0 auto 2.2rem;
  }
  .lower .contents ul li,
.lower .contents ol li {
    line-height: 2;
    padding: 0 0 0 2.8rem;
  }
  .lower .contents ul li {
    margin-bottom: 0;
  }
  .lower .contents ul li::before {
    top: 1.1rem;
    left: 1.1rem;
    width: 10px;
    height: 10px;
  }
  .lower .contents ol li::before {
    min-height: 16px;
    min-width: 16px;
    top: 10px;
    left: 8px;
  }
  .lower .contents .float-wrap {
    width: 100%;
    margin: 3rem auto 3rem;
  }
  .lower .contents .float-wrap .fr.t_small,
.lower .contents .float-wrap .fl.t_small {
    margin: 0 auto 1rem;
  }
  .lower .contents .float-wrap .fr.t_small .flame,
.lower .contents .float-wrap .fl.t_small .flame {
    position: relative;
    overflow: hidden;
  }
  .lower .contents .float-wrap .fr.t_small .flame:before,
.lower .contents .float-wrap .fl.t_small .flame:before {
    display: block;
    content: "";
    padding-top: 60.3174603175%;
  }
  .lower .contents .float-wrap .fr.t_small .flame > :first-child, .lower .contents .float-wrap .fr.t_small .flame img,
.lower .contents .float-wrap .fl.t_small .flame > :first-child,
.lower .contents .float-wrap .fl.t_small .flame img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lower .contents .float-wrap .fr.t_small .caption,
.lower .contents .float-wrap .fl.t_small .caption {
    line-height: 1.5;
    margin: 8px 0 0;
  }
  .lower .contents .float-wrap .catch {
    font-size: 1.9rem;
    line-height: 1.5789473684;
    padding: 0;
  }
  .lower .contents .float-wrap p {
    line-height: 1.8666666667;
    margin: 1.1rem 0;
  }
  .lower .contents .wp-block-table {
    padding: 0 0.4rem;
    margin-bottom: 6.1rem;
  }
  .lower .contents .wp-block-table table {
    width: 100%;
  }
  .lower .contents .wp-block-table table th,
.lower .contents .wp-block-table table td {
    /* display: block;
    width: 100%; */
    border: 1px solid #7d7d7d;
    padding: 1.2rem 4%;
  }

  .sec-sponsored {
    width: calc(100% + 4rem);
    margin: 6.8rem -2rem 6.3rem;
    padding: 3.3rem 4rem 3.9rem;
    background-image: url(img/bg-line.png), url(img/bg-line.png), url(img/bg-sponsored-sp.jpg);
    background-repeat: repeat-y, repeat-y, no-repeat;
    background-size: 18px auto, 18px auto, contain;
    background-position: 0px -1px, 100% -1px, top center;
    position: relative;
    left: 0;
  }
  .sec-sponsored .sponsored-inn {
    width: 100%;
  }
  .sec-sponsored .sponsored-str {
    font-size: 1.5rem;
    line-height: 1.6333333333;
    min-width: 15.8rem;
    min-height: 2.5rem;
    margin: 0 auto 0.2rem;
  }
  .sec-sponsored .sponsored-by {
    font-size: 1.3rem;
    margin: 0 0 0.9rem;
  }
  .sec-sponsored .sponsored-ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    margin: 0 auto 2.2rem;
  }
  .sec-sponsored .sponsored-box {
    display: grid;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .sec-sponsored .sponsored-box__img {
    width: 100%;
  }
  .sec-sponsored .sponsored-box__img .caption {
    line-height: 1.5;
    color: white;
    margin: 3px 0 0;
  }
  .sec-sponsored .sponsored-box__desc {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
  .sec-sponsored .list-btns {
    padding: 0 0.5rem;
  }

  .sec-newsletter {
    padding: 3rem 0 1rem;
  }
  .sec-newsletter .newsletter-list {
    gap: 1.7rem;
  }
  .sec-newsletter .newsletter-list__item {
    gap: 1.3rem;
  }
  .lower .contents .sec-newsletter .newsletter-list__ttl {
    font-size: 1.6rem;
    line-height: 1.5555555556;
    padding: 0 0 0 2.7rem;
    margin: 0 0 0.2em;
    background: none;
  }
  .lower .contents .sec-newsletter .newsletter-list__ttl::before {
    top: 14px;
    left: -19px;
    width: 4rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .sec-newsletter .newsletter-list__head {
    font-size: 1.7rem;
    line-height: 1.5882352941;
    display: grid;
    gap: 1.1rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.1rem;
  }
  .sec-newsletter .newsletter-list__head span.fl{
    width: 16.5rem;
    float: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
    letter-spacing: 0;
  }
  .sec-newsletter .newsletter-list__head small {
    font-size: 1.5rem;
    line-height: 1.8666666667;
    margin: -0.4rem 0 0;
    letter-spacing: 0.015em;
  }
  .sec-newsletter .newsletter-list__box:not(:last-child) {
    margin-bottom: 0.7rem;
  }
  .sec-newsletter .newsletter-list__box .float-img.fr, .sec-newsletter .newsletter-list__box .float-img.fl {
    margin: 1rem 0 1.3rem;
    width: 100%;
  }
  .sec-newsletter .newsletter-list__box .caption {
    margin: 8px 0 0;
  }
  .sec-newsletter .newsletter-list__desc {
    line-height: 1.8666666667;
    letter-spacing: 0.015em;
  }

  .sec-interviews {
    padding: 0;
    margin-bottom: 5rem;
    width: 100%;
  }
  .sec-interviews .interviews-list {
    gap: 3rem;
  }
  .sec-interviews .interviews-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    padding: 0 2rem 2.4rem;
    border-bottom-width: 0.9rem;
  }


  .sec-interviews .interviews-list__item.item-green{
    border-bottom: 0.9rem solid #8dc9c1;
  }
  
  .sec-interviews .interviews-list__item.item-violet{
    border-bottom: 0.9rem solid #48539c;
  }
  
  .sec-interviews .interviews-list__item.item-orange{
    border-bottom: 0.9rem solid #ef4122;
  }

  .sec-interviews .interviews-list__item::before {
    font-size: 4.6rem;
    top: -10px;
    right: 11px;
  }
  .sec-interviews .interviews-list__left {
    width: 100%;
  }
  .sec-interviews .interviews-list__str {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: -0.1rem 0 3.2rem -0.7rem;
  }
  .sec-interviews .interviews-list__str small {
    font-size: 1.35rem;
  }
  .sec-interviews .interviews-list__img {
    width: 15rem;
    margin: 0 auto;
  }
  .sec-interviews .interviews-list__ct {
    padding: 0;
  }
  .lower .contents .sec-interviews .interviews-list__ttl {
    font-size: 1.9rem;
    line-height: 1.4736842105;
    letter-spacing: 0.028em;
    color: #000;
    margin: 0 0 1.2rem;
    background: none;
    padding: 0;
  }
  .sec-interviews .interviews-list__tags {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
  .sec-interviews .interviews-list__tags span {
    font-size: 1.3rem;
    line-height: 2.0769230769;
    padding: 0 1.1rem;
    border-radius: 1.4rem;
  }
  .sec-interviews .interviews-list__desc {
    line-height: 1.8666666667;
    letter-spacing: 0.025em;
  }

  .sec-summary {
    width: 100%;
    margin: 0 auto 11.4rem;
    background-image: url(img/bg-summary-sp.png);
    background-repeat: repeat-x;
    background-size: auto 2rem;
    background-position: left -8px top -1rem;
    padding: 0 2rem 3.6rem;
    margin-bottom: 6.7rem;
  }
  .sec-summary .summary-str {
    position: static;
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    font-size: 5.9rem;
    text-align: center;
    border-right: none;
    border-bottom: 2px dotted #000;
    padding: 0.8rem 1rem 0.7rem;
    margin: 0 -2rem 1.7rem;
    width: calc(100% + 4rem);
  }
  .lower .contents .sec-summary .summary-ttl {
    font-size: 1.9rem;
    line-height: 1.4736842105;
    margin: 0 0 1.3rem;
    letter-spacing: 0.03em;
    color: #000;
    background: none;
    padding: 0;
  }
  .sec-summary .summary-desc {
    line-height: 1.8666666667;
    margin-bottom: 2.4rem;
  }
  .sec-summary .list-btns {
    gap: 2rem;
    padding: 0 0.5rem;
  }

  .sec-block {
    padding: 0;
    margin-bottom: 6.7rem;
  }
  .sec-block .block-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .sec-block .block-list__item {
    padding: 1.9rem 1.9rem 3rem;
    border-bottom-width: 0.9rem;
  }
  .lower .contents .sec-block .block-list__ttl {
    font-size: 1.9rem;
    line-height: 1.4736842105;
    margin: 0 0 2.1rem;
    color: #000;
    background: none;
    padding: 0;
  }
  .lower .contents .sec-block .block-list__ttl::before {
    right: calc(100% + 1.3rem);
    width: 0.6rem;
  }
  .sec-block .block-list__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.6rem;
  }
  .sec-block .block-list__img:before {
    display: block;
    content: "";
    padding-top: 51.9047619048%;
  }
  .sec-block .block-list__img > :first-child, .sec-block .block-list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec-block .block-list__desc {
    line-height: 1.8666666667;
    margin-bottom: 1.1rem;
  }
  .sec-block .block-list__note {
    line-height: 1.5;
    margin-bottom: 2.8rem;
  }
  .sec-block .block-list .list-btns--second {
    margin: 0;
    padding: 0 0.5rem;
  }
  .sec-block .block-list .list-btns--second a {
    text-decoration: none;
    width: 100%;
  }
  
  
  
  
  
}


