@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information
File name : style.css
---------------------------------------------------------- */
/* Reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, cite, em, img, small, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
img {
  vertical-align: bottom;
}
/* common
---------------------------------------------------- */

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: #000;
  font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-size-adjust: none;
}
a {
  color: #000;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #000;
  opacity: 0.7;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:active {
  text-decoration: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
picture {
  display: block;
  line-height: 1;
}
@font-face {
  src: url(../fonts/icon.eot?1632808221);
  src: url(../fonts/icon.woff?1632808221) format("woff"), url(../fonts/icon.ttf?1632808221) format("truetype");
  font-family: icon;
}
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  color: #000;
  display: inline-flex;
  display: block;
  font-family: icon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.icon-facebook:before {
  content: "\ea03";
}
.icon-line:before {
  content: "\ea05";
}
.icon-twitter:before {
  content: "\ea06";
}
.icon-instagram:before {
  content: "\ea04";
}

.inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1020px;
}
.blockPc {
  display: block;
}
.blockSp {
  display: none;
}
@media screen and (max-width: 1020px) {
  body {
    display: block;
  }
  .inner {
    /* max-width: 83.6066vw; */
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  img {
    width: 100%;
  }
  .inner {
    padding: 0;
  }
  .blockPc {
    display: none;
  }
  .blockSp {
    display: block;
  }
}


/* header
---------------------------------------------------- */
.l-header {
  height: 120px;
}
.l-header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  position: relative;
}
.l-header .header-content .logo {
  align-items: center;
  display: flex;
}
.l-header .header-content .logo img {
  width: 207px;
}
.l-header .header-content .l-sns {
  align-items: center;
  display: flex;
  height: 30px;
}
.l-header .header-content .l-sns .sns-list {
  font-size: 1.875rem;
}
.l-header .header-content .l-sns .sns-list.sns-list-ttl {
  font-size: .9rem;
}
.l-header .header-content .l-sns .sns-list:nth-child(n+2) {
  margin-left: 16px;
}
.l-sns .sns-list.sns-item--line {
  display: none;
  margin: 0;
}
.l-header .header-tit {
  font-size: 14px;
  padding-bottom: 25px;
  color: #333;
}
@media (max-width: 1220px) {
  .l-header {
    height: auto;
  }
}
@media (max-width: 1040px) {
  .l-header .header-content .logo {
    padding-left: 2em;
    width: 150px;
  }
  .l-header .header-tit {
    font-size: 1.5686vw;
  }
}
@media (max-width: 768px) {
  .l-header {
    height: 19.3333vw;
  }
  .l-header .header-content {
    padding: 4vw 1.25rem 4vw 1.25rem;
  }
  .l-header .header-content .logo {
    padding-left: 0;
  }
  .l-header .header-content .logo img {
    width: 52.2667vw;
  }
  .l-header .header-content .l-sns {
    height: 7.3333vw;
  }
  .l-header .header-content .l-sns .sns-list {
    font-size: 1.6875rem;
  }
  .l-header .header-content .l-sns .sns-list:nth-child(n+2) {
    margin-left: 4.6667vw;
  }
  .l-sns .sns-list.sns-item--line {
    display: block;
  }
  .l-header .header-tit {
    display: none;
  }
}
/* footer
---------------------------------------------------- */
.l-footer {
  border-top: 1px solid #000;
  padding: 60px 0;
  text-align: center;
}
.l-footer .logo {
  display: inline-block;
}
.l-footer .logo img {
  margin: 0 auto;
  width: 206px;
  margin: 60px auto 0;
}
.l-footer .inner .copyright {
  font-size: .75rem;
  margin-top: 40px;
}
.l-footer .inner .l-sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footer .inner .l-sns .sns-list {
  font-size: 3.125rem;
}
.l-footer .inner .l-sns .sns-list.sns-list-ttl {
  font-size: 1rem;
  margin-bottom: 35px;
  width: 100%;
}
.l-footer .inner .l-sns .sns-list:nth-child(n+3) {
  margin-left: 72px;
}
.l-footer .inner .l-sns .sns-item--instagram {
  display: none;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 10.6667vw 0 6.66667vw;
  }
  .l-footer .logo img {
    width: 52.2667vw;
    margin-top: 9.33333vw;
  }
  .l-footer .inner .copyright {
    font-size: .6875rem;
    margin-top: 6.6667vw;
  }
  .l-footer .inner .l-sns {
    padding: 0;
  }
  .l-footer .inner .l-sns .sns-list {
    font-size: 8.66667vw;
  }
  .l-footer .inner .l-sns .sns-list.sns-list-ttl {
    margin-bottom: 3.33333vw;
  }
  .l-footer .inner .l-sns .sns-list:nth-child(n+3) {
    margin-left: 10.66667vw;
  }
  .l-footer .inner .l-sns .sns-item--instagram {
    display: block;
  }
}


/* Page top
---------------------------------------------------- */
.pagetop {
  width: 70px;
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 10;
  transition: opacity .25s ease;
}
.pagetop:hover {
  opacity: .75;
}
@media (max-width: 768px) {
  .pagetop {
    bottom: 6.66667vw;
    right: 2vw;
    width: 10.66667vw;
  }
}
/* Effect
---------------------------------------------------- */
.fadeIn--kv {
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: linear;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.top_fadein {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn_y {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_y {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.top_fadein_y{
  animation: fadeIn_y 2s ease 0s 1 normal;
  animation-fill-mode:forwards;
  opacity: 0;

}
.fadein-y {
  -webkit-transform: translate(0, 40px);
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1500ms;
}
.fadein-y.scrollin {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
.fadein {
  opacity: 0;
  transition: all 1500ms;
}
.fadein.scrollin {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}


/* Effect
---------------------------------------------------- */
.delay-time02{
animation-delay: 0.5s;
}

.delay-time04{
animation-delay: 0.4s;
}

.img-wrap {
  opacity: 0;
}
.img-wrap.scrollin{
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-name: img-wrap;
  opacity: 100;
}

@keyframes img-wrap {
  0% {
    clip-path: inset(30%);
    -webkit-clip-path: inset(30%);
  }

  100% {
    clip-path: inset(0%);
    -webkit-clip-path: inset(0%);
  }
}


/* main ↓↓↓↓
---------------------------------------------------- */
.main {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background-color: #fff;
  color: #323232;
}
.main p,
.main a {
  color: #323232;
}
.textM{
  font-size:min(1.7647058vw, 18px);
  line-height: 1.66;
  text-align:justify;
  margin-bottom: min(2.05vw, 25px);
  letter-spacing: 0.01em;
}
.textS{
  font-size:min(1.372549vw, 14px);
  line-height: 1.7;
  letter-spacing: 0.005em;
  text-align:justify;
}
@media screen and (max-width: 1020px) {
  .textM{
  font-size:min(1.68vw, 18px);
}
.textS{
  font-size:min(1.28vw, 14px);
}
}


.main .kv_wrap {
  position: relative;
  margin-top: min(4.1vw, 50px);
}
.main .kv_wrap .icon {
  position: absolute;
  right: 0;
  top: max(-4.1vw, -50px);
  z-index: 1;
}
.kv_wrap{
  margin: 0 auto 2.05%;
}
.kvConWrap{
  width: min(100%, 1220px);
  margin: 0 auto;
  position: relative;
}
.kv_bg{
  background: url(../img/pc/kv_bg.png) no-repeat center top #467e82 ;
  background-size: cover;
  width: 100%;
  height: min(49.18vw, 600px);
}

.kv_img{
  width: min(46.07%, 562px);
  position: absolute;
  right: 0;
  top: max(-4.1vw, -50px);
  z-index: 0;
}

.kv_con{
  position: relative;
  width: min(100%, 1220px);
  margin: 0 auto;
  z-index: 1;
  padding-top: min(8.2vw, 100px);
  padding-bottom: 8.2%;
}
.kv_con h1 img{
  display: block;
}
.kv_con h1 img.kvTit01{
  width: min(31.31%, 382px);
  height: auto;
  margin-bottom: 7.84%;
  margin-left: 13.11%;
}
.kv_con h1 img.kvTit02{
  width: min(52.46%, 640px);
  height: auto;
  margin-left: 8.2%;
}
.kv_wrap .txt_box{
  width: min(100%, 1220px);
  margin: 0 auto;
  font-size:min(1.1764705vw, 12px);
  line-height: 1.7;
  letter-spacing: 0.005em;
  text-align:justify;
  font-feature-settings: "palt";
  
}
.kv_wrap .txt_box .kv_txt{
  padding: 1.89% 48.36% 4.1% 8.2%;
}

/*  anchorList---------------------------*/

#anchorList ul{
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#anchorList ul li{
  width: 32%;
}


/*  sec01---------------------------*/
#sec01{
  position: relative;
  margin-top:min(8vw, 120px);
}
#sec01 .partBox, #sec01 .partBox02{
   position: relative;
   width: 100%;
   height: auto;
   margin-bottom: min(8.7vw, 90px);
}
#sec01 .partBox:before {
    content: "";
    display: block;
    padding-top: 77.45%; 
}
#sec01 .partBox02:before {
    content: "";
    display: block;
    padding-top: 69.6%; 
}

#sec01 .boxInner{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

#sec01 .copyArea{
  position: absolute;
  width: 44.12%;
  text-align: center;
  
}

#sec01 .imgArea{
  position: absolute;
  top: 0;
  width: 54.9%;
}
#sec01 .txtArea{
  width: 44.12%;
  position: absolute;
}
#sec01 .txtArea .textWrap{
  width: 73.33%;
  margin: 0 auto;
}

#sec01 .part01-01 .copyArea{
  left: 0;
  top: 4.94%;
}

#sec01 .part01-01 .copyArea h2{
  width: 94.89%;
  margin: 0 auto 9.13%;
  }
#sec01 .part01-01 .copyArea h3{
  width: 55.33%;
  margin: 0 auto;
}
#sec01 .part01-01 .imgArea{
  right: 0;
}


#sec01 .part01-01 .txtArea{
  left: 0;
  top: 50.63%;
}


#sec01 .part01-02 .imgArea{
  left: 0;
}
#sec01 .part01-02 .copyArea{
  right: 0;
  top: 24.05%;
}

#sec01 .part01-02 .copyArea h3{
  width: 68%;
  margin: 0 auto;
  
}
#sec01 .part01-02 .txtArea{
  right: 0;
  top: 44.3%;
}




#sec01 .poem{
  width: 77.06%;
  margin: 0 auto 8.7%;
}


#sec01 .part01-03 .copyArea{
  left: 0;
  top: 11.27%;
}


#sec01 .part01-03 .copyArea h3{
  width: 60.44%;
  margin: 0 auto;
}
#sec01 .part01-03 .imgArea{
  width: 49.02%;
  right: 3.92%;
}

#sec01 .part01-03 .txtArea{
  left: 0;
  top: 24.23%;
}

#sec01 .part01-03{
margin-bottom: -20%;
}

#sec01 .part01-04 .copyArea{
  right: 0;
  top: 38.03%;
}


#sec01 .part01-04 .copyArea h3{
  width: 46%;
  margin: 0 auto;
}
#sec01 .part01-04 .imgArea{
  width: 49.02%;
  left: 3.92%;
}


#sec01 .part01-04 .txtArea{
  top: 50.7%;
  right: 0;
}


.btnArea{
  width: 44.31%;
  margin: 0 auto 8.7%;
}


#sec02{
  background: #f1f1f1;
  width: 100%;
}
#sec02 .inner{
  padding: min(8.82%, 90px) 0;
}
#sec02 h2{
  width: 82.55%;
  margin: 0 auto 6.37%;
}

#sec02 .phTxt{
  text-align: right;
  padding: 1% 0;
}



/*  --------------------------------------
swiper
-----------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width: min(100%, 1020px);
  height: min(70vw, 688px);
  
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;
 border-right: 20px solid #f1f1f1;
 border-left: 20px solid #f1f1f1;
 box-sizing: border-box;


  /*テキストの位置調整*/
  display: block;
  justify-content: center;
  align-items: center;

  /*テキストの色と太さを指定*/
  background: #fff;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background: url(../img/arrow_r.png) no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  position: absolute;
}
.swiper-button-prev:after{
  background: url(../img/arrow_l.png) no-repeat;
  background-size: cover;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev:before{
  
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1rem; //2文字分下に下げる
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
    width: 0.626rem;
  height: 0.626rem;
  margin: 0.4rem;
  border:1px solid #000;
  box-sizing: border-box;
  background: #f1f1f1;

}
  /*アクティブなときのスタイル*/
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #070b14;
    

    }

.swiper-slide h3{
  width: 88.24%;
  margin: 0 auto;
}
.swiper-slide .conBox{
  display: flex;
}
.swiper-slide .textS{
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.swiper-slide .textM{
  font-feature-settings: "palt";
  margin-bottom: 0;
}

/*①各スライドに以下クラスを追加で付与*/

.slide1 .conBox, .slide2 .conBox, .slide3 .conBox{
flex-direction: row-reverse;
padding: 1.53% 10% 0;
justify-content: space-between;
align-items: center;
}



.slide1 .conBox > li:first-child, .slide2 .conBox > li:first-child, .slide3 .conBox > li:first-child{
  width: 43.37%;
}
.slide1 .conBox > li:last-child, .slide2 .conBox > li:last-child, .slide3 .conBox > li:last-child{
  width: 50.38%;
}


.slide1 h3{
  padding-top: 7.45%;
}
.slide1 .conBox h4{
  width: 83.53%;
  margin-bottom: 8.82%;
}

.slide1 .conBox .dtlList li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide1 .conBox .dtlList li:first-child{
  margin-bottom: 7.59%;
}

.slide1 .conBox .dtlList li p:first-child{
  width: 61.79%;
}
.slide1 .conBox .dtlList li p:nth-child(2){
  width: 33.33%;
}
.slide1 .conBox .dtlList li:last-child{
  flex-direction:row-reverse ;
  }



.slide2 h3{
  padding-top: 4.08%;
}
.slide2 .conBox h4{
  width: 64.93%;
  margin-bottom: 8.82%;
}

.slide2 .textS{
  width: 90%;
  margin: 5.06% auto 0;
}

.slide3 .conBox{
  padding: 0 10% 0;
}
.slide3 h3{
  padding-top: 4.08%;
}
.slide3 .conBox h4{
  width: 80.87%;
  margin-bottom: 8.82%;
}
.slide3 .dtlBox{
  position: relative;
}
.slide3 .dtlBox .textS{
  width: 24.81%;
  position: absolute;
  left: 0;
  top: 4%;
}

.slide4 h3{
  padding-top: 4.08%;
}
.slide4 h4 {
  width: 45.41%;
  margin: 0 auto 3.06%;
}
.conBox02{
  padding: 1.53% 4.08% 0;
}
.conBox02 .txtBox, .conBox02 .dtlBox{
  display: flex;
  justify-content: space-between;
}
.conBox02 .txtBox{
  width: 80%;
  margin: 0 auto 4.4%;
}
.conBox02 .txtBox.sl5{
  margin: 0 auto 1.5%;
}

.conBox02 .txtBox li{
  width: 100%;
}

.conBox02 .dtlBox li{
  display: flex;
  align-items: center;
}
.slide4 .conBox02 .dtlBox li:first-child{
  width: 30%;
}
.slide4 .conBox02 .dtlBox li:first-child p:last-child{
  width: 46.15%;
  margin-left: 7.69%;
  }
.slide4 .conBox02 .dtlBox li:last-child{
  width: 66.67%;
}
.slide4 .conBox02 .dtlBox li:last-child p:last-child{
  width: 38%;
  margin-left: 3.33%;
  }
.textSS{
  font-size:min(1.1764705vw, 12px);
  line-height: 1.7;
  letter-spacing: 0.005em;
  text-align:justify;
  font-feature-settings: "palt";
  padding: 0 4.08% 0;
}

#sec02 .slide5 .phTxt{
  padding-top: 0;
}
.slide5 h3{
  padding-top: 6.53%;
}
.slide5 h4{
 width: 49.08%;
  margin: 0 auto 3.06%;
}
.slide5 .conBox02{
  padding: 0 4.08% 0;
}

.slide5 .conBox02 .dtlBox{
  width: 87.78%;
  margin: 0 auto;
}
.slide5 .conBox02 .dtlBox li{
  width: 48.1%;
}
.slide5 .conBox02 .dtlBox li p:last-child{
  width: 46.32%;
  margin-left: 5.26%;
  }

/*  --------------------------------------
END  swiper
-----------------------------------------*/


#sec02 .btnArea{
  margin: 5.92% auto 0;
}


/*  sec03---------------------------*/
#sec03{
  position: relative;
  margin-top:min(8vw, 120px);
}
#sec03 .partBox, #sec03 .partBox02{
   position: relative;
   width: 100%;
   height: auto;
   margin-bottom: min(8.7vw, 90px);
}
#sec03 .partBox02{
  margin-bottom: min(10vw, 120px);
}

#sec03 .partBox:before {
    content: "";
    display: block;
    padding-top: 77.45%; 
}
#sec03 .partBox02:before {
    content: "";
    display: block;
    padding-top: 69.6%; 
}


#sec03 .boxInner{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

#sec03 .copyArea{
  position: absolute;
  width: 44.12%;
  text-align: center;
  
}

#sec03 .imgArea{
  position: absolute;
  right: 0;
  top: 0;
  width: 54.9%;
}
#sec03 .txtArea{
  width: 44.12%;
  position: absolute;
}
#sec03 .txtArea .textWrap{
  width: 73.33%;
  margin: 0 auto;
}

#sec03 .part02-01 .copyArea{
  left: 0;
  top: 4.94%;
}

#sec03 .part02-01 .copyArea h2{
  width: 89.33%;
  margin: 0 auto 9.13%;
  }
#sec03 .part02-01 .copyArea h3{
  width: 58.67%;
  margin: 0 auto;
}
#sec03 .part02-01 .imgArea{
  right: 0;
}



#sec03 .part02-01 .txtArea{
  left: 0;
  top: 50.63%;
}
#sec03 .part02-01 .txtArea .textS{
  letter-spacing: -0.01em;
}
#sec03 .part02-02{
  margin-bottom: -20%;
}
#sec03 .part02-02 .imgArea{
  left: 0;
  z-index: 1;
}
#sec03 .part02-02 .copyArea{
  right: 0;
  top: 0;
}

#sec03 .part02-02 .copyArea h3{
  width: 57.11%;
  margin: 0 auto;
  
}
#sec03 .part02-02 .txtArea{
  right: 0;
  top: 11.39%;
}
#sec03 .part02-02 .imgArea{
  width: 49.02%;
  left: 3.92%;
}


#sec03 .poem{
  width: 79.31%;
  margin: 0 auto 8.7%;
}


#sec03 .part02-03 .copyArea{
  left: 0;
  top: 42.31%;
}


#sec03 .part02-03 .copyArea h3{
  width: 60.44%;
  margin: 0 auto;
}
#sec03 .part02-03 .imgArea{
  width: 49.02%;
  right: 3.92%;
  z-index: 0;
}

#sec03 .part02-03 .txtArea{
  left: 0;
  top: 54.58%;
}

#sec03 .part02-04 .copyArea{
  right: 0;
  top: 19.72%;
}


#sec03 .part02-04 .copyArea h3{
  width: 65.56%;
  margin: 0 auto;
}
#sec03 .part02-04 .imgArea{
  left: 0;
}


#sec03 .part02-04 .txtArea{
  top: 42.25%;
  right: 0;
}

#sec03 .part02-05 .copyArea{
  left: 0;
  top: 33.8%;
}


#sec03 .part02-05 .copyArea h3{
  width: 50%;
  margin: 0 auto;
}
#sec03 .part02-05 .imgArea{
  width: 49.02%;
  right: 3.92%;
  z-index: 0;
}


#sec03 .part02-05 .txtArea{
  top: 46.48%;
  left: 0;
}
#sec03 .btnArea{
  margin-bottom: 3%;
}
#sec03 .btnArea li:first-child{
  margin-bottom: 6.64%;
}

#ftArea{
  text-align: center;
  margin-bottom: 3%;
}

#ftArea .textS, #ftArea .textSS{
  text-align: center;
  margin-bottom: 1rem;
}
#ftArea li{
   margin-bottom: 1rem;
}

/*  SP---------------------------*/
@media (max-width: 768px) {

.textM{
  font-size: 3.6vw;
  margin-bottom: 4vw;
}
.textS{
  font-size: 2.8vw;
}
.textSS{
  font-size: 2.6666vw;
}
.btnArea{
  width: 81.6vw;
  margin: 0 auto 13.33vw;
}
.main .kv_wrap{
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.main .kv_wrap .icon{
  top: 0;
}
.kv_bg{
  background: url(../img/sp/kv_bg.jpg) no-repeat left top;
  background-size: contain;
  height: auto;
}
.kv_img{
max-height: none;
width: 100%;
position: static;
padding-top: 25vw;
}
.kv_img img{
  width: 100%;
  height: auto;
}
.kv_con{
  text-align: center;
  padding-top: 0;
  position: absolute;
}
.kv_con img:first-child{
  width: 60vw;
  position: absolute;
  top: -155vw;
  max-width: none;
  left: 0;
  right: 0;
  margin: auto;
}
.kv_con img:nth-child(2){
  max-width: none;
  width: 92vw;
  position: absolute;
  top: -25vh;
  left: 0;
  right: 0;
  margin: auto;
}
.kv_wrap .txt_box{
  max-width:none;
  width: 92vw;
  margin: 3.5vw auto;
  font-size: 2.5vw;
  padding: 0;
}
.kv_wrap .txt_box .kv_txt{
  padding: 1vw;
}
#anchorList{
  margin-bottom: 8vw;
}
#anchorList ul li{
   width: 92vw;
   margin: 0 auto 5.33vw;
}
.partBox, #sec01 .part01-03{
  margin-bottom: 13.33vw;
}

#sec01.inner, #sec02.inner, #sec03.inner{
  width: 92vw;
  margin: 0 auto;
}

#sec01 .partBox:before, #sec01 .partBox02:before,
#sec03 .partBox:before, #sec03 .partBox02:before{
  content: none;
}
#sec01 .boxInner, #sec01 .copyArea, #sec01 .imgArea, #sec01 .txtArea,
#sec03 .boxInner, #sec03 .copyArea, #sec03 .imgArea, #sec03 .txtArea{
  position: static;
}

#sec01 .copyArea, #sec01 .imgArea, #sec01 .txtArea, #sec01 .textWrap,
#sec03 .copyArea, #sec03 .imgArea, #sec03 .txtArea, #sec03 .textWrap{
  width: 100%!important;
}

#sec01 .textM, #sec03 .textM{
  width: 89.33vw;
  margin: 0 auto 4vw;
}
#sec01 .textS, #sec03 .textS{
  width: 89.33vw;
}
#sec01 .poem{
  width: 87.2vw;
  margin: 2vw auto 15.33vw;
}
#sec03 .poem{
  width: 67.73vw;
  margin: 2vw auto 15.33vw;
}
#sec01 .part01-01 .copyArea h2{
  margin: 0 auto 6.67vw;
  width: 73.2vw;
}
#sec03 .part02-01 .copyArea h2{
  margin: 13.33vw auto 6.67vw;
  width: 72vw;
}
#sec01 .part01-01 .copyArea h3{
  width: 51.47vw;
  margin: 0 auto 6vw;
}
#sec01 .part01-02 .copyArea h3{
  width: 64.93vw;
  margin: 0 auto 6vw;
}
#sec01 .part01-03 .copyArea h3{
  width: 57.33vw;
  margin:0 auto 5.33vw;
}
#sec01 .part01-04 .copyArea h3{
  width: 43.6vw;
  margin:0 auto 8.4vw;
}
#sec03 .part02-01 .copyArea h3{
  width: 55.6vw;
  margin:0 auto 8.4vw;
}
#sec03 .part02-02 .copyArea h3{
  width: 54vw;
  margin:0 auto 8.4vw;
}
#sec03 .part02-03 .copyArea h3{
  width: 50.67vw;
  margin:0 auto 8.4vw;
}
#sec03 .part02-04 .copyArea h3{
  width: 72.13vw;
   margin:0 auto 8.4vw;
}
#sec03 .part02-05 .copyArea h3{
  width: 47.47vw;
   margin:0 auto 8.4vw;
}

#sec01 .imgArea,  #sec03 .imgArea{
  margin-bottom: 5.33vw;
}
#sec01 .imgArea img, #sec03 .imgArea img{
  width: 92vw;
}



#sec03 .partBox, #sec03 .partBox02{
  margin-bottom: 13.33vw;
}


#sec02 .inner{
padding: 13.33vw 0;
}
#sec02 h2{
  width: 78.53vw;
  margin: 0 auto 9.07vw;
}
.swiper{
  height: 230vw;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  width: 8.67vw;
  height: 8.67vw;
}
.swiper-slide{
  border-right: 5.33vw solid #f1f1f1;
  border-left: 5.33vw solid #f1f1f1;
}
.swiper-slide h3{
  width: 76vw;
  margin-bottom: 5.33vw;
}
.swiper-slide.slide3 h3{
  width: 84.4vw;
}
.swiper-slide .textM{
  font-size: 3.2vw;
  margin-bottom: 4.67vw;
}
.slide1 h3, .slide2 h3, .slide3 h3, .slide4 h3, .slide5 h3{
  padding-top: 6.67vw;

}
.slide1 .conBox, .slide2 .conBox, .slide3 .conBox{
  flex-direction: column;
}
.slide1 .conBox > li:first-child, .slide2 .conBox > li:first-child, .slide3 .conBox > li:first-child{
  width: 70.67vw;
}
.slide1 .conBox > li:last-child, .slide2 .conBox > li:last-child, .slide3 .conBox > li:last-child{
  width: 70.67vw;
}
.conBox02 .txtBox, .conBox02 .dtlBox{
  display: block;
}
.conBox02 .txtBox li{
  width: 70.67vw;
  display: inline;
}
.slide4 .conBox02 .dtlBox li:first-child,
.slide4 .conBox02 .dtlBox li:last-child,
.slide5 .conBox02 .dtlBox li{
  width: 70.67vw;
  margin: 0 auto 5.33vw;
  justify-content: space-between;
}
.slide5 .conBox02 .dtlBox li{
  align-items: flex-start;
}
.slide4 .conBox02 .dtlBox li:last-child{
  margin-bottom: 0;
}
.slide4 .conBox02 .dtlBox li:last-child{
  flex-direction: column;
}
 #sec02 .textM{
  width: 70.67vw;
  margin: 0 auto;
}
.slide1 .conBox h4{
  width: 59.73vw;
  margin: 0 auto 4.67vw;
}
.slide2 .conBox h4{
  width: 47.33vw;
  margin: 0 auto 4.67vw;
}
.slide3 .conBox h4{
  width: 58.93vw;
  margin: 0 auto 4.67vw;
}
.slide4 h4{
  width: 51.07vw;
  margin: 0 auto 4.67vw;
}
.slide5 h4{
  width: 60.93vw;
  margin: 0 auto 4.67vw;
}

.slide1 .conBox .dtlList{
  display: flex;
  flex-direction: column-reverse;
}
.slide1 .conBox .dtlList li:last-child{
  flex-direction: row;
}
.slide1 .conBox .dtlList li:first-child{
  flex-direction: row-reverse;
  align-items: flex-start;
}
.slide1 .conBox .dtlList li p:first-child{
  width: 42vw;
}
.slide1 .conBox .dtlList li p:nth-child(3){
  width:24.67vw ;
}
.slide1 .conBox .dtlList li {
  margin-bottom: 5.33vw;
}
.slide1 .textM{
  font-size: 3.2vw;
  line-height: 1.6666em;
}

.slide1 .textS{
  font-size: 2.8vw;
  line-height: 1.714285em;
}

.slide2 .textS{
  width: 54.53vw;
  margin: 4vw auto;
  line-height: 1.571428em;
}
.slide3 .dtlBox .textS{
  position: unset;
  width: 60.8vw;
  margin: 4vw auto;
}
.slide4 .conBox02 .dtlBox li:first-child p:first-child{
  width: 24.8vw;
}
.slide4 .conBox02 .dtlBox li:first-child p:last-child{
  width: 42.67vw;
  margin-left: unset;
}
.slide4 .conBox02 .dtlBox li:last-child p:last-child{
  width: 70.67vw;
  margin-top: 3.2vw;
  margin-left: unset;
}
.slide5 .conBox02 .dtlBox li p:last-child{
  width: 30.67vw;
  margin-right: unset;
  margin-left: unset;
}
.slide5 .conBox02 .dtlBox li p:first-child{
  width: 35.33vw;
}
.slide5 .conBox02 .dtlBox li:last-child{
  flex-direction: row-reverse;
}
.slide4 .textM{
  letter-spacing: -0.005em;
  margin-bottom: 3vw!important;
}
#sec2 .textSS{
  font-size: 1.6vw;
  width: 70.67vw;
  margin: 0 auto 4.76vw;
  padding: 1.6vw 0 0 0;
}

.slide5 .textM{
  font-size: 3.1573vw;
  line-height: 1.4995em;
}
.slide5 .textS{
  font-size: 2.76266vw;
  line-height: 1.57094em;
}

#sec02 .phTxt{
  padding: 1vw 0 3vw;
}
#sec02 .slide4 .phTxt{
  padding: 1vw 5.33vw 3vw 0;
}
#sec02 .btnArea{
  margin: 10vw auto 0;
}
#sec03 .btnArea{
  margin-bottom: 8vw;
}
#ftArea{
  padding-bottom: 4vw;
}
#ftArea li{
  margin-bottom: 4vw;
}
#ftArea .textS{
  font-size: 3.2vw;
   line-height: 1.33em;
   margin-bottom: 7.73vw;
}
#ftArea .textSS{
  font-size: 2.8vw;
  line-height: 1.33em;
}


/*---------------------------------------------
                Style Sheet E N D
---------------------------------------------*/