@charset "utf-8";
/*--------------------------------------
　MV
---------------------------------------*/
.mv {
  position: relative;
  width: 100%;
  min-height: 100vh; /* コンテンツが少なくても画面いっぱい */
  min-width: 1280px;
}
.mv .bg-slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1; /* コンテンツの下に配置 */
}
.mv .bg-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  opacity: 0;
  transition: opacity 3s ease-in-out;
}
.mv .bg-slide img.active {
  opacity: 1;
}
/* MV コンテンツ */
.mv .content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  color: white;
  padding-bottom: 20rem;
}
.mv .content h2 {
  font-weight: 900;
  text-shadow:0 0 10px rgb(0 0 0 / 35%);
  font-size: 6.6rem;
  padding-top: 14rem;
  position: relative;
  z-index: 1;
}
.mv .content h2 span {
  font-size: 84px;
}
.mv .content .t-bg {
  background: #003384;
  display: inline-block;
  border-radius: 0 20px 20px 0;
  padding-right: 5rem;
  margin-top: 3rem;
  position: relative;
}
.mv .content .t-bg.isActive {
  animation-delay: 0.8s;
}
.mv .content .t-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  background: #003384;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.mv .content .mv-txt01 {
  font-size: 2.6rem;
  font-weight: 900;
  padding: 2.5rem 0;
}
.mv .content .mv-txt01 span {
  font-weight: 900;
}
.mv .content .box01_wrap {
  position: relative;
}
.mv .content .box01 {
  max-width: 75%;
}
.mv .content .box01 img {
  border-radius: 2rem;
}
.mv .content .box01 .image {
  box-shadow: 0px 0px 21px -6px #888;
}
.mv .content .box01 .img01 {
	display: none;
  width: 171px;
  position: absolute;
  top: 120px;
  right: 350px;
}
.mv .content .box01 .img02 {
  width: 197px;
  position: absolute;
  top: 82px;
  right: 0;
}
.mv .content .box01 .img03 {
 width: 259px;
    position: absolute;
    top: 442px;
    right: 106px;
}

.mv .content .box02_wrap {
  position: relative;
  margin-top: 15rem;
}
.mv .content .box02 .eng-t {
  padding-left: 0;
  position: relative;
  z-index: 1;
}
.mv .content .box02 .eng-t span {
 font-size: 8rem;
    background: #42B1EB;
    display: inline-block;
    background: linear-gradient(to right, #00a8ff 0%, #EDFF99 50%, #FF9250 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.6;
}
.mv .content .box02 .txt {
  color: #181c1f;
  margin-left: 0;
  position: relative;
  z-index: 1;
  line-height: 3.2;
}
.mv .content .box02 .txt .t-bg02 {
  display: inline-block;
  background: #ffffffe6;
  font-size: 2.8rem;
  font-weight: 900;
  border-radius: 8px;
  padding: 5px 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.mv .content .box02 .txt-ma {
  margin-top: 4rem;
}
.mv .content .box02 img {
  border-radius: 2rem;
}
.mv .content .box02 .image {
  box-shadow: 0px 0px 21px -6px #888;
}
.mv .content .box02 .img01 {
  width: 214px;
  position: absolute;
  top: 380px;
  right: -40px;
  display: none;
}
.mv .content .box02 .img02 {
   width: 234px;
    position: absolute;
    top: 261px;
    right: 0;
}
.mv .content .box02 .img03 {
width: 204px;
    position: absolute;
    top: 557px;
    right: 287px;
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
    width: 100%;
    min-height: 100%; /* コンテンツが少なくても画面いっぱい */
    min-width: 100%;
  }

  .sp-bg {
    margin-top: 200px;
    position: relative;
  }
  .sp-bg::after {
		content:"";
		display: block;
		position: fixed;
		top: 247px;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background:url("img/sp-mv.jpg") center center no-repeat;
		background-size: cover;
		border-radius: 20px 20px 0 0;
		}
  
  /* MV コンテンツ */
  .mv .content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    color: white;
    padding-bottom: 15rem;
  }
  .mv .content h2 {
    font-weight: 900;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 2rem;
    padding-top: 0;
    padding-left: 2rem;
    line-height: 1.4;
    color: #0082d8;
    position: absolute;
    z-index: 1;
    top: -197px;
  }
  .mv .content h2 span {
    font-size: 4rem;
    color: #181c1f;
    line-height: 1.2;
  }
  .mv .content .sp-txt {
    color: #0082d8;
    font-size: 1.1rem;
    position: absolute;
    top: -45px;
    padding-left: 2rem;
  }
  .mv .content .t-bg {
    background: #003384;
    display: inline-block;
    border-radius: 0 15px 15px 0;
    padding-right: 2rem;
    margin-top: 19rem;
    width: 90%;
  } 
  .mv .content .t-bg::before {
    display: none;
  }
  .mv .content .mv-txt01 {
    font-size: 1.7rem;
    font-weight: 900;
    padding: 2rem 0 0;
    padding-left: 2rem;
  }
  .mv .content .mv-txt01 span {
    font-weight: 900;
  }
  .mv .content .r-txt {
    font-size: 1.1rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    margin-top: 0.6rem;
    color: #c1c1c1;
    position: absolute;
    top: -7rem;
    width: 95%;
  }
  .mv .content .box01 {
    max-width: 100%;
  }
  .mv .content .box01 img {
    border-radius: 10px;
  }
  .mv .content .box01 .image {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  }
  .mv .content .box01 .img01 {
    width: 65px;
    position: absolute;
    top: -100px;
    right: 40px;
  }
  .mv .content .box01 .img02 {
         width: 89px;
        position: absolute;
        top: 141px;
        right: 64px;
  }
  .mv .content .box01 .img03 {
   width: 116px;
        position: absolute;
        top: -23px;
        border-radius: 10px;
        right: 10px;
  }
  .mv .content .box02_wrap {
    margin-top: 5rem;
  }
  .mv .content .box02 .eng-t {
    padding-left: 2rem;
    position: relative;
    z-index: 1;
  }
  .mv .content .box02 .eng-t span {
    font-size: 4rem;
    background: #42B1EB;
    display: inline-block;
    background: linear-gradient(to right, #00a8ff 0%, #EDFF99 50%, #FF9250 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.8;
    line-height: 1;
  }
  .mv .content .box02 .txt {
    margin-left: 2rem;
    margin-right: 2rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    line-height: 2.2;
  }
  .mv .content .box02 .txt .t-bg02 {
    display: inline;
    background: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 4px;
    padding: 3px 6px;
    /* ← 行頭にも効く */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* Safari用 */
  }
  .mv .content .box02 .txt-ma {
    margin-top: 1rem;
  }
  .mv .content .box02 img {
    border-radius: 10px;
  }
  .mv .content .box02 .image {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  }
  .mv .content .box02 .img01 {
    width: 84px;
    position: absolute;
    top: inherit;
    bottom: -240px;
    right: 20px;
  }
  .mv .content .box02 .img02 {
    width: 127px;
    position: absolute;
    top: inherit;
    bottom: -180px;
    right: 50px;
  }
  .mv .content .box02 .img03 {
    width: 97px;
    position: absolute;
    top: inherit;
    bottom: -220px;
    right: inherit;
    left: 50px;
  }
}

.fix-nav {
  z-index: 1111;
  position: fixed;
  top: 0;
  width: 100%;
  right: 110px;
}
.fix-nav .fix-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.fix-nav .p-nav-a .f-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fix-nav .p-nav {
  background: #fff;
  border: solid 2px #e4ebef;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  height: 70px;
}
.fix-nav .p-nav-a .nav01 {
  border-right: 1px #e4ebef solid;
  margin-top: 1rem;
}
.fix-nav .p-nav-a {
  margin-right: 1rem;
}
.fix-nav .p-nav-b {
  margin-right: 1rem;
  background: #f2f4f5;
}
.fix-nav .p-nav-b .nav01 {
  margin-top: 1rem;
}
.fix-nav .p-nav-c {
  background: #ff8237;
  border: 2px solid #fff;
  border-top: none;
}
.fix-nav .p-nav-c .nav01 {
  margin-top: 1rem;
}
.fix-nav .p-nav-a .nav01:last-child {
  border: none;
}
.fix-nav .p-nav-a .nav01 a {
  color: #31383d;
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 0 2rem;
	font-size: 1.4rem;
  display: inline-block;
}
.fix-nav .p-nav .nav01 a span {
  font-weight: 400;
  display: inline-block;
}
.fix-nav .p-nav .nav01 a {
  position: relative;
}
.fix-nav .p-nav-a .nav01 a::after, .fix-nav .p-nav-b .nav01 a::after {
  content: "";
  position: absolute;
  background: url("img/arrow01.png") 0 0 no-repeat;
  background-size: 100% auto;
  bottom: -77px;
  margin: auto;
  left: 0;
  top: 0;
  display: block;
  right: 0;
  width: 24px;
  height: 24px;
}
.fix-nav .p-nav-b .nav01 a::after {
  bottom: -58px;
}
.fix-nav .p-nav-b .nav01 a {
  padding: 0 2rem;
  color: #0082d8;
	font-size:1.4rem;
  text-align: center;
}
.fix-nav .p-nav-c .nav01 a {
  padding: 0 5rem;
  color: #fff;
  position: relative;
  z-index: 1;
font-size:1.4rem;	
  text-align: center;
}
.fix-nav .p-nav-c .nav01 a::after {
  content: "";
  position: absolute;
  background: url("img/arrow02.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: auto;
  right: 1.2rem;
  top: -0.8rem;
  display: block;
  width: 27px;
  height: 22px;
}
.fix-nav .p-nav-c .nav01 a::before {
content: "";
    position: absolute;
    background: url(img/btn-bg01.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin: auto;
    left: 19px;
    z-index: -1;
    bottom: -18px;
    display: block;
    width: 87px;
    height: 34px;
}
@media screen and (max-width: 1200px) {
  .fix-nav {
    z-index: 1111;
    position: fixed;
    top: 0;
    width: 100%;
    right: 70px;
  }
  .fix-nav .fix-box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .fix-nav .p-nav-a .f-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .fix-nav .p-nav {
    background: #fff;
    border: solid 2px #e4ebef;
    box-sizing: border-box;
    border-radius: 0 0 15px 15px;
    height: 57px;
  }
  .fix-nav .p-nav-a .nav01 {
    margin-top: 0.5rem;
    margin: 0.5rem  auto 0;
    width: 144px;
    text-align: center;
  }
  .fix-nav .p-nav-a {
    margin-right: 1rem;
  }
  .fix-nav .p-nav-a .nav01:last-child {
    border: none;
  }
  .fix-nav .p-nav-a .nav01 a {
    font-weight: 900;
    text-align: center;
    position: relative;
    padding: 0 2rem;
    display: inline-block;
  }
  .fix-nav .p-nav .nav01 a span {
    font-weight: 400;
    display: inline-block;
    font-size: 1.3rem;
  }
  .fix-nav .p-nav .nav01 a {
    position: relative;
  }
  .fix-nav .p-nav-a .nav01 a::after, .fix-nav .p-nav-b .nav01 a::after {
    content: "";
    position: absolute;
    background: url("img/arrow01.png") 0 0 no-repeat;
    background-size: 100% auto;
    bottom: -61px;
    margin: auto;
    left: 0;
    top: 0;
    display: block;
    right: 0;
    width: 18px;
    height: 18px;
  }
}
/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.sec {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.sec .inner {
  max-width: 1300px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contents_top {
    min-width: 100%;
  }
  .sec {
    min-width: 100%;
  }
  .sec .inner {
    max-width: 90%;
    margin: auto;
  }
}
/*--------------------------------------
　Title
---------------------------------------*/
.title {
  color: #181c1f;
  font-weight: 900;
}
.title-box .c-txt {
  background: #146dc7;
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  display: inline-block;
  padding: 0 2.5rem 0.3rem;
  border-radius: 100px;
}
.sec04 .title-box .c-txt {
  font-size: 2.8rem;
}
.title-box .c-txt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -93px;
  border: 10px solid transparent;
  border-top: 14px solid #146dc7;
}
.sec04 .title-box .c-txt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
	transform: translateX(-50%);
  margin: auto;
  border: 10px solid transparent;
  border-top: 14px solid #146dc7;
}
.dots {
  background-image: radial-gradient(circle at center, orange 25%, transparent 25%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.6em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
  font-weight: 900;
}
.title-box .title .cx01 {
  font-size: 4.3rem;
}
.title-box .title a {
  position: relative;
  display: inline-block;
}
.title-box .title a::after {
  content: "";
  position: absolute;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: auto;
  bottom: 0.8rem;
  right: -7rem;
  display: block;
  width: 42px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .title-box .c-txt {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.4;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
  }
  .title-box .c-txt::before {
   content: "";
   position: absolute;
   top: 98%;
   left: 50%;
   margin-left: -79px;
   border: 7px solid transparent;
   border-top: 10px solid #146dc7;
  }
  .dots {
    background-image: radial-gradient(circle at center, orange 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.6em; /* 点の間隔とサイズ調整 */
    padding-top: .3em; /* 縦方向の位置調整 */
    font-weight: 900;
  }
  .title-box .title .cx01 {
    font-size: 2.6rem;
  }
  .title-box .title a {
    position: relative;
    display: inline-block;
  }
  .title-box .title a::after {
    content: "";
    position: absolute;
    background: url("img/arrow03.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin: auto;
    bottom: 0.5rem;
    right: -3.3rem;
    display: block;
    width: 23px;
    height: 23px;
  }
	.sec02 .title-box .title a::after {
               right: -1rem;
    }
}
/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
  margin: 3rem 0 3rem;
  font-size: 1.6rem;
  line-height: 2;
}
p.txt {
  margin: 3rem 0 3rem;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
}
p.lead {
  margin: 3rem 0 0 !important;
  font-size: 1.6rem;
  line-height: 2;
}
.caption {
  margin: 1rem 0 0 0;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.3;
}
.sec p {
  margin: 0 0 0;
}
@media screen and (max-width: 768px) {
  .contents_top p {
    margin: 2rem 0 2rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  p.txt {
    margin: 2rem 0 2rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  p.lead {
    margin: 2rem 0 0 !important;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .caption {
    margin: 1rem 0 0 0;
    padding: 0 0 0.5rem 0;
    font-size: 1rem;
    line-height: 1.3;
  }
  .sec p {
    margin: 0 0 0;
  }
}
/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
 background: #0082d8cc;
 background-size: cover;
 width: 100%;
 padding-bottom: 16rem;
}
.sec01 .f-eng {
  font-size: 15rem;
  text-align: center;
  line-height: 1;
  color: rgb(54 156 224);
  margin-top: 0;
}
.sec01 .box {
  background: #ffffff;
  border-radius: 3rem;
  width: 930px;
	box-shadow: 0px 0px 21px -6px #888;
  margin: -2rem auto;
  position: relative;
}
.sec01 .box .box-inner {
  padding: 5rem 8rem 10rem;
}
.sec01 .title {
  font-size: 4rem;
  color: #0082d8;
  font-weight: 900;
  position: relative;
  padding-top: 2rem;
  line-height: 1.4;
  text-align: center;
}
.sec01 .title span {
  font-size: 3.6rem;
}
.sec01 .title::before {
  content: "";
  position: absolute;
  background: url("img/t-icon01.png") 0 0 no-repeat;
  background-size: 100% auto;
  left: 0;
  display: block;
  top: 2rem;
  width: 44px;
  height: 34px;
}
.sec01 .title::after {
  content: "";
  position: absolute;
  background: url("img/t-icon02.png") 0 0 no-repeat;
  background-size: 100% auto;
  right: 0;
  display: block;
  width: 44px;
  height: 34px;
  top: 2rem;
}
.sec01 .txtBox {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: solid #eee 2px;
}
.sec01 .txt {
  text-align: center;
  position: relative;
  line-height: 2.3;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec01 .image01 {
  position: absolute;
  width: 317px;
  left: -15rem;
  bottom: -6rem;
}
.sec01 .image02 {
  position: absolute;
     width: 361px;
    right: -14rem;
    bottom: -5rem;
}
/* 初期状態（まだ見えていない） */
.js-inview {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

/* 画面に入ったとき */
.js-inview.is-show {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .sec01 {
    background: #0082d8cc;
    background-size: cover;
    width: 100%;
    padding-bottom: 7rem;
    padding-top: 8rem;
  }
  .sec01 .f-eng {
    font-size: 5.2rem;
    text-align: center;
    line-height: 1;
    color: rgba(2, 119, 208, 0.46);
    margin-top: 0rem;
  }
  .sec01 .box {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .sec01 .box .box-inner {
    padding: 1rem 2rem 6rem;
  }
  .sec01 .title {
    font-size: 2.2rem;
    padding-top: 2rem;
  }
  .sec01 .title span {
    font-size: 1.7rem;
  }
  .sec01 .title::before {
    content: "";
    position: static;
    background: url("img/t-icon01.png") 0 0 no-repeat;
    background-size: 100% auto;
    left: -0.6rem;
    display: block;
    top: 2rem;
    width: 18px;
    height: 14px;
  }
  .sec01 .title::after {
    content: "";
    position: absolute;
    background: url("img/t-icon02.png") 0 0 no-repeat;
    background-size: 100% auto;
    right: 0.5rem;
    display: block;
    width: 18px;
    height: 14px;
    top: 2rem;
  }
  .sec01 .txtBox {
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
  .sec01 .txt {
    text-align: left;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .sec01 .image01 {
    position: absolute;
    width: 124px;
    left: 0rem;
    bottom: -3rem;
  }
  .sec01 .image02 {
    position: absolute;
    width: 140px;
    right: 0rem;
    bottom: -3rem;
  }
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  background: #fff;
  padding-top: 17rem;
}
.sec02 .c-txt {
  float: left;
}
.sec02 .r-txt {
  float: left;
  margin-left: 1rem;
  font-weight: 900;
  font-size: 2.2rem;
}
.sec02 .ttl-box {
  position: relative;
  z-index: 1;
}
.sec02 .ttl-box::before {
    content: "";
    position: absolute;
    background: url(img/sec02-icon01.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: -44rem;
    display: block;
    width: 689px;
    height: 400px;
    bottom: -21rem;
    z-index: -1;
}
.sec02 .ttl-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .title-box .title a {
  font-size: 6rem;
  color: #181c1f;
  line-height: 1.3;
  margin-top: 2rem;
}
.sec02 .title-box {
  width: 43%;
}
.sec02 .txt-box {
  width: 54%;
  padding-top: 11rem;
}
.sec02 .item {
  position: relative;
  z-index: 4;
  margin-top: 20rem;
  margin-bottom: 21rem;
}
.sec02 .ma-item .inner {
  position: relative;
}
.sec02 .ma-item .s-image {
  width: 374px;
  position: absolute;
  right: 0;
  margin-top: -13.8rem;
}
.sec02 .item01 .image {
  position: absolute;
  left: 0;
  width: 45%;
}
.sec02 .item02 .image {
  position: absolute;
  right: 0;
  width: 45%;
}
.sec02 .item01 .image img {
  border-radius: 0 3rem 3rem 0;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 394px;
}
.sec02 .item02 .image img {
  border-radius: 20px 0 0 20px;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 394px;
}
.sec02 .item02 .image {
  position: absolute;
  right: 0;
  width: 45%;
}
.sec02 .item02 .image img {
  border-radius: 3rem 0 0 3rem;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 394px;
}
.sec02 .item01 .c-box {
  width: 50%;
  margin-left: 50%;
}
.sec02 .item02 .c-box {
  width: 50%;
}
.sec02 .ma-item .c-box {
  padding-top: 4rem;
}
.sec02 .ma-top01 {
  padding-top: 4rem;
}
.sec02 .item .t-area {
  position: relative;
  z-index: 1;
}
.sec02 .item .t-area .nmv {
  font-size: 13rem;
  color: #e9f3f9;
  position: absolute;
  z-index: -1;
  top: -110px;
  left: -40px;
}
.sec02 .item .t-area h3 {
  font-size: 5rem;
  margin-bottom: 1.5rem;
}
.sec02 .item .t-area .txt-image {
  position: absolute;
}
.sec02 .item .t-area .txt-image01 {
  width: 180px;
  left: 161px;
  top: -54px;
}
.sec02 .item .t-area .txt-image02 {
  width: 194px;
  left: 120px;
  top: -55px;
}
.sec02 .item .t-area .txt-image03 {
  width: 215px;
  left: 258px;
  top: -59px;
}
.sec02 .item .t-area .txt-image04 {
  width: 209px;
  left: 159px;
  top: -56px;
}
.sec02 .item .t-area .txt-image05 {
  width: 68px;
  left: 402px;
  top: -7px;
}
.sec02 .item .t-area .txt-image06 {
  width: 210px;
  left: 141px;
  top: -58px;
}
.sec02 .pop-area {
  margin-top: 5rem;
}
.sec02 .pop-area .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .pop-area .box-inner {
  padding: 2.4rem 3rem 3rem;
}
.sec02 .dcience {
  background: #12c5ed;
  width: 49%;
  border-radius: 3rem;
}
.sec02 .ma-item .dcience {
  background: #07c9f4;
  width: 100%;
  border-radius: 3rem;
}
.sec02 .pop-area01 .box-inner {
  padding: 2rem 2rem 3rem;
}
.sec02 .pop-area01 .dcience {
  width: 54%;
}
.sec02 .humanities {
  background: #ff8c46;
  width: 49%;
  border-radius: 3rem;
}
.sec02 .pop-area01 .humanities {
  width: 44%;
}
.sec02 .pop-area .box-ttl img {
  width: 42px;
  position: relative;
  top: -.4rem;
  left: -1rem;
  border-radius: 50%;
}
.sec02 .pop-area .box-ttl {
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  text-align: center;
}
.sec02 .pop-area h4 {
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 100px;
  padding: 1rem 2rem 1rem 1rem;
  margin-top: 1rem;
}
.sec02 .ma-item .pop-area h4 {
  width: 32%;
}
.sec02 .pop-area h4::before {
  content: "";
  position: absolute;
  background: url("img/arrow04.png") 0 0 no-repeat;
  background-size: 100% auto;
  right: 0.6rem;
  display: block;
  width: 24px;
  height: 24px;
  top: 46%;
  margin-top: -10px;
}
.sec02 .pop-area01 .fix-box01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec02 .pop-area01 .fix-box01 h4 {
  width: 49%;
}
h4.popup-btn {
  transition: transform 0.2s, background-color 0.2s;
}
h4.popup-btn:hover {
  transform: scale(1.05); /* マウスオンで拡大 */
}
.overlay01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000 !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.overlay01.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* ポップアップ */
body.no-scroll {
  overflow: hidden;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  margin: auto;
  background-color: #fff;
  border: solid 4px #00b3e0;
  border-radius: 30px;
  z-index: 100001;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.popup.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.popup-inner {
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  border-radius: 25px;
}
.popup-inner::-webkit-scrollbar {
  display: none;
}
.bg-clr01 {
  border: solid 4px #ff8c46;
}
.popup .fix-obox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup .fix-obox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup .fix-obox .l-box {
  width: 25%;
  border-radius: 25px 0 0 25px;
  background: #00b3e0;
  padding: 5rem 0;
}
.bg-clr01 .fix-obox .l-box {
  background: #ff8c46;
}
.popup .fix-obox .l-box .center {
  text-align: center;
}
.popup .fix-obox .l-box .txt01 {
  background: #fff;
  color: #00b3e0;
  font-weight: 900;
  border-radius: 100px;
  font-size: 2.4rem;
  text-align: center;
  display: inline-block;
  padding: 0 40px;
}
.bg-clr01 .fix-obox .l-box .txt01 {
  color: #ff8c46;
}
.popup .fix-obox .l-box .icon {
  width: 120px;
  text-align: center;
  margin: 3rem auto 0;
}
.popup .fix-obox .l-box .icon img {
  border-radius: 50%;
}
.popup .fix-obox .l-box .n-txt {
  font-weight: 900;
  color: #fff;
  margin: 2rem 0 0;
  font-size: 1.8rem;
}
.popup .fix-obox .r-box {
  width: 75%;
}
.popup .fix-obox .r-box .r-inner {
  padding: 4rem 6rem 2rem;
}
.popup .fix-obox .r-box .txt01 {
  font-weight: 900;
  color: #979797;
  margin: 0;
  margin-bottom: 2rem;
}
.popup .fix-obox .r-box .qa-box {
  margin-bottom: 4rem;
}
.popup .fix-obox .r-box .q-box {
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 1.4rem;
}
.popup .fix-obox .r-box .q-box h5 {
  position: relative;
  font-weight: 900;
  font-size: 2.2rem;
  display: inline-block;
  padding-left: 4.4rem;
}
.popup .fix-obox .r-box .q-box h5::after {
  content:"Q.";
  position: absolute;
  color: #00b3e0;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  left: 0;
  top: -0.7rem;
}
.bg-clr01 .fix-obox .r-box .q-box h5::after {
  content:"Q.";
  color: #ff8c46;
}
.popup .fix-obox .r-box .a-box .a-txt {
  color:#146dc7;
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0;
  margin-top: 2rem;
}
.popup .fix-obox .r-box .a-box .txt {
  margin: 0;
  margin-top: 2rem;
}
/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: -75px;
  right: 0;
  font-weight: 100;
  font-size: 54px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s;
}
.close-btn:hover {
  color: #fff;
}
.sec02 .un-box {
  margin-top: 5rem;
  position: relative;
  padding-bottom: 26rem;
}
.sec02 .un-box .image01 {
    position: absolute;
    width: 21%;
    left: 7rem;
    top: 10rem;
}
.sec02 .un-box .image02 {
    position: absolute;
    width: 21%;
    left: 41rem;
    top: -19px;
}
.sec02 .un-box .image01 img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  border-radius: 20px;
  height: 100%;
}
.sec02 .un-box .image02 img {
  object-fit: cover;
  font-family: 'object-fit: cover';
  border-radius: 20px;
  height: 100%;
}
.sec02 .un-box .text-box {
  position: relative;
  z-index: 1;
  background: #f2f4f5;
  width: 90%;
  margin-left: 42%;
  top: 4rem;
  border-radius: 3rem 0 0 3rem;
	    border: 3px solid #fff;
}
.sec02 .un-box .text-box-inner {
  padding: 0 6rem 7rem;
}
.sec02 .un-box .text-box .txt01 {
  background: #0986d9;
  position: relative;
  border-radius: 100px;
  color: #fff;
  font-weight: 900;
  font-size: 2.4rem;
  top: -2rem;
  padding: 1rem 3rem 1rem 6rem;
  display: inline-block;
}
.sec02 .un-box .text-box .txt01::before {
  content: "";
  position: absolute;
  background: url("img/check.png") 0 0 no-repeat;
  background-size: 100% auto;
  left: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.sec02 .un-box .text-box h3 {
  color: #31383d;
  font-size: 3.2rem;
  margin-top: 2.5rem;
}
.sec02 .un-box .text-box .txt {
  margin-top: 3.5rem;
	width: 55%;
}
@media screen and (max-width: 768px) {
  .sec02 {
    background: #fff;
    padding-top: 4rem;
  }
  .sec02 .c-txt {
    float: none;
    font-size: 1.7rem;
  }
  .sec02 .r-txt {
    float: none;
    margin-top: 1rem;
    font-weight: 900;
    font-size: 1.7rem;
    margin-left: 0;
  }
  .sec02 .ttl-box {
    position: relative;
    z-index: 1;
  }
  .sec02 .ttl-box::before {
    display: none;
  }
  .sec02 .ttl-box .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec02 .title-box .title a {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 0;
  }
  .sec02 .title-box {
    width: 100%;
  }
  .sec02 .txt-box {
    width: 100%;
    margin: auto;
    padding-top: 2.5rem;
  }
  .sec02 .item {
    position: relative;
    z-index: 4;
    margin-top: 8rem;
    margin-bottom: 10rem;
  }
	.sec02 .item.com{
    margin-bottom: 3rem;
  }
  .sec02 .ma-item .inner {
    position: relative;
  }
  .sec02 .ma-item .s-image {
    width: 280px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    margin-top: -9.8rem;
    border-bottom:1px solid #146dc7;
  }
  .sec02 .item01 .image {
    position: relative;
    left: inherit;
    width: 100%;
    margin-left: -6%;
    margin-bottom: 1.5rem;
  }
  .sec02 .item02 .image {
    position: relative;
    right: inherit;
    width: 100%;
    right: -6%;
    margin-bottom: 1.5rem;
  }
  .sec02 .item01 .image img {
    border-radius: 0 10px 10px 0;
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: 154px;
  }
  .sec02 .item02 .image img {
    border-radius: 10px 0 0 10px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: 154px;
  }
  .sec02 .item01 .c-box {
    width: 100%;
    margin-left: 0%;
  }
  .sec02 .item02 .c-box {
    width: 100%;
  }
  .sec02 .ma-item {
    margin-top: 0;
  }
  .sec02 .ma-item .c-box {
    padding-top: 9rem;
  }
	.sec02 .ma-item .c-box.com{
    padding-top: 6rem;
  }
  .sec02 .ma-top01 {
    padding-top: 0;
  }
  .sec02 .item .t-area {
    position: relative;
    z-index: 1;
  }
  .sec02 .item .t-area .nmv {
    font-size: 6rem;
    color: #edf3f6;
    position: absolute;
    z-index: -1;
    top: -55px;
    left: -2%;
  }
  .sec02 .item .t-area h3 {
    font-size: 2.7rem;
    margin-bottom: 1.5rem;
  }
  .sec02 .item .t-area .txt-image {
    position: absolute;
  }
	.sec02 .s-image {
        margin: 3rem 4rem 0;
    }
  .sec02 .item .t-area .txt-image01 {
    width: 117px;
    left: 90px;
    top: -30px;
  }
  .sec02 .item .t-area .txt-image02 {
    width: 115px;
    left: 80px;
    top: -30px;
  }
  .sec02 .item .t-area .txt-image03 {
    width: 145px;
    left: 130px;
    top: -35px;
  }
  .sec02 .item .t-area .txt-image04 {
    width: 134px;
    left: 130px;
    top: -35px;
  }
  .sec02 .item .t-area .txt-image05 {
           width: 37px;
        left: 218px;
        top: -3px;
  }
  .sec02 .item .t-area .txt-image06 {
    width: 144px;
         left: 111px;
        top: -33px;
  }
  .sec02 .pop-area {
    margin-top: 3rem;
  }
	.sec02 .pop-area.com{
    margin-top: 0;
  }
  .sec02 .pop-area .fix-box {
    display: block;
  }
  .sec02 .pop-area .box-inner {
    padding: 1.5rem 2rem 2rem;
  }
  .sec02 .dcience {
    width: 100%;
    border-radius: 10px;
  }
  .sec02 .ma-item .dcience {
    background: #07c9f4;
    width: 100%;
    border-radius: 10px;
  }
  .sec02 .pop-area01 .box-inner {
    padding: 2rem 2rem 2rem;
  }
  .sec02 .pop-area01 .dcience {
    width: 100%;
  }
  .sec02 .humanities {
    background: #ff8c46;
    width: 100%;
    border-radius: 10px;
    margin-top: 2rem;
  }
  .sec02 .pop-area01 .humanities {
    width: 100%;
  }
  .sec02 .pop-area .box-ttl img {
    width: 32px;
    position: relative;
    top: -0.4rem;
    left: -0.7rem;
  }
  .sec02 .pop-area .box-ttl {
    color: #fff;
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
  }
  .sec02 .pop-area h4 {
    position: relative;
    background: #fff;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 100px;
    padding: 1rem 0;
    margin-top: 10px;
  }
  .sec02 .pop-area h4::before {
    content: "";
    position: absolute;
    background: url("img/arrow04.png") 0 0 no-repeat;
    background-size: 100% auto;
    right: 0.6rem;
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
  }
  .sec02 .ma-item .pop-area .fix-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec02 .pop-area01 .fix-box01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec02 .pop-area01 .fix-box01 h4 {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .sec02 .pop-area01 .fix-box01 h4:nth-child(2n) {
    margin-right: 0;
  }
  h4.popup-btn {
    transition: transform 0.2s, background-color 0.2s;
  }
  .sec02 .ma-item .pop-area h4 {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .sec02 .ma-item .pop-area h4:nth-child(2n) {
    margin-right: 0;
  }
  
  .sec02 .pop-area .popup-btn-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec02 .pop-area .popup-btn-wrap.jc-c {
    justify-content: center;
  }
  .sec02 .pop-area .popup-btn-wrap h4.popup-btn {
    width: calc(50% - 5px);
  }
  
  
  .overlay01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ポップアップ */
  .popup {
    width: 90%;
    margin: auto;
    background-color: #fff;
    border: solid 2px #00b3e0;
    border-radius: 15px;
  }
  .popup-inner {
    max-height: calc(100vh - 140px);
    overflow-y: auto;
    border-radius: 12px;
  }
  .bg-clr01 {
    border: solid 2px #ff8c46;
  }
  .popup .fix-obox {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .popup .fix-obox .l-box {
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: #00b3e0;
    padding: 2rem 0 2rem;
  }
  .bg-clr01 .fix-obox .l-box {
    background: #ff8c46;
  }
  .popup .fix-obox .l-box .center {
    text-align: center;
  }
  .popup .fix-obox .l-box .txt01 {
    background: #fff;
    color: #00b3e0;
    font-weight: 900;
    border-radius: 100px;
    font-size: 1.7rem;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
  }
  .bg-clr01 .fix-obox .l-box .txt01 {
    color: #ff8c46;
  }
  .popup .fix-obox .l-box .cf {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 1rem 0 0;
  }
  .popup .fix-obox .l-box .cf:after {
    content: "";
    clear: both;
    display: none;
  }
  .popup .fix-obox .l-box .icon {
    width: 18%;
    text-align: left;
    margin: 0 0 0;
  }
  .popup .fix-obox .l-box .n-txt {
    font-weight: 900;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline;
    width: 50%;
    margin-left: 1rem;
  }
  .popup .fix-obox .r-box {
    width: 100%;
  }
  .popup .fix-obox .r-box .r-inner {
    padding: 2rem 2rem 4rem;
  }
  .popup .fix-obox .r-box .txt01 {
    font-weight: 900;
    color: #979797;
    margin: 0;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  .popup .fix-obox .r-box .qa-box {
    margin-bottom: 2.5rem;
  }
  .popup .fix-obox .r-box .q-box {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 1.2rem;
  }
  .popup .fix-obox .r-box .q-box h5 {
    position: relative;
    font-weight: 900;
    font-size: 1.6rem;
    display: inline-block;
    padding-left: 2.8rem;
  }
  .popup .fix-obox .r-box .q-box h5::after {
    content: "Q.";
    position: absolute;
    color: #00b3e0;
    font-size: 2.1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    left: 0;
    top: -0.5rem;
  }
  .bg-clr01 .fix-obox .r-box .q-box h5::after {
    content: "Q.";
    color: #ff8c46;
  }
  .popup .fix-obox .r-box .a-box .a-txt {
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0;
    margin-top: 1.5rem;
  }
  .popup .fix-obox .r-box .a-box .txt {
    margin: 0;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
  /* 閉じるボタン */
  .close-btn {
    position: absolute;
    top: -45px;
    right: 5px;
    z-index: 9999;
    font-weight: 100;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
  }
  .close-btn:hover {
    color: #fff;
  }
  .sec02 .un-box {
    margin-top: -3rem;
    position: relative;
    padding-bottom: 0;
  }
  .sec02 .un-box .image-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
  }
  .sec02 .un-box .image01 {
    position: inherit;
    width: 48%;
    left: 0;
    top: 0;
    margin-right: 4%;
    margin-top: 5rem;
  }
  .sec02 .un-box .image02 {
    position: inherit;
    width: 48%;
    left: 0;
    top: 0;
  }
  .sec02 .un-box .image01 img {
    object-fit: cover;
    font-family: 'object-fit: cover';
    border-radius: 10px;
    height: 186px;
  }
  .sec02 .un-box .image02 img {
    object-fit: cover;
    font-family: 'object-fit: cover';
    border-radius: 10px;
    height: 186px;
  }
  .sec02 .un-box .text-box {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: 0%;
    top: 0;
    border-radius: 10px 0 0 10px;
	  border: none;
  }
  .sec02 .un-box .text-box-inner {
    padding: 0 2rem 7rem;
  }
  .sec02 .un-box .text-box .txt01 {
    position: relative;
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-weight: 900;
    font-size: 1.8rem;
    width: 107%;
    top: -2rem;
    padding: 1rem 2rem 1rem 5.5rem;
    display: inline-block;
  }
  .sec02 .un-box .text-box .txt01::before {
    content: "";
    position: absolute;
    background: url("img/check.png") 0 0 no-repeat;
    background-size: 100% auto;
    left: 1.2rem;
    display: block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -15px;
  }
  .sec02 .un-box .text-box h3 {
    font-size: 2.4rem;
    margin-top: 0.5rem;
  }
  .sec02 .un-box .text-box .txt {
    margin-top: 2rem;
    font-size: 1.4rem;
	  width: 100%;
  }
}
/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: #fff;
}
.sec03 .bg01 {
  background: #0986d9;
  border-radius: 40px 40px 0 0;
  padding-top: 2rem;
  padding-bottom: 11rem;
}
.sec03 .bg01 .ttl-box .eng-t span {
  font-size: 12.6rem;
  background: #42B1EB;
  display: inline-block;
  background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
}
.sec03 .bg01 .ttl-box .sub-t {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -3.4rem;
}
.sec03 .bg01 .ttl-box .sub-t span {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  font-weight: 900;
  padding: 0.8rem 4rem 1rem;
  color: #0986d9;
  font-size: 3rem;
}
.sec03 .bg01 .ttl-box .sub-t::before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  width: 100%;
  height: 1px;
  top: 50%;
}
.sec03 .bg01 .ttl-box .ttl {
  color: #fff;
  font-weight: 900;
  margin-top: 1.5rem;
}
.sec03 .bg01 .ttl-box .ttl span {
  font-weight: 900;
}
.sec03 .bg01 .ttl-box .ttl .large {
  display: inline-block;
  margin-right: 1rem;
  padding: 0 4rem;
  font-size: 6rem;
  position: relative;
}
.sec03 .bg01 .ttl-box .ttl .large::before,
.sec03 .bg01 .ttl-box .ttl .large::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 35px;
  height: 27px;
  box-sizing: border-box;
}
.sec03 .bg01 .ttl-box .ttl .large::before {
  left: 0;
  background: url("img/t-icon04.png") left top no-repeat;
  background-size: contain;
}
.sec03 .bg01 .ttl-box .ttl .large::after {
  right: 0;
  background: url("img/t-icon05.png") left top no-repeat;
  background-size: contain;
}
.sec03 .bg01 .ttl-box .ttl .small {
  font-size: 4.3rem;
}

.sec03 .bg02 {
  background: #f2f4f5;
  border-radius: 4rem;
  margin-top: -4rem;
  padding-top: 10rem;
  padding-bottom: 13rem;
  position: relative;
  z-index: 1;
}
.sec03 .bg02 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec03 .bg02 .fix-box .left {
  width: 47.5%;
}
.sec03 .bg02 .fix-box .right {
  width: 47.5%;
}
.sec03 .bg02 .fix-box .ttl-area {
  text-align: center;
}
.sec03 .bg02 .fix-box .ttl-area p{
  width: 90%;
  margin: auto;
}
.sec03 .bg02 .fix-box .left .ttl-area .ttl01 {
  background: #12c5ed;
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
  padding: 1.8rem 4rem 2rem 9rem;
  position: relative;
  font-size: 4rem;
  margin-bottom: 0;
}
.sec03 .bg02 .fix-box .right .ttl-area .ttl01 {
  background: #fe8b46;
  color: #fff;
  display: inline-block;
  border-radius: 2rem;
  padding: 1.8rem 4rem 2rem 9rem;
  position: relative;
  font-size: 4rem;
  margin-bottom: 0;
}
.sec03 .bg02 .fix-box .left .ttl-area .ttl01::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 14px solid transparent;
	border-top: 18px solid #12c5ed;
}
.sec03 .bg02 .fix-box .right .ttl-area .ttl01::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 14px solid transparent;
	border-top: 18px solid #fe8b46;
}
.sec03 .bg02 .fix-box .left .ttl-area .ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translate(0,-50%);
  background: url("img/icon01.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
}
.sec03 .bg02 .fix-box .right .ttl-area .ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translate(0,-50%);
  background: url("img/icon02.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
}
.sec03 .bg02 .fix-box .left .ttl-area .ttl01 span {
  font-size: 2.2rem;
}
.sec03 .bg02 .fix-box .right .ttl-area .ttl01 span {
  font-size: 2.2rem;
}

.sec03 .bg02 .item {
  background: #fff;
  position: relative;
  border-radius: 3rem;
  border: #e3ebef solid 2px;
  margin-top: 4rem;
  padding-bottom: 7.5rem;
}
/* matchHeightがJSで書き込む高さを完全に無効化する */
.item.is-active {
  height: auto !important;
  min-height: 0 !important; /* matchHeightの揃えを強制解除 */
}

/* アコーディオンの中身がJS実行前に一瞬見えるのを防ぐ */
.js-acc-box02.is-hide {
  height: 200px; /* CSS側で初期値を固定しておく */
  overflow: hidden;
}
.sec03 .bg02 .left .item .image {
  float: left;
  width: 45%;
  margin-top: 4rem;
}
.sec03 .bg02 .left .item .image img {
  border-radius: 0 20px 20px 0;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 176px;
}
.sec03 .bg02 .right .item .image {
  float: right;
  width: 45%;
  margin-top: 4rem;
}
.sec03 .bg02 .right .item .image img {
  border-radius: 20px 0 0 20px;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 176px;
}
.sec03 .bg02 .left .i-ttl {
  float: right;
  width: 51%;
  margin-top: 4.5rem;
}
.sec03 .bg02 .left .i-ttl h4 {
  color: #00b3e0;
  font-size: 2.6rem;
  font-weight: 900;
}
.sec03 .bg02 .right .i-ttl {
  float: left;
  width: 51%;
  margin-top: 4.5rem;
}
.sec03 .bg02 .right .i-ttl h4 {
  color: #fe8b46;
  font-size: 2.6rem;
  font-weight: 900;
  padding-left: 3rem;
}
.sec03 .bg02 .left .i-ttl .tag01 {
  padding-right: 3rem;
  margin-top: 2.5rem;
}
.sec03 .bg02 .right .i-ttl .tag01 {
  padding-left: 3rem;
  margin-top: 2.5rem;
}
.sec03 .bg02 .i-ttl .tag01 li {
  float: left;
  background: #f2f4f5;
  font-weight: 900;
  margin-right: 1rem;
  border-radius: 100px;
  padding: 0.5rem 2rem;
  margin-bottom: 0.8rem;
	  font-size: 1.7rem;
}
.sec03 .bg02 .qa-box {
  margin-bottom: 5rem;
}
.sec03 .bg02 .q-box {
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 1.4rem;
}
.sec03 .bg02 .q-box h5 {
  position: relative;
  font-weight: 900;
  font-size: 2.4rem;
  display: inline-block;
  padding-left: 4.4rem;
}
.sec03 .bg02 .q-box h5::after {
  content: "Q."	;
  position: absolute;
  color: #00b3e0;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  left: 0;
  top: -0.7rem;
}
.sec03 .bg02 .right .q-box h5::after {
  content: "Q.";
  color: #ff8c46;
}
.sec03 .bg02 .a-box .a-txt {
  color: #146dc7;
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0;
  margin-top: 1rem;
}
.sec03 .bg02 .a-box .txt {
  margin: 0;
  margin-top: 1rem;
}
.sec03 .bg02 .btn-internal a {
  width: 410px;
  margin: 0 auto 0;
}

.sec03 .bg02 .coming {
  position: relative;
}
.sec03 .bg02 .coming::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
.sec03 .bg02 .coming::after {
  content: "Coming Soon";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 38%;
  width: 100%;
  height: 100%;
  font-size: 3.5rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.sec03 .bg02 .i-inner {
  margin: 5rem 0 0;
  padding: 0 4rem;
}

/* --- アコーディオンルート --- */
.accordion-item {
  position: relative;
}
.js-acc-btn02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  background: #fff;
  width: 170px;
  margin: auto;
  padding: 1rem 0.6rem 1rem 2rem;
  box-sizing: border-box;
  border: 1px solid #003384;
  font-size: 1.6rem;
  color: #003384;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.4s;
  z-index: 2;
}
.sec03 .bg02 .left .js-acc-btn02 {
  color: #0082d9;
  border: solid 2px #0082d9;
  text-align: left;
}
.sec03 .bg02 .right .js-acc-btn02 {
  color: #fe8b46;
  border: solid 2px #fe8b46;
  text-align: left;
}
.js-acc-btn02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  width: 22px;
  height: 22px;
  transition: transform 0.2s ease;
}
.sec03 .bg02 .left .js-acc-btn02::after {
  background: url("img/arrow06.png") 0 0 no-repeat;
  background-size: 100% auto;
	
}
.sec03 .bg02 .left .js-acc-btn02.is-show::after {
  background: url("img/arrow07.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.sec03 .bg02 .right .js-acc-btn02::after {
  background: url("img/arrow08.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.sec03 .bg02 .right .js-acc-btn02.is-show::after {
  background: url("img/arrow09.png") 0 0 no-repeat;
  background-size: 100% auto;
}

.js-acc-btn02 span {
  font-weight: bold;
}
.js-acc-btn02 span:before {
  content: "Read More";
}
.js-acc-btn02.is-show span:before {
  content: "Close";
}
.js-acc-box02 {
  overflow: hidden;
  position: relative;
}
.js-acc-box02.is-hide {
  height: 200px;
}
.js-acc-box02::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  width: 100%;
  height: 120px;
  transition: all 0.4s;
  z-index: 1;
}
.js-acc-btn02.is-show + .js-acc-box02::before {
  background: none;
  height: auto;
}
.accordion-inner {
  padding: 0 0 5rem;
}

@media screen and (max-width: 768px) {
  .sec03 {
    background: #fff;
  }
  .sec03 .bg01 {
    border-radius: 15px 15px 0 0;
    padding-top: 2rem;
    padding-bottom: 10rem;
  }
  .sec03 .bg01 .ttl-box {
    text-align: center;
  }
  .sec03 .bg01 .ttl-box .eng-t span {
    font-size: 4rem;
    background: #42B1EB;
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
  }
  .sec03 .bg01 .ttl-box .sub-t {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -1rem;
  }
  .sec03 .bg01 .ttl-box .sub-t span {
    display: inline-block;
    background: #fff;
    border-radius: 100px;
    font-weight: 900;
    padding: 0.5rem 1.5rem;
    font-size: 1.6rem;
  }
  .sec03 .bg01 .ttl-box .sub-t::before {
    content: "";
    position: absolute;
    display: none;
  }
  .sec03 .bg01 .ttl-box .ttl .large {
    margin-right: 0;
    padding: 0 4rem;
    font-size: 3rem;
  }
  .sec03 .bg01 .ttl-box .ttl .large::before,
  .sec03 .bg01 .ttl-box .ttl .large::after {
    top: 5px;
    width: 30px;
    height: 24px;
  }
  .sec03 .bg01 .ttl-box .ttl .small {
    font-size: 2rem;
  }
  
  .sec03 .bg02 {
    border-radius: 15px;
    margin-top: -6rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .sec03 .bg02 .fix-box {
    display: block;
  }
  .sec03 .bg02 .fix-box .left {
    width: 100%;
  }
  .sec03 .bg02 .fix-box .right {
    width: 100%;
  }
  .sec03 .bg02 .fix-box .left .ttl-area .ttl01 {
    border-radius: 10px;
    padding: 1.2rem 4rem 1.2rem 7rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .sec03 .bg02 .fix-box .right .ttl-area .ttl01 {
    border-radius: 10px;
    padding: 1.2rem 4rem 1.2rem 7rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .sec03 .bg02 .fix-box .left .ttl-area .ttl01::before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #12c5ed;
    top: 98%;
  }
  .sec03 .bg02 .fix-box .right .ttl-area .ttl01::before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 12px solid #fe8b46;
    top: 98%;
  }
  .sec03 .bg02 .fix-box .left .ttl-area .ttl01::after {
    left: 10px;
    width: 32px;
    height: 32px;
  }
  .sec03 .bg02 .fix-box .right .ttl-area .ttl01::after {
    left: 10px;
    width: 32px;
    height: 32px;
  }
  .sec03 .bg02 .fix-box .left .ttl-area .ttl01 span {
    font-size: 1.4rem;
  }
  .sec03 .bg02 .fix-box .right .ttl-area .ttl01 span {
    font-size: 1.4rem;
  }
  .sec03 .bg02 .right {
    margin: 5rem 0 0;
  }
  
  .sec03 .bg02 .item {
    border-radius: 10px;
    margin-top: 1rem;
    padding-bottom: 3rem;
  }
  .sec03 .bg02 .left .item .image {
    margin-top: 2rem;
  }
  .sec03 .bg02 .left .item .image img {
    border-radius: 0 10px 10px 0;
    height: 100px;
  }
  .sec03 .bg02 .right .item .image {
    margin-top: 2rem;
  }
  .sec03 .bg02 .right .item .image img {
    border-radius: 10px 0 0 10px;
    height: 100px;
  }
  .sec03 .bg02 .left .i-ttl {
    margin-top: 2rem;
  }
  .sec03 .bg02 .left .i-ttl h4 {
    font-size: 1.7rem;
  }
  .sec03 .bg02 .right .i-ttl {
    margin-top: 2rem;
  }
  .sec03 .bg02 .right .i-ttl h4 {
    font-size: 1.7rem;
    padding-left: 2rem;
  }
  .sec03 .bg02 .left .i-ttl .tag01 {
    padding-right: 2rem;
    margin-top: 1.2rem;
  }
  .sec03 .bg02 .right .i-ttl .tag01 {
    padding-left: 2rem;
    margin-top: 1.2rem;
  }
  .sec03 .bg02 .i-ttl .tag01 li {
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1.2rem;
  }
  .sec03 .bg02 .qa-box {
    margin-bottom: 2rem;
  }
  .sec03 .bg02 .q-box {
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 1rem;
  }
  .sec03 .bg02 .q-box h5 {
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
  .sec03 .bg02 .q-box h5::after {
    font-size: 2rem;
    top: -0.4rem;
  }
  .sec03 .bg02 .a-box .a-txt {
    font-size: 1.5rem;
  }
  .sec03 .bg02 .a-box .txt {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  .sec03 .bg02 .btn-internal a {
    width: 90%;
	          margin-bottom: 1.5rem;
  }

  .sec03 .bg02 .coming {
    position: relative;
  }
  .sec03 .bg02 .coming::before {
    border-radius: 10px;
  }
  .sec03 .bg02 .coming::after {
    top: 36%;
    font-size: 2.5rem;
  }

  .sec03 .bg02 .i-inner {
    margin: 2rem 0 0;
    padding: 0 2rem;
  }

  /* --- アコーディオンルート --- */
  .accordion-item {
    position: relative;
  }
  .js-acc-btn02 {
    bottom: -10px;
    width: 55%;
    padding: 1rem 1rem 1rem 0;
    font-size: 1.5rem;
  }
  .sec03 .bg02 .left .js-acc-btn02 {
    border: solid 1px #0082d9;
    text-align: center;
  }
  .sec03 .bg02 .right .js-acc-btn02 {
    border: solid 1px #fe8b46;
    text-align: center;
  }
  .js-acc-btn02::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .accordion-inner {
    padding: 0 0 6rem;
  }  
}


/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #fff;
  margin-top: -4rem;
  padding-top: 22rem;
}
.sec04 .title-box {
  text-align: center;
  position: relative;
}
.sec04 .title-box::before {
  content: ""; /* 初期はプラス */
  position: absolute;
  background: url("img/sec04-icon.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 369px;
  height: 490px; /* 幅を確保 */
  left: 59%;
  top: -9rem;
  opacity: 0.8;
}
.sec04 .title-box .title {
  font-size: 6rem;
  margin-top: 4rem;
  line-height: 1;
  font-weight: bold;
}
.sec04 .title-box .cx02 {
  font-size: 4.1rem;
}
.sec04 .title-box .cx01 {
  font-size: 3.4rem;
  color:#146dc7;
}
.sec04 .image-box {
  position: relative;
  width: auto;
  display: flex;
  gap: 2rem;
  margin: 8rem 9rem 5rem;
}
.sec04 .image-box .image01 {
  position: initial;
  width: 48%;
  left: 0;
  z-index: 1;
}
.sec04 .image-box .image02 {
  position: initial;
  width: 48%;
  right: 0;
  top: 0;
}
.sec04 .check-box {
  text-align: center;
  width: 930px;
  margin: auto;
  margin-top: 3rem;
}
.sec04 .check-box .f-eng {
  font-size: 2rem;
  color: #ffffff;
  border-radius: 100px;
  background: #fd8a45;
  display: inline-flex;
  line-height: 1;
  padding: 1rem 4rem;
}
.sec04 .check-box h3 {
  color: #146dc7;
  font-weight: 900;
  font-size: 3rem;
  /* background: #f2f4f5; */
  margin: auto;
  border-bottom: #e3ebef solid 2px;
  padding: 4rem 3rem 2.5rem;
  /* border-radius: 2rem; */
  margin-top: -1rem;
  margin-bottom: 3.5rem;
  text-align: center;
}
.sec04 .check-box .txt {
  margin-bottom: 1.5rem;
}
.sec04 .check-box .txt .marker {
  background: #c6e8ff;
}
.sec04 .challenge-box {
  margin-top: 14rem;
}
.sec04 .challenge-box .challenge {
  background: #0986d9;
  border-radius: 3rem;
  position: relative;
  width: 660px;
  margin: auto;
}
.sec04 .challenge-box .challenge .f-eng {
  font-size: 8rem;
  color: #369ce0;
  position: absolute;
  top: -0.6rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  line-height: 1;
}
.sec04 .challenge-box .challenge .c-txt {
  color: #fff;
  text-align: center;
  font-weight: 900;
  position: relative;
  z-index: 1;
  font-size: 2.6rem;
  line-height: 1.6;
  padding: 5.5rem 0;
}
.sec04 .challenge-box .challenge .arrow {
width: 80px;
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.sec04 .challenge-box .c-ttl {
  font-weight: 900;
  font-size: 4.5rem;
  text-align: center;
  margin-top: 6rem;
}
.sec04 .challenge-box .c-ttl span {
  font-size: 3.5rem;
}
.sec04 .challenge-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  margin-top: 4rem;
}
.sec04 .challenge-box .item {
  width: 47.5%;
}
.sec04 .challenge-box .i-ttl .nmv {
  font-size: 6rem;
  color: #f2f4f5;
  line-height: 1;
  padding-left: 2.5rem;
}
.sec04 .challenge-box .i-ttl h4 {
  background: #f2f4f5;
  padding: 1.6rem 3rem;
  font-size: 2.2rem;
  margin-top: -0.9rem;
  text-align: center;
  border-radius: 100px;
}
.sec04 .challenge-box .item .image {
  margin-top: 1.5rem;
}
.sec04 .challenge-box .item .image img {
  border-radius: 3rem;
}
.sec04 .challenge-box .point-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
.sec04 .challenge-box .point-box .c-txt {
  width: 27px;
  background: #fd8a45;
  border-radius: 100px;
  text-align: center;
  padding: 1rem 0;
}
.sec04 .challenge-box .point-box .c-txt span {
  width: 13px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.sec04 .challenge-box .point-box .p-txt {
  display: flex;
  align-items: center;
  color: #146dc7;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.4;
  padding-left: 1.8rem;
}
.sec04 .ttl-box {
  width: 1200px;
  margin: auto;
  margin-top: 9rem;
  padding-bottom: 17rem;
}
.sec04 .ttl-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f2f4f5;
  border: #e3ebef solid 2px;
  border-radius: 3rem;
  padding: 4rem 8rem 6rem;
}
.sec04 .ttl-box .title-box01 {
  width: 58%;
  position: relative;
  margin-top: -3rem;
  z-index: 1;
}
.sec04 .ttl-box .title-box01::before {
  content: ""; /* 初期はプラス */
  position: absolute;
  background: none;
  background-size: 100% auto;
  width: 380px;
  height: 380px; /* 幅を確保 */
  left: -2rem;
  bottom: -13rem;
}
.sec04 .ttl-box .txt-box {
  width: 40%;
  margin-top: 10rem;
}
.sec04 .ttl-box .title-box01 .t-eng {
  font-size: 11rem;
  background: #42B1EB;
  display: inline-block;
  background: #e3ebef;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  opacity: 1;
}
.sec04 .ttl-box .title-box01 .title {
  font-size: 4.5rem;
  color: #0082d8;
  margin-top: -1rem;
}
.sec04 .ttl-box .title-box01 .title .cx01 {
  font-size: 3rem;
  color: #181c1f;
  line-height: 1;
  position: relative;
  top: -1rem;
}
.sec04 .ttl-box .txt-box .txt {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sec04 {
    background: #fff;
    margin-top: -4rem;
    padding-top: 9rem;
  }
  .sec04 .title-box {
    position: relative;
  }
	
.sec04 .title-box .c-txt {
  font-size: 1.6rem;
}
	.sec04 .title-box .c-txt::before {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin: auto;
    border: 7px solid transparent;
    border-top: 10px solid #146dc7;
}
  .sec04 .title-box::before {
          content: "";
        position: absolute;
        background: url(img/sec04-icon.png) 0 0 no-repeat;
        background-size: 100% auto;
        width: 150px;
        height: 397px;
        left: inherit;
        top: 1.3rem;
        opacity: 0.8;
        right: -2rem;
  }
  .sec04 .title-box .title {
    font-size: 3rem;
    margin-top: 2.2rem;
    line-height: 1;
  }
  .sec04 .title-box .cx02 {
    font-size: 2.2rem;
  }
  .sec04 .title-box .cx01 {
    font-size: 2rem;
  }
  .sec04 .image-box {
    position: relative;
    height: 100%;
    margin: 2rem 0;
    display: block;
  }
  .sec04 .image-box .image01 {
    position: inherit;
    width: 100%;
    left: 0;
    z-index: 1;
  }
  .sec04 .image-box .image02 {
    position: inherit;
    width: 100%;
    right: 0;
    top: 0;
    margin-top: 2rem;
  }
  .sec04 .check-box {
    width: 100%;
    margin: auto;
    margin-top: 1.4rem;
  }
  .sec04 .check-box .f-eng {
    font-size: 2rem;
    margin: 0;
    line-height: 1;
    padding: 0.5rem 3rem;
  }
  .sec04 .check-box h3 {
    font-weight: 900;
    font-size: 2rem;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 0 2rem;
  }
  .sec04 .check-box .txt {
    margin-bottom: 1.2rem;
  }
  .sec04 .challenge-box {
    margin-top: 5rem;
  }
  .sec04 .challenge-box .challenge {
    border-radius: 10px;
    position: relative;
    width: 90%;
    margin: auto;
  }
  .sec04 .challenge-box .challenge .f-eng {
    font-size: 3.6rem;
    position: absolute;
    top: -0.2rem;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    line-height: 1;
  }
  .sec04 .challenge-box .challenge .c-txt {
    color: #fff;
    text-align: center;
    font-weight: 900;
    position: relative;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 2.5rem 0;
  }
  .sec04 .challenge-box .challenge .arrow {
    width: 45px;
    position: absolute;
    bottom: -1.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec04 .challenge-box .c-ttl {
    font-weight: 900;
    font-size: 2.4rem;
    text-align: center;
    margin-top: 3rem;
  }
  .sec04 .challenge-box .c-ttl span {
    font-size: 1.7rem;
  }
  .sec04 .challenge-box .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    margin-top: 0;
  }
  .sec04 .challenge-box .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec04 .challenge-box .i-ttl .nmv {
    font-size: 3.5rem;
    color: #edf3f6;
    line-height: 1;
    padding-left: 1.5rem;
  }
  .sec04 .challenge-box .i-ttl h4 {
    background: #edf3f6;
    padding: 0.6rem 2rem;
    font-size: 1.5rem;
    margin-top: -0.7rem;
    border-radius: 100px;
  }
  .sec04 .challenge-box .item .image {
    margin-top: 1.2rem;
  }
  .sec04 .challenge-box .item .image img {
    border-radius: 10px;
  }
  .sec04 .challenge-box .point-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .sec04 .challenge-box .point-box .c-txt {
    width: 20px;
    background: #fe8b46;
    border-radius: 100px;
    text-align: center;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec04 .challenge-box .point-box .c-txt span {
    width: 10px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }
  .sec04 .challenge-box .point-box .p-txt {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 1.2rem;
  }
  .sec04 .ttl-box {
    width: 100%;
    margin: auto;
    margin-top: 3rem;
    padding-bottom: 12rem;
  }
  .sec04 .ttl-box .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4rem 2rem 3rem;
  }
  .sec04 .ttl-box .title-box01 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .sec04 .ttl-box .title-box01::before {
    content: ""; /* 初期はプラス */
    position: absolute;
    display: none;
  }
  .sec04 .ttl-box .txt-box {
    width: 100%;
    margin-top: 2rem;
  }
  .sec04 .ttl-box .title-box01 .t-eng {
    font-size: 4rem;
    line-height: 1.4;
  }
  .sec04 .ttl-box .title-box01 .title {
    font-size: 2.2rem;
  }
  .sec04 .ttl-box .title-box01 .title .cx01 {
    font-size: 1.7rem;
    color: #181c1f;
    line-height: 1;
    position: relative;
    top: -0.2rem;
  }
  .sec04 .ttl-box .txt-box .txt {
    margin-bottom: 1.5rem;
  }
}
/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  background: #f2f4f5;
  margin-top: 0;
}
.sec05 .title-box01 {
  position: relative;
  padding-bottom: 4.5rem;
  z-index: 3;
}
.sec05 .title-box01::before {
  content: "";
  background: #0082d8;
  position: absolute;
  width: 61%;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0 3rem 3rem 0;
}
.sec05 .title-box01 .t-inner {
  width: 950px;
  margin: auto;
  position: relative;
}
.sec05 .title-box01 .ttl .sub {
  background: #fff;
  border-radius: 100px;
  border: solid #0082d8 2px;
  box-sizing: border-box;
  font-size: 2.2rem;
  color: #0082d8;
  display: inline-block;
  padding: 1rem 2rem;
  position: relative;
  top: -2.5rem;
}
.sec05 .title-box01 .ttl .q-ttl {
  display: block;
  margin-top: 0rem;
  font-size: 4.8rem;
  font-weight: 900;
  color: #fff;
  z-index: 1;
}
.sec05 .title-box01 .ttl .q-ttl::before {
  content: "Q.";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
     left: -10rem;
  color: #369ce0;
  font-size: 12rem;
  z-index: -1;
  top: -2rem;
}
.sec05 .title-box01 .image {
position: absolute;
    width: 129px;
    left: -16rem;
    bottom: -5rem;
}
.sec05 .c-box {
  background: #ffffff;
  border-radius: 3rem;
  margin-top: -15rem;
  padding-top: 15rem;
  position: relative;
  z-index: 2;
}
.sec05 .c-box .c-inner {
  padding: 3rem 10rem 13rem;
}
.sec05 .c-box .a-box .arrow {
  width: 57px;
  margin: auto;
}
.sec05 .c-box .a-box .a-txt {
  color: #181c1f;
  font-weight: 900;
  font-size: 3.7rem;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 2rem;
}
.sec05 .c-box .a-box .a-txt .marker01 {
  background: linear-gradient(transparent 70%, #fff8bc 0%);
  color: #0082d8;
  font-weight: 900;
}
.sec05 .c-box .a-box .a-txt::before {
  content: "A.";
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  left: 7rem;
  color: #ffd8c1;
  font-size: 12rem;
  top: -10rem;
  z-index: -1;
}
.sec05 .c-box .an-box {
  margin-top: 6rem;
  text-align: center;
}
.sec05 .c-box .an-box .t-img {
  width: 110px;
  margin-left: 10rem;
  margin-top: -0.5rem;
}
.sec05 .c-box .an-box .an-ttl {
  font-size: 3.2rem;
  font-weight: 900;
  color: #181c1f;
  display: inline-block;
  margin-top: 1.5rem;
  border-bottom: solid 2px #0082d8;
  padding-bottom: 0.6rem;
  position: relative;
}
.sec05 .c-box .an-box .an-ttl .icon img {
  width: 23px;
  position: relative;
  margin: 0 5px;
  margin-top: 5px;
}
.sec05 .box {
  margin-top: 8rem;
}
.sec05 .box .ttl02 .fix-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sec05 .box .ttl02 .t-box {
  background: #0082d8;
  display: inline-block;
  border-radius: 20px;
  padding: 2rem 3rem 2rem 2rem;
}
.sec05 .box .ttl02 .t-box .ttl {
  color: #fff;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.1;
  position: relative;
}
.sec05 .box .ttl02 .t-box .ttl::before {
  content: "";
  display: block;
  background: url("img/sec05-img02.png") left top no-repeat;
  background-size: contain;
  width: 97px;
  height: 20px;
  margin: 0 0 1.5rem 1.2rem;
  box-sizing: border-box;
}
.sec05 .box .ttl02 .txt {
  padding-left: 4rem;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.sec05 .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 4rem;
}
.sec05 .item-box .item {
  background: #f2f4f5;
  border-radius: 3rem;
  width: 47.5%;
  border: #e3ebef solid 2px;
}
.sec05 .item-box .item .i-inner {
  padding: 2rem 5rem 5rem;
}
.sec05 .item-box .item .i-ttl {
  font-weight: 900;
  color: #0082d8;
  font-size: 2.6rem;
  position: relative;
  display: flex;
  align-items: center;
}
.sec05 .item-box .item .i-ttl .nmv {
  font-size: 7rem;
 color: #e3ebef;
    position: relative;
    left: -1rem;
    padding-right: 1rem;
}
.sec05 .item-box .item .image {
  margin-bottom: 1.5rem;
}
.sec05 .item-box .item .image img {
  border-radius: 3rem;
}
.sec05 .item-box .item li {
  float: left;
  width: 46.5%;
  padding-left: 3.5%;
  position: relative;
  margin-bottom: 0.5rem;
}
.sec05 .item-box .item li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fe8b46;
  top: 9px;
  left: 0;
  border-radius: 100px;
}
.sec05 .card {
  text-align: center;
  margin-top: 3rem;
}
.sec05 .acc-toggle {
  position: absolute;
  left: -9999px;
}
.sec05 .acc-label {
  display: inline-block;
  cursor: pointer;
  margin: auto;
  text-align: center;
  padding: 10px 0 8px;
  width: 170px;
  border: solid 2px #0082d8;
  color: #0082d8;
  text-decoration: none;
  user-select: none;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border-radius: 100px;
  position: relative;
  padding-right: 0.3rem;
}
.sec05 .acc-label::after {
  content: "Read More";
}
.sec05 .acc-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("img/arrow06.png") center bottom no-repeat;
  background-size: 100% auto;
}
.sec05 .acc-toggle:checked + .acc-label::after {
  content: "Close";
}
.sec05 .acc-toggle:checked + .acc-label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url("img/arrow07.png") center bottom no-repeat;
  background-size: 100% auto;
}
.sec05 .acc-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.sec05 .acc-toggle:checked ~ .acc-content {
  max-height: 100%;
}
.sec05 .acc-content .txt-t {
     font-weight: 900;
    font-size: 2rem;
    line-height: 1.5;
    color: #0082d8;
    margin: 2.5rem 0 1rem;
}
.sec05 .point-box {
  position: relative;
  margin-top: 6em;
  z-index: 1;
}
.sec05 .point-box::before {
  content: ""; /* 初期はプラス */
  background: #0082d8;
  background-size: cover;
  position: absolute;
  width: 1210px;
  top: 0;
  left: -10rem;
  height: 100%;
  z-index: -1;
  border-radius: 0 3rem 3rem 0;
}
.sec05 .point-box .p-inner {
  padding: 6rem 39px;
  position: relative;
}
.sec05 .point-box .i-image {
  width: 143px;
  position: absolute;
  bottom: 0;
  left: -4rem;
}
.sec05 .point-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec05 .point-box .image-box {
  background: url("img/sec05-img06.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  border: solid #fff 2px;
  box-sizing: border-box;
  width: 300px;
  height: 326px;
  border-radius: 3rem;
  position: relative;
}
.sec05 .point-box .image-box:before {
  content: ""; /* 初期はプラス */
  background: #fff;
  position: absolute;
  width: 60px;
  top: 50%;
  right: -4rem;
  height: 2px;
}
.sec05 .point-box .image-box .f-eng {
  font-size: 6.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 326px;
}
.sec05 .point-box .txt-box {
  width: 648px;
}
.sec05 .point-box .txt-box .txt {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
  line-height: 1.8;
}
.sec05 .point-box .txt-box .txt span {
  font-weight: 400;
  color: #fff5a0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec05 {
    background: none;
    margin-top: -5rem;
    z-index: 2;
  }
  .sec05::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 50px);
    z-index: -1;
  }

  .sec05 .title-box01 {
    position: relative;
    padding-bottom: 3rem;
    z-index: 3;
  }
  .sec05 .title-box01::before {
    content: ""; /* 初期はプラス */
    position: absolute;
    width: 95%;
    top: 0;
    left: 0;
    height: 95%;
    border-radius: 0 10px 10px 0;
  }
  .sec05 .title-box01 .t-inner {
    width: 90%;
    margin: auto;
    position: relative;
  }
  .sec05 .title-box01 .ttl .sub {
    border: solid #0082d8 1px;
    font-size: 1.4rem;
    padding: 0.6rem 2rem;
    top: -2.5rem;
  }
  .sec05 .title-box01 .ttl .q-ttl {
    display: block;
    padding-left: 3rem;
    margin-top: -1rem;
    font-size: 2.4rem;
  }
  .sec05 .title-box01 .ttl .q-ttl::before {
    left: -2.6rem;
    font-size: 6rem;
    top: 1rem;
  }
  .sec05 .title-box01 .image {
    position: absolute;
    width: 59px;
    left: -1rem;
    bottom: -6rem;
  }
  .sec05 .inner {
    width: 100%;
    max-width: 100%;
  }
  .sec05 .c-box {
    border-radius: 15px;
    margin-top: -6rem;
    padding-top: 6rem;
    position: relative;
    z-index: 2;
  }
  .sec05 .c-box .c-inner {
    padding: 1rem 2rem 4rem;
  }
  .sec05 .c-box .a-box .arrow {
    width: 28px;
    margin: auto;
  }
  .sec05 .c-box .a-box .a-txt {
    font-weight: 900;
    font-size: 2.3rem;
    position: relative;
    text-align: center;
    z-index: 1;
    line-height: 1.3;
    margin-top: 0.6rem;
  }
  .sec05 .c-box .a-box .a-txt .marker01 {
    background: linear-gradient(transparent 70%, #fff 0%);
    font-weight: 900;
  }
  .sec05 .c-box .a-box .a-txt::before {
   content: "A.";
        position: absolute;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        left: 1rem;
        color: #ffd8c1;
        font-size: 5.2rem;
        top: -2rem;
        z-index: -1;
  }
  .sec05 .c-box .an-box {
    margin-top: 4rem;
    text-align: center;
  }
  .sec05 .c-box .an-box .t-img {
    width: 71px;
    margin-left: 4rem;
    margin-top: 0rem;
  }
  .sec05 .c-box .an-box .an-ttl {
    font-size: 2rem;
    font-weight: 900;
    display: inline-block;
    border-bottom: solid 1px #0082d8;
    padding-bottom: 1rem;
    position: relative;
    margin-top: 1rem;
  }
  .sec05 .c-box .an-box .an-ttl .icon img {
    width: 13px;
    position: relative;
    margin: 0 3px;
    margin-top: 5px;
  }
  .sec05 .box {
    margin-top: 3rem;
  }
  .sec05 .box .ttl02 .fix-box {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  .sec05 .box .ttl02 .t-box {
    display: inline-block;
    border-radius: 10px;
    padding: 1rem 3rem 1rem 3rem;
  }
  .sec05 .box .ttl02 .t-box .ttl {
    font-size: 1.8rem;
  }
  .sec05 .box .ttl02 .t-box .ttl::before {
    width: 76px;
    height: 14px;
    margin: 0 auto 5px;
  }
  .sec05 .box .ttl02 .txt {
    padding-left: 0;
    display: block;
    text-align: center;
    align-items: center;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .sec05 .item-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 2rem;
  }
  .sec05 .item-box .item {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 2rem;
  }
  .sec05 .item-box .item .i-inner {
    padding: 1.2rem 2rem 3rem;
  }
  .sec05 .item-box .item .i-ttl {
    font-weight: 900;
    font-size: 1.8rem;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 1rem;
  }
  .sec05 .item-box .item .i-ttl .nmv {
    font-size: 4rem;
    position: relative;
    left: -1rem;
  }
  .sec05 .item-box .item .image {
    margin-bottom: 1rem;
  }
  .sec05 .item-box .item .image img {
    border-radius: 10px;
  }
  .sec05 .item-box .item li {
    float: none;
    width: 100%;
    padding-left: 1.2rem;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .sec05 .item-box .item li::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fe8b46;
    top: 8px;
    left: 0;
    border-radius: 100px;
  }
  .sec05 .card {
    text-align: center;
    margin-top: 2rem;
  }
  .sec05 .acc-toggle {
    position: absolute;
    left: -9999px;
  }
  .sec05 .acc-label {
    display: inline-block;
    cursor: pointer;
    margin: auto;
    text-align: center;
    padding: 10px 0 8px;
    width: 60%;
    border: solid 2px #0082d8;
    color: #0082d8;
    text-decoration: none;
    user-select: none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    border-radius: 100px;
    position: relative;
    padding-right: 0.3rem;
  }
  .sec05 .acc-label::after {
    content: "Read More";
  }
  .sec05 .acc-label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("img/arrow06.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .sec05 .acc-toggle:checked + .acc-label::after {
    content: "Close";
  }
  .sec05 .acc-toggle:checked + .acc-label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 6px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("img/arrow07.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .sec05 .acc-content .txt-t {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1rem;
  }
  .sec05 .point-box {
    position: relative;
    margin-top: 4em;
    z-index: 1;
  }
  .sec05 .point-box::before {
    content: ""; /* 初期はプラス */
    background: #0082d8;
    background-size: cover;
    position: absolute;
    width: 100%;
    top: 0;
    padding-right: 2rem;
    left: -2rem;
    height: 100%;
    z-index: -1;
    border-radius: 0 15px 15px 0;
  }
  .sec05 .point-box .p-inner {
    padding: 4rem 0 2rem 0;
    position: relative;
    width: 90%;
  }
  .sec05 .point-box .i-image {
    width: 65px;
    position: absolute;
    bottom: inherit;
    top: 4.1rem;
    left: 2.7rem;
  }
  .sec05 .point-box .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec05 .point-box .image-box {
    background: url("img/sec05-img06.jpg") center center no-repeat;
    background-size: cover;
    border: solid #fff 1px;
    box-sizing: border-box;
    width: 80%;
	  margin: auto;
    height: 70px;
    border-radius: 10px;
    position: relative;
  }
  .sec05 .point-box .image-box:before {
    content: ""; /* 初期はプラス */
    background: #fff;
    position: absolute;
    width: 1px;
    top: inherit;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px;
    height: 30px;
  }
  .sec05 .point-box .image-box .f-eng {
    font-size: 3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0.7rem;
  }
  .sec05 .point-box .txt-box {
    width: 100%;
    margin-top: 2.5rem;
  }
  .sec05 .point-box .txt-box .txt {
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 1.5rem;
  }
  .sec05 .point-box .txt-box .txt span {
    font-weight: 900;
    color: #fff5a0;
	      font-size: 1.7rem;
  }
}
/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: url("img/sec06-bg.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  margin-top: -32rem;
  padding-top: 36rem;
  border-radius: 30px 30px 0 0;
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
}
.sec06 .arrow {
  width: 125px;
  margin: auto;
}
.sec06 .c-box {
  position: relative;
  border-radius: 30px;
  background: #fff;
  margin-top: 5rem;
}
.sec06 .c-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec06 .c-box .fix-box .left {
  background: #0082d8;
  width: 155px;
  border-radius: 30px 0 0 30px;
}
.sec06 .c-box .fix-box .left .f-img {
  width: 85px;
  text-align: center;
  margin: auto;
  margin-top: 5rem;
}
.sec06 .c-box .fix-box .right {
  padding: 0 0;
  width: 950px;
  margin: auto;
  padding-top: 6rem;
  padding-bottom: 18rem;
}
.sec06 .c-box .fix-box .right .f-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec06 .c-box .fix-box .c-logo {
  width: 193px;
}
.sec06 .c-box .fix-box .txt-box {
  width: 740px;
  border-left: solid 1px #ddd;
  padding-left: 4rem;
}
.sec06 .c-box .fix-box .txt-box .m-txt {
  background: #f2f4f5;
  font-weight: 900;
  display: inline-block;
  color: #146dc7;
  border-radius: 100px;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}
.sec06 .c-box .fix-box .txt-box .txt {
  font-size: 2rem;
  line-height: 1.4;
}
.sec06 .c-box .fix-box .txt-box h2 {
  font-size: 4rem;
  color: #0082d8;
}
.sec06 .c-box .fix-box .s-ttl {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1.6;
  margin-top: 8rem;
  margin-bottom: 4rem;
}
.sec06 .link-box {
  margin-top: 8rem;
}
.sec06 .link-box .link03 {
  width: 410px;
}
.sec06 .link-box .link04 {
  width: 410px;
}
.sec06 .img-box img {
  border-radius: 20px;
  box-shadow: 0px 0px 21px -6px #888;
}
.sec06 .image01 {
  position: absolute;
  width: 224px;
  z-index: 2;
  bottom: -80px;
  left: 21px;
}
.sec06 .image02 {
  position: absolute;
  width: 326px;
  bottom: -320px;
  left: 310px;
  z-index: 1;
}
.sec06 .image03 {
  position: absolute;
  width: 203px;
  bottom: -300px;
  right: 310px;
  z-index: 1;
}
.sec06 .image04 {
  position: absolute;
  width: 296px;
  bottom: -225px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .sec06 {
    background: none;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -5rem;
    padding-top: 7rem;
    height: 100%;
    border-radius: 0;
    padding-bottom: 170px;
    position: relative;
    z-index: 0;
  }
  .bg-image-clip {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
    z-index: -2;
  }
  .bg-image-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/sec06-bg.jpg");
    background-size: cover;
    background-position: center;
  }

  .sec06 .arrow {
    width: 60px;
    margin: auto;
  }
  .sec06 .c-box {
    position: relative;
    border-radius: 15px;
    background: #fff;
    margin-top: 2rem;
  }
  .sec06 .c-box .fix-box {
    display: block;
  }
  .sec06 .c-box .fix-box .left {
    background: #0082d8;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .sec06 .c-box .fix-box .left .f-img {
    width: 100%;
    font-size: 3rem;
    color: #369ce0;
    text-align: center;
    margin: auto;
    padding-bottom: 0.4rem;
  }
  .sec06 .c-box .fix-box .right {
    padding: 0 0;
    width: 100%;
    margin: auto;
    padding-top: 2rem;
    padding-bottom: 10rem;
  }
  .sec06 .c-box .fix-box .right .f-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .sec06 .c-box .fix-box .c-logo {
    width: 130px;
    margin: auto;
  }
  .sec06 .c-box .fix-box .txt-box {
    text-align: center;
    border-left: none;
    border-bottom: solid 1px #ddd;
    padding-left: 0;
    padding: 0;
    margin: auto;
    width: 90%;
    padding-bottom: 1rem;
  }
  .sec06 .c-box .fix-box .txt-box .m-txt {
    background: #edf3f7;
    font-weight: 900;
    display: inline-block;
    border-radius: 100px;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .sec06 .c-box .fix-box .txt-box .txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
  .sec06 .c-box .fix-box .txt-box h2 {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .sec06 .c-box .fix-box .s-ttl {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 90%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sec06 .c-box .fix-box .txt {
    width: 90%;
    margin: auto;
  }
	.sec06 .c-box .fix-box .caption {
    width: 90%;
		margin: 6px auto;
  }
  .sec06 .link-box {
    margin-top: 6rem;
  }
  .sec06 .link-box .link03 {
    width: 85%;
    margin: 0 auto 3rem;
  }
  .sec06 .link-box .link04 {
    width: 85%;
  }
  .sec06 .img-box img {
    border-radius: 10px;
    box-shadow: 0px 0px 21px -6px #888;
  }
  .sec06 .image01 {
    position: absolute;
    width: 84px;
    z-index: 2;
    bottom: -25px;
    left: 10px;
  }
  .sec06 .image02 {
    position: absolute;
    width: 110px;
    bottom: -120px;
    left: 80px;
    z-index: 1;
  }
  .sec06 .image03 {
    position: absolute;
    width: 73px;
    bottom: -150px;
    right: 40px;
    z-index: 1;
  }
  .sec06 .image04 {
    position: absolute;
    width: 90px;
    bottom: -40px;
    right: 5px;
  }
}


/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding-bottom: 14rem;
  position: relative;
  z-index: 0;
}
.sec07 .title-box {
  position: relative;
  text-align: center;
  padding-top: 20rem;
  width: 100%;
  margin: auto;
  margin-bottom: 13rem;
}
.sec07 .title-box .c-txt {
      background: #146DC7;
    line-height: 1.4;
    padding: 1.4rem 2rem 1.7rem 4rem;
    margin-bottom: 6rem;
}
.sec07 .title-box .c-txt::before {
 content: "";
 position: absolute;
 top: 100%;
left: 50%;      /* 親要素の左から50%の位置に左端を合わせる */
transform: translateX(-50%); /* 自分の幅の半分だけ左に戻して真ん中に */
 margin-left: 0;
 border: 10px solid transparent;
 border-top: 14px solid #146dc7;
}
.sec07 .title-box .tx {
  margin-top: -3rem;
  position: relative;
}
.sec07 .title-box .tx span {
  font-weight: 900;
  font-size: 2.8rem;
  color: #0082d8;
  display: inline-block;
  border-bottom: solid 1px #c7c7c7;
}
.sec07 .title-box .title {
  font-size: 5rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.sec07 .block {
  width: 1280px;
  margin: auto;
  margin-bottom: 13rem;
}
.sec07 .block .i-ttl {
  padding: 0 4rem;
  position: relative;
  top: -1.8rem;
}
.sec07 .block .i-ttl .ttl {
  font-size: 2.4rem;
  font-weight: 900;
  border: 1px solid #0082d8;
  border-radius: 100px;
  padding: 1rem 3.2rem 1.2rem;
  display: inline-block;
  color: #0082d8;
}

.sec07 .block01 .fix-box .i-ttl .ttl {
    display: block;
    margin: auto;
    text-align: center;
}
.sec07 .block .nmv {
  color: #369ce0;
  font-size: 9rem;
  line-height: 0.7;
}
.sec07 .block .i-inner {
  padding: 0 5rem;
}
.sec07 .block01 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec07 .block01 .fix-box .item {
  width: 47.5%;
  background: #f2f4f5;
  border-radius: 3rem;
  padding-bottom: 4rem;
}
.sec07 .block01 .tx01 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 0;
}
.sec07 .block01 .ctx01 {
  font-weight: 900;
  font-size: 3.5rem;
}
.sec07 .block01 .ctx02 {
  font-size: 2.8rem;
  font-weight: 900;
}
.sec07 .block01 .image {
  width: 90%;
  margin: auto;
  margin-top: 2.6rem;
}
.sec07 .block01 .image img {
  border-radius: 20px;
}
.sec07 .block01 .tx02 {
  font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
        margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: center;
}
.sec07 .block02 .item, .sec07 .block04 .item {
  position: relative;
  z-index: 0;
  background: #f2f4f5;
  border-radius: 3rem 0 0 3rem;
  padding-bottom: 7rem;
}
.sec07 .block02 .i-ttl {}
.sec07 .block02 .item::after, .sec07 .block04 .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /* 左方向へ画面端まで伸ばす */
  width: 100vw;
  background: #f2f4f5;
  z-index: -1; /* 背面 */
  transform: translateX(100%);
}
.sec07 .block02 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.sec07 .block02 .vs-box {
  width: 22%;
}
.sec07 .block02 .vs {
  position: relative;
  z-index: 1;
}
.sec07 .block02 .br01 {
  position: relative;
}
.sec07 .block02 .br01::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #cdcdcd;
  height: 100%;
  top: 0;
  right: -2.1rem;
}
.sec07 .block02 .vs .f-eng {
  text-align: center;
  font-size: 9rem;
  color: #d8e7f09c;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -1rem;
  z-index: -1;
  right: 0;
}
.sec07 .block02 .vs .tx01 {
  text-align: center;
  font-weight: 900;
  font-size: 2.4rem;
  color: #146dc7;
  padding-top: 4rem;
}
.sec07 .block02 .vs .tx02 {
  font-weight: 900;
  text-align: center;
  font-size: 1.8rem;
}
.sec07 .block02 .vs .arrow {
  width: 48px;
  margin: auto;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.sec07 .block02 .vs li {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.2rem;
  color: #0082d8;
  padding: 1rem 2rem;
	border: #e3ebef solid 2px;
}
.sec07 .block03 .item, .sec07 .block05 .item {
  position: relative;
  z-index: 0;
  background: #f2f4f5;
  border-radius: 0 3rem 3rem 0;
  padding-bottom: 5rem;
}
.sec07 .block03 .i-ttl {}
.sec07 .block03 .item::after, .sec07 .block05 .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* 左方向へ画面端まで伸ばす */
  width: 100vw;
  background: #f2f4f5;
  z-index: -1; /* 背面 */
  transform: translateX(-100%);
}
.sec07 .block03 .i-inner {
  position: relative;
}
.sec07 .block03 .l-box {
  width: 45%;
}
.sec07 .block03 .tx01 {
  font-weight: 900;
  margin-bottom: 3rem;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.sec07 .block03 .image {
 position: absolute;
    right: 42px;
    width: 45%;
    top: -70px;
}
.sec07 .block03 .image img {
border-radius: 20px 0 0 20px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: 100%;
}
.sec07 .block03 .link-box {
  margin-top: 6rem;
}
 .sec07 .block05 .link-box {
    margin-top: 2rem;
  }
.sec07 .block03 .btn-web {
  width: 460px;
}
.sec07 .block03 .btn-internal {
  width: 460px;
}
.sec07 .block04 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  margin-top: 5rem;
}
.sec07 .block04 .fix-box .voice {
  width: 31.5%;
  background: #fff;
  border-radius: 3rem;
  border: #e3ebef solid 2px;
  position: relative;
}
.sec07 .block04 .fix-box .voice .icon {
  position: absolute;
  right: 2rem;
  top: -4rem;
  width: 90px;
}
.sec07 .block04 .fix-box .voice .icon img {
  border-radius: 50%;
  border: #f2f4f5 solid 2px;
}
.sec07 .block04 .fix-box .voice .v-inner {
  padding: 2.5rem 3.4rem 4rem;
}
.sec07 .block04 .fix-box .voice .f-eng {
  font-size: 1.8rem;
  color: #fd8a455c;
}
.sec07 .block04 .fix-box .voice .v-ttl {
  font-weight: 900;
  color: #146dc7;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}
.sec07 .block05 .i-inner {
  position: relative;
}
.sec07 .block05 .l-box {
  width: 55%;
}
.sec07 .block05 .tx01 {
  font-weight: 900;
  margin-bottom: 4rem;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-top: 2rem;
}
.sec07 .block05 .image {
  position: absolute;
  right: 0;
  width: 40%;
  top: -56px;
}
.sec07 .block05 .image img {
  border-radius: 3rem 0 0 3rem;
  object-fit: cover;
  font-family: 'object-fit: cover';
  height: 400px;
  border: #f2f4f5 solid 2px;
}
.sec07 .block05 .ls-box {
  background: #fff;
  border-radius: 3rem;
  padding: 2.5rem 3rem 3rem;
  margin-top: 3rem;
}
.sec07 .block05 .ls-box .ls-ttl {
  font-weight: 900;
  font-size: 2.2rem;
  border-bottom: solid 1px #dde9ef;
  padding-bottom: 0.5rem;
}
.sec07 .block05 .ls-box ul {
  margin-top: 1rem;
}
.sec07 .block05 .ls-box li {
  float: left;
  width: 47.5%;
  padding-left: 2.5%;
  position: relative;
  margin-bottom: 0.5rem;
}
.sec07 .block05 .ls-box li:nth-of-type(2n) {
  margin-left: 4%;
}
.sec07 .block05 .ls-box li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background: #fe8b46;
  border-radius: 100px;
  top: 0.8rem;
}
.sec07 .block05 .link-t {
 display: block;      /* inline-blockから変更 */
    width: fit-content;  /* 幅を中身に合わせる */
    margin-left: auto;   /* 左右中央寄せの魔法 */
    margin-right: auto;
    text-align: center;
    font-weight: 900;
    color: #31383d;
    font-size: 2.6rem;
    background: linear-gradient(transparent 80%, #ffddc8 0%);
  margin-top: 6rem;
    margin-bottom: 2.5rem;
}
.sec07 .block05 .btn-internal {
  width: 460px;
}
.sec07 .block05 .item {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .sec07 {
    background: #fff;
    border-radius: 15px 15px 0 0;
    padding-bottom: 4rem;
    margin-top: 0;
  }
  .sec07 .title-box {
    position: relative;
    text-align: center;
    padding-top: 3rem;
    width: 100%;
    margin: auto;
    margin-bottom: 2.5rem;
  }
  .sec07 .title-box .c-txt {
    line-height: 1.4;
    padding: 1rem 1rem 1rem 3rem;
    margin-right: auto;
    font-size: 1.4rem;
	        margin-bottom: 1rem;
  }
  .sec07 .title-box .c-txt::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 9rem;
    bottom: -1.1rem;
    display: block;
       border: 10px solid transparent;
    border-top: 14px solid #146dc7;
  }
  .sec07 .title-box .tx {
    margin-top: 1.5rem;
    position: relative;
  }
  .sec07 .title-box .tx span {
    font-weight: 900;
    font-size: 1.6rem;
    color: #198edc;
    display: inline-block;
    border-bottom: none;
  }
  .sec07 .title-box .title {
    font-size: 2.3rem;
    line-height: 1.3;
    margin-top: 1rem;
  }
  .sec07 .block {
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
	  margin-top: 4rem;
  }
  .sec07 .block .i-ttl {
    padding: 0 2rem;
    position: relative;
    top: -1.5rem;
  }
  .sec07 .block .i-ttl .ttl {
    font-size: 1.6rem;
    font-weight: 900;
    border-radius: 100px;
    padding: 1rem 2rem;
    display: block;
    text-align: center;
  }
	
  .sec07 .block .nmv {
    font-size: 4rem;
    line-height: 0.7;
  }
  .sec07 .block .i-inner {
    padding: 0 2rem;
  }
  .sec07 .block01 .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
  .sec07 .block01 .fix-box .item {
    width: 100%;
    border-radius: 10px;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
	  margin-top: 4rem;
  }
  .sec07 .block01 .tx01 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 900;
    line-height: 1.4;
    margin-top: 0rem;
  }
  .sec07 .block01 .ctx01 {
    font-weight: 900;
    font-size: 2.5rem;
  }
  .sec07 .block01 .ctx02 {
    font-size: 2.5rem;
    font-weight: 900;
  }
  .sec07 .block01 .image {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
  }
  .sec07 .block01 .image img {
    border-radius: 10px;
  }
  .sec07 .block01 .tx02 {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .sec07 .block02 .item, .sec07 .block04 .item {
    position: relative;
    z-index: 0;
    background: #f2f4f5;
    border-radius: 10px 0 0 10px;
    padding-bottom: 3rem;
  }
  .sec07 .block02 .i-ttl {}
  .sec07 .block02 .item::after, .sec07 .block04 .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* 左方向へ画面端まで伸ばす */
    width: 100vw;
    background: #f2f4f5;
    z-index: -1; /* 背面 */
    transform: translateX(100%);
  }
  .sec07 .block02 .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
	      margin-top: 1rem;
  }
  .sec07 .block02 .vs-box {
    width: 100%;
  }
  .sec07 .block02 .vs {
    position: relative;
    z-index: 1;
  }
  .sec07 .block02 .br01 {
    position: relative;
    border-bottom: solid 1px #cdcdcd;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
  }
  .sec07 .block02 .br01::before {
    content: "";
    display: none;
  }
  .sec07 .block02 .vs .f-eng {
    text-align: center;
    font-size: 7.7rem;
    color: #d8e7f09c;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -1rem;
    z-index: -1;
    right: 0;
  }
  .sec07 .block02 .vs .tx01 {
    text-align: center;
    font-weight: 900;
    font-size: 2.2rem;
    padding-top: 4rem;
  }
  .sec07 .block02 .vs .tx02 {
    font-weight: 900;
    text-align: center;
    font-size: 1.5rem;
  }
  .sec07 .block02 .vs .arrow {
    width: 26px;
    margin: auto;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .sec07 .block02 .vs li {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 1.2rem;
    color: #0082d8;
    padding: 1rem 2rem;
  }
  .sec07 .block03 .item, .sec07 .block05 .item {
    position: relative;
    z-index: 0;
    background: #f2f4f5;
    border-radius: 0 10px 10px 0;
    padding-bottom: 3rem;
  }
  .sec07 .block03 .i-ttl {}
  .sec07 .block03 .item::after, .sec07 .block05 .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* 左方向へ画面端まで伸ばす */
    width: 100vw;
    background: #f2f4f5;
    z-index: -1; /* 背面 */
    transform: translateX(-100%);
  }
  .sec07 .block03 .i-inner {
    position: relative;
  }
  .sec07 .block03 .l-box {
    width: 100%;
  }
  .sec07 .block03 .tx01 {
    font-weight: 900;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
  }
  .sec07 .block03 .image {
    position: inherit;
    right: 0;
    width: 100%;
    top: 0;
    margin-bottom: 2rem;
	   margin-top: 2rem;
	         border-radius: 10px;
        padding: 1rem;
        background: #fff; 
  }
  .sec07 .block03 .image img {
    object-fit: cover;
    font-family: 'object-fit: cover';
    height:100%;
  }
  .sec07 .block03 .link-box {
    margin-top: 2rem;
  }
	 .sec07 .block05 .link-box {
    margin-top: 1rem;
  }
  .sec07 .block03 .btn-web {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .sec07 .block03 .btn-internal {
    width: 90%;
  }
  .sec07 .block04 .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .sec07 .block04 .fix-box .voice {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 3rem;
  }
  .sec07 .block04 .fix-box .voice .icon {
    position: absolute;
    right: 1rem;
    top: -2rem;
    width: 64px;
  }
  .sec07 .block04 .fix-box .voice .v-inner {
    padding: 1.5rem 2rem 3rem;
  }
  .sec07 .block04 .fix-box .voice .f-eng {
    font-size: 1.6rem;
  }
  .sec07 .block04 .fix-box .voice .v-ttl {
    font-weight: 900;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .sec07 .block04 .item .txt {
    margin-top: -1rem;
  }
  .sec07 .block05 .i-inner {
    position: relative;
  }
  .sec07 .block05 .l-box {
    width: 100%;
  }
  .sec07 .block05 .tx01 {
    font-weight: 900;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 0;
    text-align: center;
  }
  .sec07 .block05 .image {
    position: inherit;
    right: 0;
    width: 100%;
    top: 0;
  }
  .sec07 .block05 .image img {
    border-radius: 10px;
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: 244px;
  }
  .sec07 .block05 .ls-box {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem 2rem 2rem;
    margin-top: 2rem;
  }
  .sec07 .block05 .ls-box .ls-ttl {
    font-weight: 900;
    font-size: 1.5rem;
    border-bottom: solid 1px #dde9ef;
    padding-bottom: 0.5rem;
  }
  .sec07 .block05 .ls-box ul {
    margin-top: 1rem;
  }
  .sec07 .block05 .ls-box li {
    float: none;
    width: 100%;
    padding-left: 1.3rem;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .sec07 .block05 .ls-box li:nth-of-type(2n) {
    margin-left: 0;
  }
  .sec07 .block05 .ls-box li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fe8b46;
    border-radius: 100px;
    top: 0.7rem;
  }
  .sec07 .block05 .link-t {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 0;
  }
  .sec07 .block05 .btn-internal {
    width: 100%;
  }
  .sec07 .block05 .item {
    padding-bottom: 4rem;
  }
}/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  background: #0082d8 url(img/sec08-bg.png) center 4rem no-repeat;
  background-size: 100% auto;
  border-radius: 30px;
  padding-bottom: 7rem;
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
.sec08 .circle {
  background: #fff;
  margin: auto;
  border: solid #e3ebef 2px;
  box-sizing: border-box;
  border-radius: 10000px;
  width: 700px;
  height: 700px;
  position: relative;
  top: -8rem;
}
.sec08 .circle .ttl-box {
  text-align: center;
}
.sec08 .title-box .c-txt {
  background: #146dc7;
  line-height: 1.4;
  padding: 1rem 3rem 1.2rem 3rem;
  left: 5rem;
  position: absolute;
  top: 5rem;
}
.sec08 .title-box .c-txt::before {
  content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 43px;
    border: 10px solid transparent;
    border-top: 14px solid #146dc7;
}
.sec08 .title-box .tx {
  position: relative;
  padding-top: 18rem;
}
.sec08 .title-box .tx span {
  font-weight: 900;
  font-size: 3rem;
  color: #0082d8;
  display: inline-block;
  border-bottom: solid 1px #c7c7c7;
}

.sec08 .title-box .title {
  font-size: 5rem;
  margin-top: 1.5rem;
  position: relative;
}
.sec08 .title-box .title span {
  padding: 0 2.5rem;
  margin-right: 1rem;
  position: relative;
}
.sec08 .title-box .title span::before,
.sec08 .title-box .title span::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 23px;
  height: 19px;
  box-sizing: border-box;
}
.sec08 .title-box .title span::before {
  left: 0;
  background: url("img/t-icon09.png") left top no-repeat;
  background-size: contain;
}
.sec08 .title-box .title span::after {
  right: 0;
  background: url("img/t-icon10.png") left top no-repeat;
  background-size: contain;
}

.sec08 .ttl-box .txt {
 text-align: center;
  font-size: 1.8rem;
  margin: 1.5rem auto 2.5rem;
}
.sec08 .ttl-box .btn-image {
  width: 243px;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: -3px;
}
.sec08 .ttl-box .btn-web a {
  width: 370px;
  margin: 0 auto 0;
}
.sec08 .circle .i-image01 {
      position: absolute;
    width: 167px;
    top: 28rem;
    right: -5rem;
}
.sec08 .circle .i-image02 {
  position: absolute;
  width: 178px;
  bottom: 8rem;
  left: -5rem;
}
.sec08 .message {
  margin-top: 0rem;
}
.sec08 .message .eng-t span {
  font-size: 11rem;
  background: #42B1EB;
  display: inline-block;
  background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  opacity: 0.6;
}
.sec08 .message h3 {
  color: #fff;
  font-size: 5rem;
  margin-top: 0;
}
.sec08 .message .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1300px;
  margin: auto;
  margin-top: 4.5rem;
}
.sec08 .message .item {
  width: 31.5%;
  background: #fff;
  border-radius: 20px;
  padding-bottom: 5rem;
}
.sec08 .message .item .f-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 3rem 2rem 2rem;
}
.sec08 .message .tag01 li {
  float: left;
  background: #f2f4f5;
  font-weight: 900;
  margin-right: 0.5rem;
  border-radius: 100px;
  padding: 0.5rem 2rem;
  margin-bottom: 0.8rem
}
.sec08 .message .item .name {
  font-weight: 900;
  font-size: 1.8rem;
  margin-left: 2rem;
}
.sec08 .message .item .image {
  padding-right: 3rem;
}
.sec08 .message .item .image img {
  border-radius: 0 20px 20px 0;
}
.sec08 .message .item .txt-box {
  padding: 0 3rem;
}
.sec08 .message .item .txt-box .txt01 {
  font-weight: 900;
  color: #146dc7;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sec08 .message .btn-web a {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .sec08 {
    background: #2299e8 url("img/sec08-bg.png") center 44rem no-repeat;
    background-size: 120% auto;
    border-radius: 15px;
    padding-bottom: 4rem;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
  }
  .sec08 .inner {
    width: 100%;
    max-width: 100%;
  }
  .sec08 .circle {
    background: url("img/sec08-bg02.png") center 1rem no-repeat;
    background-size: 100% auto;
    margin: auto;
    border: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    border-radius: 0;
    z-index: 1;
    margin-top: 3rem;
    padding-bottom: 50px;
  }
  .sec08 .circle .ttl-box {
    text-align: center;
  }
  .sec08 .title-box .c-txt {
    line-height: 1.4;
    padding: 1rem 2rem 1rem 2rem;
    left: 8rem;
    font-size: 1.4rem;
    position: absolute;
    top: 1rem;
  }
  .sec08 .title-box .c-txt::before {
    content: "";
    position: absolute;
    margin: auto;
    left: 46%;
    bottom: -1.2rem;
    display: block;
  }
  .sec08 .title-box .tx {
    position: relative;
    padding-top: 9rem;
  }
  .sec08 .title-box .tx span {
    font-weight: 900;
    font-size: 1.6rem;
    color: #198edc;
    display: inline-block;
    border-bottom: solid 1px #0082d8;
  }
  .sec08 .title-box .title img {
    width: 20px;
    position: relative;
    top: 0.6rem;
    margin: 0 0.5rem;
  }
  .sec08 .title-box .title {
    font-size: 3.2rem;
    margin-top: 1rem;
    line-height: 1.2;
  }
  .sec08 .title-box .title span {
    padding: 0 2rem;
    margin-right: 5px;
  }
  .sec08 .title-box .title span::before,
  .sec08 .title-box .title span::after {
    top: 8px;
    width: 18px;
    height: 19px;
  } 
  
  .sec08 .ttl-box .txt {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .sec08 .ttl-box .btn-image {
    width: 164px;
    margin: auto;
    margin-top: 2.5rem;
  }
  .sec08 .ttl-box .btn-web a {
    margin-top: -1px;
    width: 76%;
    padding: 1rem 2rem;
  }
  .sec08 .circle .i-image02 {
   position: absolute;
        width: 80px;
        bottom: 7rem;
        left: 0rem;
        z-index: -1;
  }
  .sec08 .message {
    width: 90%;
    margin: auto;
    margin-top: 1rem;
  }
  .sec08 .message .eng-t span {
    font-size: 4rem;
    background: #42B1EB;
    display: inline-block;
    background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
  }
  .sec08 .message h3 {
    color: #fff;
    font-size: 2.2rem;
    margin-top: -1rem;
  }
  .sec08 .message .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    margin-top: 2rem;
  }
  .sec08 .message .item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
  .sec08 .message .item .f-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2rem 2rem 1rem;
  }
  .sec08 .message .tag01 li {
    float: left;
    font-weight: 900;
    margin-right: 0.5rem;
    border-radius: 100px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  .sec08 .message .item .name {
    font-weight: 900;
    font-size: 1.6rem;
    margin-left: 1rem;
  }
  .sec08 .message .item .image {
    padding-right: 2rem;
  }
  .sec08 .message .item .image img {
    border-radius: 0 10px 10px 0;
  }
  .sec08 .message .item .txt-box {
    padding: 0 2rem;
  }
  .sec08 .message .item .txt-box .txt01 {
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sec08 .message .btn-web a {
    margin-top: 3rem;
  }
}
/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  background: #fff;
  margin-top: 0rem;
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.sec09 .box01 .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec09 .box01 .title-box {
  width: 50%;
}
.sec09 .box01 .title-box .title a {
  font-size: 5rem;
  line-height: 1.5;
  margin-top: 3rem;
}
.sec09 .box01 .link-area {
  width: 46%;
}
.sec09 .box01 .link-area a {
  background: #f2f4f5;
  display: inline-block;
  width: 100%;
  border-radius: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.sec09 .box01 .link-area a::before {
  content: "";
  position: absolute;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  right: 2rem;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -1.4rem;
}
.sec09 .box01 .link-area a:hover {
  opacity: 1;
  transform: scale(1.05);
}
.sec09 .box01 .link-area .f-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec09 .box01 .link-area a .column {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0082d8;
  width: 6%;
  text-align: center;
  border-radius: 3rem 0 0 3rem;
  padding: 1rem 0;
}
.sec09 .box01 .link-area a .column img {
  width: 12px;
}
.sec09 .box01 .link-area a .a-txt {
  display: flex;
  align-items: center;
  position: relative;
  width: 90%;
  font-weight: 900;
  font-size: 2.4rem;
  padding: 3rem 6rem 3rem 0;
  line-height: 1.4;
}
.sec09 .box02 {
  margin-top: 13rem;
  border-top: 2px solid #dfdfdf;
  padding-top: 13rem;
}
.sec09 .box02 .title {
  text-align: right;
  padding-right: 7rem;
  margin-bottom: 6.5rem;
}
.sec09 .box02 .title a {
  font-size: 3.5rem;
}
.sec09 .box02 .title .large {
  display: inline-block;
  padding: 0 3rem;
  font-size: 5rem;
  position: relative;
}
.sec09 .box02 .title .large::before,
.sec09 .box02 .title .large::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 27px;
  height: 20px;
  box-sizing: border-box;
}
.sec09 .box02 .title .large::before {
  left: 0;
  background: url("img/t-icon01.png") left top no-repeat;
  background-size: contain;
}
.sec09 .box02 .title .large::after {
  right: 0;
  background: url("img/t-icon02.png") left top no-repeat;
  background-size: contain;
}
.sec09 .box02 .link-area {
     display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 2.6rem;
}
.sec09 .box02 .link-area .link02 {
  width: 32%;
  margin-bottom: 2.5rem;
}
.sec09 .box02 .link-area .link02 a {
  width: 100%;
  position: relative;
  background: #fff;
  border: #e3ebef solid 2px;
  box-sizing: border-box;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  font-weight: 900;
  padding: 3rem 7rem 3rem 2rem;
  border-radius: 3rem;
}
.sec09 .box02 .link-area .link02 a img {
  width: 67px;
  position: relative;
  margin-right: 2rem;
}
.sec09 .box02 .link-area .link02 a::before {
  content: "";
  position: absolute;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  right: 2rem;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -1.4rem;
}
.sec09 .box02 .link-area .link02 a:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .sec09 {
    background: #fff;
    margin-top: -1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sec09 .c-txt {
    font-size: 1.4rem;
  }
  .sec09 .box01 .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec09 .box01 .title-box {
    width: 100%;
  }
  .sec09 .box01 .title-box .title a {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
  .sec09 .box01 .link-area {
    width: 100%;
    margin-top: 2.5rem;
  }
  .sec09 .box01 .link-area a {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 2rem;
    position: relative;
  }
  .sec09 .box01 .link-area a::before {
    content: "";
    position: absolute;
    background: url("img/arrow03.png") 0 0 no-repeat;
    background-size: 100% auto;
    right: 1.5rem;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -0.8rem;
  }
  .sec09 .box01 .link-area a .column {
    width: 7%;
    text-align: center;
    border-radius: 10px 0 0 10px;
    padding: 1rem 0;
  }
  .sec09 .box01 .link-area a .column img {
    width: 8px;
  }
  .sec09 .box01 .link-area a .a-txt {
    position: relative;
    width: 90%;
    font-weight: 900;
    font-size: 1.8rem;
    padding: 1.5rem 4rem 1.5rem 0;
    line-height: 1.4;
  }
  .sec09 .box02 {
    margin-top: 2em;
    padding-top: 5rem;
  }
  .sec09 .box02 .title {
    text-align: left;
    padding-right: 0;
    margin-bottom: 3.2rem;
    line-height: 1.2;
  }
  .sec09 .box02 .title a {
    font-size: 2rem;
    line-height: 1.2;
  }
  .sec09 .box02 .title .large {
    padding: 0 2rem;
    font-size: 2.6rem;
  }
  .sec09 .box02 .title .large::before,
  .sec09 .box02 .title .large::after {
    top: 5px;
    width: 18px;
    height: 14px;
  }
  .sec09 .box02 .link-area {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec09 .box02 .link-area .link02 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .sec09 .box02 .link-area .link02 a {
    width: 100%;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    font-weight: 900;
    padding: 1rem 5rem 1rem 1rem;
    border-radius: 10px;
  }
  .sec09 .box02 .link-area .link02 a img {
    width: 41px;
    position: relative;
    margin-right: 1rem;
  }
  .sec09 .box02 .link-area .link02 a::before {
    content: "";
    position: absolute;
    background: url("img/arrow03.png") 0 0 no-repeat;
    background-size: 100% auto;
    right: 1rem;
    top: 50%;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -1rem;
  }
}