@charset "utf-8";
/* CSS Document */

/* pg-top-visual
====================================================== */
.pg-top-visual{
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../../img/top/mv-bg.jpg") no-repeat center top / cover;
  padding: 0 0 100px;
}
.pg-top-visual::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../../img/top/mv-bg01.png") no-repeat center bottom / 100% auto;
}
.pg-top-visual__img{
  /* text-align: center; */
  position: absolute;
  top: 47%;
  left: 6%;
  transform: translateY(-50%);
  width: 45%;
  max-width: 580px;
}
@media (max-width:768px){
  .pg-top-visual{
    background: url("../../img/top/mv-bg.jpg") no-repeat 60% top / cover;
    height: 85vh;
    padding: 50px 0 50px;
  }
  .pg-top-visual__img {
    top: 70%;
    left: 2%;
    width: 75%;
    max-width: 460px;
  }
}
@media (max-width:450px){
  .pg-top-visual{
    background: url("../../img/top/mv-bg.jpg") no-repeat 77% top / cover;
    height: 80vh;
  }
}


/* pg-top-section-feature
====================================================== */
.pg-top-section-feature{
  padding: 55px 0;
}
.pg-top-section-feature-flex{
  display: flex;
  align-items: center;
  margin: 0 0 80px;
}
.pg-top-section-feature-flex:last-of-type{
  margin: 0;
}
.pg-top-section-feature-flex__img{
  width: 46%;
  order: 2;
}
.pg-top-section-feature-flex:nth-of-type(odd) .pg-top-section-feature-flex__img{
  order: 1;
  text-align: right;
}
.pg-top-section-feature-flex__text{
  width: 54%;
  order: 1;
}
.pg-top-section-feature-flex__text-in{
  max-width: 560px;
  margin: 0 0 0 auto;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
.pg-top-section-feature-flex:nth-of-type(odd) .pg-top-section-feature-flex__text-in{
  margin: 0 auto 0 0;
  padding: 0 0 0 5%;
}
.pg-top-section-feature-flex:nth-of-type(odd) .pg-top-section-feature-flex__text{
  order: 2;
}
.pg-top-section-feature-flex__text-title{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.56;
  margin: 0 0 0.5em;
}
.pg-top-section-feature-flex__text-title span{
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color_red);
}
.pg-top-section-feature-flex__text-txt{
  font-size: 2.0rem;
  line-height: 2.0;
}
@media (max-width:1240px){
  .pg-top-section-feature{
    padding: 55px 20px;
  }
}
@media (max-width:1000px){
  .pg-top-section-feature-flex{
    align-items:flex-start;
  }
  .pg-top-section-feature-flex__text-title{
    font-size: min(3.2rem, 3.25vw);
  }
  .pg-top-section-feature-flex__text-txt{
    font-size: min(2.0rem, 2.25vw);
  }
}
@media (max-width:768px){
  .pg-top-section-feature{
    padding: 40px 20px;
  }
  .pg-top-section-feature-flex{
    display: block;
    margin: 0 0 40px;
  }
  .pg-top-section-feature-flex__img{
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }
  .pg-top-section-feature-flex__text{
   width: 100%; 
  }
  .pg-top-section-feature-flex__text-in{
    padding: 0;
  }
  .pg-top-section-feature-flex__text-title{
    text-align: center;
    font-size: 2.0rem;
  }
  .pg-top-section-feature-flex__text-txt{
    font-size: 1.5rem;
  }
}

/* pg-top-section-important
====================================================== */
.pg-top-section-important{
  padding: 55px 20px;
}
.pg-top-section-important-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 120px 120px;
  box-sizing: border-box;
  background: url("../../img/top/important-bg01.svg") no-repeat left top, url("../../img/top/important-bg02.svg") no-repeat right bottom, var(--color_blue);
  border-radius: 40px;
}
.pg-top-section-important-box__list{
  display: flex;
  gap: 0 10px;
}
.pg-top-section-important-box__list-item{
  width: calc(100% / 4);
  background: #fff;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 20px;
}
.pg-top-section-important-box__list-item-point{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.pg-top-section-important-box__list-item-point span{
  display: inline-block;
  background: linear-gradient(to right,  rgba(107,215,239,1) 0%,rgba(0,160,233,1) 100%);
  padding: 5px 35px 3px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
}
.pg-top-section-important-box__list-item-img{
  text-align: center;
}
.pg-top-section-important-box__list-item-text{
  text-align: center;
  font-size: min(1.8rem, 1.0vw);
  font-weight: bold;
  line-height: 1.66;
  margin: 20px 0 0;
}
@media (max-width:1200px){
  .pg-top-section-important-box{
    padding: 100px 40px 120px;
  }
}
@media (max-width:1000px){
  .pg-top-section-important-box__list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .pg-top-section-important-box__list-item{
    width: calc(100% / 2 - 10px);
  }
  .pg-top-section-important-box__list-item-text{
    font-size: 1.6rem;
  }
}
@media (max-width:768px){
  .pg-top-section-important{
    padding: 40px 20px;
  }
  .pg-top-section-important-box{
    padding: 60px 20px;
    background:
      url("../../img/top/important-bg01.svg") no-repeat left top / 200px auto,
      url("../../img/top/important-bg02.svg") no-repeat right bottom / 200px auto, var(--color_blue);
  }
  .pg-top-section-important-box__list-item{
    width: 100%;
    margin: 20px 0 0;
  }
}


/* pg-top-section-menu
====================================================== */
.pg-top-section-menu{
  padding: 55px 0;
}
.pg-top-section-menu-box{
  margin: 0 0 40px;
  padding: 50px 50px 55px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);
}
.pg-top-section-menu-box:last-of-type{
  margin: 0 0 120px;
}
.pg-top-section-menu-box__title{
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 40px;
  padding: 18px 10px;
  background: linear-gradient(to right,  rgba(107,215,239,1) 0%,rgba(0,160,233,1) 100%);
  border-radius: 35px;
  color: #fff;
}
.pg-top-section-menu-box-flex{
  display: flex;
  margin: 0 0 45px;
}
.pg-top-section-menu-box-flex__img{
  width: 39.5%;
}
.pg-top-section-menu-box-flex__text{
  width: 60.5%;
  padding: 0 0 0 4%;
  box-sizing: border-box;
}
.pg-top-section-menu-box-flex__text-title{
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color_base);
  line-height: 1.63;
  margin: 0 0 0.75em;
}
.pg-top-section-menu-box-flex__text .list{}
.pg-top-section-menu-box-flex__text .list .list__item{
  border-bottom: 1px dashed #E9E9E9;
  padding: 10px 0 10px 40px;
  font-size: 1.8rem;
  font-weight: bold;
}
.pg-top-section-menu-box-flex__text .list .list__item--clock{
  background: url("../img/icon-clock.svg") no-repeat left center;
}
.pg-top-section-menu-box-flex__text .list .list__item--money{
  background: url("../img/icon-money.svg") no-repeat left center;
}
.pg-top-section-menu-box__text{
  font-size: 2.0rem;
  line-height: 2.0;
}
.pg-top-section-menu-box__text-s{
  font-size: 1.4rem;
  line-height: 1.71;
  margin: 1.0em 0 0;
}

.pg-top-section-menu-flex{
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.pg-top-section-menu-flex__img{
  width: 42.5%;
  text-align: right;
}
.pg-top-section-menu-flex:nth-of-type(odd) .pg-top-section-menu-flex__img{
  order: 2;
  text-align: left;
}
.pg-top-section-menu-flex__text{
  width: 57.5%;
}
.pg-top-section-menu-flex:nth-of-type(odd) .pg-top-section-menu-flex__text{
  order: 1;
}
.pg-top-section-menu-flex__text-in{
  max-width: 620px;
  padding: 0 0 0 5%;
  box-sizing: border-box;
}
.pg-top-section-menu-flex:nth-of-type(odd) .pg-top-section-menu-flex__text-in{
  max-width: 620px;
  margin: 0 0 0 auto;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
.pg-top-section-menu-flex__text-title{
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_base);
  margin: 0 0 0.75em;
}
.pg-top-section-menu-flex__text-txt{
  font-size: 2.0rem;
  line-height: 2.0;
}
.pg-top-section-menu-flex__text .list{
  margin: 0 0 2.0em;
}
.pg-top-section-menu-flex__text .list .list__item{
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -0.5em;
  padding: 0 0 0 1.0em;
}
.pg-top-section-menu-flex__text .list .list__item::before{
  display: inline-block;
  content: '・';
  color: var(--color_red);
}
@media (max-width:1240px){
  .pg-top-section-menu-flex{
    padding: 0 20px;
  }
}
@media (max-width:1000px){
  .pg-top-section-menu-flex{
    align-items: flex-start;
  }
  .pg-top-section-menu-flex__text-title{
    font-size: min(3.2rem, 3.25vw);
  }
  .pg-top-section-menu-flex__text-txt{
    font-size: min(2.0rem, 2.25vw);
  }
}
@media (max-width:768px){
  .pg-top-section-menu{
    padding: 45px 0;
  }
  .pg-top-section-menu-box{
    padding: 30px 20px;
  }
  .pg-top-section-menu-box__title{
    font-size: 1.8rem;
  }
  .pg-top-section-menu-box-flex{
    display: block;
    margin:  0 0 30px;
  }
  .pg-top-section-menu-box-flex__img{
    width: 100%;
    margin: 0 auto 20px;
  }
  .pg-top-section-menu-box-flex__text{
    width: 100%;
    padding: 0;
  }
  .pg-top-section-menu-box-flex__text-title{
    font-size: 1.8rem;
  }
  .pg-top-section-menu-box-flex__text .list .list__item{
    font-size: 1.6rem;
  }
  .pg-top-section-menu-box__text{
    font-size: 1.6rem;
  }
  .pg-top-section-menu-box:last-of-type{
    margin: 0 0 60px;
  }
  .pg-top-section-menu-flex{
    display: block;
  }
  .pg-top-section-menu-flex__img{
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .pg-top-section-menu-flex__text{
    width: 100%;
    padding: 0;
  }
  .pg-top-section-menu-flex__text-in{
    max-width: 100%;
    padding: 0;
  }
  .pg-top-section-menu-flex:nth-of-type(odd) .pg-top-section-menu-flex__text-in{
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .pg-top-section-menu-flex__text-title{
    text-align: center;
    font-size: 2.0rem;
  }
  .pg-top-section-menu-flex__text-txt{
    font-size: 1.5rem;
  }
  .pg-top-section-menu-flex__text .list .list__item{
    font-size: 1.6rem;
  }
}
@media (max-width:450px){
  .pg-top-section-menu-box__title{
    font-size: min(1.8rem, 3.75vw);
  }
}


/* pg-top-section-case
====================================================== */
.pg-top-section-case{
  padding: 55px 0;
}
.pg-top-section-case-box{
  border: 10px solid var(--color_blue);
  border-radius: 20px;
  padding: 55px 45px 50px;
  position: relative;
}
.pg-top-section-case-box__title{
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-60%);
  width: 100%;
  text-align: center;
}
.pg-top-section-case-box__title span{
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_base);
}
.pg-top-section-case-box__catch{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--color_base);
  margin: 1.25em 0 0;
}
.pg-top-section-case-box .list{
  margin: 0 0 1.0em;
}
.pg-top-section-case-box .list:last-of-type{
  margin: 0;
}
.pg-top-section-case-box .list .list__item{
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -0.5em;
  padding: 0 0 0 1.0em;
}
.pg-top-section-case-box .list .list__item::before{
  display: inline-block;
  content: '・';
  color: var(--color_base);
}
.pg-top-section-case-box__text{
  font-size: 2.0rem;
  font-weight: bold;
}
.pg-top-section-case-box__text span{
  display: inline-block;
  border: 1px solid var(--color_red);
  padding: 3px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 6px;
  color: var(--color_red);
  margin: 0 15px 0 0;
}
@media (max-width:768px){
   .pg-top-section-case{
    padding: 45px 0;
  }
  .pg-top-section-case-box{
    padding: 45px 25px 30px;
  }
  .pg-top-section-case-box__title span{
    font-size: 2.8rem;
  }
  .pg-top-section-case-box .list .list__item{
    font-size: 1.6rem;
  }
  .pg-top-section-case-box__text{
    font-size: 1.8rem;
    margin: 1.0em 0 0;
  }
  .pg-top-section-case-box__text span{
    font-size: 1.6rem;
  }
  .pg-top-section-case-box__catch{
    font-size: 1.8rem;
    text-align: left;
  }
  .pg-top-section-case-box__catch br{
    display: none;
  }
}


/* pg-top-section-schedule
====================================================== */
.pg-top-section-schedule{
  padding: 55px 20px 120px;
}
.pg-top-section-schedule-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 120px;
  box-sizing: border-box;
  background: url("../../img/top/schedule-bg01.svg") no-repeat right top, url("../../img/top/schedule-bg02.svg") no-repeat left bottom, var(--color_blue);
  border-radius: 40px;
}
.pg-top-section-schedule-box .p-headline{
  margin: 0 0 40px;
}
.pg-top-section-schedule-box__table{
  width: 100%;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
}
.pg-top-section-schedule-box__table thead tr th{
  border-right: 2px solid #DADADA;
  background: var(--color_base);
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 15px 5px;
  box-sizing: border-box;
}
.pg-top-section-schedule-box__table thead tr th:last-of-type{
  border-right: none;
}
.pg-top-section-schedule-box__table tbody tr td{
  border-right: 2px solid #DADADA;
  border-bottom: 2px solid #DADADA;
  background: #fff;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 15px 5px;
  box-sizing: border-box;
}
.pg-top-section-schedule-box__table tbody tr:last-of-type td{
  border-bottom: none;
}
.pg-top-section-schedule-box__table tbody tr td:nth-of-type(1){
  width: 20%;
  color: var(--color_base);
}
.pg-top-section-schedule-box__table tbody tr td:nth-of-type(2){
  width: 40%;
}
.pg-top-section-schedule-box__table tbody tr td:nth-of-type(3){
  width: 40%;
  border-right: none;
}
.pg-top-section-schedule-box__text{
  margin: 1.0em 0 0;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--color_red);
}
@media (max-width:1200px){
  .pg-top-section-schedule-box{
    padding: 100px 40px 120px;
  }
}
@media (max-width:768px){
  .pg-top-section-schedule{
    padding: 45px 20px 60px;
  }
  .pg-top-section-schedule-box{
    padding: 80px 20px 60px;
    background:
      url("../../img/top/schedule-bg01.svg") no-repeat right top / 200px auto,
      url("../../img/top/schedule-bg02.svg") no-repeat left bottom / 200px auto, var(--color_blue);
  }
  .pg-top-section-schedule-box__table thead tr th{
    font-size: 1.5rem;
  }
  .pg-top-section-schedule-box__table tbody tr td{
    font-size: 1.5rem;
  }
  .pg-top-section-schedule-box__text{
    font-size: 1.6rem;
  }
}


/* pg-top-section-flow
====================================================== */
.pg-top-section-flow{
  padding: 150px 0 45px;
}
.pg-top-section-flow-list__item{
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 45px 40px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px -6px rgba(0,0,0,0.4);
  position: relative;
}
.pg-top-section-flow-list__item::after{
  position: absolute;
  left: 100px;
  bottom: -25px;
  content: '';
  width: 30px;
  height: 50px;
  background: url("../../img/top/flow-arrow.svg") no-repeat center center;
}
.pg-top-section-flow-list__item:last-of-type::after{
  content: none;
}
.pg-top-section-flow-list__item-img{
  width: 150px;
}
.pg-top-section-flow-list__item-text{
  width: calc(100% - 150px);
  padding: 0 0 0 5%;
  box-sizing: border-box;
}
.pg-top-section-flow-list__item-text-title{
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0 0.5em;
}
.pg-top-section-flow-list__item-text-title span{
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--color_red);
}
.pg-top-section-flow-list__item-text .list .list__item{
  font-size: 1.8rem;
  text-indent: -0.5em;
  padding: 0 0 0 1.0em;
}
.pg-top-section-flow-list__item-text .list .list__item::before{
  display: inline-block;
  content: '・';
  color: var(--color_base);
}
@media (max-width:768px){
  .pg-top-section-flow{
    padding: 60px 0 45px;
  }
  .pg-top-section-flow-list__item{
    display: block;
    padding: 30px 20px 35px;
  }
  .pg-top-section-flow-list__item:last-of-type{
    margin: 0;
  }
  .pg-top-section-flow-list__item::after{
    left: 50%;
    transform: translateX(-50%);
  }
  .pg-top-section-flow-list__item-img{
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
  }
  .pg-top-section-flow-list__item-text{
    width: 100%;
    padding: 0;
  }
  .pg-top-section-flow-list__item-text-title{
    text-align: center;
    font-size: 2.2rem;
  }
  .pg-top-section-flow-list__item-text-title span{
    font-size: 1.6rem;
  }
  .pg-top-section-flow-list__item-text .list .list__item{
    font-size: 1.6rem;
  }
}
@media (max-width:450px){
  .pg-top-section-flow-list__item-text-title{
    font-size: min(2.2rem, 4.9vw);
  }
}


/* pg-top-section-faq
====================================================== */
.pg-top-section-faq{
  padding: 45px 20px 80px;
}
.pg-top-section-faq-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 120px;
  box-sizing: border-box;
  background: url("../../img/top/faq-bg01.svg") no-repeat right top, url("../../img/top/faq-bg02.svg") no-repeat left bottom, var(--color_blue);
  border-radius: 40px;
}
.pg-top-section-faq-box .p-headline{
  margin: 0 0 40px;
}
.pg-top-section-faq-box-list__item{
  border-bottom: 2px solid #DADADA;
}
.pg-top-section-faq-box-list__item-title{
  font-size: 2.0rem;
  font-weight: bold;
  padding: 25px 40px 25px 60px;
  background: url("../img/faq-q.svg") no-repeat left 25px top 32px;
  position: relative;
  cursor: pointer;
}
.pg-top-section-faq-box-list__item-title span{
	position: absolute;
	right: 0;
	top: 50%;
	width: 26px;
	height: 26px;
	background: var(--color_base);
	border-radius: 50%;
  transform: translateY(-50%);
}
.pg-top-section-faq-box-list__item-title span::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -7px;
	width: 14px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	border-right: none;
}
.pg-top-section-faq-box-list__item-title span::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -7px;
	width: 14px;
	height: 2px;
	background-color: #fff;
	transition: .3s;
}
.pg-top-section-faq-box-list__item-title.on span::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.pg-top-section-faq-box-list__item-title.on span::after{
	background-color: transparent;
}
.pg-top-section-faq-box-list__item-text{
  font-size: 1.8rem;
  line-height: 2.0;
  padding: 5px 40px 25px 60px;
  background: url("../img/faq-a.svg") no-repeat left 25px top 15px;
  display: none;
}
@media (max-width:1200px){
  .pg-top-section-faq-box{
     padding: 100px 40px 120px; 
  }
}
@media (max-width:768px){
  .pg-top-section-faq{
    padding: 45px 20px 60px;
  }
  .pg-top-section-faq-box .p-headline{
    margin: 0 0 30px;
  }
  .pg-top-section-faq-box{
    padding: 60px 20px 60px;
    background:
      url("../../img/top/faq-bg01.svg") no-repeat right top / 200px auto,
      url("../../img/top/faq-bg02.svg") no-repeat left bottom / 200px auto, var(--color_blue);
  }
  .pg-top-section-faq-box-list__item-title{
    font-size: 1.8rem;
    background: url("../img/faq-q.svg") no-repeat left 5px top 30px;
    padding: 25px 40px;
  }
  .pg-top-section-faq-box-list__item-text{
    font-size: 1.6rem;
    padding: 5px 0 25px 40px;
    background: url("../img/faq-a.svg") no-repeat left 5px top 13px;
  }
}


/* pg-top-section-news
====================================================== */
.pg-top-section-news{
  padding: 45px 20px 120px;
}
.pg-top-section-news-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 120px;
  box-sizing: border-box;
  background: url("../../img/top/news-bg01.svg") no-repeat left top, url("../../img/top/news-bg02.svg") no-repeat right bottom, var(--color_blue);
  border-radius: 40px;
}
.pg-top-section-news-box-flex{
  display: flex;
  align-items: center;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__title{
  width: 210px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__title h2{
  font-size: 4.0rem;
  font-weight: bold;
  color: var(--color_base);
  line-height: 1.0;
  margin: 0 0 1.5em;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__title p a{
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
  color: #333;
  position: relative;
  padding: 0 0 0 1.0em;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__title p a::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 5px;
  background: var(--color_base);
  border-radius: 50%;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text{
  width: calc(100% - 210px);
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list{}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item{
  border-bottom: 1px solid #D9D9D9;
  transition: 0.3s;
}
@media (min-width:769px){
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item:hover{
    transform: translateX(10px);
  } 
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item:first-child{
  border-top: 1px solid #D9D9D9;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a{
  display: flex;
  padding: 20px 0;
  text-decoration: none;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .data{
  width: 270px;
  display: flex;
  align-items: center;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .data .date{
  width: 150px;
  font-size: 2.0rem;
  text-align: center;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .data .cat{
  background: var(--color_base);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .title{
  width: calc(100% - 270px);
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
@media (max-width:1200px){
  .pg-top-section-news-box{
     padding: 100px 40px 120px; 
  }
}
@media (max-width:1000px){
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a{
    flex-wrap: wrap;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .title{
    width: 100%;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .data .date{
    width: 120px;
    text-align: left;
  }
}
@media (max-width:768px){
  .pg-top-section-news{
    padding: 45px 20px 90px;
  }
  .pg-top-section-news-box{
    padding: 60px 20px; 
    background: url("../../img/top/news-bg01.svg") no-repeat left top / 200px auto, url("../../img/top/news-bg02.svg") no-repeat right bottom / 200px auto, var(--color_blue);
  }
  .pg-top-section-news-box-flex{
    display: block;
    position: relative;
    padding: 0 0 60px;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__title{
    width: 100%;
    padding: 0;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__title h2{
    text-align: center;
    font-size: 2.4rem;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__title p{
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__title p a{
    font-size: 1.6rem;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text{
    width: 100%;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .data .date{
    font-size: 1.6rem;
    width: 100px;
  }
  .pg-top-section-news-box-flex .pg-top-section-news-box-flex__text .list .list__item a .title{
    font-size: 1.6rem;
  }
}

/* pg-top-section-introduction
====================================================== */
.pg-top-section-introduction{
  padding: 155px 0 75px;
}
.pg-top-section-introduction-cont--01{
  position: relative;
}
.pg-top-section-introduction-cont--01::before{
  position: absolute;
  right: -20px;
  top: -200px;
  z-index: -1;
  content: '';
  width: 580px;
  height: 651px;
  background: url("../../img/top/introduction-bg01.svg") no-repeat center center / 100% auto;
}
.pg-top-section-introduction-cont--01::after{
  position: absolute;
  left: -150px;
  top: 350px;
  z-index: -1;
  content: '';
  width: 733px;
  height: 407px;
  background: url("../../img/top/introduction-bg02.svg") no-repeat center center / 100% auto;
}
.pg-top-section-introduction-cont--02{
  position: relative;
}
.pg-top-section-introduction-cont--02::before{
  position: absolute;
  right: -150px;
  top: 300px;
  z-index: -1;
  content: '';
  width: 794px;
  height: 534px;
  background: url("../../img/top/introduction-bg04.svg") no-repeat center center / 100% auto;
}
.pg-top-section-introduction-cont--02::after{
  position: absolute;
  left: -20px;
  top: -50px;
  z-index: -1;
  content: '';
  width: 473px;
  height: 436px;
  background: url("../../img/top/introduction-bg03.svg") no-repeat center center / 100% auto;
}

.pg-top-section-introduction-cont-flex{
  display: flex;
  margin: 0 0 60px;
}
.pg-top-section-introduction-cont-flex__img{
  width: 38%;
}
.pg-top-section-introduction-cont-flex__img--reverse{
  order: 2;
}
.pg-top-section-introduction-cont-flex__img img{
  border-radius: 0 30px 30px 0;
}
.pg-top-section-introduction-cont-flex__img--reverse img{
  border-radius: 30px 0 0 30px;
}
.pg-top-section-introduction-cont-flex__text{
  width: 62%;
  padding: 0 0 0 4%;
  box-sizing: border-box;
}
.pg-top-section-introduction-cont-flex__text--reverse{
  order: 1;
  padding: 0 4% 0 0;
}
.pg-top-section-introduction-cont-flex__text-in{
  max-width: 630px;
  padding: 20px 0 0;
}
.pg-top-section-introduction-cont-flex__text-in--reverse{
  margin: 0 0 0 auto;
}
.pg-top-section-introduction-cont-flex__text-catch{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.68;
  color: var(--color_base);
  margin: 0 0 1.25em;
}
.pg-top-section-introduction-cont-flex__text-txt{
  font-size: 1.6rem;
  font-weight: bold;
}
.pg-top-section-introduction-cont-flex__text-txt span{
  display: block;
  font-size: 2.4rem;
}
.pg-top-section-introduction-cont__title{
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_base);
  margin: 3.0em 0 1.0em;
}
.pg-top-section-introduction-cont .list--01 {
  position: relative;
  padding: 0 0 0 35px;
}
.pg-top-section-introduction-cont .list--01::before{
  position: absolute;
  left: 8px;
  top: 15px;
  content: '';
  width: 1px;
  height: calc(100% - 30px);
  background: #DADADA;
}
.pg-top-section-introduction-cont .list--01 .list__item{
  display: flex;
  margin: 0 0 20px;
  position: relative;
}
.pg-top-section-introduction-cont .list--01 .list__item::before{
  position: absolute;
  left: -34px;
  top: 9px;
  content: '';
  width: 16px;
  height: 16px;
  background: var(--color_red);
  border-radius: 50%;
}
.pg-top-section-introduction-cont .list--01 .list__item .list__item-year{
  width: 95px;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color_base);
  line-height: 1.4;
}
.pg-top-section-introduction-cont .list--01 .list__item .list__item-text{
  width: calc(100% - 95px);
  font-size: 1.6rem;
  font-weight: bold;
}

.pg-top-section-introduction-cont .list--02{
  margin: 0 0 130px;
}
.pg-top-section-introduction-cont .list--02 .list__item{
  display: flex;
  margin: 0 0 15px;
}
.pg-top-section-introduction-cont .list--02 .list__item .list__item-year{
  width: 75px;
  font-weight: bold;
}
.pg-top-section-introduction-cont .list--02 .list__item .list__item-text{
 width: calc(100% - 75px);
}


.pg-top-section-introduction-cont__text{
  font-size: 1.6rem;
  line-height: 2.0;
  margin: 0 0 2.0em;
}
.pg-top-section-introduction-cont__text:last-of-type{
  margin: 0;
}
@media (max-width: 1200px){
  .pg-top-section-introduction-cont-flex__text,
  .pg-top-section-introduction-cont-flex__text--reverse{
    padding: 0 4%;
  }
}
@media (max-width: 768px){
  .pg-top-section-introduction{
    padding: 75px 0 45px;
  }
  .pg-top-section-introduction-cont--01::before{
    position: absolute;
    right: -20px;
    top: -200px;
    z-index: -1;
    content: '';
    width: 240px;
    height: 326px;
    background: url("../../img/top/introduction-bg01.svg") no-repeat center center / 100% auto;
  }
  .pg-top-section-introduction-cont--01::after{
    position: absolute;
    left: -150px;
    top: 350px;
    z-index: -1;
    content: '';
    width: 366px;
    height: 204px;
    background: url("../../img/top/introduction-bg02.svg") no-repeat center center / 100% auto;
  }
  .pg-top-section-introduction-cont--02::before{
    position: absolute;
    right: -150px;
    top: 300px;
    z-index: -1;
    content: '';
    width: 397px;
    height: 267px;
    background: url("../../img/top/introduction-bg04.svg") no-repeat center center / 100% auto;
  }
  .pg-top-section-introduction-cont--02::after{
    position: absolute;
    left: -20px;
    top: -50px;
    z-index: -1;
    content: '';
    width: 236px;
    height: 218px;
    background: url("../../img/top/introduction-bg03.svg") no-repeat center center / 100% auto;
  }
  
  
  .pg-top-section-introduction-cont-flex{
    display: block;
    margin: 0 0 30px;
    padding: 0 20px;
  }
  .pg-top-section-introduction-cont-flex__img{
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .pg-top-section-introduction-cont-flex__img img,
  .pg-top-section-introduction-cont-flex__img--reversu img{
    border-radius: 10px;
  }
  .pg-top-section-introduction-cont-flex__text{
    width: 100%;
    padding: 0;
  }
  .pg-top-section-introduction-cont-flex__text-catch{
    font-size: 2.0rem;  
  }
  .pg-top-section-introduction-cont-flex__text-txt span{
    font-size: 2.0rem;
  }
  .pg-top-section-introduction-cont__title{
    font-size: 2.4rem;
  }
  .pg-top-section-introduction-cont .list--02{
    margin: 0 0 100px;
  }
}





/* pg-top-section-introduction01
====================================================== */
.pg-top-section-introduction01{
  padding: 55px 20px;
}
.pg-top-section-introduction01-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 120px;
  box-sizing: border-box;
  background: url("../../img/top/introduction01-bg01.svg") no-repeat left top, url("../../img/top/introduction01-bg02.svg") no-repeat right bottom, var(--color_blue);
  border-radius: 40px;
}
.pg-top-section-introduction01-box__text{
  font-size: 1.6rem;
  margin: 25px 0 0;
}
.pg-top-section-introduction01-box-table{
  width: 100%;
  border-spacing: 0;
}
.pg-top-section-introduction01-box-table tr th{
  width: 30%;
  text-align: center;
  padding: 15px 5px;
  box-sizing: border-box;
  border-bottom: 2px solid #DADADA;
  font-size: 2.0rem;
  font-weight: bold;
}
.pg-top-section-introduction01-box-table tr:first-of-type th{
  font-size: 1.6rem;
}
.pg-top-section-introduction01-box-table tr td{
  width: 10%;
  text-align: center;
  padding: 15px 5px;
  box-sizing: border-box;
  border-bottom: 2px solid #DADADA;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color_base);
}
@media (max-width:1200px){
  .pg-top-section-introduction01-box{
    padding: 100px 40px 120px;
  }
}
@media (max-width:768px){
  .pg-top-section-introduction01{
    padding: 45px 20px;
  }
  .pg-top-section-introduction01-box{
    padding: 60px 20px;
    background:
      url("../../img/top/introduction01-bg01.svg") no-repeat left top / 200px auto,
      url("../../img/top/introduction01-bg02.svg") no-repeat right bottom / 200px auto, var(--color_blue);
  }
  .pg-top-section-introduction01-box-table tr th{
    font-size: 1.6rem;
  }
  .pg-top-section-introduction01-box-table tr:first-of-type th{
    font-size: 1.5rem;
  }
  .pg-top-section-introduction01-box-table tr td{
    font-size: 1.5rem;
  }
}



/* pg-top-section-address
====================================================== */
.pg-top-section-address{
  padding: 55px 0; 
}
.pg-top-section-address__text{
  margin: 25px 0 0;
  font-size: 1.6rem;
  line-height: 2.0;
}
.pg-top-section-address__tel a{
  font-size: 3.0rem;
  font-weight: bold;
  color: var(--color_black);
}
.pg-top-section-address__tel a:hover{
  text-decoration: none;
}
@media (min-width:769px){
  .pg-top-section-address__tel a{
    pointer-events: none;
  } 
}
.pg-top-section-address__tel a img{
  margin: 0 10px 0 0;
  transform: translateY(-8px);
}
.pg-top-section-address__tel span{
  font-size: 1.4rem;
  line-height: 2.28;
  margin: 0 0 0 10px;
}
@media (max-width:768px){
  .pg-top-section-address{
    padding: 45px 0; 
  }
  .pg-top-section-address__text{
    margin: 1.0em 0 0;
    font-size: 1.4rem;
  }
  .pg-top-section-address__tel{
    text-align: center;
    margin: 20px 0 0;
  }
  .pg-top-section-address__tel span{
    display: block;
  }
}


/* pg-top-section-access
====================================================== */
.pg-top-section-access{
  padding: 55px 20px 120px;
}
.pg-top-section-access-box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 120px;
  box-sizing: border-box;
  background: url("../../img/top/access-bg01.svg") no-repeat right top, url("../../img/top/access-bg02.svg") no-repeat left bottom, var(--color_blue);
  border-radius: 40px;
}
.pg-top-section-access-box__title{
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_base);
  margin: 0 0 1.0em;
}
.pg-top-section-access-box__txt-s{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.pg-top-section-access-box-list{
  margin: 75px auto 90px;
}
.pg-top-section-access-box-list__item{
  border-bottom: 2px solid #DADADA;
}
.pg-top-section-access-box-list__item:first-of-type{
  border-top: 2px solid #DADADA;
}
.pg-top-section-access-box-list__item-title{
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--color_base);
  padding: 25px 40px 25px 25px;
  position: relative;
  cursor: pointer;
}
.pg-top-section-access-box-list__item-title span{
	position: absolute;
	right: 0;
	top: 50%;
	width: 26px;
	height: 26px;
	background: var(--color_base);
	border-radius: 50%;
  transform: translateY(-50%);
}
.pg-top-section-access-box-list__item-title span::before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -7px;
	width: 14px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	border-right: none;
}
.pg-top-section-access-box-list__item-title span::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -7px;
	width: 14px;
	height: 2px;
	background-color: #fff;
	transition: .3s;
}
.pg-top-section-access-box-list__item-title.on span::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.pg-top-section-access-box-list__item-title.on span::after{
	background-color: transparent;
}
.pg-top-section-access-box-list__item-text{
  font-size: 1.8rem;
  line-height: 2.0;
  padding: 5px 40px 25px 25px;
  display: none;
}
.pg-top-section-access-box-list__item-text .title{
  font-size: 2.0rem;
  font-weight: bold;
  margin: 0 0 0.25em;
}
.pg-top-section-access-box-list__item-text .text{
  font-size: 1.8rem;
  line-height: 1.88;
  margin: 0 0 1.5em;
}
.pg-top-section-access-box-list__item-text .text:last-of-type{
  margin: 0;
}
@media (max-width: 1200px){
  .pg-top-section-access-box{
    padding: 100px 40px 120px;
  }
}
@media (max-width: 1000px){
  .pg-top-section-access-box__title{
    font-size: 2.8rem;
  }
}
@media (max-width: 768px){
  .pg-top-section-access-box{
    padding: 60px 20px;
    background:
      url("../../img/top/access-bg01.svg") no-repeat right top / 200px auto,
      url("../../img/top/access-bg02.svg") no-repeat left bottom / 200px auto, var(--color_blue);
  }
  .pg-top-section-access-box__title{
    font-size: 2.4rem;
  }
  .pg-top-section-access-box-list{
    margin: 40px auto 45px;
  }
  .pg-top-section-access-box-list__item-title{
    font-size: 1.8rem;
    padding: 25px 25px 25px 0;
  }
  .pg-top-section-access-box-list__item-text{
    padding: 5px 0 25px 0;
  }
  .pg-top-section-access-box-list__item-text .title{
    font-size: 1.8rem;
  }
  .pg-top-section-access-box-list__item-text .text{
    font-size: 1.6rem;
  }
  .pg-top-section-access-box__txt-s{
    font-size: 1.6rem;
  }
}



/* =====================================================================

下層ページ用

======================================================================= */
/* visual */
.l-visual{
  height: 30.0vw;
  position: relative;
  display: flex;
  align-items: center;
}
.l-visual::before{
  position: absolute;
  left: 0;
  top: -1px;
  content: '';
  width: 100%;
  height: 160px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.7+15,0+100 */
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.l-visual::after{
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../../img/top/mv-bg01.png") no-repeat center bottom / 100% auto;
}
.l-visual h1{
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 1.0em;
  font-size: 5.0rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1450px){
  .l-visual{
    height: 40.0vw;
  }
}
@media (max-width: 768px){
  .l-visual{
    height: 280px;
  }
  .l-visual h1{
    font-size: 2.8rem;
  }
}

/* topic-pass */
.l-topic-pass{
  padding: 0 20px 35px;
}
.l-topic-pass ul{
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-topic-pass ul li{
  font-size: 1.2rem;
}
.l-topic-pass ul li a{
  color: var(--color_base);
}
.l-topic-pass ul li a::after{
  content: '>';
  color: #888;
  margin: 0 10px;
}

/* column-2 */
.l-column-2{
  display: flex;  
}
.l-column-2 .l-column-left{
  width: 370px;
  padding: 0 70px 0 0;
  box-sizing: border-box;
}
.l-column-2 .l-column-right{
  width: calc(100% - 370px);
}
@media (max-width: 850px){
  .l-column-2{
    flex-wrap: wrap;
  }
  .l-column-2 .l-column-left{
    width: 100%;
    padding: 0;
  }
  .l-column-2 .l-column-right{
    width: 100%;
  }
  .sp-order-1{
    order: 1;
    margin-bottom: 40px;
  }
  .sp-order-2{
    order: 2;
    margin-top: 40px;
  }
}


/* =====================================================================

お知らせ一覧

======================================================================= */
/* visual */
.l-visual--news{
  background: url("../../img/news/visual.jpg") no-repeat center top  / 100% auto;
}
@media (max-width: 768px){
  .l-visual--news{
    background: url("../../img/news/visual.jpg") no-repeat center top  / cover;
  } 
}
.pg-news-section-archive{
  padding: 0 0 110px;
}
.l-cat-cont .l-cat__title{
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--color_base);
}
.l-cat-cont .l-cat__title span{
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.l-cat-cont .l-cat-list{
  border-radius: 20px;
  border: solid 10px #EEF8FD;
  background: #fff;
  margin: -30px 0 0;
  padding: 30px 35px;
}
.l-cat-cont .l-cat-list .l-cat-list__item{
  margin: 0.5em 0;
  padding: 0 0 0 15px;
  position: relative;
}
.l-cat-cont .l-cat-list .l-cat-list__item::before{
  position: absolute;
  left: 0;
  top: 14px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color_base);
}
.l-cat-cont .l-cat-list .l-cat-list__item a{
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 769px){
  .l-cat-cont .l-cat-list .l-cat-list__item a:hover{
    color: var(--color_base);
  } 
}
@media (max-width: 768px){
  .pg-news-section-archive{
    padding: 0 0 60px;
  }
  .l-cat-cont .l-cat__title{
    font-size: 2.8rem;
  }
}

.pg-news-section-archive .archive-cont .archive-list{
  margin: 0 0 50px;
}
.pg-news-section-archive .archive-cont .archive-list .archive-list__item{
  margin: 0 0 25px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  transition: 0.3s;
}
.pg-news-section-archive .archive-cont .archive-list .archive-list__item a{
  display: block;
  padding: 25px 50px 25px 30px;
  text-decoration: none;
  background: url("../img/icon-arrow-blue.svg") no-repeat right 30px center;
}
.pg-news-section-archive .archive-cont .archive-list .archive-list__item a .post-data{
  display: flex;
  align-items: center;
}
.pg-news-section-archive .archive-cont .archive-list .archive-list__item a .post-data .date{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  color: var(--color_base);
  margin: 0 15px 0 0;
}
.pg-news-section-archive .archive-cont .archive-list .archive-list__item a .post-data .cat {
  display: inline-block;
  padding: 7px 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd7ef+0,00a0e9+100 */
  background: linear-gradient(to right,  rgba(107,215,239,1) 0%,rgba(0,160,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05vw;
  line-height: 1.0;
}
.pg-news-section-archive .archive-cont .archive-list .archive-list__item a .archive-list__item-title{
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.75;
  margin: 0.25em 0 0;
}
@media (min-width: 769px){
  .pg-news-section-archive .archive-cont .archive-list .archive-list__item:hover{
    transform: scale(1.02);
  }
}

@media (max-width: 850px){
  .pg-news-section-archive .archive-cont .archive-list .archive-list__item a{
    padding: 20px 40px 20px 20px;
    background: url("../img/icon-arrow-blue.svg") no-repeat right 20px center;
  }
  .pg-news-section-archive .archive-cont .archive-list .archive-list__item a .archive-list__item-title{
    font-size: 1.8rem;
  }
  .pg-news-section-archive .archive-cont .archive-list .archive-list__item a .post-data .cat{
    font-size: 1.4rem;
  }
}


/* =====================================================================

お知らせ詳細

======================================================================= */
.pg-news-section-archive-single{
  padding: 0 0 110px;
}
.pg-news-section-archive-single .post-data{
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.pg-news-section-archive-single .post-data .date{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.0;
  color: var(--color_base);
  margin: 0 15px 0 0;
}
.pg-news-section-archive-single .post-data .cat {
  display: inline-block;
  padding: 7px 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd7ef+0,00a0e9+100 */
  background: linear-gradient(to right,  rgba(107,215,239,1) 0%,rgba(0,160,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05vw;
  line-height: 1.0;
}
.pg-news-section-archive-single .post-box{
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
}
.pg-news-section-archive-single .post-box .post-title{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 1.0em;
}
.pg-news-section-archive-single .post-box .article-post p{
  font-size: 2.0rem;
  line-height: 2.0;
}
.pg-news-section-archive-single #pager{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
}
.pg-news-section-archive-single #pager li a{
  text-decoration: none;
  display: inline-block;
  font-size: 1.6rem;
  transition: 0.3s;
}
.pg-news-section-archive-single #pager li.stay{
  width: 120px;
}
.pg-news-section-archive-single #pager li.stay a{
  display: block;
  background: var(--color_base);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 7px 0;
  line-height: 1.5;
  text-align: center;
  border-radius: 20px;
}
.pg-news-section-archive-single #pager li.prev{
  width: 110px;
  margin: 0 30px 0 0;  
}
.pg-news-section-archive-single #pager li.prev a{
  background: url("../img/prev.svg") no-repeat left center;
  padding: 0 0 0 25px;
}
.pg-news-section-archive-single #pager li.next{
  width: 110px;
  margin: 0 0 0 30px;
}
.pg-news-section-archive-single #pager li.next a{
  background: url("../img/next.svg") no-repeat right center;
  padding: 0 25px 0 0;
}
@media (min-width: 769px){
  .pg-news-section-archive-single #pager li a:hover{
    opacity: 0.6;
  }
}

@media (max-width: 850px){
  .pg-news-section-archive-single{
    padding: 0 0 60px;
  }
  .pg-news-section-archive-single .post-data .cat{
    font-size: 1.4rem;
  }
  .pg-news-section-archive-single .post-box{
    padding: 30px 25px;
  }
  .pg-news-section-archive-single .post-box .post-title{
    font-size: 2.4rem;
  }
  .pg-news-section-archive-single .post-box .article-post p{
    font-size: 1.6rem;
  }
}

@media (max-width: 768px){
  .pg-news-section-archive-single #pager{
    margin: 40px auto 0;
  }
  .pg-news-section-archive-single #pager li a{
    font-size: 1.4rem;
  }
  .pg-news-section-archive-single #pager li.stay{
    width: 90px;
  }
  .pg-news-section-archive-single #pager li.stay a{
    font-size: 1.3rem;
    padding: 7px 0 6px;
  }
  .pg-news-section-archive-single #pager li.prev{
    width: 90px;
    margin: 0 15px 0 0;
  }
  .pg-news-section-archive-single #pager li.prev a{
    padding: 0 0 0 20px;
  }
  .pg-news-section-archive-single #pager li.next{
    width: 90px;
    margin: 0 0 0 15px;
  }
  .pg-news-section-archive-single #pager li.next a{
    padding: 0 20px 0 0;
  }
}



.article-post{}
.article-post h2{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  margin: 2.0em 0 1.0em;
}
.article-post h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin: 2.0em 0 1.0em;
}
.article-post h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  margin: 2.0em 0 1.0em;
}

.article-post p{
  font-size: 20pc;
  line-height: 2.0;
  margin: 0 0 1.5em;
}

.article-post ul,
.article-post ol{
  margin: 1.5em 0;
  padding: 0 0 0 1.0em;
}
.article-post ul li{
  list-style: disc;
  font-size: 18px;
}
.article-post ol li{
  list-style: decimal;
  font-size: 18px;
}
.article-post em{
  font-style: italic;
}
.wp-block-image .aligncenter{
  margin-top:1.0em;
  margin-bottom:1.0em;
}
@media (max-width: 850px){
  .article-post h2{
    font-size: 24px;
  }
  .article-post h3{
    font-size: 20px;
  }
  .article-post h4{
    font-size: 18px;
  }
  .article-post p{
    font-size: 16pc;
  }
  .article-post ul li{
    font-size: 16px;
  }
  .article-post ol li{
    font-size: 16px;
  }
}


/* =====================================================================

ブログ一覧

======================================================================= */
/* visual */
.l-visual--blog{
  background: url("../../img/blog/visual.jpg") no-repeat center top  / 100% auto;
}
@media (max-width: 768px){
  .l-visual--blog{
    background: url("../../img/blog/visual.jpg") no-repeat center top  / cover;
  } 
}



/* =====================================================================

ブログ詳細

======================================================================= */
.pg-news-section-archive-single .post-box .profile{
  border: 4px solid #EEF8FD;
  border-radius: 20px;
  margin: 80px auto 0;
  padding: 25px 30px;
}
.pg-news-section-archive-single .post-box .profile .profile__title{
  text-align: center;
  margin: 0 0 25px;
  padding: 15px 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6bd7ef+0,00a0e9+100 */
  background: linear-gradient(to right,  rgba(107,215,239,1) 0%,rgba(0,160,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 30px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.pg-news-section-archive-single .post-box .profile .profile-flex{
  display: flex;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__img{
  width: 190px;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__img ul li{
  margin: 0 0 7px;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__img ul li span{
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text{
  width: calc(100% - 190px);
  padding: 0 0 0 25px;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-base{
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--color_base);
  line-height: 1.36;
  margin: 0 0 0.5em;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-name{
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.36;
  margin: 0 0 0.1em;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-job{
  font-size: 1.4rem;
  line-height: 2.14;
  margin: 0 0 1.0em;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-txt{
  font-size: 2.0rem;
  line-height: 1.75;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-btn{
  margin: 25px 0 0;
}
.pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-btn a{
  display: block;
  max-width: 266px;
  width: 100%;
  background: url("../img/icon-arrow-white.svg") no-repeat right 30px center, var(--color_base);
  padding: 15px 40px 15px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
}
@media (min-width: 769px){
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-btn a:hover{
    opacity: 0.6;
  } 
}
@media (max-width: 1050px){
  .pg-news-section-archive-single .post-box .profile .profile-flex{
    display: block;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__img{
    width: 100%;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__img ul{
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text{
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-base{
    font-size: 1.8rem;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-name{
    font-size: 2.8rem;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-txt{
    font-size: 1.6rem;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-btn a{
    margin: 0 auto;
  }
}
@media (max-width: 850px){
  .pg-news-section-archive-single .post-box .profile{
    border: 2px solid #EEF8FD;
    border-radius: 20px;
    margin: 40px auto 0;
    padding: 25px 20px;
  }
  .pg-news-section-archive-single .post-box .profile .profile-flex .profile-flex__text .profile-flex__text-btn a{
    font-size: 1.4rem;
    line-height: 1.5;
    background: url("../img/icon-arrow-white.svg") no-repeat right 10px center, var(--color_base);
    padding: 15px 25px 15px 25px;
  }
}








