@media screen and (min-width: 768px) {
  .forSP{
    display: none!important;
  }
}

/* navigation01 */
.header-area-upper {
	padding: var(--s1);
	text-align: right;
  position: relative;
}
.header-title {
	font-size: 1.2rem;
	display: inline-block;
	position: relative;
}
.header-title::before {
	content: "PR";
	padding: .2rem;
	color: #fff;
	background-color: #333;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -2.4rem;
}
.header-title a {
	text-decoration: none;
}
.header-title a:hover {
	text-decoration: underline;
}


.header-logo img {
  width: 25rem;
}
.header-logo {
  margin-left: 6rem;
  position: relative;
}
.header-logo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
  height: 20rem;
  background-image: url('img/logo_bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
}

.gnavi-ctrl {
	display: none;
}
.gnavi-btn {
	display: none;
}
.gnavi-btn-close {
	display: none;
}
.gnavi-area {
	display: none;
}
.toggle-content {
	display: none;
}
/*------------------------------------------
 Global menu settings
*/

.navigation01-menu {
	display: flex;
  align-items: center;
}
.navigation01-menu li::before {
	display: none;
}
.navigation01-menu li {
	flex: 1;
}
.navigation01-menu li a {
	padding: var(--s2) 1.8rem;
	display: block;
	text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;  
}
.navigation01-menu li a:hover {
	opacity: .6;
}
.header-area-upper {
	padding: var(--s1);
	text-align: right;
	position: relative;
}
.navigation01-menu-area {
	position: absolute;
	top: 4rem;
	right: 0;
	z-index: 10;
  margin-top: 1rem;
}

.navigation01-menu-area .l-center{
  padding-right: 0;
}

.low-page-contents .navigation01-menu-area {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	top: auto;
	bottom: auto;
	position: relative;
  margin-bottom: var(--s2);
}

.low-page-contents .navigation01-menu {
	position: relative;
	align-items: center;
}

.low-page-contents .navigation01-menu li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background-color: var(--txt-color);
	z-index: 1;
}

.low-page-contents .navigation01-menu li:last-child::after {
	display: none;
}


.low-page-contents .navigation01-menu li {
	position: relative;
  overflow: hidden;
	min-width: 0;
}
.low-page-contents .navigation01-menu li a {
	white-space: unset;
}
.onb-index01-frame {
  width: 100%;
  background-color: var(--site-color09);
}
.onb-index01-wrap {
  margin: var(--s3) auto var(--s5);
  padding: var(--s1) var(--s3);
  position: relative;
  background: #ffffff;
  width: 70%;
  border: 1px solid var(--site-color01);
  border-radius: 20px;
}
.onb-index01-title {
  padding: var(--s2);
  color: var(--txt-color);
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;

}
.onb-index01-title::before {
  content: "";
  width: 2rem;
  height: 0.3rem;
  background: var(--site-color01);
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
.onb-index01-title::after{
  content: "";
  width: 0.3rem;
  height: 2rem;
  background: var(--site-color01);
  position: absolute;
  top: 50%;
  right: 2.9rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.onb-index01-title.is-open::after {
  transform: translate(0, -50%) rotate(270deg);
}
#toc .onb-index01-chapter {
  padding: var(--s2);
  font-weight: 700;
  counter-reset: number 0; 
}
#toc ul li.chapter-h-two::before,
#toc ul li.onb-index01-chapter-h-two::before {
  counter-increment: number 1;  
  content: counter(number, decimal-leading-zero);
  color: var(--site-color14);
  position: absolute;
  top: 0;
  left: -1.8em;
}
#toc ul li.onb-index01-chapter-h {
  margin: 0 0 0 var(--s2);
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}
#toc ul li.onb-index01-chapter-h a {
  display: block;
  text-decoration: none;
}
#toc ul li.onb-index01-chapter-h a:hover {
  opacity: .6;
}
#toc ul li.onb-index01-chapter-h-two {
  margin-left: var(--s2);
  position: relative;
}
#toc ul li.onb-index01-chapter-h-three {
  margin-left: var(--s4);
  position: relative;
}
#toc ul li.onb-index01-chapter-h-two::before,
#toc ul li.onb-index01-chapter-h-three::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--site-color04);
  position: absolute;
  top: 0.5em;
  left: -2rem;
}
#toc ul li.chapter-h-three::before,
#toc ul li.onb-index01-chapter-h-three::before {
  content: "";
}
.more-content {
  display: none;
}


.onb-index01-content {
  margin-top: 1.4rem;
  border-top: 1px solid var(--site-color03);
}

/* ---------------------------------------------
related-article01
--------------------------------------------- */
.related-article01-frame {
  border: 1px solid var(--site-color09);
  margin: var(--s6) auto;
  padding: var(--s1) var(--s3) var(--s4) var(--s3);
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.related-article01-title {
  padding: var(--s2);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid var(--site-color01);
}
.related-article01-list {
  padding: var(--s2) 0 var(--s2) 0;
  font-weight: 700;
}
.related-article01-list li {
  margin: 0 0 0 var(--s2);
  padding-left: 1.5em;
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}
.related-article01-list li + li {
  margin-top: 10px;
}
.related-article01-list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--site-color04);
  position: absolute;
  top: .9rem;
  left: 0;
}
.related-article01-list a {
  display: block;
  text-decoration: none;
}
.related-article01-list a:hover {
  opacity: 0.6;
}
.relations-box.relations-box--column {
  display: flex;
  gap: 10px;
}
.relations-box__pic {
  flex: 0 0 150px;
}
.is-hidden {
  display: none;
}

.related-article01-more {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
  background-color: transparent;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding: 2rem 0;
  border-radius: 0 0 10px 10px;
}

.related-article01-more.is-closed {
  display: none;
}

.related-article01-btn {
  border: 1px solid var(--site-color01);
  background: #fff;
  border-radius: 100px;
  padding: 1rem 5rem 1rem 2rem;
  position: relative;
}

.related-article01-btn::before {
  content: "";
  width: 1.8rem;
  height: 0.2rem;
  background: var(--site-color01);
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%);
}
.related-article01-btn::after {
  content: "";
  width: 0.2rem;
  height: 1.8rem;
  background: var(--site-color01);
  position: absolute;
  top: 50%;
  right: 2.3rem;
  transform: translate(0, -50%);
  transition: transform 0.3s;
}
.related-article01-btn:hover {
  opacity: 0.6;
}

.section-title02-frame {
  margin-top: 5rem;
  text-align: center;
  position: relative;
}

.sec01 .section-title02-frame {
  margin-top: 3rem;
}

.section-title02 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.sec02 .section-title02 {
  position: relative;  
}
.sec02 .section-title02::before {
  content: '';
  position: absolute;
  background: url(./img/dot_sec02.png) no-repeat center;
  width: 15rem;
  height: 20rem;
  background-size: contain;
  top: 0;
  z-index: 0;
  right: -8rem;
}
.section-title02 a {
  text-decoration: none;
  background: url(./img/arr-right-blue.svg) no-repeat top 1.8rem right / auto
    0.6em;
  display: inline-block;
  padding-right: var(--s4);
}
.section-title02-sub {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -1.8em;
  left: 0;
}
.section-title02-sub > span {
  display: inline-block;
  position: relative;
}
.section-title02-sub > span::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin: 0 8px 3px 0;
  vertical-align: middle;
  background: none;
  box-sizing: border-box;
  border: 4.5px solid var(--site-color04);
  width: 1.5rem;
  height: 1.5rem;
}

/*------------------------------------------
    3box column settings
*/
.column-small {
  padding: var(--s2);
  background: #ffffff;
  border-radius: 20px;
  border: none;
}
.sec01 .column-small {
  padding-top: 0;
  width: 95%;
  margin: 0 auto;
}

.low .column-small {
  background: var(--bg-color01);
}
.sec03 .column-small {
  padding: var(--s3) var(--s3) var(--s4);
  width: 100%;
  margin: 0 auto;
}
.sec03 .l-grid-three:has(.column-small:only-child) {
  justify-items: start;
}
.sec03 .l-grid-three .column-small:only-child {
  max-width: calc((100% - var(--s3) * 2) / 3);
  width: calc((100% - var(--s3) * 2) / 3);
  margin-left: 0;
  margin-right: auto;
}
.thb-box-full {
  width: calc(100% + var(--s4));
  margin-left: calc(var(--s2) * -1);
}
.sec02 .thb-box-full {
  width: calc(100% + var(--s8));
  margin-left: calc(var(--s4) * -1);
}

.arrow-title {
  margin-bottom: 1rem;
  padding: var(--s2);
  font-weight: 700;
  color: #fff;
  background-color: var(--site-color03);
  text-align: center;
  line-height: 1.5;
  border-radius: 20px 20px 0 0;
}
.sec01 .arrow-title {
  font-size: 2.3rem;
  padding-left: var(--s1);
  padding-right: var(--s1);
}
.arrow-title .attention {
  background: linear-gradient(
    transparent calc(100% - 8%),
    #efb1ab calc(100% - 8%)
  );
  display: inline;
  padding-bottom: 0.5rem;
}

.sec02 .arrow-title {
  font-size: 3.8rem;
  padding: var(--s2) var(--s2) var(--s3);
}
.sec02 .arrow-title-small {
  font-size: 3.3rem;
}
.arrow-title-small {
  font-size: 2rem;
}

.title-catch {
  font-size: 3.2rem;
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.title-catch a {
  text-decoration: none;
  background: url(./img/arr-right-blue.svg) no-repeat top 1.3rem right / auto
    0.8em;
  display: block;
  padding-right: var(--s2);
}
.sec01 .title-catch {
  font-size: 2.3rem;
  color: var(--site-color01);
  line-height: 1.3;
}
.sec02 .title-catch {
  font-size: 3.5rem;
}

.sec03 .title-catch{
  font-size: 2.3rem;
  border-bottom: 1px solid var(--txt-color);
  padding-bottom: var(--s2);
}

.sec05 .title-catch,
.sec06 .title-catch,
.sec07 .title-catch {
  font-size: 2.3rem;
  margin-bottom: var(--s2);
  border-bottom: 1px solid var(--txt-color);
  padding-bottom: var(--s2);
}

.sec03 .title-catch a {
  text-decoration: none;
  background: url(./img/arr-right-blue.svg) no-repeat center right / auto 0.7em;
  display: block;
  padding-right: var(--s4);
}
.sec03 .title-catch a:hover {
  text-decoration: none;
}

.company-name {
  padding: var(--s2) var(--s1) var(--s3) var(--s1);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  display: block;
  color: var(--txt-color);
}

/*------------------------------------------
    1box column settings
*/
.column-medium {
  padding: var(--s4);
  border: 1px solid #ccc;
}
.onb-box-full {
  width: calc(100% + var(--s8));
  margin-left: calc(var(--s4) * -1);
}
.onb-center-img {
  max-width: 64%;
  margin: 0 auto;
}
/*------------------------------------------
    2box column settings
*/
.column-medium {
  padding: var(--s4);
  border: 1px solid #ccc;
}

.sec02 .column-medium {
  padding: 0 var(--s4) var(--s4);
  border: none;
  background-color: var(--bg-color01);
  border-radius: 20px;
}
.sec02 .l-grid-two .column-medium {
  padding: 0 var(--s2) var(--s4) 0;
}

.sec02 .l-stack-small .l-grid-two .column-medium img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
  display: block;
}




.sec05 .column-medium {
  border-radius: 20px;
  border: none;
  background-color: #ffffff;
}
.sec06 .column-medium,
.sec07 .column-medium {
  border-radius: 20px;
  border: none;
  background-color: var(--bg-color01);
}

.twb-box-full {
  width: calc(100% + var(--s8));
  margin-left: calc(var(--s4) * -1);
}
.twb-m-title03 {
  padding: var(--s2) var(--s2) var(--s2) var(--s5);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 1rem;
  position: relative;
}
.twb-m-title03::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3rem;
  background: url("img/twb-m-title03_icon.png")no-repeat center;
  background-size: contain;
  margin-right: 0.5rem;
  flex-shrink: 0;
  position: absolute;
  left: 1rem;
}
.profile-area {
  padding: var(--s4) var(--s4) var(--s2);
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-areas: "img catch" "img text";
  gap: var(--s4);
  background-color: var(--site-color07);
  background: url("img/bg_profile-area.png") no-repeat center center / cover;
  border-radius: 20px;
}
.profile-img-area {
  grid-area: img;
}

.profile-text-area ul {
  margin-left: var(--s3);
}

.sec02 .profile-text-area ul {
  margin-left: 0;
}

.profile-btn-area {
  grid-area: btn;
  position: relative;
  z-index: 5;
}
.profile-caption {
  margin-top: var(--s1);
  text-align: center;
}
.profile-catch {
  padding-bottom: var(--s2);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--site-color03);
  line-height: 1.5;
  grid-area: catch;
}
.profile-catch span {
  font-size: 1.8rem;
  display: block;
}
.profile-detail {
  margin-bottom: var(--s2);
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
.profile-detail:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 3rem;
  background-image: url(img/twb-m-title03_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
  vertical-align: middle;
}
.profile-box-ttl {
  margin-bottom: var(--s2);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--site-color03);
}
/*------------------------------------------
    Tag list styles
*/
.tag-list-6c {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s1);
  margin: 0;
  padding: 0;
  list-style: none;
}

.tag-list-6c li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.onb-tag-colored {
  display: inline-block;
}

.onb-tag-colored .tag-name {
  display: inline-block;
  padding: var(--s1) var(--s2);
  background-color: #fbedee;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: bold;
}
.acc-more-btn {
  max-width: 46rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.acc-more-btn span {
  width: 100%;
  margin: var(--s5) auto;
  padding: 2rem 6rem 2rem 5rem;
  border: 1px solid var(--site-color01);
  border-radius: 4rem;
  background: url("./img/acc-off.svg") no-repeat 95% center #fff;
  display: block;
  text-align: center;
  transform: translate(0, 0);
  transition: transform 0.3s;
  cursor: pointer;
  z-index: 1;
  font-weight: bold;
}

.acc-more-btn:hover span {
  transform: translate(0.8rem, 0.8rem);
}
.acc-more-btn.is-open span {
  background: url("./img/acc-on.svg") no-repeat 95% center #fff;
}
.more-content {
  display: none;
}
.more-content .l-grid-three + .l-grid-three {
  margin-top: var(--s3);
}
.text-area {
  line-height: 2;
}

.summary-box-r,
.summary-box-l {
  border-radius: 20px;
  background-color: var(--bg-color01);
  padding: var(--s4);
}

.summary-box-r-catch,
.summary-box-l-catch {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
  grid-area: catch;
position: relative;
}
.summary-box-r-catch a,
.summary-box-l-catch a {
  text-decoration: none;
  background: url(./img/arr-right-blue.svg) no-repeat center right / auto 0.7em;
  display: inline-block;
  padding-right: var(--s3);
}

.summary-box-r {
  display: grid;
  grid-auto-rows: minmax(10px, auto) 1fr;
  grid-template-areas: "img catch" "img content";
}
.summary-box-r-catch {
  padding: var(--s2) var(--s1) var(--s2) var(--s6);
}
.summary-box-r-img {
  padding-right: var(--s4);
  grid-area: img;
}
.summary-box-r-content {
  grid-area: content;
}
.text-area {
  line-height: 2;
}
.summary-box-l {
  display: grid;
  grid-auto-rows: minmax(10px, auto) 1fr;
  grid-template-areas: "catch img" "content img";
}
.summary-box-l-catch {
  padding: var(--s2) var(--s1) var(--s2) var(--s9);
}
.summary-box-r-catch::before,
.summary-box-l-catch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* å¿…è¦ã«å¿œã˜ã¦ 1rem ã‚„ var(--s2) ãªã©ã«å¤‰æ›´ã—ã¦èª¿æ•´ã—ã¦ãã ã•ã„ */
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(-45deg, #D4D6EF, #f566a9);
}
.summary-box-l-img {
  padding-left: var(--s4);
  grid-area: img;
}
.summary-box-l-content {
  grid-area: content;
}
.annotation {
  text-align: left;
}
.sec01 .annotation {
  margin-top: 0;
  color: var(--txt-color);
}
.sec02 .profile-text-area .annotation {
  text-align: right;
}

.sec02,
.sec04,
.sec06,
.sec07,
.sec08 {
  background-color: #ffffff;
}

.sec03 .txt_box {
  line-height: 1.7;
}


/*------------------------------------------
    Table cell height alignment for sec03
*/
@media screen and (min-width: 768px) {
  .sec03 .pc-table-vertical table {
    table-layout: fixed;
    width: 100%;
  }
  .sec03 .pc-table-vertical table th,
  .sec03 .pc-table-vertical table td {
    vertical-align: top;
    padding: var(--s1) var(--s2);
  }
}

.sec01{
  padding: 0 0 15rem;
  background: linear-gradient(to top, #92C7E2, #f4f7fc 30%);
}
.low{
  background: linear-gradient(to bottom, #CBE0F0, #FFFFFF 30%);
  margin-top: 16rem;
    padding-top: var(--s5);
}


.sec01 .l-grid-three,
.bg-02{
  position: relative;
  z-index: 2;
}
.sec01 .l-grid-three:before{
  content: '';
  position: absolute;
  background: url(./img/dot_sec01.png) no-repeat;
  width: 25rem;
  height: 35rem;
  background-size: 40%;
  top: -26rem;
  left: 5rem;
  z-index: 0;
}

.low .l-grid-three:before{
  content: '';
  position: absolute;
  background: url(./img/dot_low01.png) no-repeat;
  width: 30rem;
  height: 30rem;
  background-size: contain;
  top: -17rem;
  left: -9rem;
  z-index: 0;
}
.low .l-grid-three:after{
  content: '';
  position: absolute;
  background: url(./img/dot_low02.png) no-repeat;
  width: 23rem;
  height: 24rem;
  background-size: contain;
  top: -21rem;
  right: -10rem;
  z-index: 0;
}

.bg-02:before{
  content: '';
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 15rem;
  clip-path: ellipse(60% 100% at 50% 100%); 
  top: -7rem;
  left: 0;
  z-index: -1;
}
.sec02{
  padding: 0 0 8rem;
}

.sec03,
.sec04,
.sec05,
.sec06,
.sec07,
.sec08 {
  padding: 8rem 0;
}
.sec05, .sec07{
	padding-bottom: 12rem;
}


/* ---------------------------------------------
circle-title
--------------------------------------------- */
.circle-title {
  margin-bottom: var(--s4);
  padding-bottom: var(--s2);
  padding-left: 1.1rem;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--txt-color);
  line-height: 1.5;
  position: relative;
  z-index: 0;
}
.sec02 .circle-title{
  margin-top: 5rem;
}

.sec05 .circle-title,
.sec06 .circle-title,
.sec07 .circle-title {
  margin-bottom: var(--s1);
  margin-top: var(--s3);
}

.circle-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(./img/circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: -1;
}

.circle-title a {
  text-decoration: none;
  background: url(./img/arr-right-blue.svg) no-repeat top 1.8rem right / auto
    0.6em;
  display: inline-block;
  padding-right: var(--s4);
}
.scroll-caption{
  display: block;
  max-width: 100%;
  padding: 0 0 0.3rem 0;
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
}


.onb-icon-head01 {
  margin-top: var(--s4);
  margin-bottom: var(--s4);
  padding: var(--s2) var(--s3) var(--s2) var(--s14);
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--txt-color);
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
.onb-icon-head01::before {
  content: "";
  width: 8rem;
  height: 12rem;
  background: url(./img/point.png) no-repeat center center;
  background-size: cover;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 1.6rem;
  border-radius: 100px;
  background-size: contain;
}
.pc-fix-banner02 {
  width: 24rem;
  position: fixed;
  right: 0;
  bottom: 1rem;
  z-index: 50;
}
.pc-fix-banner02 a {
  text-decoration: none;
  display: block;
}
.pc-fix-banner02 a:hover {
  opacity: .7;
}

.onb-conclusion-box-frame {
  margin-top: var(--s6);
  margin-bottom: var(--s3);
  padding: var(--s2) var(--s4) var(--s4) var(--s4);
  background: #ffd22d;
  border-radius: 2rem;
}
.onb-conclusion-box-ttl {
  position: relative;
}
.onb-conclusion-box-ttl__icon {
  width: 15rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--site-color01);
  border-radius: 50%;
  position: absolute;
  left: -3rem;
  bottom: -1rem;
  border: 2px solid #fff;
  box-shadow: -10px 0 0 0 #eeeeee;
}
.onb-conclusion-box-ttl__icon span {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}
.onb-conclusion-box-ttl__text {
  padding-top: var(--s3);
  padding-bottom: var(--s3);
  margin-left: 15rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}
.onb-conclusion-box-frame .l-float__wrap {
  background: #fff;
  border-radius: 2rem;
  padding: var(--s5);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
}
.onb-conclusion-floatimg {
  text-align: center;
}
.l-onb-conclusion-img {
  width: 20%;
  text-align: center;
}
.l-onb-conclusion-img img {
  max-width: 100%;
}
.onb-onb-conclusion-box-imgcap {
  margin-top: var(--s1);
  text-align: center;
  font-size: 1.2rem;
}

/* ---------------------------------------------
mainvisual
--------------------------------------------- */
.mainvisual {
  width: 100%;
}

/* ---------------------------------------------
mainvisual lower
--------------------------------------------- */
.mainvisual--lower {
  position: relative;
  padding: var(--s4) var(--s2) var(--s2);
  overflow: hidden;
  z-index: 0;
}

.mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.mainvisual__frame {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}

.mainvisual__frame::before {
  content: '';
  position: absolute;
  top: 0;
  right: 20rem;
  width: 20rem;
  height: 10rem;
  background: url(./img/mv_bg_lower.png) no-repeat center center / contain;
  z-index: -1;
}

.mainvisual__content {
  position: relative;
  padding: var(--s4) var(--s6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.low-page-contents .mainvisual__content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15rem;
  height: 15rem;
  background-image: url('img/logo_bg.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
}


.mainvisual__logo img {
  display: block;
  width: 25rem;
}
.mainvisual__logo a:hover{
  opacity: 0.6;
}

.mainvisual__logo-text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a5490;
  line-height: 1;
  font-family: sans-serif;
}


.mainvisual__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--s1);
  margin-top: var(--s3);
  padding-top: var(--s2);
  position: relative;
}

.mainvisual__nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E91E63;
}

.mainvisual__nav-item {
  font-size: 1.4rem;
  color: #333;
  padding: 0 var(--s1);
}

.mainvisual__nav-divider {
  width: 1px;
  height: 16px;
  background-color: #999;
}

.mainvisual__breadcrumb {
  font-size: 1.2rem;
  color: #666;
  padding: var(--s2) var(--s4);
}


.mainvisual__breadcrumb--bottom {
  position: absolute;
  bottom: var(--s2);
  left: var(--s4);
  z-index: 2;
}

.header-breadcrumb {
  font-size: 1.2rem;
}




.mainvisual__inner {
  display: flex;
  align-items: center;
  gap: var(--s4);
  max-width: 1200px;
  margin: var(--s4) auto 0;
  padding: var(--s4);
}

.mainvisual__text {
  flex: 1;
  padding: var(--s4);
  max-width: var(--mainvisual-text-width, 100%);
  position: relative;
  z-index: 1;
}

.mainvisual__text::before {
  content: '';
  position: absolute;
  background: url(./img/dot_mv.png) no-repeat;
  width: 70rem;
  height: 5rem;
  background-size: contain;
  top: -3rem;
  left: 5rem;
  z-index: 1;
}
.mainvisual__text::after {
  content: '';
  position: absolute;
  background: url(./img/mv_bg.svg) no-repeat;
  width: 120rem;
  height: 90rem;
  top: 18rem;
  left: 2rem;
  background-size: 100%;
  z-index: -1;
  overflow: hidden;
}

.mainvisual__title {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: var(--s3);
  color: var(--site-color01);
  line-height: 1.5;
}

.mainvisual__title span{
  font-size: 3.2rem;
}

.mainvisual__description {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--txt-color);
  margin: 0;
}

.mainvisual__image {
  flex: 1;
}

.mainvisual__image picture,
.mainvisual__image img {
  display: block;
  width: 100%;
  height: auto;
}
.sec03 .img-wrapper img {
  min-height: 150px;
  object-fit: contain;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.sp-fix-banner02 {
  display: none;
}

.page-top {
  z-index: 100 !important;
  bottom: 16.5rem !important; /* Ã¥Å¸ÂºÃ¦Å“Â¬Ã¯Â¼Ë†Ã¤Â¸â€¹Ã¥Â±Â¤Ã¯Â¼â€°Ã£ÂÂ¯ 16.5rem */
}

/*------------------------------------------------------------
    SP settings (max-width: 767px)
    Ã£Ââ„¢Ã£ÂÂ¹Ã£ÂÂ¦Ã£ÂÂ®SPÃ§â€Â¨Ã£â€šÂ¹Ã£â€šÂ¿Ã£â€šÂ¤Ã£Æ’Â«Ã£â€šâ€™Ã£Ââ€œÃ£Ââ€œÃ£ÂÂ«Ã£ÂÂ¾Ã£ÂÂ¨Ã£â€šÂÃ£ÂÂ¦Ã£Ââ€žÃ£ÂÂ¾Ã£Ââ„¢
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  /*------------------------------------------
    Navigation
  */
  #low-header .gnavi-ctrl,
  .low-page-contents .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
  }
  .gnavi-ctrl {
    display: block;
    transition: opacity 0.6s, visibility 0.6s;
    opacity: 0;
    visibility: hidden;
  }
  .gnavi-ctrl.is-show {
    opacity: 1;
    visibility: visible;
  }
  #low-header .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
  }
  .gnavi-btn {
    width: var(--s7);
    height: var(--s7);
    background: var(--site-color01);
    display: block;
    position: fixed;
    top: var(--s3);
    right: 0;
    z-index: 200;
    cursor: pointer;
    border-radius: 50px;
  }
  .gnavi-btn span {
    width: var(--s4);
    height: 0.2rem;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 1.2rem;
    transform: translate(0, -50%);
    transition: transform 0.4s, opacity 0.4s;
  }
  .gnavi-btn span:nth-of-type(1) {
    top: 2rem;
  }
  .gnavi-btn span:nth-of-type(2) {
    top: 2.8rem;
  }
  .gnavi-btn span:nth-of-type(3) {
    top: 3.6rem;
  }
  .gnavi-btn.is-active span:nth-of-type(1) {
    transform: translateY(0.7rem) rotate(-45deg);
  }
  .gnavi-btn.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .gnavi-btn.is-active span:nth-of-type(3) {
    transform: translateY(-0.9rem) rotate(45deg);
  }
  .gnavi-btn-close {
    width: 80%;
    margin: 0 auto;
    padding: var(--s2);
    background: #ffffff;
    display: block;
    text-align: center;
    border-radius: 50px;
  }
  .gnavi-btn-close__inner {
    padding: 0 0 0 var(--s3);
    display: inline-block;
    font-weight: 700;
    position: relative;
  }
  .gnavi-btn-close__inner::before {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: var(--site-color01);
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
  }
  .gnavi-btn-close__inner::after {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: var(--site-color01);
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(0, -50%) rotate(135deg);
  }
  .gnavi-area {
    width: 100%;
    height: 100vh;
    padding: var(--s3) var(--s1) var(--s10);
    display: block;
    background: #F5F5F5;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
  }
  .gnavi-title {
    min-height: var(--s6);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    width: 50%;
  }
  .gnavi-pc {
    display: none;
  }
  .gnavi-list {
    border-bottom: 1px solid var(--site-color01);
    position: relative;
  }
  .gnavi-list li {
    padding-left: 0;
  }
  .gnavi-list__item::before {
    display: none;
  }
  .gnavi-list__link {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2) var(--s4) var(--s2) var(--s2);
    border-top: 1px solid var(--site-color01);
    display: block;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    position: relative;
    font-size: 1.5rem;
  }
  .gnavi-list__link::after {
    content: "";
    width: 1rem;
    height: 1.5rem;
    background: url("img/arr-right-blue.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%) rotate(0);
    transition: transform 0.3s;
  }
  .gnavi-list__link--toggle::after {
    background-image: url("img/arrow-blue-down.svg");
    width: 1.4rem;
  }
  .gnavi-list__link--toggle.is-open::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .gnavi-list__sub {
    width: 100%;
    background: #fff;
  }
  .gnavi-list__low .gnavi-list__link {
    padding: var(--s2) var(--s4) var(--s2) var(--s4);
  }
  .gnavi-list__low .gnavi-list__link::after {
    content: "";
    background: none;
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
    left: 1rem;
  }
  .is-gnavi-open .gnavi-area {
    opacity: 1;
    transform: translateX(0);
  }
  .navigation01-menu-area {
    display: none;
  }

  /*------------------------------------------
    Related Article
  */
  .related-article01-list {
    padding: 0;
    margin-top: var(--s2);
  }
  .related-article01-list li {
    margin-left: 0;
  }
  .relations-box__pic {
    flex: 0 0 100px;
  }
  .related-article01-list li::before {
    top: 1rem;
  }
  /*------------------------------------------
    Section Title
  */
  .section-title02 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .section-title02 a {
    background: url(./img/arr-right-blue.svg) no-repeat center right / auto 0.6em;
    padding-right: var(--s3);
  }

  /*------------------------------------------
    Column
  */
  .column-medium {
    padding: var(--s2);
  }
  .onb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
  }
  .onb-center-img {
    max-width: 100%;
  }
  .twb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
  }

  /*------------------------------------------
    Profile Area
  */
  .profile-area {
    padding: var(--s3) var(--s3) var(--s5);
    grid-template-columns: none;
    grid-template-areas: inherit;
    gap: var(--s2);
    background: url("img/bg_profile-area_sp.png") no-repeat center center / cover;
  }
  .profile-area::before {
    font-size: 1.4rem;
  }
  .profile-img-area,
  .profile-text-area,
  .profile-btn-area,
  .profile-catch {
    grid-area: inherit;
  }
  .profile-img-area {
    display: flex;
    align-items: center;
    gap: var(--s2);
  }
  .profile-box {
    margin-top: 0;
  }
  .profile-detail {
    margin-bottom: var(--s2);
    font-size: 1.8rem;
  }
  .profile-img {
    width: 80%;
    margin: 0 auto;
  }

  /*------------------------------------------
    Accordion More Button
  */
  .acc-more-btn {
    margin-right: var(--s1);
    width: 80%;
    margin: 0 auto;
	position: relative;
	z-index: 10;
  }
  .acc-more-btn span {
    transition: inherit;
    transform: none;
  }
  .acc-more-btn:hover span {
    transform: none;
  }

  /*------------------------------------------
    Summary Box
  */
  .summary-box-r-img {
    padding-right: 0;
    margin-bottom: var(--s2);
  }
  .summary-box-l,
  .summary-box-r {
    padding: var(--s1) var(--s3) var(--s4);
    display: block;
  }
  .summary-box-l-catch {
    margin-bottom: var(--s2);
    font-size: 2.4rem;
  }
  .summary-box-l-img {
    padding-left: 0;
    margin-bottom: var(--s2);
  }

  /*------------------------------------------
    Section 01
  */
  .sec01 .column-small {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .sec01 .section-title02-frame {
    margin-top: 2rem;
  }
  .sec01 .l-grid-three:before {
    content: none;
  }
  .sec01 {
    padding: 0px 0 8rem;
  }

  /*------------------------------------------
    Section 02
  */
  .sec02 .thb-box-full {
    width: calc(100% + var(--s4));
    margin-left: calc(var(--s2) * -1);
  }
  .sec02 .arrow-title {
    font-size: 2.5rem;
  }
  .sec02 .arrow-title-small{
    font-size: 2rem;
  }
  .sec02 .title-catch {
    font-size: 2.3rem;
  }
  .sec02 .column-medium {
    padding: 0 var(--s2) var(--s5);
  }
  .sec02 .l-grid-two .column-medium {
    padding: 0;
  }
  .sec02 .l-stack-small .l-grid-two .column-medium img {
    max-height: 250px;
  }
  .sec02 .section-title02::before {
    content: none;
  }
  .sec03, .sec04, .sec05, .sec06, .sec07 {
    padding: 4rem 0 8rem;
}

  /*------------------------------------------
    Section 03
  */
  .sec03 .title-catch,
  .sec04 .summary-box-r-catch,
  .sec04 .summary-box-l-catch {
    font-size: 2rem;
    margin-bottom: var(--s1);
  }
  .sec03 .column-small {
    width: 90%;
  }
  .sec03 .l-grid-three .column-small:only-child {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .sec03 .column-small img {
    width: 80%;
    margin: 0 auto;
  }
  .sec03 .title-catch {
    margin-top: var(--s2);
  }
  .sec03 .title-catch a {
    padding-right: var(--s2);
  }

 /*------------------------------------------
    Section 04
  */
  .sec04 .summary-box-r .btn-link,
  .sec04 .summary-box-l .btn-link{
    margin: var(--s3) auto 0;
  }

  /*------------------------------------------
    Section 05, 06
  */
  .sec05 .title-catch,
  .sec06 .title-catch {
    font-size: 1.8rem;
  }
  .sec05 .column-medium {
    padding: var(--s2) var(--s3);
  }

.sec06, .sec07{
  padding-bottom: 2rem;
}
.sec08 {
  padding: 4rem 0;
}

  /*------------------------------------------
    Circle Title
  */
  .circle-title {
    font-size: 2rem;
    margin-bottom: var(--s1);
    margin-top: var(--s3);
  }
  .circle-title::before {
    width: 60px;
    height: 60px;
    top: -1.8rem;
  }
  .circle-title a {
    background: url(./img/arr-right-blue.svg) no-repeat top 1rem right / auto 0.6em;
  }

  /*------------------------------------------
    Title Catch
  */
  .title-catch a {
    background-position: right center;
  }

  /*------------------------------------------
    TWB M Title 03
  */
  .twb-m-title03 {
    padding: 1rem;
    font-size: 1.8rem;
    padding-left: var(--s4);
    margin-top: 1rem;
  }
  .twb-m-title03::before {
    width: 1rem;
    height: 2.5rem;
    margin-right: 1rem;
  }

  /*------------------------------------------
    Onb Icon Head 01
  */
  .onb-icon-head01 {
    margin-left: var(--s2);
    padding: var(--s1) var(--s2) var(--s1) var(--s6);
    font-size: 1.8rem;
  }
  .onb-icon-head01::before {
    content: "";
    width: 6rem;
    height: 6rem;
    left: -2.5rem;
  }

  /*------------------------------------------
    Onb Conclusion Box
  */
  .onb-conclusion-box-frame {
    padding: var(--s2);
  }
  .onb-conclusion-box-ttl__icon {
    width: 7rem;
    height: 7rem;
    transform: translateY(-50%);
    top: 25%;
    left: -3.5rem;
    bottom: inherit;
    box-shadow: -5px 0 0 0 #eeeeee;
  }
  .onb-conclusion-box-ttl__text {
    margin-left: 4rem;
    padding-top: var(--s1);
    padding-bottom: var(--s2);
  }
  .onb-conclusion-box-ttl__icon span {
    font-size: 1.5rem;
  }
  .onb-conclusion-box-frame .l-float__wrap {
    padding: var(--s2);
  }
  .l-onb-conclusion-img {
    width: 36%;
  }

  /*------------------------------------------
    Mainvisual Lower
  */
  .mainvisual--lower {
    padding: var(--s2) var(--s2) 0;
  }
  .mainvisual__frame {
    padding: var(--s2);
    max-width: 100%;
  }
  .mainvisual__frame::before {
    content: '';
    position: absolute;
    top: -1rem;
    right: 0;
    width: 8rem;
    height: 8rem;
    background: url(./img/mv_bg_lower.png) no-repeat center center;
    z-index: -1;
    background-size: 100%;
  }
  .mainvisual__content {
    padding: var(--s2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainvisual__logo img {
    width: 20rem;
  }
  .mainvisual__logo-text {
    font-size: 1.8rem;
  }
  .mainvisual__circle--orange {
    width: 20px;
    height: 20px;
  }
  .mainvisual__circle--purple {
    width: 40px;
    height: 40px;
  }
  .mainvisual__circle--teal {
    width: 18px;
    height: 18px;
  }
  .mainvisual__nav-item {
    font-size: 1.2rem;
  }
  .mainvisual__breadcrumb {
    font-size: 1rem;
  }

  /*------------------------------------------
    Mainvisual Inner
  */
  .mainvisual__inner {
    flex-direction: column;
    gap: var(--s1);
    padding: var(--s2);
    margin: var(--s2) auto 0;
  }
  .mainvisual__text {
    padding: var(--s2);
    order: 2;
  }
  .mainvisual__image {
    order: 1;
  }
  .mainvisual__title {
    font-size: 2.4rem;
    margin-bottom: var(--s2);
  }
  .mainvisual__title span {
    font-size: 2rem;
  }
  .mainvisual__description {
    font-size: 1.4rem;
  }
  .mainvisual__text::after {
    background: url(./img/mv_bg_sp.png) no-repeat;
    width: 30rem;
    height: 100%;
    top: 5rem;
    left: -3rem;
    background-size: contain;
  }
  .mainvisual__text::before {
    content: '';
    position: absolute;
    background: url(./img/dot_mv_sp.png) no-repeat;
    top: 0;
    left: 95%;
    width: 2rem;
    height: 6rem;
    background-size: contain;
    z-index: -1;
  }

  /*------------------------------------------
    Header
  */
  .header-area-upper {
    display: block;
    padding: 0 0 0 var(--s1);
  }
  .header-logo {
    display: block;
    margin: var(--s3) auto var(--s1);
    text-align: center;
  }

  /*------------------------------------------
    TOC
  */
  #toc .onb-index01-chapter {
    padding-left: var(--s2);
  }
  .onb-index01-wrap {
    width: 85%;
    padding: var(--s1) var(--s2);
  }
  .onb-index01-title {
    padding: var(--s1);
    font-size: 1.8rem;
  }

  /*------------------------------------------
    Other
  */
  .forPC {
    display: none;
  }
  .sp-link_txt {
    margin: 0;
  }
  .btn-link .sp-link_txt a {
    padding: var(--s2) var(--s3) var(--s2) 0;
    background: url(./img/arr-right-blue.svg) no-repeat center right / auto 1em;
    text-align: left;
    line-height: 1.5;
    display: inline-block;
    text-decoration: none;
    text-align: right;
  }
  .pc-fix-banner02 {
    display: none;
  }
  .sp-fix-banner02 {
    display: block;
    width: 70%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
  }
  .sp-fix-banner02 a {
    display: block;
  }
  .sp-fix-banner02 a:hover {
    opacity: .7;
  }
  #contents .low {
    padding-top: 5rem;
  }
  .bg-02:before {
    height: 6rem;
    top: -3rem;
  }
  .bg-02 {
    padding-top: 0rem !important;
  }
  .low .l-grid-three:after {
    content: none;
  }
  .img-wrapper {
    text-align: center;
  }
.page-top {
    width: 4rem;
    height: 4rem;
    right: var(--s1);
    bottom: 11.5rem !important; /* 10remÃ£Ââ€¹Ã£â€šâ€°Ã¥Â¤â€°Ã¦â€ºÂ´ */
    z-index: 100 !important;    /* Ã¨Â¿Â½Ã¥Å Â  */
  }
  .low-page-contents .mainvisual__content::before {
    left: -2rem;
    top: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
