@charset "UTF-8";

/* ------------------------
PC SP
---------------------------*/
.top_pc {
  display :  block;
}

.top_sp{
  display :  none!important;
}

@media screen and (max-width: 767px) {
  .top_pc {
    display :  none!important;
  }

  .top_sp {
    display :  block!important;
  }
}

/* footer */
.line_section {
  margin : 0;
  height:15px;
}

.pageFooter__entry {
  padding-bottom : 0;
}

.line_section img {
  width : 100%;
}

.footerlogo {
  padding-top : 0;
}

.mk-bnr {
  max-width : 700px;
  margin : 0 auto 40px;
}

.mk-bnr__title {
  font-weight : 600;
  font-size : 20px;
  text-align : center;
  margin-bottom : 10px;
}

#section_movie {
  display: none;
  pointer-events: none;
  transition: all 0.6s ease-out 0.01s;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #000;
}
#section_movie.active {
  display: block;
}
#section_movie.sp_yoko {
  min-height: 300px;
}
#section_movie #movie000 {
  object-fit: cover;
}
@media screen and (max-width:850px) {
  #section_movie #movie000 {
    object-fit: contain;
  }
}
#section_movie .skipclose {
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999999;
  pointer-events: auto;
}

.mask_alpha {
  pointer-events: none;
  transition: all 0.6s ease-out 0.01s;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#section_movie_back {
  pointer-events: none;
  transition: all 0.6s ease-out 0.01s;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #000;
}
@media screen and (max-width:850px) {
  #section_movie_back {
    height: 127vw;
    min-height: 100px;
    position: relative;
  }
}
#section_movie_back.active {
  opacity: 1;
}
#section_movie_back #movie000_back {
  object-fit: cover;
}
@media screen and (max-width:850px) {
  #section_movie_back #movie000_back {
    object-fit: cover;
  }
}

#section06 .atention {
  width: 96%;
  margin: 0 auto 50px auto;
  font-size: 12px;
}
@media screen and (max-width:850px) {
  #section06 .atention {
    width: 90%;
    margin: 0 auto 20px auto;
  }
}
#section06 .base_text {
  width: 90%;
  text-align: center;
  margin: 0 auto 1em auto;
}
#section06 .base_text .minis {
  font-size: 60%;
  vertical-align: 0.5em;
  display: inline-block;
  margin-left: -0.75em;
  margin-right: 0.25em;
}
#section06 figure {
  width: 100%;
  /* max-width: 304px; */
  margin: 0 auto;
}

#section06 figure img {
  display : block;
}

/* header */

.pageHeader {
    background : inherit;
    border : none;
    transition : 1s;
}

.pageHeader.is-scroll {
  background : #fff;
}

.pageHeader--wrap:after {
    height : 0;
}

@media screen and (min-width: 851px) {
  .navi--header {
    opacity : 0;
    transition : .5s;
    pointer-events:none;
  }
  .pageHeader.is-scroll .navi--header {
    opacity : 1;
    pointer-events:auto;
  }
}


@media screen and (max-width: 1400px) {
  .navi--header {
      font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .navi--header {
      font-size: 10px;
  }
}

@media screen and (max-width: 850px) {
  .pageHeader--wrap:after {
      height: 56px;
      position : absolute;
      top : 0;
      left : 0;
  }
  .cv--top {
    display: none;
    /* height : 60px; */
    /* position : absolute; */
    top: 56px;
    /* left : 0; */
    /* width : 100%; */
    /* z-index : 3; */
  }
  .navi--cv,
  .navi--cv .navi__item{
    height : 60px;
  }
  .navi--cv .icon {
    width: 30px;
    max-height: 30px;
  }
}

/* mv */

#firest_contena {
  height : auto;
  min-height : auto;
}

#mvslide {
  position : relative;
  padding-bottom: calc(677 / 1300 * 100%);
  overflow : hidden;
}

@media screen and (min-width: 1500px) {
  #mvslide {
    padding-bottom: calc(677 / 1300 * 100%);
  }
}


@media screen and (max-width: 851px) {
  #mvslide {
    padding-top : 5vw;
  }
}

@media screen and (max-width: 850px) {
  #mvslide {
    padding-top : 0;
    padding-bottom: calc(900 / 750 * 100vw);
  }
}

.mv01,
.mv02{
    position : absolute;
    top : 0;
    left : 0;
    opacity : 0;
    width : 100%;
    height : 100%;
    z-index: 2;
}

.mv-txt1,
.mv-txt2,
.mv-txt3,
.mv-copy {
  position : absolute;
  left : 0;
  bottom : 0;
  width : 100%;
  opacity : 0;
  transition : 2s;
  z-index : 2;
}

.mv-copy {
  opacity : 1;
  z-index : 1;
}

#mvslide .mv-bg {
  position : absolute;
  left : 0;
  bottom: 0;
  top : auto;
  width: 100%;
}

#mvslide img {
    display : block;
  width : 100%;
}

.mv-copy > picture {
  display : block;
  width : calc(58 / 219 * 100%);
  position : absolute;
  top : 0;
  overflow: hidden;
  height : 0;
  transition : 1s cubic-bezier(0.85, 0, 0.15, 1);
}

.mv-copy .copy1 {
  right : 0;
  transition-delay: 4.2s;
}

.mv-copy .copy2 {
  right : calc(80 / 219 * 100%);
  transition-delay: 4.4s;
}

.mv-copy .copy3 {
  left : 0;
  transition-delay: 4.6s;
}

.on .mv-copy > picture {
  height : 100%;
}

.mv01.on .mv-txt1 {
  transition-delay : 1s;
  opacity : 1;
}

.mv01.on .mv-txt2 {
  transition-delay : 2s;
  opacity : 1;
}

.mv01.on .mv-txt3 {
  transition-delay : 3s;
  opacity : 1;
}

.mv02.on .mv-txt2,
.mv02.on .mv-txt3 {
  transition-delay : 1.5s;
  opacity : 1;
}

.mv02.on .mv-txt1{
  transition-delay : 2.5s;
  opacity : 1;
}

.mv01 .mv-copy {
    max-width : 192px;
    width : calc(192  / 1300 * 100%);
    position : absolute;
    top : 150px;
    left : 30px;
}

@media screen and (max-width: 850px) {
  .mv01 .mv-copy {
    width : calc(177  / 750 * 100%);
    top : 80px;
    right : auto;
    left : 4vw;
  }
}

.mv02 .mv-copy {
    max-width : 192px;
    width : calc(192  / 1300 * 100%);
    position : absolute;
    top : 150px;
    left : 50px;
}

@media screen and (max-width: 850px) {
  .mv02 .mv-copy {
    width: calc(181  / 750 * 100%);
    top: 80px;
    right : auto;
    left : 4vw;
  }
}

.mv02 .mv-txt1 {
    max-width : 450px;
    width: calc(297  / 1300 * 100%);
    position : absolute;
    top: calc(120  / 677 * 100%);
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

@media screen and (max-width: 850px) {
  .mv02 .mv-txt1 {
    max-width: none;
    width : calc(360  / 750 * 100vw);
    /* right : 5vw; */
    left: 41vw;
    top : calc(280  / 750 * 100vw);
    transform: none;
  }
}

.mv02 .mv-txt2 {
    /* max-width : 661px; */
    /* width: 100%; */
    /* position : absolute; */
    bottom: 0px;
    right: 0px;
    top : auto;
    left : auto;
}

@media screen and (max-width: 850px) {
  .mv02 .mv-txt2 {
    max-width: none;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

.mvcap {
    position : absolute;
    right : 5px;
    bottom : 10px;
    color : #fff;
    font-size : 12px;
}

/* topicslink */

.topicslink {
  display : flex;
  justify-content : space-between;
  flex-wrap : wrap;
  background: #fff;
  gap: 10px;
  padding: 15px;
}

@media screen and (max-width: 850px) {
  .topicslink {
    padding : 5px;
  }
}

.topicslink-item {
  width: calc((100% - 30px) / 3);
  overflow:  hidden;
  padding: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.8);
  transition : .5s;
}

.topicslink a {
  display:block;
  position : relative;
  display : flex;
  justify-content : center;
  align-items : center;
  flex-direction : column;
  padding : 50px 20px;
  overflow : hidden;
  
}

.topicslink a picture img {
  display : block;
  box-shadow: inset 0 0 10px rgba(0,0,0,1),inset 0 0 10px rgba(0,0,0,1);
}

@media screen and (max-width: 850px) {
  .topicslink-item {
    width : calc((100% - 10px) / 2);
  }
  .topicslink a {
    padding : 20px 10px;
  }
}

.topicslink-item:hover {
  transform: translateY(3px);
  box-shadow:none;
}

.topicslink a:hover {
  opacity : 1;
}

.topicslink a:before {
  content : "";
  position : absolute;
  width : 100%;
  height : 100%;
  display : block;
  box-shadow: inset 0 0 10px rgba(0,0,0,1);
  z-index : 1;
}

.topicslink a:after {
  content : "";
  position : absolute;
  width : calc(100% - 30px);
  height : calc(100% - 30px);
  background: rgba(106,134,190,.9);
  transition : .5s;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 850px) {
  .topicslink a:after {
    width : calc(100% - 10px);
    height : calc(100% - 10px);
  }
}

.topicslink a:hover:after {
  background : rgba(124,136,142,.9);
}

.topicslink-item:nth-of-type(odd) a:hover:after {
  background : rgba(167,176,176,.9);
}

.topicslink a picture {
  position : absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.topicslink a picture,
.topicslink a picture img {
  width : 100%;
  height : 100%;
  object-fit : cover;
}

.topicslink a p {
  position : relative;
  color : #fff;
  text-align : center;
  font-size: 20px;
  line-height : 1.4;
  z-index : 2;
}

.topicslink a span {
  position: relative;
  color : #fff;
  z-index : 2;
  background: #297ebb;
  padding: 5px;
  width: calc(100% - 20px);
  text-align: center;
  line-height: 1;
  margin-top: 10px;
  /* font-size: 10px; */
}

.topicslink li:nth-of-type(even) span {
  background: #27468d;
}

.topicslink a span.readmore::after{
    content:  "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    /* margin-left: auto; */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit- transform: translateY(-50%) rotate(45deg);
    /* top: 0px; */
}

@media screen and (max-width: 850px) {
  .topicslink a picture,
  .topicslink a picture img{
    width : 100%;
    height : 100%;
    object-fit : cover;
  }
  .topicslink a p {
    font-size: 12px;
  }
  .topicslink a span {
    /* display : none; */
    font-size: 10px;
  }
}

/* merit */

.merit-txt {
    background: linear-gradient(to right,  #003870 0%,#0093d4 50%,#003870 100%);
    padding: 60px 0;
}

@media screen and (max-width: 850px) {
  .merit-txt {
    padding : 20px 0;
  }
}

.merit-txt picture {
    display : block;
    width: 860px;
    max-width : calc(100% - 30px);
    margin : 0 auto;
}

.hero {
    padding : 100px 0 0;
}

@media screen and (max-width: 850px) {
  .hero {
      padding : 60px 0 0;
  }
}

.access-area {
    width : 900px;
    max-width : calc(100% - 30px);
    margin : 0 auto 60px;
}

@media screen and (max-width: 850px) {
  .access-area {
    margin-bottom: 20px;
  }
}

.access-area .access-area-ttl {
  text-align : center;
  margin-bottom : 20px;
  font-family: "Noto Sans JP";
  font-size: 18px;
}

@media screen and (max-width: 850px) {
  .access-area .access-area-ttl {
    font-size : 18px;
  }
}

.exterior-area {
    width : 800px;
    max-width : 100%;
    margin : 0 auto;
}

.hero-copy {
    margin-top : -250px;
    text-align : center;
}

.copy1 {
  font-size : 31px;
  margin-bottom : 20px;
}

.copy2 {
  font-size : 14px;
}

@media screen and (max-width: 850px) {
  .hero-copy {
    margin-top : -35vw;
  }
  .copy1 {
    font-size : 20px;
  }
}

.information-area {
    width : 916px;
    max-width: calc(100% - 30px);
    margin : 0 auto;
}

.information-area .information-area-ttl {
  text-align : center;
  margin-bottom : 10px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: bold;
}

.information-area ul {
  border: solid 1px #666;
  padding : 40px;
  margin : 0 auto 60px;
}

.information-area ul li {
  margin-bottom : 5px;
}

.information-area ul span {
  background : #c9aa82;
  padding : 2px 10px 4px 10px;
  margin-right : 10px;
  line-height : 1;
}

@media screen and (max-width: 850px) {
  .information-area ul {
    padding: 15px;
    /* border : none; */
    mix-blend-mode: multiply;
    /* background-color: rgb(6 74 130 / 70%); */
    margin-bottom: 40px;
  }
  .information-area .information-area-ttl {
    text-align : left;
    font-size: 16px;
  }
  #section02 .intext {
    font-size : 24px;
  }
  .information-area ul li {
    font-size : 14px;
  }
  .top_arrange span.ub {
    margin : 0 20px 8px;
    display : block;
    border-bottom : 1px solid #005fad;
    padding-bottom : 5px;
  }
  #section02 .ttlbox .icons {
    margin-top : 20px;
  }
  #section03 {
    padding-top : calc(260 / 750 * 100%);
  }
}

.topinfo-bnr-area {
    width : 916px;
    max-width: calc(100% - 30px);
    margin : 0 auto 60px;
    position : relative;
}

@media screen and (max-width: 850px) {
  .topinfo-bnr-area {
    margin : 0 auto 30px;
  }
}

.voice1 {
  display : block;
  position : absolute;
  width : calc(780 / 2200 * 100%);
  height : 100%;
  left : 0;
  top : 0;
}

.voice2 {
  display : block;
  position : absolute;
  width : calc(780 / 2200 * 100%);
  height : 100%;
  right : 0;
  top : 0;
}

@media screen and (max-width: 850px) {
  .voice1 {
    display : block;
    position : absolute;
    height : calc(517 / 1552 * 100%);
    width : 100%;
    top : auto;
    left : 0;
    bottom : calc(580 / 1552 * 100%);
  }
  .voice2 {
    display : block;
    position : absolute;
    height: calc(580 / 1552 * 100%);
    width : 100%;
    top : auto;
    left : 0;
    bottom : 0;
  }
}

#section02 {
  padding-bottom : 100px;
}

@media screen and (max-width: 850px) {
  #section02 {
    padding: 40px 0;
  }
}

#section03 {
  background : inherit;
  color : inherit;
  text-align : center;
  padding-top: 0;
}

.middlecopy-area {
    width : 916px;
    max-width : 100%;
    margin : 0 auto 60px;
}

.middlecopy-logo {
  display : block;
  width : 616px;
  max-width : calc(100% - 30px);
  margin : 0 auto 60px;
}

.middlecopy-txt1 {
  font-size : 24px;
  margin-bottom : 10px;
}

.middlecopy-txt2 {
  font-size : 16px;
}

@media screen and (max-width: 850px) {
  .middlecopy-logo {
    margin-bottom: 40px;
  }
  .middlecopy-txt1 {
    font-size : 20px;
    margin-bottom : 10px;
  }
  .middlecopy-txt2 {
    font-size : 14px;
  }
}

/* movie */

.moviearea {
  width : 1000px;
  max-width : calc(100% - 30px);
  margin : 0 auto 100px;
}

.moviearea__ttl {
  margin-bottom : 20px;
}

@media screen and (max-width: 850px) {
  .moviearea {
    margin-bottom : 40px;
  }
}

.moviearea__ttl {
  font-size : clamp(18px,6vw,32px);
  text-align : center;
  margin-bottom: 25px;
}

.moviearea__start {
  position : relative;
}

.moviearea__start .playbtwaku {
  width: 38%;
  max-width: 490px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  z-index: 10;
}
.moviearea__start .playbtwaku.active {
  top: auto;
  bottom: 10px;
}
@media screen and (max-width:850px) {
  .moviearea__start .playbtwaku {
    width: 80%;
    max-width: 360px;
    transform: translate(-50%, -45%);
  }
}
.moviearea__start .playbtwaku .playbt {
  width: 24%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.moviearea__start .playbtwaku .playbt:hover {
  /*
  cursor: pointer;
  opacity: 0.75;
  */
}
.moviearea__start .playbtwaku .sound_on {
  position: absolute;
  width: 19.16%;
  bottom: 0;
  left: 25%;
  opacity: 0.3;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.moviearea__start .playbtwaku .sound_on.active {
  opacity: 1;
}
.moviearea__start .playbtwaku .sound_on:hover {
  cursor: pointer;
  opacity: 1;
}
.moviearea__start .playbtwaku .sound_off {
  position: absolute;
  width: 20.83%;
  bottom: 0;
  left: 55%;
  opacity: 0.4;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
.moviearea__start .playbtwaku .sound_off.active {
  opacity: 1;
}
.moviearea__start .playbtwaku .sound_off:hover {
  cursor: pointer;
  opacity: 1;
}

.moviearea__start .playbtwaku-ttl {
  width: 55%;
  margin : 0 auto 20%;
}

.moviearea__start .playbtwaku-ttl .movie-start {
  cursor : pointer;
  width : 50%;
  margin : 10% auto 0;
  display : block;
}

@media screen and (max-width: 850px) {
  .moviearea__start .playbtwaku-ttl {
    width : 20%;
  }
}

#section_movie {
  pointer-events: auto;
}

#section_movie .skipclose {
  cursor : pointer;
}

/* modal */

.modal-bg {
  position : fixed;
  top: 0;
  left: 0;
  background : rgba(0,0,0,.8);
  width:  100%;
  z-index: 9999;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /*display: none;*/
}

.modal-area {
  width:  100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position : fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /*display: none;*/
}

.modal-inner {
  /*width: 620px;*/
  width:900px;
  max-width : calc(100% - 30px);
  position :  absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  padding-top: 35px;
}

.modal-inner a {
  display:block;
}

@media screen and (max-height: 500px) and (min-width: 450px)  {
  .modal-inner {
    width: calc(115 / 100 * 100vh - 30px);
    max-width: none;
    max-height: 100%;
  }
}

@media screen and (max-width: 850px) {
  .modal-inner {
    height : 90%;
    /* overflow-y:auto; */
    padding: 40px 0;
  }
  .modal-bnr_area {
    overflow-y:auto;
    height : 100%;
  }
  .modal-inner a:hover {
    opacity : 1;
  }
}

.modal-close {
  position :  absolute;
  /* right: 27px; */
  right: 0;
  top: 0;
  padding :  0;
  line-height : 1;
  cursor: pointer;
  width: 30px;
}

@media screen and (max-width: 850px) {
  .modal-close {
    /* right: calc(25 / 750 * 100vw); */
    right: 0;
    width : 40px;
  }
}


/* #section05 "地とつながる。" */

#section05 ul.bt_backlist li.listlc {
    background: url(../img/bigbacklc.jpg) no-repeat center top;
    background-size: cover;
}

#section05 ul.bt_backlist2 li.listlc {
  pointer-events: none;
}
#section05 ul.bt_backlist2 li.listlc .text {
    position: absolute;
    /* width: 16.8%; */
    width: 12.8%;
    max-width: 270px;
    right: 16%;
    top: 28%;
    transform: translate(-50%, 0);
    z-index: 15;
}


#section05 .btlistlc a {
  position: relative;
  z-index: 10;
}

#section05 .btlistlc .titles {
  position: relative;
  z-index: 10;
}

#section05 .btlistlc.onmousebt::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 35, 48, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

#section05 ul.btliss_on li a {
  opacity: 1;
}

.fade__up{
    -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
    transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
    opacity: 0;
    transform:translate(0%, 30px);
}

.fade__up.active{
    opacity: 1;
    transform:translate(0%, 0px);
}

.fade__in{
    -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
    transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
    opacity: 0;
    transform:translate(0%, 0px);
}

.fade__in.active{
    opacity: 1;
    transform:translate(0%, 0px);
}


.fade__big{
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1) 0.01s;
  opacity: 0;
  transform:scale(1.1);
}
.fade__big.active{
  opacity: 1;
  transform:scale(1.0);
}

.contena-list {
  display : flex;
  flex-wrap:wrap;
}

.contena-list__item {
  width : calc(100% / 3);
}

@media screen and (max-width: 850px) {
  .contena-list__item {
    width : 100%;
  }
  .contena-list__item .textbox__note {
    padding : 10px;
    font-size : 10px;
  }
}

.contena-list__item .ttls {
  text-align : center;
  font-family: "Copperplate", sans-serif;
  font-size: 20px;
}
.center_text{
  text-align : center;
}

.textbox {
  padding : 30px 0 40px;
}

.textbox img {
  display : block;
  margin : 0 auto;
  max-width : 200px;
}

.photoimg {
  position : relative;
}

.photoimg .center_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.photoimg .center_text .read_coming {
    width: 57.5%;
    margin: 0.5em auto 0 auto;
    position: relative;
}
.photoimg .text01 {
  color : #fff;
}

.textbox {
  position : relative;
}

.textbox .attens {
    position: absolute;
    top: 5px;
    right: 2px;
    line-height : 1;
    font-size : 10px;
}

.photoimg a .read_coming::after {
    content: "";
    position: absolute;
    width: 4em;
    height: 4em;
    background: url(../img/readmore_yaji.svg) no-repeat center;
    background-size: contain;
    top: 50%;
    /* left: calc(100% + 3vw); */
    transform: translate(0, -1.5em);
    /* top: 100%; */
}

/* デフォルトマーカー非表示 */
.accordion__title {
  list-style: none;
  cursor: pointer;
}

.accordion__title img {
  display : block;
}

.accordion__title::-webkit-details-marker {
  display: none;
}

/* 開閉アニメーション */
.accordion::details-content {
  display: grid;
  grid-template-rows: 0fr;

  transition:
    grid-template-rows .4s ease,
    content-visibility .4s allow-discrete;

  overflow: hidden;
}

.accordion > *:not(summary) {
  overflow: hidden;
}

.accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.point10__area-toggle {
  width: 100%;
  padding: 15px 0;
  /* background-color: rgba(0, 95, 173, 0.9); */
  background: #000000;
  position: relative;
  z-index: 20;
  font-family:  sans-serif;
}

.point10__area {
  background : #fcfdf5;
  width : 100%;
  max-width : calc(100% - 30px);
  margin : 0 auto;
  /* padding-bottom : 50px; */
}

@media screen and (max-width: 767px) {
  .bluebox3 {
    padding-top : 30px;
  }
  .point10__area {
    padding-bottom : 0px;
  }
}

.point10__inner {
  width: 100%;
  max-width: calc(100% - 20px);
  margin : 0 auto;
}

.point10__ttl {
  margin-bottom : 30px;
}

.point10__head {
  text-align : center;
  margin-bottom : 60px;
}

@media screen and (max-width: 767px) {
  .point10__head {
    margin-bottom : 30px;
  }
}

.point10__head1 {
  font-size : 33px;
  border-bottom : 1px solid #000;
  margin-bottom : 15px;
  font-weight : 600;
}

.point10__head2 {
  margin-bottom : 20px;
  font-weight : 600;
}

.point10__head3 {
  font-size : 12.5px;
}

@media screen and (max-width: 767px) {
  .point10__head1 {
    font-size : 24px;
  }
  .point10__head2 {
    font-size : 14px;
    margin-bottom: 5px;
  }
  .point10__head3 {
    font-size: 13px;
  }
}

.point10__row {
  counter-reset: number 0;
  display : flex;
  justify-content : space-between;
  flex-wrap : wrap;
}

.point10__item {
  border : solid 1px #c93941;
  background : #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding : 5px;
  width: calc((100% - 55px) / 3);
  margin-bottom : 40px;
  position: relative;
  text-align : center;
}

.point10__item:before {
  counter-increment: number 1;
  content: counter(number) ;
  background : #f5bf4c;
  position : absolute;
  width : 45px;
  height : 45px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:15px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  top : -25px;
  left : 10px;
  z-index : 2;
  font-weight:600;
}

@media screen and (max-width: 767px) {
  .point10__item {
    width: calc((100% - 40px) / 2);
    margin-bottom : 30px;
  }
  .point10__item:before {
    width : 30px;
    height : 30px;
    top : -15px;
    left : 8px;
  }
}

.point10__item .cap {
  font-size : 10px;
  bottom : 2px;
}

.point01,
.point02 {
  padding: 40px 34px;
  width: 100%;
}

.point03,
.point04 {
  padding: 5px;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .point02 {
    padding : 10px;
  }
  .point02 iframe {
    width : 100%;
  }
  .point03,
  .point04 {
    width : 100%;
  }
}

.smooth-e__logo {
  width : 72px;
  position : absolute;
  right : 20px;
  top : 20px;
}

@media screen and (max-width: 767px) {
  .point01 {
    padding : 30px 10px 10px;
  }
  .smooth-e__logo {
    position:static;
    margin-bottom : 10px;
  }
}

.point10__L-copy {
  font-size : 14px;
  text-align : center;
}

.point10__L-ttl {
  font-size : 18px;
  text-align : center;
  color : #c93941;
  font-weight : 600;
  margin-bottom : 20px;
  letter-spacing: -0.08em;
}

@media screen and (max-width: 767px) {
  .point10__L-ttl {
    line-height : 1.4;
  }
}

.smooth-e__row {
  display:flex;
  justify-content:space-between;
  color : #c93941;
  margin-bottom : 20px;
  flex-wrap:wrap;
}

.smooth-e__row li {
  background : #fff9f3;
  padding : 10px;
  font-size : 12px;
  letter-spacing : -0.04em;
  text-align : center;
  width: calc((100% - 80px) / 3);
  display:flex;
  justify-content:center;
  align-items : center;
  font-weight : 600;
}

@media screen and (max-width: 767px) {
  .smooth-e__row li {
    width : 100%;
    margin-bottom : 5px;
    font-size: 13px;
  }
}

.point01__row {
  display:flex;
  justify-content:space-between;
  margin-bottom : 20px;
  flex-wrap:wrap;
}

.point01__row-ttl {
  width : 100%;
  font-weight : bold;
  color : #c93941;
  font-size  : 16px;
  margin : 15px 0 10px;
}

.point01__row > dl {
  background : #fff9f3;
  padding : 10px;
  font-size : 12px;
  letter-spacing : -0.04em;
  text-align : center;
  width: calc((100% - 50px) / 2);
  display:flex;
  justify-content:space-between;
  align-items : center;
  font-weight : 600;
  margin-bottom : 10px;
}

.point01__row > dl > dt {
  width : 70px;
  background : #c93941;
  color : #fff;
  height : 100%;
  display:flex;
  align-items : center;
  justify-content : center;
  font-size :  11px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right : 10px;
}

.point01__row > dl > dt > span {
  font-size: 1.6em;
}

.point01__row > dl > dd {
  color : #c93941;
  flex : 1;
  text-align : left;
  font-size : 13px;
}

@media screen and (max-width: 767px) {
  .point01__row > dl {
    width : 100%;
    margin-bottom : 5px;
    font-size: 13px;
  }
  .point01__row > dl > dt {
    font-size : 10px;
    width : 70px;
  }
  .point01__row > dl > dd {
    font-size : 12px;
  }
}

.point01__img2 {
  max-width : 640px;
  margin : 0 auto 20px;
}

.point01__img3 {
  max-width : 540px;
  margin : 0 auto 20px;
}

.point01__img3-ttl {
  font-size : 19px;
  font-weight : bold;
}

@media screen and (max-width: 767px) {
  .point01__img3-ttl {
    line-height : 1.4;
  }
}

.point10__item-txt1 {
  font-size : 12.5px;
  letter-spacing : -0.08em;
  line-height : 1.4em;
  margin: 10px 0 5px;
}

.point10__item-txt2 {
  font-size : 17px;
  color : #c93941;
  font-weight : 600;
  letter-spacing : -0.02em;
  line-height : 1.4em;
  margin-bottom : 5px;
}

.point10__item-txt2 small {
  font-size : 10px;
}

@media screen and (max-width: 767px) {
  .point10__item-txt1 {
    margin-top: 10px;
    font-size: 11px;
  }
  .point10__item-txt2 {
    font-size: 12px;
  }
  .point08 .point10__item-txt2{
    display:inline-block;
  }
  .point10__item-txt2 small {
    display:block;
    text-align:right;
    font-size : 8px;
    margin-top : -5px;
  }
}

.point10-img06-logo {
  position : absolute;
  width : 90px;
  bottom : -18px;
}
.point10-img06-logo {
  position : absolute;
  width : 90px;
  bottom : -18px;
}