@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #102F54;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmn-breadcrumb a{
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cmn-breadcrumb{
    padding: 10px;
    font-size: 14px;
    position: relative;
    width: 100%;
  }
}

/*****************************
    ページのコンテンツ少ないとき
*****************************/
.cmn-main{
  min-height: calc(100vh - 600px);
}

/*****************************
    アンカー
*****************************/
a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: -1;
}

/*****************************
    ページャー
*****************************/
.pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  text-align: center;
}
.pager li{
  width: calc(100%/3);
}
.pager .prev a{
  background: #102F54;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #00133B;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #00133B;
  border: 1px solid #00133B;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #00133B;
  opacity: 1;
}
.pager .next a{
  background: #102F54;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #00133B;
  color: #00133B;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pager .prev a{
      padding: 6px 30px 6px;
  }
  .pager .all a{
      padding: 6px 30px 6px;
  }
  .pager .next a{
      padding: 6px 30px 6px;
  }
}
/*****************************
    ページネーション
*****************************/
.pagination{
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.pagination .current{
  background: #00133B;
  border: 1px solid #ccc;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #F0F5F5;
  border: 1px solid #ccc;
  padding: 3px 10px 3px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 767px) {
  .pagination{
      margin-top: 60px;
  }
}

/*****************************
    single
*****************************/
.singlehead{
  margin-top: 30px;
}
.singlehead .date{
  color: #888;
}
.singlehead h2{
border-bottom: 2px solid #CA9823;
  position: relative;
  color: #111111;
  font-size: 24px;
  margin-bottom: 30px;
  
}
@media only screen and (max-width: 767px) {
  .singlehead h2{
    font-size: 20px;
  }
}

/*****************************
    404
*****************************/
.page-404 .morebtn{
  text-align: center;
  margin-top: 30px;
}
.page-404 .morebtn a{
  background: linear-gradient(180deg, #b60000 0%, #AB0001 100%);
  border: 1px solid #b60000;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #b60000;
  opacity: 1;
}

/******************************
  common
******************************/
.imgbox{
  text-align: center;
}
.link-txtunder,
.singlecontent a{
  color: #004B9E;
  text-decoration: underline;
}
.link-txtunder:hover,
.singlecontent a:hover{
  text-decoration: none;
}
.singlecontent p,
.txtbox p:not(:last-of-type){
  margin-bottom: 1rem;
}
.singlecontent{
  font-size: 16px;
  line-height: 1.8;
}

.singlecontent p{
  margin: 0 0 1rem;
}

.singlecontent br{
  display: block;
}

/******************************
  inner
******************************/
.inner1,
.inner2,
.inner3{
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 2rem;
}
.inner2{
  max-width: 1920px;
}
.inner3{
  max-width: 1280px;
}
.innernp{
  margin: 0 auto;
  max-width: 1920px;
}
.inner2 .inner1,
.inner2 .inner3,
.inner3 .inner1{
  padding: 0 !important;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/******************************
  flex
******************************/
.flexbox1{
  display: flex;
  flex-wrap: wrap;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  min-height: 60px;
  transition: 0.5s;
}

.cmnhead.on .flexbox2{
  /* min-height: 50px; */
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
.flexbox2{
  min-height: unset;
}

.cmnhead.on .flexbox2{
  min-height: unset;
}
}

.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex{
  display: flex;
}
.frr{
  flex-direction: row-reverse;
}
.fac{
  align-items: center;
}
.fast{
  align-items: stretch;
}
.fafe{
  align-items: flex-end;
}
.fafs{
  align-items: flex-start;
}
.fabl{
  align-items: baseline;
}

.fbox,
.ftxtbox,
.fimgbox{
  width: 48%;
}
.fimgbox{
  text-align: center;
}

/******************************
  title
******************************/
.title-style01{
  margin-bottom: 40px;
}
.title-style01 .title-style01__main{
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #408F00;
  position: relative;
}
.title-style01 .title-style01__sub{
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #5B3E28;
}

/******************************
  text
******************************/
.text-style01 p{
  margin-bottom: 40px;
}

/******************************
  deco(装飾)
******************************/



/******************************
  btn
******************************/
.top_btn {
  margin: 20px 0;
}
.top-useful-links .top_btn {
  margin: 0px 0;
}

.top_btn a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 280px;
margin: 0 auto;
padding: 10px 30px 10px 30px;
border: 1px solid #00133b;
color: #fff;
font-size: 16px;
transition: .6s;
background: #00133b;
border-radius: 3px;
}

.top-useful-links .top_btn a {
width: 150px;
    padding: 5px 10px 5px 10px;
}


.top_btn a:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #AB0001;
  color: #fff;
  background: #AB0001;
  opacity: 1;
  transition: .6s;
}
.top_btn a::after {
  position: absolute;
  right: 1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: .6s;
}
.top_btn a:hover::after {
  /* transform: translateY(-50%) scaleX(1.4); */
  border: 1px solid #ccc;
}
.top_btn a:hover::after {
  position: absolute;
  right: -1em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 1.5em;
  height: .5em;
  background-color: #ccc;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
}

.btn {
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 50px;
    display: inline-block;
    padding: 1rem 4rem;
    transition: .6s;
    width: 100%;
    max-width: 350px;
    text-align: center;
    letter-spacing: 1px;
}
.btn:hover {
    transition: .6s;
    opacity: 1;
}
.btn1 {
    background: #ffffff;
    color: #54140F;
    border: 2px solid #54140F;
    line-height: 1.2;
}

.btn1:hover {
    background: #54140F;
    color: #F2F8F5;
}

/******************************
  table
******************************/



/******************************
  header
******************************/
.cmnhead{
  background: #00133B;
  padding: 1rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  min-height: 60px;
}
.cmnhead.on{
  background: rgb(255, 255, 255, 0);
  background: #00133B;
  padding: 1rem 0 1rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .2);
}

/* PC時だけ：下スクロールでヘッダーを隠す */
@media only screen and (min-width: 1025px) {
  .cmnhead{
    transform: translateY(0);
    transition: transform .35s ease, background .5s ease, padding .5s ease, box-shadow .5s ease;
    will-change: transform;
  }

  .cmnhead.is-hide{
    transform: translateY(-100%);
  }
}


/* ロゴ */
.cmnhead .logo{
  position: relative;
  width: 400px;
  transition: 0.5s;
}

@media screen and (max-width: 1300px) {
  .cmnhead .logo {
    max-width: 400px;
  }
}

@media screen and (max-width: 1024px) {

  .cmnhead .logo {
    max-width: 400px;
  }

  .cmnhead{
    padding: 1rem 0 1rem;
    min-height: unset;
  }

}
@media screen and (max-width: 600px) {
  .cmnhead .logo {
    max-width: 280px;
  }
}

.cmnhead .logo a{
  position: relative;
  display: flex;
  align-items: center;
}

.cmnhead .logo img{
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .5s ease;
}

/* on用ロゴ */
.cmnhead .logo .logo-on{
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/* on時 */
.cmnhead.on .logo{
  width: 400px;
  transition: 0.5s;
    filter: none;
}

.cmnhead.on .logo .logo-default{
  opacity: 0;
}

.cmnhead.on .logo .logo-on{
  opacity: 1;
}

.cmnhead .logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}



/* footer_logo */
.footer_logo{
  width: 180px;
  transition: 0.5s;
  padding-bottom: 20px;
}
.footer_logo:hover{
  transform: scale(0.95);
  transition: 0.5s;
}


.cmnnav{
  margin-right: 240px;
}
@media screen and (max-width: 1300px) {
.cmnnav{
  margin-right: 240px;
}
}
@media screen and (max-width: 1180px) {
.cmnnav{
  margin-right: 200px;
}
}
@media screen and (max-width: 1024px) {
.cmnnav{
  margin-right: 0px;
}
}

.navlist a{
  display: block;
  padding: 0 1.5rem;
  padding-left: 20px;
  position: relative;
  opacity: 1;
  color: #fff; 
}
.cmnhead.on .navlist a{
  color: #fff; 
}

@media screen and (max-width: 1180px) {
.navlist a{
  padding: 0 0.5rem;
  padding-left: 10px;
  font-size: 16px;
}
}

/* ハンバーガーメニューの時 */
@media screen and (max-width: 1024px) {
.navlist a{
  color: #111; 
}
.cmnhead.on .navlist a{
  color: #111; 
}
}

/* 下線 */
.navlist a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #CA9823;
  transition: width 0.4s ease;
}

@media screen and (max-width: 1024px) {
.navlist a::after{
  display: none;
}
}


.navlist a:hover::after,
.navlist .nowpage a::after{
  width: 100%;
}


/* アイコン */
.navlist a{
  position: relative;
}

.navlist a::before{
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0px;
  top: 50%;

  /* 青丸＋白矢印（SVG） */
background-image: url(../images/common/arrow_1.svg);
  background-repeat: no-repeat;
  background-size: contain;

  /* ★今の動き */
  opacity: 0;
  transform: translate(-10px, -50%);
  transition: all 0.4s ease 0.1s;
}
@media screen and (max-width: 1180px){
  .navlist a::before{
 display: none;
  }
}
@media screen and (max-width: 1024px){
  .navlist a::before{
    display: none;
  }
}

.navlist a:hover::before,
.navlist .nowpage a::before{
  opacity: 1;
  transform: translate(0, -50%);
}

.cmnhead .headcon{
    position: absolute;
    top: 0px;
    right: 10px;
}
@media screen and (max-width: 1180px) {
.cmnhead .headcon{
    position: absolute;
    top: 10px;
    right: 10px;
}
}
@media screen and (max-width: 1024px) {
.cmnhead .headcon{
    position: absolute;
    top: 10px;
    right: 70px;
}
}
@media screen and (max-width: 600px) {
.cmnhead .headcon{
  display: none;
}
}

.spbtn{
  background: #fff;
  border-radius: 2px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}
.spbtn span{
  background: #00133b;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 2px;
  transition: all .4s;
  transform: translateX(-50%);
  width: 20px;
}
.spbtn span:nth-of-type(1) {
	top:10px;
}
.spbtn span:nth-of-type(2) {
	top:18px;
}
.spbtn span:nth-of-type(3) {
	top:26px;
}
.spbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 10px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
top: 25px;
    left: 10px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}
.splogo{
  display: none;
}
  .spstyle_navi{
    display: none;
  }

@media only screen and (max-width: 1024px) {
  .spstyle_navi{
    display: block;
  }

  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
.cmnnav.active {
    position: fixed;
    top: 0;
    right: 0;
    width: min(400px, 100%);
    height: 100dvh;
    margin-left: auto;
    background: linear-gradient(135deg, #0b2b69 0%, #00133b 45%, #00091d 100%);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
  .cmnnav.active .splogo{
    display: block;
    margin: 3rem auto 2rem;
    max-width: 240px;
    text-align: center;
    filter: brightness(0) invert(1);
  }
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 2rem auto;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: rgb(255, 255, 255, 1);
    border: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0.8rem 1rem;
    letter-spacing: 2px;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #00133b;
    color: #fff;
  }

}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}


/******************************
  アコーディオンナビ
******************************/

/******************************
  NAV ACCORDION
******************************/
.navitem-has-child{
  position: relative;
}

.nav-parent{
  display: flex;
  align-items: center;
}

.nav-parent > a{
  display: block;
}

/* ＋ボタンはPCでは非表示 */
.nav-accordion-btn{
  display: none;
}

/* 子メニュー初期 */
.nav-child{
  margin: 0;
  padding: 0;
  list-style: none;
}

/******************************
  PC NAV ACCORDION
******************************/
@media screen and (min-width: 1025px){

  .navitem-has-child .nav-child{
    position: absolute;
    left: -40px;
    top: calc(100% + 2px);
    z-index: 20;
    display: block;
    min-width: 200px;
    padding: 8px 0;
    background: #00133b;
    box-shadow: 0 12px 30px rgba(0,19,59,.25);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: .3s;
  }

  .navitem-has-child:hover .nav-child{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-child li a{
    display: block;
    padding: 12px 18px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: none;
  }

  .nav-child li a::before,
  .nav-child li a::after{
    display: none;
  }

  .nav-child li a:hover{
    background: rgba(202,152,35,.22);
  }

}

/******************************
  SP NAV ACCORDION
******************************/
@media screen and (max-width: 1024px){

  .nav-parent{
    position: relative;
  }

  .nav-parent > a{
    width: 100%;
  }

  /* ハンバーガーが開いている時だけ＋表示 */
  .cmnnav.active .nav-accordion-btn{
    display: block;
    position: absolute;
    right: 0px;
    top: 60%;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2;
  }

  .nav-accordion-btn::before,
  .nav-accordion-btn::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #ca9823;
    transform: translate(-50%, -50%);
    transition: .3s;
  }
  @media screen and (max-width: 1024px){
  .cmnnav.active .navitem-has-child.nowpage .nav-accordion-btn::before,
  .cmnnav.active .navitem-has-child.nowpage .nav-accordion-btn::after,
  .cmnnav.active .navitem-has-child .nav-parent:hover .nav-accordion-btn::before,
  .cmnnav.active .navitem-has-child .nav-parent:hover .nav-accordion-btn::after{
    background: #ca9823;
  }

}

  .nav-accordion-btn::after{
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .navitem-has-child.is-open .nav-accordion-btn::after{
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }

  /* SPでは基本閉じる */
  .navitem-has-child .nav-child{
    display: none;
    position: static;
    min-width: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* ハンバーガーが開いていて、is-openの時だけ表示 */
  .cmnnav.active .navitem-has-child.is-open .nav-child{
    display: block;
  }

  .cmnnav.active .navlist li.navitem-has-child > .nav-parent > a{
    margin-bottom: 0;
    padding-right: 52px;
  }

  .cmnnav.active .navlist .nav-child li a{
    margin: 0;
    padding: 0.7rem 1rem;
    border-top: none;
    border-color: rgba(255,255,255,.35);
    background: rgba(255,255,255,.9);
    color: #111;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .cmnnav.active .navlist .nav-child li a:hover,
  .cmnnav.active .navlist .nav-child li.nowpage a{
    background: #CA9823;
    color: #fff;
  }

}

/******************************
  footer
******************************/
/* メインカラー設定 */
.cmnfot{
  background: #102F54;
  color: #fff;
}
.cmnfot a{
  color: #fff;
}
/* メインカラー設定 */

.fotlogo{
  text-align: center;
  border-bottom: 2px dotted #fff;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.fotlogo img{
  filter: brightness(0) invert(1);
  transition: .5s;
}
.fotlogo img:hover{
  transform: scale(0.95);
  transition: 0.5s;
}
.fotflex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
}
@media screen and (max-width: 767px) {
.fotflex{
  padding: 40px 0;
}
}


.ffbox1{
  width: 50%;
  margin-right: 4%;
}
.ffbox2{
  width: 23%;
}
.ffbox3{
  width: 23%;
}
address{
  font-style: normal;
}
.ffbox2 li,
.ffbox3 li{
  margin-bottom: 10px;
}

.ffbox2 li.sub, .ffbox3 li.sub {
    margin-bottom: 7px;
}
.ffbox2 li.sub a, .ffbox3 li.sub a {
    position: relative;
    margin-left: 20px;
}
.ffbox2 li.sub a::before, .ffbox3 li.sub a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: -16px;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
    background: #fff;
}
.ffbox2 li.sub a::after, .ffbox3 li.sub a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -16px;
    width: 9px;
    height: 1px;
    transform: translateY(-50%);
    background: #fff;
}

.logolist{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.logolist li{
  border: 1px solid #fff;
  padding: 10px;
  margin: 0 10px;
  list-style: none;
}
.logolist img{
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
}

.copyright_area{
  background: #102f54;
  text-align: center;
  padding: 20px 10px;
}
.copyright_area .fotcopy{
  font-size: 12px;
}

@media only screen and (max-width: 820px) {
  .ffbox1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ffbox2,
  .ffbox3{
    width: 100%;
  }
  .logolist li {
    margin: 10px 10px;
    width: calc(100% / 3);
  }
}
.footer_content{
  position: relative;
  padding-bottom: 20px;
}

.footer_text{
  font-weight: bold;
}



/*****************************
投稿ページはみだし制御
*****************************/
.page-single img{
  max-width: 100%; 
  height: auto;
}

/* 投稿本文内の画像をスマホでもはみ出さないように */
.entry-content img,
.wp-block-image img,
.alignnone img,
.aligncenter img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* キャプション（[caption]）のはみ出し防止 */
.wp-caption {
  max-width: 100%;
  height: auto;
}

.wp-caption img {
  width: 100%;
  height: auto;
}

/* インライン指定されたwidthを上書き */
.entry-content [style*="width:"] {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

/* テキストがはみ出す場合に折り返し */
.entry-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
