@charset "UTF-8";
::root{
  --qua:0.7;
}
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

	#wraper{
		width:100vw;
		overflow-x: hidden;
    max-width: 100%;
	}

@media screen and (min-width:880px){
	#wraper{
    max-width: 100%;
	}
}

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html[lang="ja"] h1, html[lang="ja"] h2, html[lang="ja"] h3, html[lang="ja"] h4, html[lang="ja"] h5, html[lang="ja"] h6 {
    font-weight: 500;
}

*{
  color:#000000;
}

body {
 	line-height:1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#333333;
}

html[lang="ja"] body, html[lang="ja"] button, html[lang="ja"] input, html[lang="ja"] select, html[lang="ja"] textarea {
    font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

.min,
.min *{
  font-family: "Noto Serif JP", serif;
}

.eng,
.eng *{
  font-family: "Roboto", sans-serif;
  font-weight: 600 !important;
}


/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

a,
a:hover{
  text-decoration: none;
  color:#000000;
  transition: 0.5s;
}

a:hover{
  opacity: 0.8;
}

*{
  box-sizing: border-box;
}


.sp{
  display: none;
}

.headBtn .pt02 span,
.accessBtn .pt02 span{
  color:#ffffff;
}
/* header */
.menuWrap {
  display: flex;
  justify-content: space-between;
}

.nav-links{
  width: calc(100% - 420px)
}

.nav-links_box{
   display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

.nav-links a.activeMenu{
  color:#00aae6;
}

.hamburger {
  display: none;
  font-size: 1.8em;
  cursor: pointer;
  color: #333333;
}

.close-btn {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
  margin-top: 30px;
  align-self: flex-end;
}

body{
  padding-top: 130px;
}

header {
box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 35px 36px;
  padding-right: 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top:0;
  z-index: 10000;
}

  .headBtn{
    display: flex;
    margin-left: 30px;
  }
  
  .headBtn .pt01{
    padding: 5px 10px;
    color:#ffffff;
    font-size: 18px;
    background: #00b900;
    text-align: center;
    border-radius: 100px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }
  
  .headBtn .pt01 img{
    display: inline-block;
    margin-right: 8px;
  }
  
  .headBtn .pt02{
    padding: 5px 10px;
    color:#ffffff;
    font-size: 18px;
    background: #00aae6;
    text-align: center;
    border-radius: 100px;
    margin-left: 20px;
    width: 160px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
      height: 60px;
  }

.wt,.wt *{
  color:#ffffff;
}
  
  .headBtn .pt02 span{
    font-size: 14px;
    line-height: 1.2em;
  }

/* main */
.w1180{
  width: 90%;
  max-width: calc(100% - 200px);
  margin: auto;
}

.w980{
  width: 90%;
  max-width: 980px;
  margin: auto;
}

.mainImageWrap {
  aspect-ratio: 1390 / 800;
  width: 100%;
  clip-path: url(#sliderClip);
  -webkit-clip-path: url(#sliderClip);
  overflow: hidden;
}

@media screen and (min-width:1415px){
/*.mainImageWrap {  
aspect-ratio: initial;
        clip-path: url(#sliderClip02);
        -webkit-clip-path: url(#sliderClip02);
        height: 690px;
  }
  
.mainTextBox {
    bottom: 20px !important;
}*/
  
  .headBtn .pt01{
    width: 200px;
  }
  
  .headBtn .pt02{
    width: 200px;
  }  
  
}

@media screen and (max-width:1366px){
.menuWrap {
    justify-content: flex-end;
  
}

.nav-links_box{
  gap: 20px;
}
  
}

.bx-wrapper{
  margin-bottom: 0;
}

.bx-wrapper {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border:0;
}

.mvWrap{
  padding-left: 100px;
  position: relative;
}

  .mainTextBox{
    position: absolute;
    bottom:0;
    left: 100px;
  }
  
  .mainTitle{
    font-size: min(3vw,56px);
    line-height: 1.1em;
    font-weight: 500;
  }
  
  .mainTitle small{
    font-size: min(1.4vw,28px);
    line-height: 1.25em;
    color:#d4d4d4;
    display: block;
    margin-bottom: 10px;
  }
  
  .mainTitle small .pt01{
    color:#00aae6;
  }  

  .mainTitle small .pt02{
    color:#aed200;
  } 

  .news{
    padding:50px 0;
  }
  
  .subTitle{
    font-weight: bold;
    color:#aed200;
    font-size:20px;
  }
  
  .newsTitle{
    font-size: 32px;
    font-weight: 500;
  }
  
  .newsWrap{
    display: flex;
    justify-content: space-between;
  }
  
  .newsLink a{
    display: block;
    margin-top: 30px;
    color:#666666;
    font-size: 16px;
  }
  
  .newsBox01{
    width: 280px;
  }
  
  .newsBox02{
    width: calc(100% - 280px);
  }
  
  .newsBox02 ul{
    border-top:1px solid #e6e6e6;
  }
  
  .newsBox02 li{
    display: flex;
    padding: 20px 0;
    border-bottom:1px solid #e6e6e6;
  }
  
  .newsBox02 li .date{
    width: 150px;
    font-weight: bold;
    color:#00aae6;
    font-size: 16px;
  } 
  
  .newsBox02 li a{
    width: calc(100% - 150px);
    font-size: 14px;
  } 

  .sec01Title{
    padding: 50px 0;
    font-weight: 500;
    position: relative;
    font-size:48px;
    line-height: 1.25em;
  }
  
  .sec01Title span{
    color:#00aae6;
  }
  
  .sec01Title:after{
    content:" ";
    height: 80px;
    background:#e6e6e6;
    width:1px;
    position: absolute;
    bottom:-40px;
    left: 0.5em;
  }
  
  .sec01Cont{
    padding-top: 50px;
    background: linear-gradient(to top,#fafbfc 0%,#ffffff 10% 100%);
    padding-bottom: 120px;
  }
  
  .h2Wrap{
    background: linear-gradient(to top,#ffffff 0% 35%,#fafbfc 65%,#ffffff 35% 100%);
  }
  
  .sec01Box01{
    width: 100%;
    height: auto;
    aspect-ratio:1 / 0.625;
    position: relative;
  }
  
  .sec01Cont .num{
    font-weight: bold;
    font-size: 88px;
    color:#aed200;
    line-height: 1em;
  }
  
  .sec01SubTitle{
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
  }
  
  .sec01Cont .text01{
    font-size: 16px;
    line-height: 2em;
  } 
  
  .sec01Box01_In{
    width: 60%;
    position: relative;
    z-index: 3;
  }
  
  .sec01Img{
    padding-left: 90px;
    position: absolute;
    right: -50px;
    bottom:0;
    line-height: 0;
    text-align: right;
    width: 100%;
  }

  .sec01Box02{
    position: relative;
  }
  
  .sec01Box02:before{
    content:" ";
    z-index: 0;
    position: absolute;
    width: 100vw;
    left: 100px;
    border-radius: 30px 0 0 30px;
    background:#00c0f8;
    height:65%;
  }

  .sec01Text{
    position: absolute;
    z-index: 1;
    top:80px;
    right:0;
  }
  
  .wt{
    color:#ffffff !important;
  }
  
  .sec01Box02_In{
    padding:80px 120px 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    flex-flow: row-reverse;
  }
  
  .sec01Img02{
    width: 600px;
    padding-right: 45px;
  }
  
  .sec01Box02elm{
    width: calc(100% - 600px);
  }

  .sec01Box03_In{
    padding: 0 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .sec01Box03_In .sec01Img03{
    width: 590px;
  }

.sec01Box03_In .sec01Box03elm{
    width: calc(100% - 650px);
  }
  
  .sec01Box03elm{
    background:url("../images/sec01Text02.webp");
    background-position: 350px top;
    background-repeat: no-repeat;
  }

  .sec01Box04{
    position: relative;
  }

.sec01Box04_In{
  display: flex;
  justify-content: space-between;
  padding: 80px 0 160px;
  padding-right: 120px;
  flex-flow: row-reverse;
}

.sec01Box04_In > *:not(.sec01Text03){
  position: relative;
  z-index: 3;
}

.sec01Box04_In .sec01Img04 {
    width:590px;
}  

.sec01Box04_In .sec01Box04elm {
    width:calc(100% - 650px);
}  

  .sec01Box04:before{
    content:" ";
    z-index: 0;
    position: absolute;
    width: 100vw;
    right: 100px;
    border-radius: 0 30px 30px 0;
    background:#e3f2ff;
    height:80%;
    bottom:0;
  }

  .sec04Btn a{
    display: inline-block;
    margin-top: 40px;
    padding: 20px 50px;
    color:#ffffff;
    font-size: 16px;
    background: #00aae6;
    max-width: 300px;
    text-align: center;
    width: 100%;
  }

.sec01Img04{
  position: relative;
  top:-80px;
}

.sec01Text03{
  width:100%;
  position: absolute;
  z-index: 1;
  bottom:110px;
  left: 0;
  text-align: center;
}

  .sec02{
    padding: 70px 0 200px;
  }
  
  .sec02 .w1180{
    position: relative;
    padding-right: 100px;
  }
  
  .sec02Title{
    font-size: 48px;
    font-weight: 500;
    position: absolute;
    top:calc(-78px - 1em);
    right: 0;
    line-height: 1em;
  }
  
  .sec02Title span{
    color:#00aae6;
  }

  ul.sec02List{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
   .sec02List li{
    padding: 20px 0;
    margin-right: 50px;
    border-bottom: 1px solid #cccccc;
    width: calc((100% - 100px) / 2);
  }
  
  .sec02List li a{
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .sec02List li .num{
    color:#cccccc;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
  }
  
  .sec02List li .text{
    font-size: 18px;
  }  
  
  .sec02List li .text span{
    font-size: 14px;
  }  
  
  .sec02List li .arrow{
    position: absolute;
    transition: 0.5s;
    top:calc(50%);
    right: 30px;
  }    
  
  .sec02List li a:hover .arrow{
    right: 0;
  } 

  .sec03{
    padding:115px 0 100px;
    background:#fafbfc;
  }
  
  .sec03Title{
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    color:#666666;
  }
  
  .sec03Title small{
    font-size: 20px;
    line-height: 1.2em;
  }

  .sec04{
    padding: 80px 0 120px;
    position: relative;
  }
  
  .sec04 .w1180{
    position: relative;
    z-index: 3;
  }
  
  .sec03Title span{
    color:#00aae6;
  }
  
  .sec04Text{
    text-align: center;
    font-size: 16px;
  }
  
  .insText{
    position: absolute;
    width: 100%;
    bottom:100px;
    text-align: center;
    left: 0;
    z-index: 0;
  }
  
  .sec04Btn.pt02{
    text-align: center;
  }

  .foot01{
    display: flex;
    justify-content: space-between;
    padding: 85px 0;
  } 
  
  .foot01Box01,
  .foot01Box02{
    width: calc(50% - 40px);
    max-width: 600px;
  }

  .footText01{
    font-size: 16px;
    margin: 20px 0 30px;
  }
  
  .footText02{
    font-size: 12px;
    line-height: 1.75em;
  }
  
  .footText03{
    font-size: 14px;
    padding-left: 8px;
  }  
  
  .infoTable{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .infoTable th,
  .infoTable td{
    padding: 15px 8px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    border-bottom:1px solid #cccccc;
  }
  
  .infoTable td{
    color:#a4bbc4;
  }
  
  .infoTable th.pt01{
    font-size: 14px;
    width: 100px;
    text-align: left;
  }
  
  .infoTable td.pt01{
    color:#00303c;
    font-size: 14px;
    width: 100px;
    text-align: left;
  }
  
  .infoTable .pt02{
    color:#00aae6;
  }
  
  .infoTable .pt03{
    color:#cc0000;
  }
  
  .infoTable .pt04{
    color:#ff7200;
  }  

  .foot02Wrap{
    padding-left:100px;
  }
  
  .foot02{
    background: url("../images/footBack01.webp");
    background-size:auto 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #003d8b
  }

  .foot02Wrap .w1180{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 265px;
  }
  
  .foot02Wrap .w1180 *{
    color:#ffffff;
  }
  
  .foot02Text .pt01{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25em;
  }
  
  .foot02Text .pt02{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .foot02Text .pt03{
    font-size: 16px;
  }  
  
  .foot02 .tel{
    font-weight: 600;
    color:#fffffff;
    font-size: 40px;
    display: inline-flex;
    align-items: center;
  }
  
  .foot02 .tel span{
    display: inline-block;
    font-size: 28px;
    margin-right: 8px;
  }

.foot03{
  display: flex;
  justify-content: space-between;
  padding: 50px 0 150px;
  background-image: url("../images/footBack02.webp");
  background-size:auto 750px;
  background-repeat: no-repeat;
  background-position: center top;
  align-items: center;
}

.footUd{
  display: flex;
  align-items: center;
}

.footUd p{
  margin-left: 40px;
  margin-left: 60px;
    line-height: 0;
  font-size: 12px;
}

/* otherpage */
.otherpageTitleWrap{
  padding-left: calc((100% - 1280px) / 2);
}

.otherpageTitle{
  height: 490px;
  display: flex;
  align-items: center;
  padding-left: 8%;
  border-radius: 30px 0 0 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.otherpageTitle h1{
  font-size: 48px;
  font-weight: normal;
}

  .sec{
    padding: 100px 0;
  }

.accessCont {
    width: 90%;
    max-width: 1180px;
    margin: auto;
}
  
  .accessSec01Wrap{
    display: flex;
    justify-content: space-between;
  }  
  
  .accessSec01Box01,
  .accessSec01Box02{
    width: calc((100% - 60px) / 2);
  }
  
  .defText{
    font-size: 14px;
    margin: 10px 0;
  }
  
  .accessText01{
    padding: 3px 20px;
    background: linear-gradient(to top,#eff6f9 30%,#ffffff 30% 100%);
    color:#333333;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .accessText01 span{  
    color:#0066ff;
  }
  
  .accessText01 span span{  
    font-size: 26px;
  }
  
  .accessText02{
    color:#ffc000;
    font-size: 38px;
    font-weight:600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  
  .accessText02 span{
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    color:#ffc000;
  }

.accessText02 *{
  color:#ffc000 !important;
}
  
  .accessBtn .pt01{
    padding:20px 10px;
    color:#ffffff;
    font-size: 22px;
    background: #00b900;
    text-align: center;
    border-radius: 100px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.defText .mini{
  font-size: 10px;
}

  .accessBtn .pt01 img{
    display: inline-block;
    margin-right: 8px;
  }
  
  .accessBtn .pt02{
    padding:20px 10px;
    color:#ffffff;
    font-size: 22px;
    background: #00aae6;
    text-align: center;
    border-radius: 100px;
    width: 160px;
    line-height: 1.2em;
  }
  
  .accessBtn .pt02 span{
    font-size: 14px;
    line-height: 1.2em;
  }

  .accessBtn{
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  
  .accessBtn .pt01,
  .accessBtn .pt02{
    width: calc(50% - 5px);
    border-radius: 0;
    margin: 0;
}
  
  .accessBtn .pt02{
    display: flex;
    align-items: center;
    justify-content: center;
  }  

.accessBtn .pt02 span {
    display: inline-block;
    margin-right: 10px;
} 

  .accessSec02{
    background:#f5f9fb;
  }
  
  .accessSec02 .box02{
    display: flex;
    justify-content: space-between;
  }
  
  .accessSec02 .box02 > dl{
    width: calc((100% - 60px) / 2);
  }
  
  .accessDl{
    margin-bottom: 20px;
  }
  
  .accessDl dt{
    padding: 8px 0 20px;
    font-size:20px;
    color:#0066ff;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500;
  }
  
  .accessDl dt:before{
    content:" ";
    height: 1px;
    width: 100px;
    display: block;
    background:#003d8b;
    position: absolute;
    bottom:0;
    z-index: 3;
  }
  
  .accessDl dt:after{
    content:" ";
    height: 1px;
    width: 100%;
    display: block;
    background:#cccccc;
    position: absolute;
    bottom:0;
    z-index: 1;
  }
  
  .accessDl dd{
    font-size: 16px;
    line-height: 1.75em;
  }  

  .staffTitle{
    font-size: 40px;
    margin-bottom: 80px;
    text-align: center;
    font-weight: normal;
    line-height: 1.2em;
  }  
  
  .staffTitle small{
    font-size: 20px;
    line-height: 1em;
  } 
  
  .staffSec01Wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .staffSec01Box01{
    width: 400px;
  }

  .staffSec01Box02{
    width: calc(100% - 400px);
    padding-left: 100px;
  }
  
  .staffText01{
    font-size: 16px;
    line-height: 2.5em;
  }
  
  .staffText02{
    text-align: right;
    margin-top: 40px;
    font-size: 16px;
  }
    
  .staffText02 span{
    font-size: 24px;
  }

  .staffSec01Wrap_b{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
  
  .staffDl{
    width: calc((100% - 60px) / 2);
  }
  
  .staffDl dt{
    padding-top: 30px;
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
  }
  
  .staffDl dd{
    font-size: 16px;
    line-height: 2.5em;
  }
  
  .staffDl dt:before{
    content:" ";
    height: 1px;
    width: 100px;
    display: block;
    background:#ff9600;
    position: absolute;
    top:0;
    z-index: 3;
  }
  
  .staffDl dt:after{
    content:" ";
    height: 1px;
    width: 100%;
    display: block;
    background:#cccccc;
    position: absolute;
    top:0;
    z-index: 1;
  }

  .staffTitle.pt02{
    text-align: left;
    margin-bottom: 40px;
  }  
  
  .staffList li{
    display: flex;
    margin-bottom: 30px;
  }
  
  .staffList li .num{
    font-weight: 600;
    font-size: 36px;
    color:#c3dc4e;
    display: inline-block;
    margin-right: 30px;
    line-height: 1em;;
  }
  
  .staffList li .pt01{
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .staffList li .pt02{
    font-size: 16px;
    line-height: 1.75em;
  }

.staffTitle.line{
  position: relative;
}

.staffTitle.line:after{
  content:" ";
  width: 1px;
  height: 60px;
  background: #cccccc;
  position: absolute;
  bottom:-70px;
  left: 50%;
}

.newsSec01 .newsBox02{
  width: 100%;
}

  .newspageCont .date{
    color:#00aae6;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
  }
  
  .newspageCont .newsTitle{
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 30px;
  }


.otherpageTitle.access{
  background-image: url("../images/otherPage/accessMv.webp");
  background-color:#e9f0f0; 
}


.otherpageTitle.staff{
  background-image: url("../images/otherPage/staffMv.webp");
  background-color:#f3eee4;
}

.otherpageTitle.newspage{
  background-image: url("../images/otherPage/newspageMv.webp");
  background-color:#e9f0f0;
}

@media screen and (min-width:1366px){
.otherpageTitleWrap{
  padding-left: 100px;
}
  
  .otherpageTitle{
    background-size:auto 100%;
    background-position: right top;
    background-repeat: no-repeat;
  }  
}


@media screen and (max-width:1380px){
  .mvWrap{
  padding-left:5%;
}
  
  .mainTextBox{
    left: 5%;
  }  
  
  .sec01Box02:before{
    left: 5%;
  }
  
  .foot02Wrap{
    padding-left:5%;
  }
  
  .sec01Box03{
    padding-top: 60px;
  }
  
    .sec01Box04:before{
    right: 5%;
  }
  
.sec01Box02:before {
    height: 100%;
}
  
  
.otherpageTitleWrap{
  padding-left:5%;
}  
  
}

.pagination .nav-links{
  display: flex;
  padding-right: 0 !important;
 margin-top: 0 !important;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.pagination .nav-links a{
  color:#666666;
  font-weight:normal;
}

.page-numbers {
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1;
    padding:8px 12px;
  margin:0 3px;
}

.page-numbers.dots{
  background: none !important;
}

.page-numbers.current {
    color: #ffffff;
    background: #ff9600;
  font-weight:normal;
}

.prev.page-numbers, .next.page-numbers {
    background-color: #f2f2f2;
  padding:8px 12px;
  position: relative;
  height: 32px;
  width: 32px;
}

.prev.page-numbers{
  margin-right: 20px;
}

.next.page-numbers {
  margin-left: 20px;
}

.next.page-numbers::before,
.next.page-numbers::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(50% - 3px);
  width: 6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #666666;
  transform-origin: calc(100% - 0.5px) 50%;
}

.next.page-numbers::before {
  transform: rotate(45deg);
}

.next.page-numbers::after {
  transform: rotate(-45deg);
}

.prev.page-numbers::before,
.prev.page-numbers::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: calc(50% - 5px);
  width: 6px;
  height: 2px;
  border-radius: 9999px;
  background-color: #666666;
  transform-origin: 0.5px 50%;
}

.prev.page-numbers::before {
  transform: rotate(45deg);
}

.prev.page-numbers::after {
  transform: rotate(-45deg);
}

.post-nav-links{
  width: 100%;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation .nav-links a:hover{
  background: #f2f2f2 !important;
  box-shadow: none !important;
}

.post-nav-links li{
  max-width: 48%;
  font-size:14px;
  position: relative;
  width: 100%;
}

.post-nav-links li.prev:after{
  content:" ";
  height: 60px;
  width: 1px;
  background: #cccccc;
  position: absolute;
  top:-10px;
  right: -1%;
}

.post-nav-links li.next{
  text-align: right;
}


.post-nav-links li span{
  color:#ff9600;
}

.newsContent p{
  margin-bottom: 20px;
}

.pcMax{
  display: none;
}

.pagination, .comments-pagination {
    border-top: none;
}


@media screen and (min-width:1400px){
  .pcMax_none{
  display: none;
}

.pcMax01{
  width: 810px;
  position: absolute;
  z-index: 0;
  right: 0;
  top:0;
  display: block;
  line-height: 0;
}  
  
.pcMax02{
  width: 500px;
  position: absolute;
  z-index: 0;
  left: 90px;
  bottom:0;
  display: block;
  line-height: 0;
}  
  
.sec01Box01 {
    max-height: 750px;
}  
  

  
}

@media screen and (min-width:1080px){
.mainImageWrap {
  width: 100%;
  aspect-ratio: 1288 / 531; 
  clip-path: url(#sliderClip);
  -webkit-clip-path: url(#sliderClip);
  overflow: hidden;
}
  
  #sliderClip{
    width: 100%;
  }  
  
    .mainTextBox {
        bottom: 0 !important;
    }  
}
