header {
  background: #FFF;
}

main.progress {
  padding-bottom: 0;
}
main:after {
  opacity: 0;
}

.main .container {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  position: relative;
  z-index: auto;
}
.main .container.has--main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.main .container.has--main:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #FFF;
  margin-inline: calc(50% - 50vw);
}
.main .container.has--main .main--area {
  position: relative;
  z-index: 1;
}
.main.progress .container .main--area .breadcrumb {
	display:inline-block;
	line-height:20px;
    margin-top: 24px;
}
.main .container.has--main .img {
  width: 50vw;
  margin-right: -50vw;
  position: relative;
  z-index: 1;
}
.main .main--area .main--title {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.75;
  font-weight: 600;
}
.main .contents--area {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  border-radius: 59px;
  padding: 80px 50px 0;
  margin-bottom: 0;
}
.main .contents--area .container .contents{
    padding-bottom:100px;
}
.main .contents--area .container .in--contents h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 30px;
}

.section .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.section + .section {
  margin-top: 90px;
}

.pro_list_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}
.pro_list_wrap .pro_list_box{
    width:100%;
}

.pro_list_wrap .pro_list_box .date{
    font-size: 18px;
    margin-bottom: 20px;
}
.pro_list_wrap .pro_list_box .title{
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.pro_list_wrap .pro_list_box picture.img,
.pro_list_wrap .pro_list_box picture.img img{
    aspect-ratio: 3 / 2;
    border-radius: 30px;
}
.pro_list_wrap .pro_list_box .pro_text{
    font-size: 16px;
    margin-bottom: 15px;
}
.pro_list_wrap .pro_list_box .common--btn{
    margin-bottom: 50px;
    margin-top: 30px;
}
.template--style .case--title p.pro_title{
    font-size: clamp(18px, 4.1vw, 20px);
    display: flex;
    width: fit-content;
    margin-top: 0;
    line-height: 1.75;
}

.schedule{
    width:100%;
}
.schedule *{
    font-family: "Noto Serif JP", serif;
}
.schedule .year{
    height: 70px;
    display: flex;
    background: #b9ab91;
    margin-top: 30px;
}
.schedule .year span.number{
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule .year span.number.first{
    background: #5e9aa5;
    width: 620px;
    position:relative;
}
.schedule .year span.number.first:after{
    position:absolute;
    top:0;
    right:-30px;
	content: "";
    width: 0;
    height: 0;
    border-left: 30px solid #5e9aa5;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
}
.schedule .year span.second{
    flex:1;
}
.schedule .year span.number .rorate{color:#fff;}
.schedule .flow_wrap{
    display: flex;
    flex-wrap: nowrap;
}
.schedule .flow_wrap .flow{
    height: 330px;
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
}
.schedule .flow_wrap .flow:nth-of-type(1){
    background:#effafc;
}
.schedule .flow_wrap .flow:nth-of-type(2){
    background:#d0e2e4;
}
.schedule .flow_wrap .flow:nth-of-type(3){
    background:#a2cdd4;
}
.schedule .flow_wrap .flow:nth-of-type(4){
    background:#f4e7d6;
}
.schedule .flow_wrap .flow .month{
    font-size: 24px;
	font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
@media screen and (min-width: 768px) {
.schedule .flow_wrap .flow:nth-of-type(1) .month{
    border-bottom:1px solid #A2CDD5;
}
.schedule .flow_wrap .flow:nth-of-type(2) .month{
    border-bottom:1px solid #A2CDD5;
}
.schedule .flow_wrap .flow:nth-of-type(3) .month{
    border-bottom:1px solid #69A6B1;
}
.schedule .flow_wrap .flow:nth-of-type(4) .month{
    border-bottom:1px solid #D8B483;
}
}
.schedule .flow_wrap .flow .title{
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.schedule .flow_wrap .flow .title span{
    writing-mode: vertical-rl;
    font-size: 24px;
    background: #fff;
    padding: 20px 10px;
	letter-spacing: 2px;
    font-weight: 600;
}
.header_d{
    margin: 50px auto 70px;
    width: fit-content;
}
.header_d span{
    font-size: 30px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    position: relative;
    display: inline-block;
    padding: 10px 0;
	background: linear-gradient(transparent 70%, #F4B3BB 30%);
}
.header_d span::before,
.header_d span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 2px;
  background: #333;
  transform-origin: center;
}
.header_d span::before {
  left: -1.5em;
  transform: rotate(70deg) translateY(-50%);
}
.header_d span::after {
  right: -1.5em;
  transform: rotate(-70deg) translateY(-50%);
}

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

  main:after {
    opacity: 0;
    display: none;
  }

  .main .container.has--main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    margin-bottom:50px;
  }
  .main .container.has--main .main--area {
    order: 2;
    padding: 0 10px;
    height: auto;
    margin-top: 24px;
  }
.main.progress .contents--area,
.main.progress .contents--area .container .contents{
    padding-bottom:0;
}
.main .main--area .main--title {
  font-size: 7.2vw;
}
  .main .container.has--main .img {
    width: calc(100% + 10px);
    margin: 0;
    order: 1;
  }
  .main .contents--area {
    border-radius: 59px;
    padding: 0;
    padding-top: 100px;
    margin-bottom: 0;
  }
.main.progress .template--style .case--title{
    padding-right:0;
	flex-direction: row;
}
.main.progress .template--style .case--title p.p-title{
	width:fit-content;
}
.main.progress .template--style .case--title p.p-title:after{
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    right: -10px;
    width: 1px;
    height: 65%;
    background: #282828;
}
.main.progress .template--style .case--title p.pro_title{
	padding-left:16px;
}
.pro_list_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top:0;
}

.schedule{
    display: flex;
    flex-wrap: nowrap;
	margin-top: 30px;
}
.schedule .year {
    width: 11vw;
    height: auto;
    flex-direction: column;
    margin-top:0;
}
.schedule .year span.number{
    writing-mode: vertical-rl;
    font-size:5vw;
    transform: rotate(180deg);
}
.schedule .year span.number.first{
    width:100%;
    height: calc(12.5vw + 175px);
}
.schedule .year span.number.first:after{
    position: absolute;
    top: -3vw;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 3vw solid #5e9aa5;
    border-right: 5.5vw solid transparent;
    border-left: 5.5vw solid transparent;
    border-top: none;
}
.schedule .year span.rorate{
    color: #fff;
    transform: rotate(90deg);
}
.schedule .flow_wrap{
    flex-direction: column;
	flex: 1;
}
.schedule .flow_wrap .flow{
    height: auto;
    width: 100%;
    flex-direction:row;
    padding:20px 0;
}
.schedule .flow_wrap .flow .month{
    font-size:5vw;
    width: 40%;
	padding:10px 0;
}
.schedule .flow_wrap .flow:nth-of-type(1) .month{
    border-right:1px solid #A2CDD5;
}
.schedule .flow_wrap .flow:nth-of-type(2) .month{
    border-right:1px solid #A2CDD5;
}
.schedule .flow_wrap .flow:nth-of-type(3) .month{
    border-right:1px solid #69A6B1;
}
.schedule .flow_wrap .flow:nth-of-type(4) .month{
    border-right:1px solid #D8B483;
}
.schedule .flow_wrap .flow .title{
	padding:0 10px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
	.schedule .flow_wrap .flow .title span{
    font-size:5vw;
    writing-mode: unset;
	padding:15px;
	letter-spacing: 0;
}
.header_d{
	text-align: center;
    position: relative;
}
.header_d span{
	font-size:5vw;
	line-height:2;
	text-align:center;
	display: inline;
    background: linear-gradient(transparent 60%, #F4B3BB 60%, #F4B3BB 80%, transparent 80%);
    position: unset;
}
.header_d span::before {
    left: -2em;
}
.header_d span::before {
    after: -2em;
}

}

/*# sourceMappingURL=progress.css.map */
