@charset "UTF-8";

*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  font-style:normal
}
html{font-size:62.5%}

body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  line-height:1.5;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  text-rendering:auto;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000;
  position: relative;
  overflow-x: hidden;
}
img{max-width:100%;height:auto;vertical-align:bottom;-ms-interpolation-mode:bicubic}
table{width:100%;border-collapse:collapse;border-spacing:0}
li{list-style:none}
p{margin:0}
a{
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #333;
}
a:hover{opacity: 0.85;}

main{overflow-x: hidden;}


/* Base
================================*/
.min{
  font-family: '游明朝','Yu Mincho',YuMincho,"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pcOnly{
  display: block;
}
.spOnly{
  display: none;
}
 @media screen and (max-width: 768px) {
  .pcOnly{display: none;}
  .spOnly{display: block;}
}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.contentsInner{
  max-width: 920px;
  margin: 0 auto;
}
.bgArea_contentsInner{
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 150px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .contentsInner{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .bgArea_contentsInner{
    width: 90%;
    max-width: 100%;
    padding: 0 15px 80px;
  }
}


.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUpTrigger{
    opacity: 0;
}



/* メインコンテンツ
==============================================*/
.page_btn{
  position: fixed;
  right: 20px; bottom: 65px;
  z-index: 999;
  text-align: right;
}
.page_btn a{
  display: block;
}
.page_btn a:nth-of-type(2){
  margin-top: 15px;
}
.pagetopBtn{
  margin-top: 18px;
  margin-right: 8px;
}


/*MV*/
.mvArea{
  width: 100vw;
  height: auto;
  position: relative;
}
.mvArea img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: -20px;
}
.mv_txWrap{
  position: absolute;
   top: 46%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.mv_tx{
    text-align: center;
  }
@media screen and (max-width: 768px) {
  .mvArea{
    width: 100%;
    height: auto;
    
  }
  .mvArea > img{
    object-fit: contain;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .page_btn{
    right: 7px; bottom: 25px;
  }
  .page_btn .page_btn-link{
    width: 80px; height: 80px;
  }
  .pagetopBtn{
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 16px;
    width: 60px; height: 60px;
  }
}
@media screen and (max-width: 550px) {
  .mvArea{
    width: 115%;
    height: auto;
  }
  .mvArea > img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .page_btn .page_btn-link{
    width: 70px; height: 70px;
  }
  .page_btn .pagetopBtn{
    width: 50px; height: 50px;
    margin-right: 0;
  }
}




/*about*/
.aboutArea{
  position: relative;
  background: #E8E5DC url("../img/bg_back.png");
  text-align: center;
}
.aboutArea::after{
  
}
.aboutArea > .bgArea_contentsInner{
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}
.aboutArea > .bgArea_contentsInner::before{
  content: "";
  position: absolute;
  background: url("../img/bg-ic.png") no-repeat;
  background-size: cover;
  width: 87px; height: 140px;
  top: 70px; left: 5%;
}
.aboutArea > .bgArea_contentsInner::after{
  content: "";
  position: absolute;
  background: url("../img/bg-ic.png") no-repeat;
  background-size: cover;
  width: 87px; height: 140px;
  top: -30px; left: 13%;
}
h2.about_head{
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: #1B2246;
}
.about_leadTx{
  position: relative;
  margin-top: 45px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2;
}

.about_leadTx::before{
  content: "";
  position: absolute;
  background: url("../img/bg-ic.png") no-repeat;
  background-size: cover;
  width: 87px; height: 140px;
  top: 0px;
  right: -5%;
}
.about_leadTx::after{
  content: "";
  position: absolute;
  background: url("../img/bg-ic.png") no-repeat;
  background-size: cover;
  width: 87px; height: 140px;
  top: -140px;
  right: -10%;
}
.about_point{
  margin-top: 45px;
  padding: 0 40px;
  justify-content: space-between;
}
.about_point li{
  width: 32%;
  max-width: 284px;
}

@media screen and (max-width: 768px) {
  .aboutArea{
    position: relative;
    background: #E8E5DC url("../img/bg_back.png");
    text-align: center;
    background-size: 35%;
  }
  .aboutArea > .bgArea_contentsInner{
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url("../img/bg-ic.png"),url("../img/bg-ic.png"),url("../img/bg-ic.png"),url("../img/bg-ic.png");
	  background-position: top 70px left 5%, top 0px left 20%, top 170px right 5%, top 270px right 15%;
    background-size: 52px 84px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
  h2.about_head{
    font-size: 1.5rem;
    font-size: clamp(1.5rem,5.6vw,3.9rem);
  }
  .aboutArea > .bgArea_contentsInner::after{
    display: none;
  }
  .aboutArea > .bgArea_contentsInner::before{
    display: none;
  }
  .about_leadTx{
    font-weight: normal;
    font-size: clamp(1.4rem,3vw,1.7rem);
  }
  .about_leadTx::before{
    display: none;
  }
  .about_leadTx::after{
    display: none;
  }
  .about_point{
    margin: 0 45px 0;
  }
  .about_point li{
    margin-top: 20px;
  }
  
}
@media screen and (max-width: 550px) {
  .about_point{
    margin: 20px 20px 0;
  }
  .about_point li{
    width: 100%;
  }
}

.planList{
  position: relative;
}
.planList li{
  position: relative;
  height: 440px;
  justify-content: space-between;
}
.planList li.planList_02{
  height: 460px;
}

h2.planList_head{
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
.planList_head_ic{
  display: inline-block;
  margin-bottom: 20px;
}
.planList_txWrap{
  text-align: center;
}
.planList_tx{
  margin-top: 12px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.planList_tx span{
  display: inline-block;
  padding: 5px 30px 4px;
  border-bottom: 1px solid #fff;
}
.planList_note{
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.2rem;
  color: #A72424;
}

.plan_btn{
  display: inline-block;
  margin-top: 25px;
  background-color: #fff;
  padding: 4px 30px;
  font-size: 1.4rem;
  color: #1B2246;
  border-radius: 10px;
}
.planList li > img{
  position: absolute
}
.planList_01{
  background: #1B2246 url("../img/bg_plan01.png") no-repeat;
  background-position: top right;
  z-index: 200;
}
.planList_01 > .contentsInner.flex,.planList_02 > .contentsInner.flex{
  justify-content: space-between;
  padding: 0 80px;
}
.planList_01 .planList_txWrap{
  height: 90%;
  margin-top: 30px;
  margin-right: 30px;
  background-color: #1B2246;
}

.planList_02{
  margin-top: 5px;
  background: #D0C9B5 url("../img/bg_plan02.png");
  z-index: 100;
  justify-content: flex-end;
}
.planList_02 > span{
  width: 50%;
  display: block;
}
.planList_01 img.plan_img{
  position: absolute;
  left: -5vw;
  width: 80vw; height: auto;
  max-width: 890px;
  object-fit: contain;
}
.planList_02 img.plan_img{
  position: absolute;
  right: -7vw;
  order: 3;
  width: 80vw; height: auto;
  max-width:865px;
  object-fit: contain;
}
.planList_02 .planList_txWrap{
  height: 95%;
  margin-top: 30px;
  padding: 5px 20px;
  background-color: #D0C9B5;
  order: 2;
}
.photoArea{
  position: relative;
  background-color: #000;
}
.photoArea{
  width: 100vw; height: auto;
  min-height: 560px;
  object-fit: cover;
}
.photo_bgImg-pc{
  object-fit: cover;
  width: 100vw;
  height: 100%;
  min-height: 560px;
}
.photo_txArea-pc{
  position: absolute;
  max-width: 560px; 
   top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.photo_txArea-pc h2 img{
  max-width: 180px;
}
.photo_leadTx{
  width: 190px;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 1.6rem;
}
.photo_leadTx span {
  display: block;
  margin-top: -18px;
  padding: 0 0 5px;
  border-bottom: 1px solid #1B2246;
}
.photo_noteTx{
  margin-top: 20px;
}
.photo_btnArea{
  margin-top: 20px;
}
.photo_btn-01{
  display: block;
  width: 140px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 8px 0;
  border-radius: 10px;
  background-color: #1B2246;
  font-size: 1.45rem;
  color: #fff;
}
.photo_btn-02{
  display: block;
  width: 140px;
  padding: 8px 0;
  border-radius: 10px;
  background-color: #5D6AAD;
  font-size: 1.3rem;
  color: #fff;
}
.photo_btnArea > .flex a:nth-of-type(2){
  margin-left: 10px;
}
.photo_bottomNote{
  margin-top: 20px;
  font-size: 1.2rem;
}
.photo_bottomNote a{
    text-decoration: underline;
  }

@media screen and (max-width: 1500px) {
  .contentsInner.flex{
    justify-content: space-between;
    padding: 0;
  }
  .planList_01 img.plan_img{
    left: -7vw;
    width: 70vw;
    max-width: 815px;
  }
  .planList_02 img.plan_img{
    right: -7vw;
    width: 60vw;
    max-width: 815px;
  }
  .planList_01 .planList_txWrap{
    margin-right: 0;
  }
  .planList li.planList_02 {
    height: 460px;
  }
  .planList_02 .planList_txWrap{
    padding: 5px 0;
  }
}
@media screen and (max-width: 1300px) {
  .planList li{
    height: 400px;
  }
  .planList li.planList_02{
    height: 440px;
  }
  h2.planList_head{
    font-size: clamp(1.5rem,5.0vw,2.8rem);
  }
  .planList_head_ic{
    margin-bottom: 10px;
  }
  .planList_01 img.plan_img{
    left: -7vw;
    width: 60vw;
  }
  .planList_02 img.plan_img{
    right: -9vw; width: 63vw;
    z-index: 201;
  }
  .planList_01 .planList_txWrap{
    margin-top: 15px;
    margin-right: 0;
  }
  .planList_02 .planList_txWrap{
    margin-top: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1060px) {
  .planList li{
    height: auto;
  }
  .planList_01 .planList_txWrap{
    height: auto;
  }
  .planList_01 > img{
    width: 50vw;
    height: auto;
    object-fit: contain;
  }
  .planList_01 .planList_txWrap{
    margin-bottom: 20px;
  }
  
}
@media screen and (max-width: 768px) {
  .planList_01 > .contentsInner.flex, .planList_02 > .contentsInner.flex{
    padding: 0 30px;
  }
  .planList{
    display: block;
  }
  .planList li{
    position: relative;
    height: auto;
  }
  .planList li.planList_02{
    height: auto;
  }
  h2.planList_head{
    font-size: clamp(1.5rem,4vw,3.9rem);
  }
  .planList_01 .planList_txWrap{
    margin-top: 15px;
    margin-left: 0;
    height: auto;
  }
  .planList_02 .planList_txWrap{
    padding: 0;
    padding-bottom: 30px;
  }
  .photoArea{
    width: 100%;
    height: auto;
    min-height: auto;
    object-fit: contain;
  }
  .photo_txArea-sp h2 img{
    max-width: 60%;
  }
  .photo_leadTx{
    margin-top: 50px;
  }
  .photo_txArea-sp_lead{
    position: absolute;
    max-width: 560px; 
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .photo_bottomArea{
    text-align: center;
    padding-bottom: 20px;
  }
  .photo_btnArea{
    padding: 0 20px;
  }
  .photo_btnArea > .flex{
    justify-content: center;
    margin-top: 15px;
  }
  .photo_btn-01{
    border: 1px solid #5d6aad;
    margin-bottom: 0;
  }
  .photo_noteTx{
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
  }
  .photo_bottomNote{
    margin-top: 20px;
    color: #fff;
  }
  .photo_bottomNote a{
    color: #fff;
  }

}
@media screen and (max-width: 550px) {
  .planList_01 {
    background-position: bottom right;
    background-size: 185%;
  }  
  .planList_01 img.plan_img {
    max-height: 230px;
    width: auto;
    height: auto;
  }
  .planList_02 {
    background-size: 30%;
}
  .planList_02 img.plan_img {
    max-height: 230px;
    width: auto;
    height: auto;
  }
  h2.planList_head {
    font-size: clamp(1.5rem,6vw,3.9rem);
  }
  .planList_01 .planList_txWrap{
    width: 85%;
    margin: 200px auto 30px;
    background-color: rgba(0,0,0,0);
  }
  .planList_02 .planList_txWrap{
    width: 85%;
    margin: 200px auto 0;
  }
  .photo_bgImg-pc{
    display: none;
  }
  .photo_txArea-sp h2 img{
    max-width: 55%;
  }
  .photo_txArea-sp_lead{
    top: 10px;
  }
  .photo_leadTx{
    width: 135px;
    margin-top: 30px;
    font-size: 1.25rem;
  }
  .photo_btn-02{
    width: 130px;
  }
  
}



.detail_Area{
  position: relative;
  background: #E8E5DC url("../img/bg_back.png");
  background-color: #E8E5DC;
  color: #272F5D;
}
.detail_Area::before{
  content: "";
  position: absolute;
  background: url("../img/bg-ic.png") no-repeat;
  background-size: cover;
  width: 87px; height: 140px;
  top: -30px; left: 12%;
}
.detail_Area::after{
  content: "";
  position: absolute;
  background: url("../img/bg-ic.png") no-repeat;
  background-size: cover;
  width: 87px; height: 140px;
  top: 99px;
  left: 10%;
}
.detail_Area > .bgArea_contentsInner{
  padding-top: 40px;
}
.detail_Area_ttl{
  padding: 15px 0;
  font-weight: bold;
  font-size: 2.4rem;
  border-top: 3px solid #272F5D;
  border-bottom: 3px solid #272F5D;
  text-align: center;
  letter-spacing: 0.04em;
  
}
.detail_wrap{
  margin-top: 80px;
}
.detail_topNote{
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #A72424;
  text-align: center;
}
.detail_inner{
  margin-top: 50px;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}
.detail_inner dl{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
  justify-content: space-between;
}
.detail_inner dl dt{
  width: 17%;
  padding: 12px 0;
  border-bottom: 1px solid #272F5D;
  font-weight: bold;
}
.detail_inner dl dt.pb,.detail_inner dl dd.pb{
  padding-bottom: 70px;
}
.detail_inner dl dd{
  width: 80%;
  padding: 12px 0;
  border-bottom: 1px solid #D0D0D0;
  color: #231815;
}
.detail_inner dl dt:last-of-type,.detail_inner dl dd:last-of-type{
  border-bottom: none;
}
.detail_inner a{
  color: #315F31;
  text-decoration: underline;
}
.detail_inner a:hover{
  text-decoration: none;
}
.detail_Area_list li{
  position: relative;
  padding-left: 12px;
}
.detail_Area_list li::before{
  content: "・";
  position: absolute;
  width: 15px; height: 15px;
  top: 2px; left: 0;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.detail_Area_list-num{
  counter-reset: listnum;
}
.detail_Area_list-num li{
  position: relative;
  padding-left: 18px;
}
.detail_Area_list-num li::before{
  position: absolute;
  counter-increment: listnum;
	content: counter(listnum) ".";
  left: 0;
}
.detail_block-child:nth-of-type(2){
  margin-top: 30px;
}
.detail_block-child:nth-of-type(3){
  margin-bottom: 20px;
}
.detail_inner dl dt.detail_col2Tx-ttl{
  padding: 20px 0 10px;
}
.detail_col2Tx li{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 0 7px;
  border-bottom: 1px solid #D0D0D0;
}
.detail_col2Tx li:last-of-type{
  border-bottom: none;
}
.detail_col2Tx li span:nth-of-type(1){
  width: 30%;
}
.detail_col2Tx li span:nth-of-type(2){
  margin-left: 45px;
  width: 60%;
}
.detail_col2Tx .emp{
  display: inline-block; 
  padding-left: 2px;
}
.detaii_block_ttl{
  margin-top: 30px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.detaii_block:nth-last-of-type(1){
  margin-top: 60px;
}

.detaii_block > .detail_inner{
  margin-top: 20px;
}
.detaii_block > .detail_inner dl dt:nth-of-type(1){
  border-top: 1px solid #272F5D;
}

.detaii_block > .detail_inner dl dd:nth-of-type(1){
  border-top: 1px solid #D0D0D0;
}

@media screen and (max-width: 1200px) {
  .detail_Area .bgArea_contentsInner{
    padding: 40px 60px 80px;
  }
  .detail_Area::before,.detail_Area::after{
    display: none;
  }
  .detail_Area > .bgArea_contentsInner{
    background-image: url("../img/bg-ic.png"),url("../img/bg-ic.png");
	  background-position: top 89px left 3%, top 6px left 13%;
    background-size: 87px 140px;
    background-repeat: no-repeat, no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .detail_Area .bgArea_contentsInner{
    padding: 0 15px 80px;
  }
  .detail_Area > .bgArea_contentsInner{
	  background-position: top 89px left 2%, top 6px left 8%;
    background-size: 52px 84px;
  }
  .detail_wrap{
    margin-top: 55px;
  }
  .detail_inner{
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .detail_Area .bgArea_contentsInner{
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .detail_Area_ttl{
    font-size: clamp(1.3rem,3.6vw,3.9rem);
  }
  .detail_topNote{
    font-size: 1.15rem;
  }
  .detail_inner dl dt{
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    border-bottom: 1px solid #D0D0D0;
  }
  .detail_inner dl dt.bort{
    border-top: 1px solid #272F5D;
  }
  .detail_inner dl dd{
    width: 100%;
    border-bottom: 1px solid #272F5D;
  }
  .detail_inner dl dt:last-of-type{
    border-bottom: 1px solid #D0D0D0;
  }
  .detail_block-child:nth-of-type(1){
    margin-top: 0;
  }
  .detail_block-child:nth-of-type(2) {
    margin-top: 15px;
  }
  .detail_inner dl dt.detail_col2Tx-ttl{
   padding: 8px 0;
  }
  .detail_col2Tx li span:nth-of-type(1) {
    width: 40%;
  }
  .detail_col2Tx li span:nth-of-type(2){
    width: 35%;
    margin-left: 10px;
  }
  .detaii_block_ttl{
    font-size: clamp(1.3rem,3.8vw,3.9rem);
  }
  .detaii_block > .detail_inner {
    margin-top: 0;
  }
  .detaii_block > .detail_inner dl dt:nth-of-type(1) {
    border-top: none;
  }
  .detaii_block:nth-last-of-type(1) {
    margin-top: 20px;
  }
  .detail_inner dl dt.pb, .detail_inner dl dd.pb {
    padding-bottom: 12px;
  }
  .detail_inner dl dd.detail_col2Tx{
    padding-top: 0;
  }
}


/* footer
================================*/
.footer{
  position: relative;
  padding: 35px 0 80px;
  border-top: 20px solid #1B2246;
  background-color: #3B4043;
  color: #fff;
}
.footer_Inner{
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer_txArea{
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer_tx{
  margin-left: 20px;
}
.footer_linkArea{
  text-align: center;
}
.footer_linkArea li{
  margin-left: 20px;
}
.footer_linkArea li > a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 120px; height: 30px;
  border: 1px solid #fff;
  font-size: 1.3rem;
  color: #fff;
}
.footer_linkArea li a span{
  display: inline-block;
  padding: 0 2px;
  font-size: 85%;
}
.footer_btn_note{
  display: inline-block;
  margin-top: 10px;
  font-size: 1.0rem;
  line-height: 1.15;
}
.footer_btn_note > a{
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  .footer_Inner{
    display: block;
    width: 80%;
  }
  .footer_linkArea{
    margin-top: 30px;
  }
}


@media screen and (max-width: 768px) {
  .footer{
    padding: 30px 40px 80px;
  }
  .footer_Inner{
    display: block;
    width: 100%;
  }
  .footer_tx{
    font-size: 1.15rem;
  }
  .footer_linkArea li{
    margin-left: 0;
    width: 40%;
  }
  .footer_linkArea li a{
    max-width: 200px;
  }
  .footer_linkArea{
    justify-content: center;
  }
  .footer_linkArea li:nth-of-type(2n){
    margin-left: 20px;
  }
  .footer_linkArea li:nth-of-type(n+3){
    margin-top: 20px;
  }
}
@media screen and (max-width: 550px) {
  .footer{
    padding: 30px 20px 80px;
  }
  .footer_txArea > img{
    width: 30px;
  }
  .footer_linkArea li:nth-of-type(2n) {
    
}
  .footer_linkArea li {
    width: 45%;
  }
  .footer_linkArea li a {
    max-width: 100%;
  }
}

