@charset "UTF-8";

/******************************
  パンくず
******************************/
.cmn-breadcrumb{
  background: #fff;
  padding: 10px;
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 3px #ccc;
}
.cmn-breadcrumb a{
  color: #181818;
}

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

/*****************************
    ページャー
*****************************/
.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: #909090;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .prev a:hover{
  background: #F0F5F5;
  border: 1px solid #909090;
  color: #181818;
  opacity: 1;
}
.pager .all a{
  background: #101010;
  border: 1px solid #101010;
  color: #fff;
  padding: 6px 60px 6px;
  transition: .5s;
}
.pager .all a:hover{
  background: #F0F5F5;
  color: #181818;
  opacity: 1;
}
.pager .next a{
  background: #909090;
  color: #fff;
  padding: 6px 60px 6px;
}
.pager .next a:hover{
  background: #F0F5F5;
  border: 1px solid #909090;
  color: #181818;
  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: #101010;
  color: #fff;
  padding: 3px 10px 3px;
}
.page-numbers{
  background: #dedede;
  border: 1px solid #101010;
  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: 0px;
}
.singlehead .date{
  color: #909090;
}
.singlehead h2{
  border-bottom: 2px dotted #909090;
  position: relative;
  color: #101010;
  font-size: 24px;
  font-weight: bold;
  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: #06517A;
  border: 1px solid #06517A;
  color: #fff;
  padding: 10px 40px 10px;
  transition: .5s;
}
.page-404 .morebtn a:hover{
  background: #fff;
  color: #06517A;
  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;
}

/******************************
  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;
}

.header-inner{
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 0rem;
}

@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;
  align-items: center;
}
.flexbox2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .flexbox3{
    justify-content: flex-start;
  }
}


.flexbox4{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .flexbox4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
}


.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;
}

/******************************
  selection
******************************/
::selection {
  background: #32e4f069;
}

/******************************
  morebtn-type01
******************************/
.morebtn-type01 {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #06517A;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 30px;
  transition: background-color 0.3s;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  width: auto;
  max-width: 100%;
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .morebtn-type01 {
    padding: 10px 15px;
  }
}


.roundstyle .morebtn-type01 {
  border-radius: 50px;
  justify-content: center;
  margin-top: 0px;
}

.button_icon {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  background-color: #fff;
  color: #06517A;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.morebtn-type01:hover {
  background-color: #0071c4;
  opacity: 1;
}
.morebtn-type01:hover .button_icon {
  color: #0071c4;
}
.button-svg-copy {
  position: absolute;
  transform: translate(-150%, 150%);
}
.morebtn-type01:hover .button-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.morebtn-type01:hover .button-svg-copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

/******************************
スクロール連動アニメーション
******************************/
.leftover-box {
  overflow: hidden;
}
.leftover-box .leftover-box-in {
  overflow: hidden;
  position: relative;
  transition-delay: 0.1s;
  transform: translate3d(-100.5%, 0px, 0px);
  transition-delay: 0s;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform-origin: left center;
  transition-property: transform, -webkit-transform;
}
.leftover-box.animated .leftover-box-in::before {
  transform: scale(0, 1);
}
.leftover-box .leftover-box-in::before {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: scaleX(1);
  transition-delay: 0.4s;
  transition-duration: 1.5s;
  transform-origin: right center;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 5;
}
.leftover-box .leftover-box-in img {
  transform: scale(1);
  transition-duration: 4s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.leftover-box.animated .leftover-box-in {
  transform: translate3d(0px, 0px, 0px);
}

/******************************
  TABLE
******************************/
table{
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
table th{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EAEFF0;
  text-align: left;
  vertical-align: middle;
  width: 20%;
}
table td{
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
table ul{
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  table th{
      width: 100%;
      display: block;
      padding: 5px 10px;
  }
  table td{
      padding: 10px;
      display: block;
  }
}

/******************************
  header
******************************/
.cmnhead{
  background: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .5s;
}
.cmnhead_page{
  background: #fff;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: .5s;
}
.logo img{
  display: block;
}
.cmnhead .logo,.cmnhead_page .logo{
  max-width: 300px;
  margin-left: 30px;
}

.navlist a{
  display: block;
  padding: 1.5rem 1.3rem 0.5rem;
  border-bottom: 2px solid #fff;
}

.navlist a span{
  font-weight: 500;
}

@media screen and (max-width: 1180px) {
.cmnhead .logo,.cmnhead_page .logo{
  max-width: 270px;
  margin-left: 20px;
}
.navlist a{
  display: block;
  padding: 1.5rem 0.5rem 0.5rem;
}
}

.navlist li{
  padding: 1rem 0 1rem;
}
.navlist li a span p{
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-left: 5px;
  font-weight: 500;
}

/* li:last-child */
.navlist li:last-child{
  background: #F00000;
  color: #fff;
  transition: 0.5s;
  margin-left: 10px;
}
.navlist li:last-child:hover{
  background: #06517A;
  color: #fff;
  transition: 0.5s;
}
.navlist li:last-child span{
  font-size: 14px;
}
.navlist li:last-child a{
  color: #fff;
  border-bottom: 2px solid #F00000;
  padding: 0rem 3rem;
  transition: 0.5s;
}
.navlist li:last-child:hover a{
  border-bottom: 2px solid #06517A;
  transition: 0.5s;
}
.mail_style{
  text-align: center;
  line-height: 1;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .navlist li:last-child{
    background: none;
    color: #111111;
    transition: 0s;
    margin-left: 0px;
  }
  .navlist li:last-child:hover{
    background: none;
    color: #111111;
  transition: 0s;
  }
  .navlist li:last-child span{
    font-size: 16px;
  }
  .navlist li:last-child a{
    background: #fff;
    border: 1px solid #06517A;
    color: #101010;
    margin: 1rem 0;
    padding: 1rem;
    transition: 0s;
  }
  .navlist li:last-child:hover a{
    background: #06517A;
    color: #fff;
    transition: 0s;
  }
  .mail_style{
    display: none;
  }
}


/* li:last-child  END*/

.navlist a:hover,
.navlist .nowpage a{
  border-bottom: 2px solid #06517A;
  opacity: 1;
}
.spbtn{
  background: #0071c4;
  border-radius: 5px;
	cursor: pointer;
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 1.8rem;
  width: 40px;
  height:40px;
  z-index: 9999;
}
.spbtn span{
  background: #fff;
  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: 14px;
  left: 14px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.spbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.spbtn.active span:nth-of-type(3){
  top: 26px;
  left: 14px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
/* .splogo{
  display: none;
} */
.cmnhead.change,.page .cmnhead,.cmnhead_page.change,.page .cmnhead_page {
  background: #fff;
  box-shadow: 1px 1px 3px #ccc;
  transition: .5s;
}
/* .cmnhead.change .navlist a,.cmnhead_page.change .navlist a{
  color: #101010;
  text-shadow: none;
} */

.hcbtn{
  background: #06517A;
  border: 1px solid #06517A;
  color: #fff;
  padding: 3px 10px;
  transition: .5s;
}
.cmnhead.change .navlist .hcbtn,.cmnhead_page.change .navlist .hcbtn{
  color: #fff ;
}
.navlist .hcbtn:hover{
  background: #fff;
  color: #06517A;
  opacity: 1;
  text-shadow: none;
}
.cmnhead.change .navlist .hcbtn:hover,.cmnhead_page.change .navlist .hcbtn:hover{
  background: #fff;
  color: #06517A;
  opacity: 1;
  text-shadow: none;
}

@media only screen and (max-width: 1180px) {
  .cmnnav {
    margin-right: 0;
  }
  .headtel {
    top: 0.5rem;
  }
}
@media only screen and (max-width: 1024px) {
  .headtel {
    display: none;
  }
  .cmnhead,.cmnhead_page{
    padding: 1rem 0 1rem;
  }
  .cmnhead .logo, .cmnhead_page .logo{
    max-width: 300px;
    z-index: 1;
  }
  .spbtn{
    display: block;
  }
  .cmnnav {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
  }
  .cmnnav.active{
    background: #d9efff;
    height: 100dvh;
  }
  /* .cmnnav.active .splogo{
    display: block;
    margin: 4rem auto;
    max-width: 300px;
    text-align: center;
  } */
  .navlist{
    visibility: hidden;
    transform-origin: top center;
    transform: scale(.5);
  }
  .cmnnav.active .navlist{
    display: block;
    margin: 10rem auto 2rem;
    max-width: 300px;
    text-align: center;
    transition: .3s;
    transform: scale(1);
    visibility: visible;
  }
  .cmnnav.active .navlist li a{
    background: #fff;
    border: 1px solid #0071c4;
    color: #101010;
    margin: 0rem 0;
    padding: 0.5rem 1rem;
  }
  .cmnnav.active .navlist li a:hover,
  .cmnnav.active .navlist li.nowpage a{
    background: #0071c4;
    color: #fff;
  }
  .navlist a{
    text-shadow: none;
  }
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .cmnhead, .cmnhead_page {
    padding: 1.5rem 0 1rem;
}
    .cmnhead .logo, .cmnhead_page .logo{
      max-width: 250px;
      z-index: 1;
    }
}

/******************************
  footer
******************************/
.cmnfot{
  padding-top: 30px;
  border-top: 2px solid #f7fbff;
}
.fflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .fflex{
    flex-direction: column-reverse;
  }
}


.ffbox1{
  width: 55%;
  margin-right: 20px;
}
.ffbox2{
  width: 415px;
  max-width: 100%;
}
.ffbox1 ul{
  margin-top: 20px;
}
.ffbox1 li a:hover{
  color: #06517A;
}
.fotlink{
  text-align: right;
  margin-top: 30px;
}
.fotlink ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.fotlink li{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% / 2);
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .fotlink li{
    width: calc(100% / 1);
    margin-bottom: 15px;
  }
}

.address_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.address_flex .address{
  width: calc(100% / 2);
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .address_flex .address{
    width: calc(100% / 1);
    padding: 10px;
  }
}


.address_flex .address h3{
  font-size: 15px;
  font-weight: bold;
  color: #06517a;
}
.address_flex address,.address_flex p{
  font-size: 14px;
 }

.fotlink li::before{
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid #06517A;
  border-radius: 50%;
}
.fotlink li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
}

.fotlink li a:hover {
  color: #06517A;
}

.fotlink li a p{
  position: relative;
  font-weight: bold;
}
.fotcopy{
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}
.fotcopy_area{
  background: #0071c4;
  color: #fff;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .ffbox1 {
    width: 80%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ffbox2 {
    width: 60%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 820px) {
  .ffbox1 {
    width: 100%;
  }
  .ffbox2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {

}


.page-bg-area{
position: relative;
}
.page-bg-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/page-bg.svg) no-repeat center / cover;
  z-index: -2;
  opacity: 0.4;
}
.logo_menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.logo_menu li{
  margin-bottom: 10px;
  margin-right: 15px;
}

.logo_menu li a{
  position: relative;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 0em;
  font-weight: bold;
}
.logo_menu li a::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 8px;
  height: 8px;
  border: 2px solid #06517A;
  border-radius: 50%;
  top: 7px;
}

.greetingflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.greetingfbox1{
  width: 45%;
  margin-right: 20px;
}
.greetingfbox2{
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .greetingflex{
    flex-direction: column-reverse;
  }
  .greetingfbox1 {
    width: 100%;
    margin-right: 0;
  }
  .greetingfbox2{
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer_box{
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(180deg, #0071c4, #06517a);
  width: 800px;
  max-width: 100%;
  text-align: center;
}
.footer_box_area{
  background: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .footer_box{
    padding: 30px 15px 50px;
  }
  .footer_box_area{
    padding: 20px;
  }
}


.pagettl{
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagettl h2{
  position: relative;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
}
.pagettl h2::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 20px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.pagettl h3{
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.information_area{
  margin-top: 10px;
  margin-bottom: 30px;
}
.information_area p span{
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
  vertical-align: text-bottom;
}
.information_area p a{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.information_area p a i{
  font-size: 26px;
  color: #06517a;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .information_area{
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .information_area p span{
    display: inline-block;
    margin-right: 0px;
    width: 100%;
  }
  .information_area p a{
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.top_contact_text{
  margin-top: 0px;
  margin-bottom: 0px;
  color: #06517a;
  font-weight: bold;
}
.contact_text{
  margin-top: 0px;
  margin-bottom: 30px;
}
.contact_text p{
  font-size: 16px;
  letter-spacing: 1px;
}

.f_text_area {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

/*****************************
 googlemap
*****************************/

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 70%;
  position: relative;
  }
  @media screen and (max-width: 767px) {
  .gmap {
  padding-bottom: 80%;
    }
    .googlemap_area{
      width: 100%;
      top: 0px;
    }
    
  }
  .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  }

/*****************************
 history_area
*****************************/
.history_area{
  background: #f7fbff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .history_area{
    padding: 0px;
  }
}

/*****************************
table section ta05 
*****************************/
.table_style05 table {
  border-collapse: collapse;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}
.ta05 tr {
  border-bottom: 1px solid #ccc;
}
.ta05 th, .ta05 td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 15px 15px;
  line-height: 1.8;
  display: table-cell;
  align-content: center;
  background: #fff;
}
.ta05 .ta05_head {
  background: #0071c4;
  letter-spacing: 1px;
  width: 30%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ta05 th, .ta05 td {
    padding: 10px 10px;
    font-size: 14px;
  }
  .ta05 .ta05_head {
    line-height: 1.4;
  }
}

.map_style a {
  font-size: 14px;
  color: #1a0dab;
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
  position: relative;
  z-index: -1;
}
.section_area{
  margin: 0px 0;
  padding: 30px 0;
}

.catch_text{
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: 500;
}
.catch_text span{
  font-size: 60px;
  font-weight: bold;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .catch_text{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .catch_text span{
    font-size: 32px;
    font-weight: bold;
    margin: 0 5px;
  }
}

.wrap_area{
  background: #f7fbff;
  padding: 20px;
  border: 3px solid #eee;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .wrap_area{
    padding: 20px 10px;
  }
}

.wrap_area .text_area{
  margin-top: 10px;
  margin-bottom: 10px;
}
.text_area li{
  position: relative;
  margin-left: 0px;
}
.text_area li::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border: 2px solid #999;
  border-radius: 50%;
}
.text_area li p{
  margin-left: 20px;
}

.page-bg-area02{
  position: relative;
  }
  .page-bg-area02::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/page-bg02.svg) no-repeat center / cover;
    z-index: -2;
    opacity: 0.4;
  }


/* ----------------------------------------
吹き出し
------------------------------------------*/
.balloon {
  background: #e0f0ff;
  box-shadow: 0px 2px 3px 0px #ccc;
  padding: 3.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
.balloon:before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #e0f0ff;
  margin-left: -30px;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
}
.balloon2,
.balloon2::before{
  z-index: 9;
}
.balloon3,
.balloon3::before{
  z-index: 8;
}
.balloon4,
.balloon4::before{
  z-index: 7;
}

.balloon:nth-child(odd) {
  background: #fff;
}
.balloon:nth-child(odd):before {
  border-top: 30px solid #fff;
}
.balloon:last-child::before{
  display: none;
}

.balloon_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.balloon_flex .balloon_flex_item:nth-child(1){
  width: 40%;
  padding: 10px;
}
.balloon_flex .balloon_flex_item:nth-child(2){
  width: 60%;
  padding: 10px;
}

.balloon_flex img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .balloon_flex img{
    aspect-ratio: 4 / 4;
    object-fit: cover;
  }
  .balloon_flex .balloon_flex_item:nth-child(1){
    width: 30%;
  }
  .balloon_flex .balloon_flex_item:nth-child(2){
    width: 70%;
  }
}
@media screen and (max-width: 820px) {
  .balloon_flex img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  .balloon_flex .balloon_flex_item:nth-child(1){
    width: 50%;
    margin: 0 auto;
  }
  .balloon_flex .balloon_flex_item:nth-child(2){
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .balloon_flex img{
    aspect-ratio: 5 / 3;
    object-fit: cover;
  }
  .balloon_flex .balloon_flex_item:nth-child(1){
    width: 80%;
    margin: 0 auto;
  }
  .balloon_flex .balloon_flex_item:nth-child(2){
    width: 100%;
    padding: 0px;
  }
}


.balloon p{
  margin-bottom: 5px;
}
.balloon i{
  margin-left: 5px;
  margin-right: 5px;
}

  /* ご注文から納品までの流れ */

@media screen and (max-width: 820px) {
      .balloon {
        padding: 4rem 1rem;
    }
  }

@media screen and (max-width: 767px) {
      .balloon .flex{
          display: block;
      }
    .balloon .bl_flex_item:first-child {
        margin-right: 20px;
    }
    .balloon {
        padding: 4rem 1rem;
    }
    .read_m p{
      text-align: left;
    }
}

.access_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access_flex li:nth-child(1){
  padding: 10px;
}
.access_flex li:nth-child(2){
  width: 250px;
  padding: 10px;
  margin: 20px auto 0;
  text-align: left;
}
@media screen and (max-width: 1180px) {
  .access_flex li:nth-child(2){
    width: 100%;
    padding: 0px;
    margin: 0px auto 0;
  }
}

.flow_info_area p{
  margin-bottom: 0;
}
.flow_info_area p span{
  font-size: 18px;
  font-weight: 500;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.flow_info_area p a{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.flow_info_area p a i{
  font-size: 24px;
  color: #06517a;
  margin-right: -5px;
}
@media screen and (max-width: 767px) {
  .flow_info_area{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .flow_info_area p span{
    display: inline-block;
    margin-right: 0px;
  }
  .flow_info_area p a{
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.news_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.news_list_item{
  width: calc(100% / 3);
  padding: 5px;
  margin-bottom: 20px;
}
.thumb__img{
  position: relative;
  text-align: center;
}

.thumb__img .cat{
color: #0071c4;
display: inline-block;
font-size: 4rem;
font-weight: bold;
line-height: 1;
letter-spacing: 2px;
padding: 10px;
padding-left: 60px;
margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
.thumb__img .cat{
  font-size: 3rem;
  margin-bottom: 0px;
}
}
@media screen and (max-width: 1024px) {
.thumb__img .cat{
  font-size: 2rem;
}
}
.thumb__img img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  margin-bottom: 5px;
}


.case_cat01,.case_cat02,.case_cat03{
  position: relative;
}
.case_cat01::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -70px;
    width: 65px;
    height: 65px;
    background: url(../images/common/icon01.png) no-repeat center / cover;
  }

.case_cat02::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -70px;
    width: 65px;
    height: 65px;
    background: url(../images/common/icon02.png) no-repeat center / cover;
  }

.case_cat03::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -70px;
    width: 65px;
    height: 65px;
    background: url(../images/common/icon03.png) no-repeat center / cover;
  }
@media screen and (max-width: 1024px) {
.case_cat01::before {
    top: -10px;
    left: -55px;
    width: 55px;
    height: 55px;
  }

.case_cat02::before {
    top: -10px;
    left: -55px;
    width: 55px;
    height: 55px;
  }

.case_cat03::before {
    top: -10px;
    left: -55px;
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
.case_cat01::before {
  top: -10px;
  left: -40px;
  width: 40px;
  height: 40px;
  }

.case_cat02::before {
  top: -10px;
  left: -40px;
  width: 40px;
  height: 40px;
  }

.case_cat03::before {
  top: -10px;
  left: -40px;
  width: 40px;
  height: 40px;
  }
}

.thumb__time{
  font-size: 14px;
}
.thumb__title{
  font-size: 16px;
}
.top_news_btn{
  margin-top: 30px;
  text-align: right;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .news_list_item {
    width: calc(100% / 2);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
    .news_list_item {
    width: calc(100% / 1);
    margin-bottom: 20px;
  }
  .top_ttl02{
    font-size: 34px;
  }
  .top_ttl02::after{
    margin-left: 110px;
  }

  .thumb__title{
    font-size: 14px;
  }
}

.singlehead {
  margin-top: 30px;
}

.singlehead .cat-case{
  background: #0071c4;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  padding: 0.8rem 2rem 1rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
.singlehead .cat-case{
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem 0.7rem;
}
}


/* .case_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.b_info01 {
  width: 40%;
  margin: 0 auto;
}
.b_info02 {
  width: 57%;
}
@media screen and (max-width: 1024px) {
  .b_info01 {
    width: 100%;
    margin: 0 auto 30px;
  }
  .b_info02 {
    width: 100%;
  }
} */

/* .book_slider .book_slide_img{
  text-align: center;
} */
.book_slider .book_slide_img img{
  height: 330px !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .book_slider .book_slide_img img{
    height: 400px !important;
  }
}
@media screen and (max-width: 600px) {
  .book_slider .book_slide_img img{
    height: 70vw !important;
  }
}

.book_single_slider_box .book_slider_choicebtn li{
  padding: 5px;
}
.book_single_slider_box .book_slider_choicebtn li img{
  height: 75px !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.book_single_slider_box .book_slider_choicebtn li img{
  height: 140px !important;
}
}
@media screen and (max-width: 820px) {
  .book_single_slider_box .book_slider_choicebtn li img{
    height: 110px !important;
  }
  }
  @media screen and (max-width: 600px) {
    .book_single_slider_box .book_slider_choicebtn li img{
      height: 13vw !important;
  }
  }

.ss_b {
  display: block;
}
table.case_tbl {
  border-top: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
}

table.case_tbl th {
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 10px;
  box-sizing: border-box;
  background: #0071c4;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 110px;
  font-weight: bold;
  text-align: center;
}
table.case_tbl td {
  border-bottom: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  table.case_tbl th {
    width: 100%;
    display: block;
    padding: 15px 10px;
}
table.case_tbl td {
 padding: 15px 10px;
  display: block;
}
}

.book_single_slider_box{
  margin-top: 5px;
}

.page_3colimg_area{
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 5px;
  background: #f7fbff;
}
.page_3colimg_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.page_3colimg_flex li{
  width: calc(100% / 3);
  padding: 5px;
}
@media screen and (max-width: 767px) {
.page_3colimg_flex li{
  width: calc(100% / 1);
  padding: 5px;
}
}

/******************************
br
******************************/
.sp_br {
  display: none; /* pcの時は非表示 */
}
.pc_br {
  display: block; /* spの時は非表示 */
}

@media (max-width: 767px) {
  .sp_br {
    display: block; /* spの時は表示 */
  }
  .pc_br {
  display: none; /* spの時は非表示 */
  }
}

/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}


.star-rating {
    display: inline-flex;
    font-size: 18px;
    color: #ccc;
}
.fa-star.active {
    color: #000562;
}
.fa-star.star-half {
    background: linear-gradient(to right, #000562 50%, #ccc 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}