@charset "utf-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
	background: #F2F7F8;
}
.mv_inner {
	position: relative;
	height: 800px;
	max-width: 1000px;
    margin: 0 20%;
}
.mv_inner .txt_box {
	position: absolute;
	top: 20%;
    left: 107%;
  opacity: 0;
}


.mv_scroll_wrap {
    height: 100%;
    display: grid;
        margin: 3rem auto 2rem;
    place-items: center;
}

.mv_scroll_wrap img {
    width: 30%;
}

.mv_inner .txt_box_cap {
	position: absolute;
	    bottom: 20%;
    left: -20%;
  opacity: 0;
}
.mv_txt {
	font-size: 1.1rem;
}
.mv_inner .txt_box_cap img{
width: 57%;
	margin-bottom: 3rem;
}
.mv_inner .txt_box .mv_ttl {
	font-size: 3.4rem;
	padding-bottom: 3rem;
	font-family: "Noto Serif JP Vertical";
	line-height: 6rem;
	letter-spacing: 0.1em;
	text-orientation: upright;
	writing-mode: vertical-rl;
	color: #293C43;
	margin-top: -2rem;
	transition: all 0.5s linear;
}
.mv_inner .txt_box.active {
  -webkit-animation: fadeup 0.5s ease-in-out forwards;
          animation: fadeup 0.5s ease-in-out forwards;
  animation-delay: 1.3s;
}

.mv_inner .txt_box_cap.active {
  -webkit-animation: fadeup 0.5s ease-in-out forwards;
          animation: fadeup 0.5s ease-in-out forwards;
  animation-delay: 1.6s;
}



.mv_inner .txt_box .mv_txt {
  font-size: 1.1rem;
}

/* アニメーション */
@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    easing: ease-out;
  }
  100% {
    transform: translateX(0);
    easing: ease-out;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100px);
    easing: ease-out;
  }
  100% {
    transform: translateX(0);
    easing: ease-out;
  }
}
@keyframes slideInLeftS {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInRightS {
  0% {
    transform: translateX(30%);
	  opacity:0;
  }
  100% {
    transform: translateX(0);
	  opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* eng共通アニメーション */
.mv_inner .eng {
  position: absolute;
  transition: all 0.3s linear;
}

/* アニメーション適用 */
.mv_inner .text_01 {
width: 78%;
    top: 13%;
    left: -20%;
  transform: translateX(-100px);
}
.mv_inner .text_01.active {
  animation: slideInLeft 1.2s ease-out forwards;
}

.mv_inner .text_02 {
  width: 84%;
    top: 36%;
    right: 10%;
  transform: translateX(100px);
}
.mv_inner .text_02.active {
  animation: slideInRight 1.2s ease-out forwards;
}

.mv_inner .text_03 {
  width: 76%;
    top:58%;
    right: 0;
  transform: translateX(100px);
	z-index: 3;
}
.mv_inner .text_03.active {
  animation: slideInRight 1.2s ease-out forwards;
}
.mv_bg {
    width: 100%;
    bottom: -100px;
    left: 0;
    position: absolute;
    z-index: 1;
}

/* 色変更用クラス
.mv_inner .eng.color-change {
  opacity: 0.15;
} */

@media screen and (max-width: 768px) {
  .mv_inner {
    position: relative;
    height: 580px;
    max-width:100%;
    margin: 0 auto;
  }
  .mv_inner .txt_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2rem;
  }
  .mv_inner .txt_box .mv_ttl {
    font-size: 2rem;
    padding-bottom: 2rem;
    line-height: 1.8;
	          writing-mode: horizontal-tb;
        text-orientation: mixed;
	      margin-top: -3rem;
  }
  .mv_inner .txt_box .mv_txt {
    font-size: 1.2rem;
  }
  
  
  .mv_inner .text_01 {
    width: 80%;
    top: 190px;
    left: 20px;
    transform: translateX(-200%);
  }

  .mv_inner .text_02 {
    width: 85%;
    top:270px;
    right: 25px;
    transform: translateX(200%);
  }

  .mv_inner .text_03 {
    width: 75%;
    top: 340px;
    right: 20px;
    transform: translateX(200%);
  }
	.mv_inner .txt_box_cap {
    position: absolute;
    bottom: 9%;
    left: 0;
		margin: 0 2rem;
}
	.mv_scroll_wrap img {
    width: 10%;
}
	.mv_inner .txt_box_cap img {
    margin-bottom: 1rem;
}
	.mv_scroll_wrap {
    height: 5%;
    margin: 38rem auto 2rem;
}
	.mv_home {
    padding-bottom: 4rem;
}
	.mv_bg {
    bottom: -10px;
}
}




@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgb(39, 78,103 , 0.4)
  }
  100% {
    transform: translate(-50%, -50%) scale(4, 4);
    background-color: rgb(39, 78,103 , 0)
  }
}

.mv_scroll {
  display: flex;
  justify-content: center;
}

.point {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  background-color: #8FA0AB;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  cursor: pointer;
}

.point.-active {
  background-color: #274E67;
}

.point.:focus {
  outline: none;
}

.point:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: '';
}

.point.-active:after {
  animation: pulseMotion 1.7s linear infinite;
}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}
.scroll_up.on {
  opacity: 1;
  transform: translateY(0);
}
/* 表示のディレイを個別指定 */
.delay-1 {
  transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.5s;
}
.delay-3 {
  transition-delay: 1s;
}


/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
	overflow: visible;
}

.sec {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}

.sec .inner {
	max-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.list_01 {
	margin: 2rem 0 ;
}
.list_01 li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.2rem;
  line-height: 1.8;
	position: relative;
}
.list_01 li:last-child {
  margin: 0 0 0 0;
}
.list_01 li::before {
  content: "";
  display: block;
	position: absolute;
  top: 6px;
  left: 5px;
	background: #7BA6BB;
  width: 6px;
  height: 6px;
	box-sizing: border-box;
  border-radius: 50%;
}
.list_01 li a {
	display: inline-block;
	text-decoration: underline;
}
.list_01 li a:hover {
	text-decoration: none;
}

.txt_link a{
	position: relative;
	font-weight: 500;
	color: #274E67;
	padding-right: 2rem;
	display: table;
}


.txt_link a::after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 100%;
    background: #a0aeb3;
    /* border-top: 1px solid #3F99C4; */
    /* border-right: 1px solid #3F99C4; */
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
		overflow: hidden;
	}
  
	.sec {
		min-width: 100%;
	}
  
	.sec .inner {
		max-width: 100%;
	}
}



/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 3rem 0 3rem;
	font-size: 1.3rem;
	line-height: 2;
}

.txt {
	margin: 3rem 0 3rem;
	font-size: 1.5rem;
	text-align: justify;
	line-height: 2;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.5rem;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0 0!important;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	line-height: 1.3;
}

.sec p {
	margin: 0 0 0;
}

.eng {
  font-variation-settings: "wght" 400;
}
.uline {
	border-bottom: 1px solid #43555B;
}

@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  
  .sec p {
    margin: 0 0 0;
  }
}



/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
	background-image: linear-gradient(180deg, rgba(242, 247, 248, 1), rgba(255, 255, 255, 1));
	padding: 22rem 0 10rem;
}
.sec01_fs {
display: flex;
    justify-content: space-between;
}
.sec01_fs .eng{
margin-right: 5rem;
    width: 20%;
    margin-top: 0.5rem;
}
.sec01 .read {
	    width: 50%;
    margin: 0 0 0 6rem;
    line-height: 3.6rem;
}
.sec01 .about {
	width: 50%;
    margin: 5rem 0 0;
    padding: 0;
}
.sec01 .about img {
    width: 22%;
    margin-right: 3rem;
}
.sec01 .about .about_ttl img {
    width: 45%;
}
.sec01 .about .about_ttl{
	padding-bottom: 1rem;
}
.sec01 .about_company {
    display: flex;
	margin-top: 1rem;
    align-items: center;
    font-size: 1.1rem;
}
.sec01 .about_ttl .eng {
	    width: 35%;
	margin-right: 3rem;
}
.about_company img {
	    width: 35%;
	margin-right: 3rem;
}
.sec01 .about_company .txt_box p{
font-size:1.1rem;
}

@media (max-width: 768px) {
  .sec01 {
    padding: 6rem 2rem;
  }
	.sec01_fs {
    display: block;
}
	.sec01_fs .eng {
    margin-right:0;
    width: 50%;
    margin-top: 0;
}
  .sec01 .read {
    width: 90%;
        margin:-250px 0 5rem 3rem;
        line-height: 2.2;
  }
  .sec01 .about {
    width: 100%;
    margin: 0 auto;
    display: block;
    background:none;
    padding:0 0 0 2rem;
  }
  .sec01 .about .about_ttl{
    padding-bottom: 1rem;
  }
  .sec01 .about img {
 width: 60%;
        margin: 0;
  }
	.sec01 .about .about_ttl img {
    width: 60%;
}
	.sec01 .about_company img {
        width: 30%;
        margin-right: 2rem;
    }
	.sec01 .about_company {
    margin-top: 0;
}
}

.line-container {
 position: relative;
    width: 30%;
    height: 1px;
    background:#456172;
    margin-top: 17px;
}

.line {
  width: 100%;
  height: 2px;
  background: #456172;
}

.dot {
  position: absolute;
  top: 50%;
  left: 0;
    width: 8px;
    height: 8px;
  background: #456172;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: none;
  opacity: 0;
}

/* アニメーションを定義 */
@keyframes slideDot {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

/* スクロールでアクティブになった時 */
.line-container.active .dot {
  animation: slideDot 2s ease forwards;
}

@media screen and (max-width: 768px) {
.line-container {
    width: 1px;
    height: 260px; /* 縦線の長さ */
  }
	.dot {
    width: 6px;
    height: 6px;
}

  .line-container::before {
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .dot {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  /* 縦アニメーション */
  @keyframes slideDotVertical {
    0% {
      top: 0;
      opacity: 1;
    }
    100% {
      top: 100%;
      opacity: 1;
    }
  }

  .line-container.active .dot {
    animation: slideDotVertical 2s ease forwards;
  }
	}
/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  overflow: hidden;
	background: #feffff;
}

.sec02 .ttl_wrap {
  background: #feffff url(img/sec02_bg.png) right bottom no-repeat;
  background-size: contain;
  padding: 10rem 0 6rem;

}
.sec02 .ttl_box {
     text-align: left;
    /* padding: 10rem 10% 6rem; */
    /* ２行追加👇marginはwrapを追加したら0 autoにする */
    max-width: 1220px;
    margin: 0 auto; 
    /* background: #feffff url(img/sec02_bg.png) right bottom no-repeat;
    background-size: contain; */
}
.sec02 .ttl_box .ttl {
	 font-family:"Noto Serif JP";
     font-size: 1.8rem;
}
.sec02 .ttl_box .ttl a{
    line-height: 2;
}
.sec02 .ttl_box .eng {
 width: 540px;
    margin: 0 0 2rem;
}

.sec02 .wrap_01 {
  background: #F2F6F7;
  padding:0 0;
}

.sec02 .wrap_01 > div {
  margin: 0 0 1px;
	    background: #f2f6f7;
  position: relative;
}
.sec02 .wrap_01 > div:nth-of-type(2) {
  background: #f2f6f7 url("img/sec02_.under_bg.png") right bottom no-repeat;
	background-size: 640px;
}
.sec02 .wrap_01 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
	max-width:1220px;
}
.sec02 .wrap_01 .upper .inner::after,
.sec02 .wrap_01 .under .inner::after {
  content: "";
  position: absolute;
  top: 0;
  background: #DDE4E6;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.sec02 .wrap_01 .upper .inner::after {
  left: 100%;
}
.sec02 .wrap_01 .under .inner::after {
  right: 100%;
}

.sec02 .wrap_01 .txt_box {
  padding: 0;
  /*height: 70rem;*/
  width: calc(100% - 790px);
  margin:0 0 0 5rem;
  margin:0 5rem 0 0;
}
.sec02 .wrap_01 .under .txt_box {
  text-align: end;
    padding: 0;
    width: calc(100% - 800px);
    margin: -5rem 26rem 0 0;
    order: 2;
}


.sec02 .wrap_01 .upper .txt_box .eng{
 width: 10%;
    top: 0;
    left: -100px;
    position: absolute;
}

.sec02 .wrap_01 .under .txt_box .eng{
      width: 6%;
    top: 0;
    right: 160px;
    position: absolute;
    margin: 0 0 0 auto;
}

.sec02 .wrap_01 .txt_box .ttl {
        font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 4rem 0;
	font-family: "Noto Serif JP";
}

.sec02 .wrap_01 .txt_box .ttl span{
    font-size: 2.6rem;
	line-height: 2;
}

.accordion_area {
  height: 620px;
  overflow: hidden;
  position: relative;
  /*right: 0;*/
  bottom: 0;
  display: flex;
}
.upper .accordion_area {
  width: 740px;
    right: 0;
    background: #dde4e6;
    border-radius: 6px 0 0 6px;
}
.under .accordion_area {
  background: #fff;
  width: 480px;
  border-radius: 0 6px 6px 0;
  order: 1;
}
.under .accordion_area {
/*  right: inherit;
  left: 0;
  bottom: 0;*/
}
.accordion_one .accordion_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 40px;
  height: 620px;
  float: right;
  font-weight: bold;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 10px;
  background-color: #dde4e6;
}
.accordion_one:nth-child(odd) .accordion_header {
  background-color:#90BDD2;
}
.under .accordion_one .accordion_header {
  float: left;
	background-color: #dde4e6;
}
.accordion_one .accordion_header:hover {
  opacity:0.4;
}

.accordion_one .accordion_header .eng {
  width: 18px;
}
.accordion_one .accordion_header .eng {
  position: relative;
}
.accordion_one .accordion_header .eng:after {
  position: absolute;
  display: block;
  content: "";
  background: url("img/plus.svg") center no-repeat;
  width: 25px;
  height: 25px;
  background-size: cover;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

/* 角丸処理 */
.upper .accordion_header, .upper .accordion_inner {
  border-radius: 0px;
}
.under .accordion_header, .under .accordion_inner {
  border-radius: 0px;
}

.accordion_one .accordion_inner {
  /* float: left;
  height: 620px;
  overflow: hidden;
  display: none;
  box-sizing: border-box;
  background: #fff;
  width: 440px;
  padding: 7rem 6rem; */
  float: left;
  overflow: hidden;
  width: 0; 
  height: 620px;
  background: #fff;
  padding: 0; 
  transition: none; 
  transform-origin: top;
}
.accordion_one .accordion_inner.stay {
  display: block;
}

.accordion_area .box_one {
     width: auto;
    padding: 70px 50px 0;
}

.upper .accordion_one:nth-child(1) .accordion_inner .eng {
  width: 290px;
}
.upper .accordion_one:nth-child(2) .accordion_inner .eng {
  width: 340px;
}
.upper .accordion_one:nth-child(3) .accordion_inner .eng {
  width: 240px;
}
.upper .accordion_one:nth-child(4) .accordion_inner .eng {
  width: 260px;
}
.upper .accordion_one:nth-child(5) .accordion_inner .eng {
  width: 250px;
}
.upper .accordion_one:nth-child(6) .accordion_inner .eng {
  width: 210px;
}
.under .accordion_one:nth-child(1) .accordion_inner .eng {
  width: 250px;
}
.under .accordion_one:nth-child(2) .accordion_inner .eng {
  width: 220px;
}

.accordion_area .accordion_inner .txt_01 {
      font-size: 1.4rem;
    line-height: 1.3;
    margin: 0.5rem 0 5rem;
}

.accordion_area .accordion_inner .txt_01 a{
	font-weight: 700;
}
.accordion_area .accordion_inner .txt_01 span {
  font-size: 1.2rem;
}

.accordion_area .accordion_inner .txt_02 {
  display: table;
  padding: 0.5rem 2rem;
  margin-top: 3rem;
  border-radius: 6px;
  position: relative;
	font-weight: 700;
}
.accordion_area .accordion_inner .txt_02::before {
    content: "";
    display: block;
    position: absolute;
   top: 14px;
    left: 0;
    background: #43555B;
    width: 15px;
    height: 1px;
    box-sizing: border-box;
}

.accordion_area .accordion_inner .txt_link {
 margin: 5rem 0 0 auto;
    display: table;
    background: #f2f6f7;
    /* border: 1px #DFDFDF solid; */
    border-radius: 30px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    text-align: right;
    width: 150px;
	transition: all 0.3s ease;
}

.accordion_area .accordion_inner .txt_link:hover  {
  transform: translateY(5px);
		opacity: 1;
}

.accordion_area .accordion_inner .txt_link img {
    width: 80px;
    margin: 0.5rem 2rem 0.5rem 1.5rem;
}

.accordion_area .accordion_inner .txt_link a:hover {
		opacity: 1;
}
.scroll-container {
  position: relative;
  width: 100%;
  height: 260px;
  overflow: hidden; /* ネイティブスクロールバーは非表示に */
}
.scroll-content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px; /* 擬似バーとの重なり防止 */
  box-sizing: content-box;
}
.scroll-content::-webkit-scrollbar{
  display: none;
}
/* 擬似スクロールバー */
.fake-scrollbar {
  position: absolute;
  top: 0;
  right: 2px;
  width: 6px;
  height: 100%;
  background: #f1f1f1;
  border-radius: 3px;
}
.fake-scrollbar .thumb {
  display: block!important; /* JSと連動するように */
  width: 100%;
  background: #a5a5a5;
  border-radius: 5px;
  position: absolute;
  top: 0;
  height: 40px; /* JSで動的に変える */
}

@media screen and (max-width: 1365px) {
  .upper .accordion_area {
    width: 640px;
  }

  .sec02 .wrap_01 .inner {
    max-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .sec02 .ttl_box {
    text-align: left;
    padding: 3rem 2rem;
    /* 追加 */
    margin: 0;
    background: #feffff url(img/sec02_bg.png) right bottom no-repeat;
    background-size: 80%;
  }
  .sec02 .ttl_wrap {
    background: none;
    padding: 0;
  }
  .sec02 .ttl_box .ttl {
    font-size: 1.8rem;
  }
	.sec02 .ttl_box .ttl a {
    line-height:1.8;
}
  .sec02 .ttl_box .eng {
    width: 80%;
    margin: 0 0 1.5rem;
  }
  
  .sec02 .wrap_01 {
    padding: 0 0 0;
  }
  .sec02 .wrap_01 > div {
    margin: 0 0 40px;
    position: relative;
  }
  .sec02 .wrap_01 > div:last-child {
    margin: 0 0 0;
  }
  
  .sec02 .wrap_01 .inner {
    display: block;
	  max-width: 100%;
  }
  .sec02 .wrap_01 .upper .inner::after,
  .sec02 .wrap_01 .under .inner::after {
    display: none;
  }
  
  
  .sec02 .wrap_01 .txt_box {
    padding: 2rem 5rem 5rem;
    width: 100%;
    margin: 0 0 0 0;
  }
  .sec02 .wrap_01 .under .txt_box {
    padding: 2rem 5rem 5rem;
    width: 100%;
    margin: 0 0 0 0;
  }
  
  .accordion_area .box_one {
    width: inherit;
    padding: 50px 50px 0 50px;
    margin: 0;
  }
  
  .sec02 .wrap_01 .upper .txt_box .eng{
   width: 16%;
        left: 0;
  }
  .sec02 .wrap_01 .under .txt_box .eng{
     width: 10%;
        right: 0;
        margin: 0 0 0 auto;
  }  
  .sec02 .wrap_01 .txt_box .ttl {
    font-size:1.6rem;
    line-height: 1.6;
    padding: 2rem 0;
  }
	.sec02 .wrap_01 .txt_box .ttl span {
    font-size: 2rem;
}
  .sec02 .wrap_01 > div:nth-of-type(2) {
  background: none;
}
  /* アコーディオン */
  .accordion_area {
    flex-direction: column;
    height: auto; /* 高さを自動にしてコンテンツに合わせる */
    position: relative; /* absoluteをrelativeに変更して、位置を調整 */
    bottom: inherit; /* 必要に応じてbottomをリセット */
    width: 100%;
  }
  
.upper .accordion_area {
  background: none;
  width: inherit;
	right: 0;
  border-radius: inherit;
}

.under .accordion_area {
  background: none;
  width: inherit;
  border-radius: inherit;
}
  
  
  .accordion_one {
    width: 100%;
    flex-direction: column;
  }
  .accordion_one .accordion_header {
    display: block;
    width: 100%!important;
    height: auto!important;
    float: none;
    text-align: center;
    writing-mode: horizontal-tb!important; /* 横書きに変更 */
    text-orientation: mixed; /* 文字方向を変更 */
    padding: 12px 10px;
    font-family:  YuGothic,'Yu Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,sans-serif;
  }
  /* 角丸処理 */
  .upper .accordion_header, .upper .accordion_inner {
    border-radius: 6px 6px 0 0;
  }
  .under .accordion_header, .under .accordion_inner {
    border-radius: 6px 6px 0 0;
  }
  
  .accordion_one .accordion_header .eng {
    padding: 0 3rem;
    margin: auto;
  }
  .upper .accordion_one:nth-child(1) .accordion_header .eng {
    width: 60%;
  }
  .upper .accordion_one:nth-child(2) .accordion_header .eng {
    width: 60%;
  }
  .upper .accordion_one:nth-child(3) .accordion_header .eng {
    width: 50%;
  }
  .upper .accordion_one:nth-child(4) .accordion_header .eng {
    width: 52%;
  }
  .upper .accordion_one:nth-child(5) .accordion_header .eng {
    width: 52%;
  }
  .upper .accordion_one:nth-child(6) .accordion_header .eng {
    width: 45%;
  }
  .under .accordion_one:nth-child(1) .accordion_header .eng {
    width: 50%;
  }
  .under .accordion_one:nth-child(2) .accordion_header .eng {
    width: 50%;
  }
  .accordion_one .accordion_header .eng:after {
    position: absolute;
    display: block;
    content: "";
    background: url("img/plus.svg") center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    left: inherit;
    right: 0;
    margin: 0;
  }
  .accordion_one .accordion_inner {
    width: 100%;
    /* float: none; */
    height: auto;
    width: 100% !important;
    height: 0;
    /* padding: 3rem 2rem; */
    transform-origin: top;
  }
  
  .under .accordion_area {
    display: flex;
    flex-direction: column-reverse !important;
  }

.upper .accordion_one:nth-child(1) .accordion_inner .eng {
  width:220px;
}
.upper .accordion_one:nth-child(2) .accordion_inner .eng {
    width: 280px;
}
	.upper .accordion_one:nth-child(3) .accordion_inner .eng {
    width: 220px;
}
	.upper .accordion_one:nth-child(4) .accordion_inner .eng {
    width: 220px;
}
	.upper .accordion_one:nth-child(5) .accordion_inner .eng {
    width: 220px;
}
	.upper .accordion_one:nth-child(6) .accordion_inner .eng {
    width: 200px;
}
	
    .under .accordion_one:nth-child(2) .accordion_inner .eng {
        width: 180px;
    }
	.under .accordion_one:nth-child(1) .accordion_inner .eng {
    width: 200px;
}
	.accordion_area .accordion_inner .txt_02 {
    margin-top: 2rem;
}
	.accordion_area .accordion_inner .list_01 {
    margin: 1rem 0;
}
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
	background: #F2F6F7;
}
.sec03 .bg{
	    background:url(img/sec03_bg.png) no-repeat;
    background-size: cover;
    padding: 10rem 0 14rem;
}
.sec03 .eng {
  width: 74%;
	text-align: center;
    margin: auto;
}

.sec03 .txt_box {
	width: 80%;
    margin: 5rem auto 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    color: #43555B;
	align-items: center;
}

.sec03 .txt_box .ttl{
	font-size: 2rem;
    line-height: 2.4;
    width:43%;
    text-align: center;
	padding-left: 10rem;
	font-weight: 700;
}

.sec03 .txt_box p{
	width: 43%;
}

/* ラッパー */
.sec03 .dot-line-wrapper {
  position: relative;
  width: 2px;
  height: 220px; /* ラインの長さ調整可能 */
  margin: 0 auto;
}

/* ライン本体 */
.sec03 .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background:#43555B;
}

/* ドット */
.sec03 .dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #43555B;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: none;
}

/* アニメーション定義 */
@keyframes dotMoveDown {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

/* アクティブになったら発動 */
.dot-line-wrapper.active .dot {
  animation: dotMoveDown 2s ease-out forwards;
}

@media screen and (max-width: 768px) {
  .sec03 .bg{
background: #ffffff url(img/sec03_bg_sp.png) no-repeat;
        background-size: cover;
        border-radius: 0 0 0 0;
        width: 100%;
        padding: 6rem 2rem;
    }
.sec03 .eng {
    width: 100%;
	margin-bottom: 2rem;
}
  .sec03 .txt_box {
    width: 100%;
    margin: 0 auto;
    position: relative;
	  display: block;
  }
  .sec03 .txt_box .eng {
    width: 18px;
    top: -70px;
    left: -30px;
  }
  .sec03 .txt_box .ttl{
    font-size: 1.8rem;
    line-height: 1.8;
	  padding-left: 0;
    padding-bottom: 2rem;
	  width: 100%;
  }
	.sec03 .txt_box p {
    width: 100%;
}
	.sec03 .dot-line-wrapper {
    height: 50px;
		width: 1px;
    margin: 0 auto 2rem;
}
	.sec03 .dot {
    width: 6px;
    height: 6px;
}
}

/*--------------------------------------
　sec04
---------------------------------------*/
.sec04  {
	padding:12rem 0 27rem;
	    background: #ffffff;
}
.sec04 .text-area .eng {
  width: 30%;
}
.sec04 .inner{
    max-width: 1220px;
}
.sec04 .text-area .ttl a{
	font-size: 2.4rem;
	line-height: 2;
	 font-family:"Noto Serif JP";
	margin: 2rem 0 6rem;
}

.sec04 .text-area .ttl span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-top: 1px solid #3F99C4;
	border-right: 1px solid #3F99C4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	position: relative;
	top: -3px;
	left: 10px;
}

.sec04 .swiper {
	position: absolute;
	width:53%;
	right: 0;
	padding: 4rem 0;
	top: 20rem;
	/* padding-left: 30px; */
}

@media screen and (min-width: 769px) {
  .swiper-wrapper .swiper-slide {
    width:310px;
    will-change: transform;
    backface-visibility: hidden;
  }
  }

.swiper-slide a{
	padding: 3rem 2rem 2.7rem; 
	background:#e5f2f5;
	 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	border-top: 5px solid #90bdd2;
	display: inline-block; /* transform を適用するには必要 */
}
.swiper-slide a:hover{
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
}
.swiper-slide .eng{
	margin-bottom: 0.5rem;
}
.swiper-slide .eng img{
  width: auto;
	height: 17px;
}
.swiper-slide .ttl{
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 1rem;
	font-weight: 700;

}
.swiper-slide .img_box {
	display: block;
	width:100%;
	text-align:right;
	padding: 3rem 0 2.5rem;
	border-top: 1px solid #c3cacd;
}
.swiper-slide .img_box img {
  border-radius: 50%;
	width: 60%;
  box-sizing: border-box;
}
.swiper-slide .arrow {
	position: absolute;
	right: 2rem;
	bottom: 2.5rem;
	width: 60px;
}
.swiper-slide .name span {
	font-size: 1.3rem;
	font-size: 1.4rem;
}
.swiper-slide .tag{
	display: flex;
	margin-top: 0.7rem;
}
.swiper-slide .tag div{
	padding: 0.3rem 1rem;
	font-size: 1.2rem;
	line-height: 1;
	border-radius: 40px;
	background: #fff;
	 color: #43555B;
	margin-right: 1rem;
}
.swiper-slide .name{
color: #3F99C4;
}
.swiper-wrapper {
	position: relative!important;
	right: -30px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
	height: 70px !important;
    width: 70px !important;
    padding: 1.5rem;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: ""!important;
  height: 38px!important;
  margin: auto;
  width: 38px!important;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image:  url("img/slide_arrow01.svg");
	background-size: cover;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
   background-image:  url("img/slide_arrow01.svg");
	background-size: cover;
	left: 30px;
    position: absolute;
}
/* .swiper-button-next {
	left: 41.5%!important;
} */
.swiper-button-prev{
	opacity: 0;
	pointer-events: none;
}

.sec04 .bg_eng .eng{
  width: 100%;
	position: absolute;
	bottom: 70px;
	z-index: -1;
}

.swiper-slide a{
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.swiper-slide {
	margin: 0;
}
.swiper-slide-active a{
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1.1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
/* .swiper-slide-active {
	margin-right: 30px;
} */
.swiper-slide-next {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .sec04  {
    padding: 8rem 0 10rem;
  }
  .sec04 .text-area .eng {
   width: 50%;
        margin: 0;
  }
  .sec04 .text-area .ttl a{
   font-size: 1.8rem;
        line-height: 1.8;
        margin: 2rem 0 4rem;
        text-align: left;
  }

  .sec04 .text-area .ttl span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-top: 1px solid #3F99C4;
    border-right: 1px solid #3F99C4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -3px;
    left: 10px;
  }
  .sec04 .text-area {
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .sec04 .swiper {
    position: relative;
    width: 100%;
    right: 0;
    top: inherit;
    margin-top: 6rem;
  }
  .swiper-slide a{
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    display: block;
  }
	.swiper-slide .eng img {
    width: auto;
    height: 15px;
}
  .swiper-slide a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";  
  }  
  .swiper-slide .eng{
    
    margin-bottom: 1rem;
  }
  .swiper-slide .ttl{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .swiper-slide .img_box {
    display: block;
    padding: 2rem 0 1.5rem auto;
  }
	.swiper-slide .img_box img {
   	width: 55%;
  }
  .swiper-slide .arrow {
    position: absolute;
    right: 2rem;
    bottom: 1.8rem;
    width: 50px;
  }
  .swiper-slide .name span {
    font-size: 1.3rem;
  }
  .swiper-slide .tag{
    display: flex;
    margin-top: 1rem;
  }
  .swiper-slide .tag div{
    border: 1px solid #E8E8E8;
    padding: 0.3rem;
    font-size: 1.2rem;
    line-height: 1;
    margin-right: 1rem;
  }
  .swiper-slide .tag div span{
   
  }
  .swiper-wrapper {
    position: relative;
    width: 100%!important;
	  right:0;
  }
  .swiper-button-next,.swiper-button-prev{
    top: 50%!important;
    bottom: inherit!important;
    transform: none!important;
  }
  .swiper-button-next {
    right: 1rem!important;
    left: inherit!important;
  }
  .swiper-button-prev{
    opacity: 1;
    pointer-events: inherit;
    transform: rotate(180deg)!important;
  }
  .swiper-slide a{
    opacity: .3; /* 左右のスライドを薄くする */
    transform: scale(0.8); /* 左右のスライドを小さくする */
    transition: .7s; /* ゆっくり小さくさせる */
  }
  .swiper-slide {
    margin: inherit;
    padding: 0!important;
    width: 260px!important;
    will-change: transform;
  }
  .swiper-slide-active a{
    opacity: 1; /* 中央のスライドは薄くしない */
    transform: scale(1) translateX(0); /* 中央のスライドは小さくしない */
    z-index: 1; /* 中央のスライドを一番上にする */
    margin: 0!important;
  }
  .swiper-slide-active {
    margin-right: inherit;
    margin: 0!important;
  }
  
  .sec04 .bg_eng .eng{
    bottom: inherit;
        width: 100%;
        left: 0;
        top: 32rem;
  }

	.swiper-button-next::after {
    position: initial;
}

}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 .bg{
	border-radius: 30px 30px 0 0;
	width: 100%;
	padding: 16rem 0;
	background:#f2f6f7 url(img/sec05_bg.png) bottom no-repeat;
    background-size: cover;
}
.sec05 .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
}
.sec05 .right {
	width: 32%;
	position: relative;
	color: #43555B;
}
.sec05 .right .eng {
  width: 22px;
	position: absolute;
	left: -12rem;
}
.sec05 .right .ttl{
	font-size: 2rem;
	line-height: 1.8;
	    text-align: center;
	padding-bottom: 4rem;
	font-weight: 700;
}
.sec05 .left .eng {
  margin: 2rem 0;
}
.sec05 .left .eng img {
  opacity: 1;
}
.sec05 .left .text_01 {
  width: 295px;
}
.sec05 .left .text_02 {
  width: 336px;
}
.sec05 .left .text_03 {
  width: 287px;
	margin: 0 0 0 5rem;
}

.sec05 .left  {
	padding-left: 4rem;
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein-left {
  transform: translate(-30px, 0);
}
.fadein-right {
  transform: translate(30px, 0);
}
 .fadein-up{
      transform: translate(0,-30px);
  }
 .fadein-bottom{
      transform: translate(0,30px);
  }
.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.horizontal-line-wrapper {
  position: relative;
  width: 230px; /* ラインの長さ */
  height: 2px;
  background:#43555B;
  margin: 2rem auto;
}

/* ライン本体 */
.horizontal-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #43555B;
}

/* ドット */
.horizontal-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #43555B;
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  animation: none;
}

/* アニメーション定義 */
@keyframes moveDotRight {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}

/* アクティブで発火 */
.horizontal-line-wrapper.active .horizontal-dot {
  animation: moveDotRight 2s ease-out forwards;
}

@media screen and (max-width: 768px) {
  .sec05 .bg{
	  background: #f2f6f7 url(img/sec05_bg_sp.png) bottom no-repeat;
    border-radius: 15px 15px 0 0;
    width: 100%;
	  background-size: contain;
    padding: 4rem 2rem 4rem;
  }
  .sec05 .inner {
    display: block;
  }
  .sec05 .right {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sec05 .right .eng {
    width: 18px;
    top: -70px;
    left: -30px;
  }
  .sec05 .right .ttl {
    font-size: 1.8rem;
    line-height: 1.8;
    padding-bottom: 2rem;
  }
  .sec05 .left .eng {
    margin: 0 auto;
  }
  .sec05 .left .eng img {
    opacity: 1;
  }
  .sec05 .left .text_01 {
    width: 60%;
  }
  .sec05 .left .text_02 {
    width: 75%;
    padding-left: 3rem;
  }
  .sec05 .left .text_03 {
    width: 75%;
    padding-left: 6rem;
  }
  
  .sec05 .left  {
    padding:0 0 2rem 0;
  }
	.horizontal-dot {
    top: 0;
    left: 50%;
    width: 6px;
        height: 6px;
		    transform: translateX(-50%);
}
.horizontal-line-wrapper.active .horizontal-dot {
    animation: dotMoveDown 2s ease-out forwards;
}

.horizontal-line {
    width: 1px;
    height: 100%;
}

    .horizontal-line-wrapper {
        height: 50px;
width: 1px;
position: relative;
        margin: 0 auto 2rem;
    }

	
}



/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
	padding: 14rem 0 16rem;
	box-sizing: border-box;
    background:#f7f7f7 url(img/sec06_bg.jpg) top left no-repeat;
    background-size:cover;
}
.sec06 .fx_box {
	display: flex;
	justify-content: space-between;
	padding: 0 8rem;
}
.sec06 .left {
	display: flex;
	justify-content: space-between;
	width:60%;
}
.sec06 .btn-link img {
    width: 85px;
    margin: 0 3rem 0 1rem;
}

.sec06 .btn-link a {
  margin: 3rem 0 0;
}

.sec06 .left .eng {
  width:40%;
}

.sec06 .left .ttl{
  width:52%;
	    margin-top: 10rem;
	font-size: 2.8rem;
    line-height: 2.2;
    font-family: "Noto Serif JP";
}


.sec06 .txt_01 {
	margin: 1rem 0 2rem;
}
.sec06 .img_box {
	background: #F6F6F6;
	padding: 3rem 1rem 1rem;
}
.sec06 .right {
	width: 35%;
    position: relative;
    padding-top: 18rem;
}
.sec06 .right .sponsored {
 display: flex;
  margin-top: 0;
}
.sec06 .right .eng-and-label {
  display: flex;
  align-items: center;
}
.sec06 .right .eng-and-label img {
  display: block;
  height: auto;
	width: 160px;
}
.sec06 .right .eng-and-label .txt_01 {
     margin: 1rem 0 0 1.5rem;
    font-size: 1.2rem;
    white-space: nowrap;
}
.sec06 .right .ttl{
	font-size: 2.8rem;
	padding: 0;
	 letter-spacing: 0.12em;
	    margin-left: 1rem;
	font-family: "Noto Serif JP";
}

.sec06 .right .sponname{
		display: flex;
	    margin: 1rem 0 3.5rem;
	    align-items: center;
}

.sec06 .right .line{
	width: 10%;
    height: 1px;
    background: #456172;
}
@media screen and (max-width: 768px) {
  .sec06 {
 padding: 8rem 2rem;
        background: #f2f2f2 url(img/sec06_bg_sp.jpg) top left no-repeat;
        background-size: cover;
  }
  .sec06 .fx_box {
    display: block;
    padding: 0;
  }
	.sec06 .left {
    display: block;
    width: 100%;
}
	.sec06 .left .eng {
    width: 200px;
}
	.sec06 .left .ttl {
    width: 100%;
    margin-top: 1rem;
    font-size: 2.6rem;
		line-height: 1.8;
}
  .sec06 .eng {
    width: 50%;
  }
  .sec06 .txt_01 {
    margin: 1rem 0 2rem;
  }
  .sec06 .img_box {
    padding: 3rem 1rem 1rem;
    margin-bottom: 2rem;
  }
  .sec06 .right {
    width: 100%;
	   margin-top: 4rem;
    position: relative;
    padding-top: 0;
  }
  .sec06 .right .ttl{
    font-size: 2rem;
    line-height: 2;
    padding:0;
  }
	.sec06 .right .sponname {
    margin: 0.5rem 0 3rem;
}
	.sec06 .right .line {
    width: 6%;
}
}



/*--------------------------------------
　sec07
---------------------------------------*/
.sec07{
	background: url("img/sec07_bg.jpg") center no-repeat;
	border-radius: 30px 30px 0 0;
	padding: 16rem 0 20rem;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.sec07 .inner{
	position: relative;
    max-width: 1300px;
}

.sec07 .ttl_box {
 display: block;
 opacity: 1;
 visibility: visible;
 text-align: left;
 position: relative;
 top: inherit;
 left: inherit;
 transform: translate(0, 0);
 margin: 0 7rem 5rem;
}
.sec07 .ttl_box.fixed {
  display: block;
position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
}


.sec07 .ttl_box .eng {
      width: 12%;
      margin: 0;
      top: -52px;
      left: -130px;
      position: absolute;
}
.sec07 .ttl_box .ttl {
	font-family: "Noto Serif JP";
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	color:#43555B;
	text-shadow: #ffffff 0px 0 7px;
	margin-top: 1rem;
	margin-left: 1rem;
}

.sec07 .ttl_box .ttl span{
	font-size: 3.4rem;
	letter-spacing: 0;
	margin-right: 0.5rem;
}


.sec07 .box {
    background: #ebf3f7;
    border-radius: 0 10px 10px 0;
    width: 27%;
    padding: 3rem 3rem 4rem;
    box-sizing: border-box;
    border-left: 5px solid #90bdd2;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.sec07 .box .num {
    width: 100%;
    height: 20px;
    display: flex;
    overflow: hidden; /* 画像がはみ出ないようにする */
}

.sec07 .box .num img {
    height: 100%;             /* 高さを親にフィットさせる */
    width: auto;              /* 横幅は比率を保ったまま */
	 border-radius:0;
    object-fit: contain;      /* 必要なら cover に変更可 */
    display: block;
	margin-right:1rem;
}
.sec07 .box .ttl{
	font-size: 1.8rem;
	line-height: 1.8;
	border-bottom: 1px solid #c3cacd;
	padding: 2rem 0 2rem;
	font-weight: 700;
	margin-bottom: 3rem;
}
.pointbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0;
	gap:5rem;
}
.sec07 .box img {
  border-radius: 10px;
	margin-bottom: 2rem;
}

.sec07 .list_01 span {
	font-size: 1.3rem;
}
.sec07 .btn-web{   
	background: #ddeff7;
	    border: 1px solid #90bdd2;
}


.sec07 .btn-internal{
	background:#ffffff;
	border: 1px solid #89999f;
}
.sec07 .btn-web,.sec07 .btn-internal{
    border-radius: 40px;
    width: auto;
    padding: 1.5rem 1rem 1.5rem 3rem;
    position: relative;
}



.btn_box p {
    padding: 0.5rem 3rem;
	    color: #43555B;
}

.sec07 .btn-web img {
        width: auto;
    height: 35px;
}
.sec07 .btn-internal img {
         width: auto;
    height: 35px;
}


@media screen and (max-width: 768px) {
  .sec07{
    background: none;
    border-radius: 15px 15px 0 0;
    padding: 3rem 2rem 4rem;
    overflow:hidden;
    position: relative;
  }
  .sec07_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -1;
  }
  .sec07_bg .bg_fixed {
    position: fixed;
    top: 0;
    background: url("img/sec07_bg_sp.jpg") top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  
  .sec07 .inner{
    position: relative;
    margin-top: 4rem;
  }
	
.sec07 .btn-web img {
        width: auto;
    height: 28px;
}
.sec07 .btn-internal img {
         width: auto;
    height: 28px;
}
  .sec07 .ttl_box {
    display: block;
    opacity: 1;
    visibility: visible;
    text-align: left;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    margin: 0 0 3rem;
  }
  .sec07 .ttl_box.fixed {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
  }
  .sec07 .ttl_box.hidden {
    opacity: 1;
  }

  .sec07 .box {
    opacity: 1;
    transform: translateY(0px);
	  
  }
  
  .sec07 .ttl_box .eng {
    width: 29%;
    top: -189px;
    left: 80px;
    transform: translateY(0) rotate(270deg);
  }

  .sec07 .ttl_box .ttl {
    font-size: 1.8rem;
	  margin-top: 0.5rem;
  }
	.sec07 .ttl_box .ttl span {
     font-size: 2.4rem;
}
	.pointbox {
    display: block;
}

  .sec07 .ttl_box.show {
    opacity: 1;
    visibility: visible;
  }
  .sec07 .box {
    width: 100%;
        background:#ebf3f7;
    padding: 2rem;
    box-sizing: border-box;
	  margin-bottom: 3rem;
  }
  .sec07 .box .num{
           display: flex;
  }
  .sec07 .box .ttl{
    font-size: 1.8rem;
    line-height: 1.8;
           padding: 2rem 0 1rem;
  }
  .sec07 .box_01 {
    margin: 0 0 2rem 0;
  }
  .sec07 .box_02 {
    position: static;
    left: 0;
    top: inherit;
    margin: 0 0 2rem 0;
  }
  .sec07 .box_03 {
    margin: 0;
  }
  .sec07 .box img {
    border-radius: 5px;
  }
  
  .sec07 .list_01 span {
    font-size: 1.3rem;
  }
  .sec07 .btn_box {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin:3rem auto 0;
    width: 85%;
  }
  
  
}



/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
	    overflow: visible !important;
    background: #f2f6f7 url(img/sec08_bg.png) right top no-repeat;
    background-size: 700px;
}
@media screen and (min-width: 1366px) {
  .sec08 {
    background: #f2f6f7 url(img/sec08_bg.png) right top no-repeat;
    background-size: 900px;
  }
}
.sec08 .ttl_box {
	position: absolute;
	left: 2rem;
	top: 10rem;
	z-index: 2
}
.sec08 .ttl_box .eng {
  width: 300px;
	margin-bottom: 1.2rem;
}
.sec08 .ttl_box .ttl {
  width: 100%;
	font-family: "Noto Serif JP";
	font-size: 1.6rem;
	color: #43555B;
}
/* sec08 共通レイアウト */
.sec08 .inner {
  display: flex;
  margin: 0 auto;
  gap: 80px;
  align-items: stretch; 
  justify-content: space-between;
	position: relative;
}

/* 左カラムの枠（高さを右と揃える） */
.sec08 .left {
  background: #CAE6F3;
  color: #fff;
  width: 40%;
	border-radius: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.sec08 .left:after {
	content: "";
	display: block;
  background: #CAE6F3;
	position: absolute;
	right: 99%;
	height: 100%;
	width: 100vw;
}
/* スクロール固定させる中身のラッパー */
.sec08 .left .left-inner {
  margin-top: 25rem; /* .ttl_box の高さ分スペースを空ける */
  padding: 40px 74px 150px 10px;
  position: sticky;
  top: 80px;
  align-self: flex-start;
  width: 100%;
  height: fit-content;
  z-index: 1; /* .ttl_box より下にしたいなら数値調整 */
}

.sec08 .left img {
  border-radius: 50%;
  width: 170px;
  height: auto;
  margin-bottom:18px;
}

.sec08 .left .name {
margin-bottom: 35px;
    margin-left: 24px;
}

.sec08 .left .name .txt_01 {
  font-size: 15px;
  margin: 0;
}

.sec08 .left .name .txt_02 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
	line-height: 1.5;
  letter-spacing: 0.1em;
}

.sec08 .left .name span {
  font-size: 15px;
}

.sec08 .left p {
  font-size: 12px;
  line-height: 2.2;
  color:#43555B;
}

/* 右側 */
.sec08 .right {
  width: 60%;
	padding: 28rem 0 12rem;
}

.sec08 .right h3.ttl {
  font-size: 26px;
  line-height:2;
	margin-bottom: 7rem;
	font-family: "Noto Serif JP";
}
.sec08 .eng{
    width: 70%;
}
.sec08 .right .btn-link{
	width: 80%;
}
.sec08 .right .btn-link img{
	    width: 85px;
    margin: 0 3rem 0 1rem;
}
.sec08 .right .txt_01 {
    font-size: 1.8rem;
    padding: 2rem 0 8rem;
    font-weight:700;
    line-height: 1.8;
}

.sec08 .right p {
  font-size: 15px;
  line-height: 2.2;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
	.sec08 {
    background: #F9F9F9;
}
  .sec08 .ttl_box {
    position: static;
    left: inherit;
    top: inherit;
    z-index: 2;
    background: #cae6f3;
    padding: 4rem 2rem 0;
  }
  .sec08 .ttl_box .eng {
    width: 80%;
  }
  .sec08 .ttl_box .ttl {
    width: 100%;
    font-size: 1.4rem;
    caret-color: #43555B;
  }
  /* sec08 共通レイアウト */
  .sec08 .inner {
    display:block;
    margin: 0 auto;
    gap:0;
    align-items: stretch; 
    justify-content: space-between;
    position: relative;
  }

  /* 左カラムの枠（高さを右と揃える） */
  .sec08 .left {
    border-radius: 0 0 15px 15px;
    width: 100%;
    padding: 0;
    display: block;
    flex-direction: column;
    position: relative;
  }
  .sec08 .left:after {
    display: none;
  }
  /* スクロール固定させる中身のラッパー */
  .sec08 .left .left-inner {
    margin-top: 0; /* .ttl_box の高さ分スペースを空ける */
    padding: 2rem 2rem 4rem;
    position: static;
    top: 0;
    align-self: flex-start;
    width: 100%;
    height: fit-content;
    z-index: 1; /* .ttl_box より下にしたいなら数値調整 */
  }

  .sec08 .left img {
    border-radius: 50%;
    width: 120px;
	  
    height: auto;
    margin-bottom: 25px;
  }

  .sec08 .left .name {
    margin-bottom: 20px;
	      margin-left: 0;
  }

  .sec08 .left .name .txt_01 {
    font-size: 12px;
    margin: 0;
  }

  .sec08 .left .name .txt_02 {
   font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
    line-height: 1.5;
	  font-family: "Noto Serif JP";
  }

  .sec08 .left .name span {
    font-size: 15px;
  }

  .sec08 .left p {
    font-size: 14px;
    line-height: 2.2;
    color: #43555B;
  }

  /* 右側 */
  .sec08 .right {
    width:  100%;
    padding: 6rem 2rem;
    box-sizing: border-box;
	  background: #F1F8F9 url(img/sec08_bg_sp.png) left top no-repeat;
        background-size: 100%;
  }
	.sec08 .eng {
    width: 90%;
}

  .sec08 .right h3.ttl {
    font-size: 24px;
    line-height:2;
    text-align: right;
  }

  .sec08 .right .txt_01 {
    font-size: 1.8rem;
    padding: 1rem 0 4rem;
    line-height: 1.8;
  }

  .sec08 .right p {
    font-size: 15px;
    line-height: 2.2;
  }
}



/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  padding: 12rem 0;
}
.sec09 .inner {
  max-width: 1200px;
}
.sec09 .ttl_box {
  margin: 0 0 6rem 10rem;
  margin: 0 0 6rem 0;
	display: flex;
	align-items: center;
}
.sec09 .ttl_box a {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
.sec09 .ttl_box .ttl a {
  display: inline-block;
  position: relative;
	line-height: 1.8;
	font-family: "Noto Serif JP";
	    margin:0 4rem;
	width: 100%;
}
.sec09 .ttl_box .line{
    width: 56%;
    height: 2px;
    background: #DEDEDE;
}

.sec09 .ttl_box .eng {
  width: 175px;
}

.slide_list {
  width: 100%;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
	
}
.slide_list li a {
  padding: 2rem 6rem 2rem 0;
  display: flex;
  position: relative;
}
.slide_list li a .arrow {
  width: 40px;
  margin: 0 0 0 auto;
}
.slide_list li .num {
  width: 50px;
  padding-right: 2rem;
}
.slide_list li .img_box {
  width: 180px;
  padding: 2rem 0.5rem;
  background: #EDF2F3;
  display: flex;
  align-items: center;
  height: 155px;
  align-self: center;
}
.slide_list li .img_box img {
  border-radius: 5px;
}
.slide_list li .txt_box {
  width: 80%;
  padding:0;
}
.slide_list li .ttl {
  font-size: 1.6rem;
  font-weight: 700;
	position: relative;
}
.slide_list li .ttl .btn {
    display: inline-block;
    align-items: center;
    width: 8px;
    margin-left: 1rem;
	    margin-bottom: 2px;
    height: 8px;
    border-top:none;
    border-right:none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slide_list li p {
  margin: 2rem 0 0;
}

#acc_btn{
  background: none;
  max-width: 320px;
  margin: 2rem 0 0 auto;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
#acc_btn::before,
#acc_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: #43555B;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  transition: all 0.3s ease;
}
#acc_btn::after {
  transform: rotate(90deg);
}
#acc_btn.is-open::before {
  display: none;
}
#acc_btn.is-open::after {
  transform: rotate(180deg);
}
#acc_btn span::before {
 content: "";
    display: inline-block;
    width: 240px;
    height: 30px;
    background: url(img/readmore.png) center no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}
#acc_btn.is-open span::before {
	content: "";
    display: inline-block;
    width: 240px;
    height: 30px;
  	background:url(img/close.png) center no-repeat;
    background-size: contain;
    margin-right: 0.5em;
}
#acc_btn:hover {
  opacity: 0.6;
}
.hidden-item {
  display: none;
}
.list_block .custom-prev,.list_block .custom-next {
	display: none;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: 6rem 0;
  }
  .sec09 .ttl_box {
    margin: 0 0 0;
    padding: 0 2rem;
           text-align: left;
	  display: block;
  }
	.sec09 .ttl_box .ttl a {
    line-height: 1.8;
        font-size: 1.8rem;
        margin: 2rem auto 2rem;
        text-align: center;
        width: 100%;
}
  .sec09 .ttl_box a {
    font-size: 2.2rem;
    line-height: 2;
    font-weight: 500;
  }
  .sec09 .ttl_box .ttl a::after {
    width: 8px;
    height: 8px;
    border-top: solid 1px #56a5cb;
    border-right: solid 1px #56a5cb;
    margin-left: 15px;
  }
	.slide_list li .ttl .btn {
    margin-left: 1rem;
    margin-bottom:0;
}
  .sec09 .ttl_box .eng {
    width:104px;
    margin: auto;
  }
  .sec09 .ttl_box .line {
    width: 0;
    height: 0;
    background: none;
}
	.sec08 .right .btn-link{
	width:100%;
}
  .slide_list {
    width: 100%;
    margin:0;
    padding:0 0 0 2rem;
  }
	  .slide_list li {
    width: 200px !important; /* 幅を固定 */
    margin-right: 3rem!important;
  }
  .slide_list li a {
    border-bottom: 1px solid #D8D8D8;
    padding: 2rem 0 2rem 0!important;
    display: flex;
  }
  .slide_list li a .arrow {
    width: 40px;
  }
  .slide_list li .num {;
    width: 20px;
    padding:0 0 1rem 0;
  }
  .slide_list li .img_box {
    width: 100%;
    padding: 2rem 0.5rem;
    background: #EDF2F3;
  }
  .slide_list li .img_box img {
    border-radius: 3px;
  }
  .slide_list li .txt_box {
    width: 100%;
    padding: 0;
  }
  .slide_list li .ttl {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  .slide_list li p {
    margin: 1.5rem 0 0;
  }
  .slide_list {
    width: 100%;
    margin: 0 auto;
  }


  .slide_list li a {
    display: block;
  }
  .list_block  {
		position: relative;
		padding-top: 6rem;
		margin-top: 2rem;
  }
  .list_block .custom-prev,.list_block .custom-next {
    display: block;
  }
  .list_block .custom-prev {
    top: 0;
    left: 2rem; 
    transform:translateY(0)rotate(180deg);
  }
  .list_block .custom-next {
    top: 0;
    left: 7rem; 
    transform:none;
  }

  /* acc_btn 非表示 */
  #acc_btn {
    display: none;
  }
	  .hidden-item {
    display: block;
  }
  .custom-next {
    position: absolute;
    top: 50%;
    left: calc(320px); /* スライド幅 + スライド間の余白半分 */
    transform: translateY(-50%);
    z-index: 20;
    background: url("img/slide_arrow01.svg"),#fff;
    background-size: cover;
    border-radius: 50%;
    width: 35px!important;
    height: 35px!important;
    text-align: center;
    line-height: 38px;
    outline: none;
    border: none;
  }
  /* Prevボタン */
  .custom-prev {
    position: absolute;
    top: 50%;
    left: calc(50px); /* 左側に配置 */
    transform: translateY(-50%);
    z-index: 20;
    background: url("img/slide_arrow01.svg"),#fff;
    background-size: cover;
    border-radius: 50%;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    line-height: 38px;
    outline: none;
    display: none;
    border: none;
  }
}

.vertical-line-wrapper {
  position: relative;
  width: 2px;
  height: 150px; /* ラインの長さ */
  margin: 3rem auto;
}

/* 縦ライン */
.vertical-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #43555B; /* ラインの色は調整可 */
}

/* ドット */
.vertical-dot {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color:#43555B; /* ドットの色も同じ系統に */
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0;
  animation: none;
}

/* アニメーション定義 */
@keyframes dropDot {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 1;
  }
}

/* スクロールでアクティブ時にアニメーション発火 */
.vertical-line-wrapper.active .vertical-dot {
  animation: dropDot 1.8s ease-out forwards;
}
@media screen and (max-width: 767px) {

	.vertical-line-wrapper {;
    height: 50px;
    margin: 2rem auto;
}
	.vertical-dot {
    width: 6px;
    height: 6px;
}
	.vertical-line {
    width: 1px;
}

	}

@supports (-webkit-touch-callout: none) {
  .sec07 {
    background-attachment: scroll; /* fixedを無効化 */
  }
}

