@charset "UTF-8";
/*==============================================================================================

    common css

    ※※※※※ブラウザ対応※※※※※

    safari:9以上
    chrome:63以上
    firefox:43以上
    opera:43以上
    edge:12以上
    IE:10以上


    ※※※※※ベンダープレフィックスを付けるプロパティ※※※※※

    -moz-transform
    -webkit-transform
    transform

    -moz-transition
    -webkit-transition
    transition
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation
    -webkit-animation
    animation

    display: -webkit-flex;
    display: flex;
    

==============================================================================================*/

/*==============================================================================================

	body要素

==============================================================================================*/

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/*==========================================================
==========================================================*/

.contents_contain {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.dlbtn_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dlbtn {
  font-weight: bold;
  font-size: 26px;
  color: #FF9900;
  background: #FFFFFF;
  height: 65px;
  padding: 0 28px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 32px;
  letter-spacing: 1px;
  transition: transform .2s ease;
}

.dlbtn:hover {
  transform: scale(1.05);
}

.spb {
  display: none;
}

@media screen and (max-width: 980px) {
  .dlbtn {
    font-size: 22px;
    height: 54px;
    border-radius: 27;
  }

}

@media screen and (max-width: 768px) {
  .contents_contain {
    max-width: 400px;
  }

  .dlbtn {
    font-size: 18px;
    height: 46px;
    border-radius: 23px;
  }


  .pcb {
    display: none;
  }

  .spb {
    display: block;
  }
}

/*==============================================================================================

	main要素

==============================================================================================*/
#main_sec {
  padding: 100px 0 86px;
  background-color: #FF9900;
  background-image: url(../img/main_bg.png);
  background-position: bottom center;
  background-size: auto 80px;
  background-repeat: repeat-x;
}

.main_contain {
  position: relative;
  margin-bottom: 16px;
}

#main_sec .contents_contain {
  max-width: 860px;
  background: url(../img/main_overray.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 20px;
}

#main_sec h1 {
  width: 580px;
  margin: 0 auto;
}

#main_sec p {
  font-size: 19px;
  letter-spacing: 1px;
  margin: 50px auto 0;
  text-align: center;
}

.main_img-left {
  height: 110%;
  position: absolute;
  top: 0;
  left: calc(50% - 570px);
  transform: translateX(-50%);
}

.main_img-right {
  position: absolute;
  height: 105%;
  position: absolute;
  top: -14%;
  left: calc(50% + 560px);
  transform: translateX(-50%);
}


@media screen and (max-width: 980px) {
  #main_sec {
    padding: 80px 0 76px;
    background-size: auto 70px;
  }

  #main_sec .contents_contain {
    max-width: 680px;
    padding: 30px 20px;
  }

  #main_sec h1 {
    width: 420px;
  }

  #main_sec p {
    font-size: 16px;
    margin: 40px auto 0;
  }

  .main_img-left {
    left: calc(50% - 430px);
  }

  .main_img-right {
    left: calc(50% + 440px);
  }
}

@media screen and (max-width: 768px) {
  #main_sec {
    padding: 40px 0 66px;
    background-size: auto 60px;
  }

  .main_contain {
    margin-bottom: 20px;
  }

  #main_sec .contents_contain {
    max-width: 100%;
    background: url(../img/main_overray_sp.png);
    background-size: 100% 100%;
    padding: 20px 20px 190px;
  }

  #main_sec h1 {
    width: 100%;
    max-width: 400px;
  }

  #main_sec p {
    font-size: 13px;
    margin: 20px auto 30px;
  }

  .main_img-left {
    width: 280px;
    height: auto;
    top: auto;
    left: calc(50% - 130px);
    bottom: -2%;
  }

  .main_img-right {
    width: 280px;
    height: auto;
    top: auto;
    left: auto;
    left: calc(50% + 120px);
    bottom: 2%;
  }
}

/*==============================================================================================

	need要素

==============================================================================================*/
#need_sec {
  padding: 100px 0;
}

#need_sec h2 {
  font-size: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#need_sec h2 span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  margin-top: 5px;
}

.need_wrap {
  padding-top: 90px;
}

.need_inner {
  position: relative;
  background: url(../img/need_bg.png);
  background-size: 100% 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 20px 0 60px;
}

.need_inner+.need_inner {
  margin-top: 60px;
}

.need_num {
  position: absolute;
  top: -20px;
  left: 50px;
  font-size: 83px;
  font-weight: bold;
  color: #FF9900;
  line-height: 1;
}

.need_inner img {
  width: 320px;
  margin: 50px 10px 0 0;
}

.need_inner p {
  width: calc(100% - 420px);
  max-width: 480px;
  padding:0 0 0 20px;
  font-size: 18px;
  line-height: 1.8;
}

.need_inner p span {
  display: block;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 980px) {
  #need_sec {
    padding: 80px 0;
  }

  #need_sec h2 {
    font-size: clamp(40px, 5.1vw, 50px);
  }

  .need_wrap {
    padding-top: 76px;
  }

  .need_inner {
    position: relative;
    background: url(../img/need_bg.png);
    background-size: 100% 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px 0 50px;
  }

  .need_inner+.need_inner {
    margin-top: 46px;
  }

  .need_num {
    font-size: 70px;
    font-size: clamp(70px, 8.7vw, 83px);
  }

  .need_inner img {
    width: 34vw;
  }

  .need_inner p {
    width: calc(100% - 44vw);
    max-width: 100%;
    font-size: 12px;
    font-size: clamp(12px, 1.6vw, 18px);
    padding: 0 0 0 20px;
  }

  .need_inner p span {
    font-size: 28px;
    font-size: clamp(24px, 3.4vw, 38px);
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  #need_sec {
    padding: 60px 0;
  }

  #need_sec h2 {
    font-size: 34px;
    text-align: center;
  }

  .need_wrap {
    padding-top: 56px;
  }

  .need_inner {
    background: #f6f6f6;
    display: block;
    padding: 20px;
  }

  .need_inner+.need_inner {
    margin-top: 30px;
  }

  .need_num {
    top: -20px;
    left: -10px;
    font-size: 60px;
  }

  .need_inner img {
    width: 80%;
    margin: 0 auto;
  }

  .need_inner p {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .need_inner p span {
    font-size: 24px;
    margin-bottom: 10px;
  }
}


/*==============================================================================================

	movie要素

==============================================================================================*/
#movie_sec {
  padding: 100px 0;
  background: #0E0E0E;
  color: #FFFFFF;
}

#movie_sec h2 {
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  font-size: 53px;
  letter-spacing: 6px;
  width: 740px;
  text-shadow: 2px 2px 0px #000000;
  background-image: url(../img/movie_title.png);
  background-size: 100% 100%;
  margin: 0 auto;
  transform: rotate(-3deg);
}

#movie_sec h2 p+p {
  text-align: right;
}

#movie_sec h2 span {
  color: #FF9900;
}

.movie_wrap {
  width: 100%;
  max-width: 900px;
  margin: 60px auto 0;
}

@media screen and (max-width: 980px) {
  #movie_sec {
    padding: 80px 0;
  }

  #movie_sec h2 {
    font-size: 42px;
    font-size: clamp(42px, 5.3vw, 53px);
    width: 610px;
    width: clamp(610px, 76vw, 740px);
  }

  .movie_wrap {
    margin: 46px auto 0;
  }

}

@media screen and (max-width: 768px) {
  #movie_sec {
    padding: 60px 0;
  }

  #movie_sec h2 {
    font-size: 26px;
    letter-spacing: 3px;
    width: 100%;
  }

  .movie_wrap {
    margin: 32px auto 0;
  }
}

/*==============================================================================================

	point要素

==============================================================================================*/
#point_sec {
  position: relative;
  padding: 0 20px 100px;
}

#point_sec::before {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0E0E0E;
}

.point_contain {
  background: #FFFFFF;
  box-shadow: 1px 0px 10px 1px rgba(0, 0, 0, 0.3);
  padding: 90px;
}

#point_sec h2 {
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  font-size: 72px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.2;
}

#point_sec h2 span {
  font-size: 86px;
  color: #FF9900;
}

.point_wrap {
  padding-top: 140px;
}

#point_sec h3 {
  font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", sans-serif;
  font-size: 34px;
  font-weight: bold;
}

#point_sec h3 span {
  font-size: 38px;
  margin-right: 10px;
}

.point_wrap>p {
  font-size: 18px;
  padding: 30px 0 70px;
  line-height: 1.7;
}

.point_wrap> .pt_12{
    font-size:12px;
}

.point_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point_inner>div {
  width: calc(25% - 16px);
  box-shadow: 1px 0px 7px 1px rgb(0 0 0 / 20%);
}

.point_inner img,
.point_inner p {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.point_wrap:nth-child(2) .point_inner img {
  width: 100%;
}

.point_wrap:nth-child(2) .point_inner p {
  padding: 10px 0;
  font-size: 20px;
}



.point_wrap:nth-child(3) .point_inner>div {
  box-shadow: 1px 0px 7px 1px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  width: calc(25% - 24px);
  margin-bottom: 34px;
}


.point_wrap:nth-child(3) .point_inner>div::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0 0;
  border-color: #0b314e transparent transparent transparent;
}

.point_wrap:nth-child(3) .point_inner img {
  width: 50%;
}

.point_wrap:nth-child(3) .point_inner div div {
  height: 66px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.point_wrap:nth-child(3) .point_inner p {
  margin-top: 10px;
  font-size: 22px;
}

.point_wrap:nth-child(3) .point_inner p span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  #point_sec {
    padding: 0 20px 80px;
  }

  .point_contain {
    padding: 64px;
  }

  #point_sec h2 {
    font-size: 56px;
    font-size: clamp(56px, 7vw, 72px);
  }

  #point_sec h2 span {
    font-size: 68px;
    font-size: clamp(68px, 8.8vw, 86px);
  }

  .point_wrap {
    padding-top: 100px;
  }

  #point_sec h3 {
    font-size: 28px;
    font-size: clamp(28px, 3.6vw, 34px);
  }

  #point_sec h3 span {
    font-size: 32px;
    font-size: clamp(32px, 4.1vw, 38px);
  }

  .point_wrap>p {
    font-size: 16px;
    padding: 20px 0 50px;
  }

  .point_inner>div {
    width: calc(25% - 14px);
    margin-bottom: 20px;
  }

  .point_wrap:nth-child(2) .point_inner p {
    font-size: 16px;
  }



  .point_wrap:nth-child(3) .point_inner>div {
    width: calc(25% - 12px);
    margin-bottom: 16px;
  }

  .point_wrap:nth-child(3) .point_inner div div {
    height: 60px;
  }

  .point_wrap:nth-child(3) .point_inner p {
    font-size: 18px;
  }

  .point_wrap:nth-child(3) .point_inner p span {
    margin-top: 0px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #point_sec {
    padding: 0 20px 60px;
  }

  #point_sec::before {
    height: 80px;
  }

  .point_contain {
    padding: 40px 20px;
  }

  #point_sec h2 {
    font-size: 26px;
  }

  #point_sec h2 span {
    font-size: 32px;
  }

  .point_wrap {
    padding-top: 40px;
  }

  #point_sec h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
  }

  #point_sec h3 span {
    font-size: 24px;
    margin-right: 16px;
  }

  .point_wrap>p {
    font-size: 14px;
    padding: 20px 0 30px;
  }

  .point_inner>div {
    position: relative;
    width: calc(50% - 10px);
  }

  .point_inner img,
  .point_inner p {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .point_wrap:nth-child(2) .point_inner p {
    font-size: 16px;
  }

  .point_wrap:nth-child(3) .point_inner>div {
    padding: 20px 0;
    width: calc(50% - 10px);
  }

  .point_wrap:nth-child(3) .point_inner div div {
    height: 56px;
  }

  .point_wrap:nth-child(3) .point_inner p {
    margin-top: 10px;
    font-size: 16px;
  }

  .point_wrap:nth-child(3) .point_inner p span {
    margin-top: 0;
    font-size: 12px;
  }
}


/*==============================================================================================

	download要素

==============================================================================================*/
#dl_sec {
  padding: 40px 0 40px;
}

.dl_contain {
  padding: 40px;
  background: url(../img/dl_bg.png);
  background-size: cover;
  background-position: center bottom;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dl_contain>div {
  width: calc(55% - 20px);
  text-align: center;
}

.dl_title{
  border:3px solid #FF9900 ;
  border-radius: 5px;
  background: #FFFFFF;
  color: #FF9900 ;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  padding: 10px 40px 10px 60px;
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.dl_title:before{
  content: '';
  width: 80px;
  height: 80px;
  border:3px solid #FF9900 ;
  border-radius: 50%;
  background-image: url('../img/dl_icon.png');
  background-size: 54% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

#dl_sec h2 {
  font-size: 36px;
  margin: 30px 0 30px;
  color: #FFFFFF;
}

#dl_sec h2 span{
  font-size: 52px;
  font-weight: bold;
  display: block;
}

.dl_contain img {
  width: 45%;
}

#dl_sec .dlbtn_wrap a{
  color: #424242;
  padding: 0 42px;
  font-size: 18px;
}

@media screen and (max-width: 980px) {
  #dl_sec {
    background-size: auto 70px;
  }

  #dl_sec h2 {
    font-size: clamp(32px, 4.3vw, 36px);
  }

  .dl_title{
    font-size: clamp(20px, 2.6vw, 24px);
    padding: 10px 20px 10px 40px;
  }
  
  .dl_title:before{
    width: 60px;
    height: 60px;
    left: -40px;
  }
  
  #dl_sec h2 {
    font-size: clamp(28px, 3.6vw, 36px);
    margin: 20px 0 20px;
  }
  
  #dl_sec h2 span{
    font-size: clamp(40px, 5.2vw, 52px);
  }
}

@media screen and (max-width: 768px) {
  #dl_sec {
    padding: 20px 0 20px;
  }
  
  .dl_contain {
    padding: 40px 20px 20px;
    display: block;
  }
  
  .dl_contain>div {
    width: 100%;
  }
  
  .dl_title{
    font-size: 18px;
    padding: 10px 0px 10px 50px;
    display: block;
  }
  
  .dl_title:before{
    content: '';
    width: 60px;
    height: 60px;
    left: -10px;
  }
  
  #dl_sec h2 {
    font-size: 28px;
    margin: 20px 0;
  }
  
  #dl_sec h2 span{
    font-size:40px;
  }
  
  .dl_contain img {
    width: 100%;
    margin-bottom: 20px;
  }
  
  #dl_sec .dlbtn_wrap a{
    padding: 0 30px;
    font-size: 16px;
  }
}

/*==============================================================================================

	choice要素

==============================================================================================*/
#choice_sec {
  padding: 100px 0;
}

#choice_sec h2 {
  font-size: 33px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#choice_sec h2 div {
  padding: 0 80px;
  border-bottom: 2px solid #001632;
}

.choice_point {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.choice_point>div {
  width: calc(100% - 500px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#choice_sec h3 {
  font-size: 34px;
  letter-spacing: 3px;
}

.choice_point h3 span {
  color: #D61518;
}

.choice_point div img {
  width: 60px;
  margin-left: 20px;
}

.choice_point p {
  margin-top: 20px;
  letter-spacing: 3px;
  line-height: 1.6;
  width: 100%;
}

.choice_point>img {
  width: 400px;
}

.choice_contain {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.choice_contain>div {
  width: calc(50% - 20px);
}

.choice_contain h3 {
  text-align: center;
}

.choice_contain p {
  text-align: center;
  padding: 40px 0;
}

.choice_contain img {
  width: 100%;
}


@media screen and (max-width: 980px) {
  #choice_sec {
    padding: 60px 0;
  }

  #choice_sec h2 {
    font-size: clamp(22px, 2.8vw, 33px);
    margin-bottom: 20px;
  }

  #choice_sec h2 div {
    padding: 0 60px;
  }

  .choice_point {
    margin-top: 80px;
  }

  .choice_point>div {
    width: calc(60% - 40px);
  }

  #choice_sec h3 {
    font-size: clamp(26px, 3.3vw, 34px);
    letter-spacing: 3px;
  }

  .choice_point div img {
    width: 56px;
  }

  .choice_point>img {
    width: 40%;
  }

  .choice_contain {
    margin-top: 80px;
  }

  .choice_contain>div {
    width: calc(50% - 14px);
  }

  .choice_contain p {
    padding: 30px 0;
  }

}


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

  #choice_sec h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  #choice_sec h2 div {
    padding: 0 40px;
  }

  .choice_point {
    margin-top: 40px;
    display: block;
  }

  .choice_point>div {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #choice_sec h3 {
    font-size: 24px;
    letter-spacing: 3px;
  }

  .choice_point div img {
    width: 40px;
    margin-left: 10px;
  }

  .choice_point p {
    margin-top: 14px;
    letter-spacing: 2px;
  }

  .choice_point>img {
    width: 100%;
    margin-top: 20px;
  }

  .choice_contain {
    margin-top: 50px;
    display: block;
  }

  .choice_contain>div {
    width: 100%;
  }

  .choice_contain>div + div {
    margin-top: 20px;
  }

  .choice_contain>div+div {
    margin-top: 20px;
  }

  .choice_contain p {
    padding: 20px 0;
  }
}


/*==============================================================================================

	voice要素

==============================================================================================*/
#voice_sec {
  padding: 100px 0 200px;
}

#voice_sec h2 {
  font-size: 33px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#voice_sec h2 div {
  padding: 0 80px;
  border-bottom: 2px solid #001632;
}

.voice_contain {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice_wrap {
  width: calc(100% / 3);
  padding: 15px;
}

.voice_inner {
  box-shadow: 1px 0px 7px 1px rgb(0 0 0 / 20%);
  border-radius: 5px;
}

.voice_inner p {
  font-weight: bold;
  padding: 10px 20px;
}

@media screen and (max-width: 980px) {
  #voice_sec {
    padding: 80px 0 160px;
  }

  #voice_sec h2 {
    font-size: clamp(22px, 2.8vw, 33px);
    margin-bottom: 20px;
  }

  #voice_sec h2 div {
    padding: 0 60px;
  }

  .voice_contain {
    margin-top: 80px;
  }

  .voice_wrap {
    padding: 10px;
  }

  .voice_inner p {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 768px) {
  #voice_sec {
    padding: 60px 0 140px;
  }

  #voice_sec h2 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  #voice_sec h2 div {
    padding: 0 40px;
  }

  .voice_contain {
    margin-top: 60px;
    display: block;
  }

  .voice_wrap {
    width: 100%;
    padding: 0;
  }

  .voice_wrap+.voice_wrap {
    margin-top: 20px;
  }

  .voice_inner p {
    padding: 10px;
  }
}

/*==============================================================================================

	footer要素

==============================================================================================*/
#modal_sec {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  padding: 60px 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  transition: left 0s ease .3s, opacity .3s ease;
}

#modal_sec.modal_open {
  left: 0;
  opacity: 1;
  transition: left 0s ease, opacity .3s ease;
}

.modal_contain {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  background: #FFF;
  border-radius: 10px;
  padding: 60px 20px 40px 40px;
  position: relative;
}

.modal_close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
}

.modal_close::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #747575;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #747575;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_inner {
  position: absolute;
  top: 0;
  left: -1000%;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  overflow-y: scroll;
}

.modal_inner.view_modal {
  position: inherit;
  top: auto;
  left: auto;
  opacity: 1;
}

.modal_customer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.modal_customer img {
  width: 40%;
}

.modal_customer div {
  width: 60%;
  padding-left: 30px;
  font-size: 20px;
  letter-spacing: 2px;
}

.modal_customer h3{
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 40px;
}

.modal_customer p span {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal_text {
  margin-top: 40px;
}

.modal_text h4 {
  font-size: 23px;
  font-weight: bold;
  border-left: 4px solid #FF9900;
  background: #FFFEE1;
  padding: 10px 10px 10px 20px;
}

.modal_text p {
  font-size: 20px;
  padding: 40px 0 0 24px;
  line-height: 1.8;
}

@media screen and (max-width: 980px) {
  #modal_sec {
    padding: 40px 20px;
  }

  .modal_contain {
    padding: 50px 0px 20px 20px;
  }

  .modal_close {
    top: 10px;
    right: 10px;
  }

  .modal_customer h3{
    font-size:clamp(20px, 2.8vw, 32px);
  }
  
  .modal_customer p{
    font-size:clamp(14px, 1.8vw, 18px);
  }
  .modal_customer p span {
    font-size:clamp(18px, 2.3vw, 24px);
  }

  .modal_text {
    margin-top: 30px;
  }

  .modal_text h4 {
    font-size: clamp(20px, 2.6vw, 23px);
  }

  .modal_text p {
    font-size: clamp(16px, 2vw, 20px);
    padding: 20px 0 0 24px;
  }
}

@media screen and (max-width: 768px) {
  #modal_sec {
    padding: 20px;
  }

  .modal_contain {
    padding: 40px 0 20px 20px;
  }

  .modal_close {
    top: 5px;
    right: 5px;
  }

  .modal_customer {
    display: block;
  }

  .modal_customer img {
    width: 100%;
    margin-top: 10px;
  }

  .modal_customer div{
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  .modal_customer h3{
    font-size: 24px;
    padding-bottom: 20px;
  }

  .modal_customer p span {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .modal_text {
    margin-top: 30px;
  }

  .modal_text h4 {
    font-size: 14px;
    padding: 10px 5px 10px 14px;
  }

  .modal_text p {
    font-size: 14px;
    padding: 20px 0 0 14px;
  }
}


/*==============================================================================================

	footer要素

==============================================================================================*/
footer {
  font-size: 11px;
  letter-spacing: 2px;
  width: 100%;
  height: 400px;
  background: #0E0E0E;
  color: #FFFFFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 980px) {
  footer {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    height: 260px;
  }
}

/*==============================================================================================

	youtube要素

==============================================================================================*/

#youtube {
  width: 80%;
  margin: 80px auto 100px;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

iframe {
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 768px) {
  #youtube {
    width: 100%;
    margin: 30px auto 50px;
    aspect-ratio: 5 / 4;
  }

}