/*--------------------
top.css
--------------------*/

.l-mv{
  height:90.0rem;
  position:relative;
  z-index: 1;
}
.l-mv-slider{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  z-index: 1;
}
.l-mv-slider01{
  background: url("../images/mv-bg01_pc.png") top center no-repeat transparent;
  background-size: cover;
  height:90.0rem;
}
.l-mv-slider02{
  background: url("../images/mv-bg02_pc.png") top center no-repeat transparent;
  background-size: cover;
  height:90.0rem;
}
.l-mv-slider03{
  background: url("../images/mv-bg03_pc.png") top center no-repeat transparent;
  background-size: cover;
  height:90.0rem;
}
.l-mv-slider04{
  background: url("../images/mv-bg04_pc.png") top center no-repeat transparent;
  background-size: cover;
  height:90.0rem;
}
.l-mv-title{
  max-width:150.0rem;
  width:100%;
  height:100%;
  margin:0 auto;
  display:flex;
  align-items: center;
  position: relative;
  z-index:2;
}
.l-mv-title h2{
  position: relative;
  top: -7.0rem;
}
.l-mv-title h2 span{
  display:inline-block;
  margin-bottom:1.5rem;
  padding:0 1.0rem 0.5rem;
  background:#003685;
  text-align: left;
  color:#FFFFFF;
  
  font-size:clamp(36px, 4.8rem, 48px);
  font-weight:700;
  line-height:1.5;
  letter-spacing: 0.1em;
  
  font-feature-settings: "palt";
}


@media screen and (max-width: 767.5px) {
  .l-mv{
    background: url("../images/mv-bg01_pc.png") top center no-repeat transparent;
    background-size: cover;
    height:90vh;
    position:relative;
    z-index: 1;
    padding:0 3.0rem;
  }
  .l-mv-slider{
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index: 1;
  }
  .l-mv-slider01{
    background: url("../images/mv-bg01_sp.png") top center no-repeat transparent;
    background-size: cover;
    height:90vh;
  }
  .l-mv-slider02{
    background: url("../images/mv-bg02_sp.png") top center no-repeat transparent;
    background-size: cover;
    height:90vh;
  }
  .l-mv-slider03{
    background: url("../images/mv-bg03_sp.png") top center no-repeat transparent;
    background-size: cover;
    height:90vh;
  }
  .l-mv-slider04{
    background: url("../images/mv-bg04_sp.png") top center no-repeat transparent;
    background-size: cover;
    height:90vh;
  }
  .l-mv-title{
    max-width:100%;
    width:100%;
    height:100%;
    margin:0 auto;
    display:flex;
    align-items: flex-end;
  }
  .l-mv-title h2{
    position: relative;
    top: -20.0rem;
  }
  .l-mv-title h2 span{
    display:inline-block;
    margin-bottom:1.5rem;
    padding:0 1.0rem 0.5rem;
    background:#003685;
    text-align: left;
    color:#FFFFFF;

    font-size:4.6rem;
    font-weight:700;
    line-height:1.5;
    letter-spacing: 0.1em;
  
    font-feature-settings: "palt";
  }
}


.l-block01{
  background: linear-gradient(90deg, transparent 0%, transparent 43.75%, #f2f2f2 43.75%, #f2f2f2 100%);
  position:relative;
  z-index: 2;
  margin-top:-4.2rem;
}
.l-block01-inner{
  max-width:150.0rem;
  width:100%;
  margin:0 auto;
  padding:2.0rem 0;
}
.l-block01-table{
  max-width:84.7rem;
  width:100%;
  display:table;
  margin-left:auto;
}
.l-block01-table > div{
  display:table-cell;
  vertical-align: top;
}
.l-block01-table-left{
  width:24.0rem;
  text-align: left;
  padding-right:5.5rem;
}
.l-block01-table-left-title{
  
}
.l-block01-table-left-title h2{
  text-align: right;
  color:#003685;
  
  font-size:clamp(19px, 2.6rem, 26px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.125em;
}
.l-block01-table-right{
  width:auto;
  text-align: left;
}
.l-block01-block{
  padding-top:1.0rem;
}
.l-block01-block li{
  
}
.l-block01-block-table{
  width:100%;
  display:table;
  table-layout: auto;
}
.l-block01-block-table > div{
  display:table-cell;
  vertical-align: top;
}
.l-block01-block-date{
  width:10.5rem;
  padding-right:2.5rem;
  white-space: nowrap;
  text-align: left;
  color:#333333;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.025em;
}
.l-block01-block-category{
  width:10.5rem;
  padding-right:2.5rem;
  white-space: nowrap;
  text-align: left;
}
.l-block01-block-category span{
  padding:0 0.8rem;
  background:#003685;
  display:inline-block;
  text-align: left;
  color:#FFFFFF;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.025em;  
}
.l-block01-block-table:hover .l-block01-block-category span{
  background:#3389CA;
}
.l-block01-block-title{
  width:auto;
  text-align: left;
  color:#333333;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.025em;
}


@media screen and (max-width: 767.5px) {
  .l-block01{
    background: none;
    z-index: 2;
    margin-top:-18.0rem;
    padding:0 3.0rem;
  }
  .l-block01-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:4.0rem 4.0rem;
    background: #f2f2f2;
  }
  .l-block01-table{
    max-width:100%;
    width:100%;
    display:block;
    margin-left:0;
  }
  .l-block01-table > div{
    width:100%;
    display:block;
    vertical-align: top;
  }
  .l-block01-table-left{
    width:100%;
    display:block;
    text-align: left;
    padding-right:0;
  }
  .l-block01-table-left-title{

  }
  .l-block01-table-left-title h2{
    text-align: center;
    color:#003685;

    font-size:3.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.125em;
  }
  .l-block01-table-right{
    width:100%;
    display:block;
    text-align: left;
  }
  .l-block01-block{
    padding-top:1.0rem;
  }
  .l-block01-block li{
    padding-top:2.5rem;
  }
  .l-block01-block-table{
    width:100%;
    display:block;
    table-layout: auto;
  }
  .l-block01-block-table > div{
    width:100%;
    display:inline-block;
    vertical-align: top;
    text-align: left;
  }
  .l-block01-block-date{
    width:auto !important;
    display:inline-block !important;
    padding-right:2.5rem;
    white-space: nowrap;
    text-align: left;
    color:#333333;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.025em;
  }
  .l-block01-block-category{
    width:auto !important;
    display:inline-block !important;
    padding-right:0;
    white-space: nowrap;
    text-align: left;
  }
  .l-block01-block-category span{
    padding:0 0.8rem;
    background:#003685;
    display:inline-block;
    text-align: left;
    color:#FFFFFF;

    font-size:2.4rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.025em;  
  }
  .l-block01-block-table:hover .l-block01-block-category span{
    background:#3389CA;
  }
  .l-block01-block-title{
    padding-top:1.5rem;
    width:100% !important;
    display:block !important;
    text-align: left;
    color:#333333;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.025em;
  }
}


.l-block02{
  padding:8.0rem 0 7.0rem;
}
.l-block02-inner{
  max-width:calc(1500px + 12.0rem);
  width:100%;
  margin:0 auto;
  padding:0 6.0rem;
}
.l-block02-inner > span{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block02-inner > h2{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block02-table{
  width:100%;
  display:table;
  margin-top:3.5rem;
}
.l-block02-table > div{
  display:table-cell;
  vertical-align: top;
  text-align: left;
}
.l-block02-table-left{
  width:76.5rem;
}
.l-block02-table-left picture{
  
}
.l-block02-table-left picture img{
  width:72.6rem;
}
.l-block02-table-right{
  width:auto;
}
.l-block02-table-right h3{
  width:55.6rem;
  text-align: justify;
  color:#333333;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.05em;
}
.l-block02-table-right p{
  width:55.6rem;
  padding-top:2.0rem;
  text-align: justify;
  color:#333333;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1440.5px) {
  .l-block02-table-right h3{
    width:100%;
  }
  .l-block02-table-right p{
    width:100%;
  }
}
.l-block02-image{
  padding-top:8.0rem;
  display:block;
  text-align: center;
  font-size:0;
}
.l-block02-image li{
  width:25%;
  display:inline-block;
  vertical-align: top;
}
.l-block02-image li img{
  width:100%;
}


@media screen and (max-width: 767.5px) {
  .l-block02{
    padding:8.0rem 0;
  }
  .l-block02-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 3.0rem;
  }
  .l-block02-inner > span{
    display:block;
    text-align: center;
    color:#003685;

    font-size: 4.0rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block02-inner > h2{
    display:block;
    text-align: center;
    color:#003685;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block02-table{
    width:100%;
    display:block;
    margin-top:3.5rem;
  }
  .l-block02-table > div{
    width:100%;
    display:block;
    vertical-align: top;
    text-align: left;
  }
  .l-block02-table-left{
    width:100%;
    display:block;
  }
  .l-block02-table-left picture{

  }
  .l-block02-table-left picture img{
    width:100%;
  }
  .l-block02-table-right{
    width:100%;
    display:block;
  }
  .l-block02-table-right h3{
    padding-top:4.0rem;
    width:100%;
    display:block;
    text-align: justify;
    color:#333333;

    font-size: 4.0rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.05em;
  }
  .l-block02-table-right p{
    width:100%;
    display:block;
    padding-top:2.0rem;
    text-align: justify;
    color:#333333;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.025em;
  }
  .l-block02-image{
    padding-top:8.0rem;
    display:block;
    text-align: center;
    font-size:0;
  }
  .l-block02-image li{
    width:50%;
    display:inline-block;
    vertical-align: top;
  }
  .l-block02-image li img{
    width:100%;
  }
}


.l-block03{
  padding:0 0 10.0rem;
}
.l-block03-inner{
  max-width:calc(1140px + 12.0rem);
  width:100%;
  margin:0 auto;
  padding:0 6.0rem;
}
.l-block03-inner > span{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block03-inner > h2{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block03-block{
  padding-top:8.5rem;
  position:relative;
}
.l-block03-block:first-of-type{
  padding-top:3.5rem;
}
.l-block03-table-image{
  position:relative;
  z-index: 1;
}
.l-block03-table-image img{
  width:100%;
}
.l-block03-block-table{
  width:100%;
  display:table;
  position:relative;
  z-index: 2;
}
.l-block03-block-table > *{
  display:table-cell;
  vertical-align: top;
}
.l-block03-block-box{
  text-align: left;
  padding-left:3.5rem;
}
.l-block03-block-box p{
  margin-top:-6.0rem;
  background:#003685;
  width:30.0rem;
  height:30.0rem;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  color:#FFFFFF;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.05em;
}
.l-block03-block-message{
  padding:3.0rem 3.5rem 0 3.5rem;
  text-align:justify;
  color:#212121;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.025em;
}
.l-block03-block02{
  padding:4.0rem 3.5rem 0;
}
.l-block03-block02 h3{
  border-left:0.5rem solid #003685;
  padding-left:2.2rem;
  text-align:left;
  color:#212121;
  
  font-size:clamp(18px, 2.4rem, 24px);
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0.05em;
}
.l-block03-table-image02{
  display: block;
  padding-top:1.0rem;
}
.l-block03-table-image02 iframe{
  width:100%;
  height:60.2rem;
}
.l-block03-table-image02 img{
  width:100%;
}


@media screen and (max-width: 767.5px) {
  .l-block03{
    padding:8.0rem 3.0rem;
    background:#f2f2f2;
  }
  .l-block03-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 0;
  }
  .l-block03-inner > span{
    display:block;
    text-align: center;
    color:#003685;

    font-size: 4.0rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block03-inner > h2{
    display:block;
    text-align: center;
    color:#003685;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block03-block{
    padding:8.0rem 0 0;
    position: static;
  }
  .l-block03-table-image{
    display:block;
    position:relative;
    z-index:1;
  }
  .l-block03-table-image img{
    width:100%;
  }
  .l-block03-block-table{
    width:100%;
    display:block;
    position:relative;
    z-index: 2;
  }
  .l-block03-block-table > *{
    width:100%;
    display:block;
    vertical-align: top;
  }
  .l-block03-block-box{
    position:relative;
    left:auto;
    top:auto;
    z-index:2;
    padding:0 3.5rem;
    margin-top:-5.5rem;
  }
  .l-block03-block-box p{
    margin-top:0;
    padding:2.0rem 0.5rem;
    background: #003685;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .l-block03-block-message{
    padding: 3.0rem 0 0 0;
    text-align: justify;
    color: #212121;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .l-block03-block02{
    padding: 4.0rem 3.5rem 0;
  }
  .l-block03-block02 h3{
    border-left: 0.5rem solid #003685;
    padding-left: 2.2rem;
    text-align: left;
    color: #212121;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .l-block03-table-image02{
    display: block;
    padding-top: 1.0rem;
  }
  .l-block03-table-image02 iframe{
    width:100%;
    height:35.0rem;
  }
  .l-block03-table-image02 img{
    width:100%;
  }
}


.l-block04{
  padding:8.0rem 0;
  position: relative;
  z-index:0;
  background: url("../images/block03-bg01_pc.png") top center no-repeat transparent;
  background-size: cover;
}
.l-block04-inner{
  position: relative;
  z-index:2;
  max-width:120.0rem;
  width:100%;
  margin:0 auto;
}
.l-block04-inner > span{
  display:block;
  text-align: center;
  color:#FFFFFF;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block04-inner > h2{
  display:block;
  text-align: center;
  color:#FFFFFF;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block04-block{
  padding-top:3.5rem;
}
.l-block04-block-image{
  width:100%;
  display:flex;
  flex-direction: row;
}
.l-block04-block-image picture{
  width:50%;
}
.l-block04-block-image picture img{
  width:100%;
}
.l-block04-inner02{
  padding:0 3.5rem;
}
.l-block04-inner02 h3{
  border-left: 0.5rem solid #003685;
  padding-top: 1.5rem;
  padding-left: 2.2rem;
  text-align: left;
  color: #FFFFFF;
  font-size: clamp(18px, 2.4rem, 24px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.l-block04-inner02 p{
  padding-top:1.0rem;
  text-align: left;
  color: #FFFFFF;
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.025em;
}
.l-block04-wrapper{
  
}
.l-block04-inner02 table{
  margin:3.5rem auto 0;
  width:100%;
}
.l-block04-inner02 table tr th{
  border:1px solid #646464;
  background:#f2f2f2;
  padding:0.5rem 1.5rem;
  text-align: center;
  color: #212121;
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.l-block04-inner02 table tr th:nth-of-type(1){
  width:40.0rem;
}
.l-block04-inner02 table tr th:nth-of-type(2){
  width:54.0rem;
}
.l-block04-inner02 table tr th:nth-of-type(3){
  width:20.0rem;
}
.l-block04-inner02 table tr td{
  border:1px solid #646464;
  background:#FFFFFF;
  padding:0.5rem 1.5rem;
  text-align: left;
  color: #212121;
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
.l-block04-inner02 table tr td:nth-of-type(1){
  
}
.l-block04-inner02 table tr td:nth-of-type(2){
  
}
.l-block04-inner02 table tr td:nth-of-type(3){
  text-align: center;
}


@media screen and (max-width: 767.5px) {
  .l-block04{
    padding:8.0rem 3.0rem;
    position: relative;
    z-index:0;
    background: url("../images/block03-bg01_pc.png") top center no-repeat transparent;
    background-size: cover;
  }
  .l-block04-inner{
    position: relative;
    z-index:2;
    max-width:100%;
    width:100%;
    margin:0 auto;
    background:none;
    padding:5.0rem 0 0;
  }
  .l-block04-inner > span{
    display:block;
    text-align: center;
    color:#FFFFFF;

    font-size: 4.0rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block04-inner > h2{
    display:block;
    text-align: center;
    color:#FFFFFF;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block04-block{
    padding-top:3.5rem;
  }
  .l-block04-block-image{
    width:100%;
    display:block;
    font-size:0;
  }
  .l-block04-block-image picture{
    width:50%;
    display:inline-block;
    vertical-align: top;
  }
  .l-block04-block-image picture img{
    width:100%;
  }
  .l-block04-inner02{
    padding:0 0;
  }
  .l-block04-inner02 h3{
    border-left: 4px solid #003685;
    padding-top: 1.5rem;
    padding-left: 2.2rem;
    text-align: left;
    color: #FFFFFF;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .l-block04-inner02 p{
    padding-top:1.0rem;
    text-align: left;
    color: #FFFFFF;
    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .l-block04-wrapper{
    width:100%;
    overflow: auto;
  }
  .l-block04-inner02 table{
    margin:0 auto 0;
    width:100%;
  }
  .l-block04-inner02 table tr th{
    border:1px solid #646464;
    background:#f2f2f2;
    padding:0.5rem 1.5rem;
    text-align: center;
    color: #212121;
    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .l-block04-inner02 table tr th:nth-of-type(1){
    width:40.0rem;
  }
  .l-block04-inner02 table tr th:nth-of-type(2){
    width:54.0rem;
  }
  .l-block04-inner02 table tr th:nth-of-type(3){
    width:20.0rem;
  }
  .l-block04-inner02 table tr td{
    border:1px solid #646464;
    background:#FFFFFF;
    padding:0.5rem 1.5rem;
    text-align: left;
    color: #212121;
    font-size:2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .l-block04-inner02 table tr td:nth-of-type(1){

  }
  .l-block04-inner02 table tr td:nth-of-type(2){

  }
  .l-block04-inner02 table tr td:nth-of-type(3){
    text-align: center;
  }
}


.l-block05{
  padding:8.0rem 0;
  background:#f2f2f2;
}
.l-block05-inner{
  max-width:calc(1140px + 12.0rem);
  width:100%;
  margin:0 auto;
  padding:0 6.0rem;
}
.l-block05-inner > span{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block05-inner > h2{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block05-box{
  margin-top:3.5rem;
  padding:5.5rem 8.0rem 7.0rem;
  background:#FFFFFF;
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.12);
}
.l-block05-box picture{
  display:block;
  padding-bottom:2.0rem;
}
.l-block05-box picture img{
  width:100%;
}
.l-block05-box table{
  width:100%;
}
.l-block05-box table tr{
  border-bottom:1px solid #333333;
}
.l-block05-box table tr th{
  padding:2.0rem 2.0rem 2.0rem 0;
  width:33.5rem;
  vertical-align: top;
  text-align: left;
  color:#333333;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.025em;
}
.l-block05-box table tr td{
  padding:2.0rem 2.0rem 2.0rem 0;
  width:auto;
  vertical-align: top;
  text-align: left;
  color:#333333;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.025em;  
}
.l-block05-box table tr td span{
  display:block;
  text-align: left;
  color:#003685;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight:700;
  line-height:2.0;
  letter-spacing: 0.025em;  
}
.l-block05-box table tr td span.type01{
  padding-top:0;  
}
.l-block05-box table tr td iframe{
  display:block;
  margin-top:2.0rem;
  width:100%;
  height:30.0rem;
}
.l-block05-box table tr td picture{
  display:block;
  margin-top:2.0rem;
}


@media screen and (max-width: 767.5px) {
  .l-block05{
    padding:8.0rem 3.0rem;
  }
  .l-block05-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 0;
  }
  .l-block05-inner > span{
    display:block;
    text-align: center;
    color:#003685;

    font-size: 4.0rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block05-inner > h2{
    display:block;
    text-align: center;
    color:#003685;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block05-box{
    margin-top:3.5rem;
    padding:5.5rem 5.0rem 7.0rem;
    background:#FFFFFF;
    box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.12);
  }
  .l-block05-box picture{
    display:block;
    padding-bottom:2.0rem;
  }
  .l-block05-box picture img{
    width:100%;
  }
  .l-block05-box table{
    width:100%;
    display:block;
  }
  .l-block05-box table tbody{
    width:100%;
    display:block;
  }
  .l-block05-box table tbody tr{
    width:100%;
    display:block;
  }
  .l-block05-box table tr{
    border-bottom:1px solid #333333;
  }
  .l-block05-box table tr th{
    padding:2.0rem 0 0;
    width:100%;
    display:block;
    vertical-align: top;
    text-align: left;
    color:#333333;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.025em;
  }
  .l-block05-box table tr td{
    padding:0 0 2.0rem 0;
    width:100%;
    display:block;
    vertical-align: top;
    text-align: left;
    color:#333333;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.025em;  
  }
  .l-block05-box table tr td span{
    display:block;
    text-align: left;
    color:#003685;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.025em;  
  }
  .l-block05-box table tr td iframe{
    display:block;
    margin-top:2.0rem;
    width:100%;
    height:45.0rem;
  }
  .l-block05-box table tr td picture{
    display:block;
    margin-top:2.0rem;
  }
}


.l-block06{
  padding-top:46.0rem;
  position: relative;
  z-index:0;
  background: #f2f2f2;
  height: 110.8rem;
}
.l-block06:before{
  content:"";
  display:block;
  position: absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: url("../images/block06-bg01_pc.png") top center no-repeat transparent;
  background-size: cover;
}
.l-block06-inner{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  max-width: 114.0rem;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 8.0rem 8.0rem;
}
.l-block06-inner span{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block06-inner h2{
  display:block;
  text-align: center;
  color:#003685;
  
  font-size:clamp(13px, 1.5rem, 15px);
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0.1em;
}
.l-block06-inner p{
  padding-top:3.0rem;
  text-align: center;
  color:#333333;
  
  font-size: clamp(14px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.025em;
}
.l-block06-btn{
  padding-top:4.0rem;
  text-align: center;
}
.l-block06-btn a{
  width:38.2rem;
  display:inline-block;
  background:#003685;
  text-align: center;
  padding:2.5rem 2.5rem;
}
.l-block06-btn a span{
  display:inline-block;
  padding-left:2.5rem;
  background: url("../images/block05-icon01_pc.png") left center no-repeat transparent;
  background-size: 2.0rem auto;
  min-height:2.6rem;
  text-align: center;
  color:#FFFFFF;
  
  font-size:clamp(18px, 2.4rem, 24px);
  font-weight:700;
  line-height:1.2;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block06{
    padding:47.0rem 3.0rem 0;
    position: relative;
    z-index:0;
    background: #f2f2f2;
    height: 112.8rem;
  }
  .l-block06:before{
    content:"";
    display:block;
    position: absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url("../images/block06-bg01_sp.png") top center no-repeat transparent;
    background-size: cover;
  }
  .l-block06-inner{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:2;
    max-width:100%;
    width:calc(100% - 6.0rem);
    margin:0 auto;
    background:#FFFFFF;
    padding:5.0rem 5.0rem;
  }
  .l-block06-inner span{
    display:block;
    text-align: center;
    color:#003685;

    font-size: 4.0rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block06-inner h2{
    display:block;
    text-align: center;
    color:#003685;

    font-size:2.6rem;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block06-inner p{
    padding-top:3.0rem;
    text-align: center;
    color:#333333;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.025em;
  }
  .l-block06-btn{
    padding-top:4.0rem;
    text-align: center;
  }
  .l-block06-btn a{
    width:100%;
    display:block;
    background:#003685;
    text-align: center;
    padding:2.5rem 2.5rem;
  }
  .l-block06-btn a span{
    display:inline-block;
    padding-left:4.0rem;
    background: url("../images/block05-icon01_pc.png") left center no-repeat transparent;
    background-size: 3.0rem auto;
    min-height:3.9rem;
    text-align: center;
    color:#FFFFFF;

    font-size:2.8rem;
    font-weight:700;
    line-height:1.2;
    letter-spacing: 0.1em;
  }
  .l-block06-btn a:hover{
    background:#3389CA;
  }
}

.l-block07{
  background: url("../images/block07-bg01_pc.png") top center no-repeat transparent;
  background-size: cover;
  min-height:83.6rem;
  padding:7.5rem 0;
}
.l-block07-inner{
  width:calc(132.0rem + 12.0rem);
  margin:0 auto;
  text-align: left;
  padding:0 6.0rem;
}
@media screen and (max-width: 1440.5px) {
  .l-block07-inner{
    width:100%;
    padding:0 6.0rem;
  }
}
.l-block07-inner > span{
  display: block;
  text-align: left;
  color: #003685;
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block07-inner > h2{
  display: block;
  text-align: left;
  color: #003685;
  font-size: clamp(13px, 1.5rem, 15px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-block07-box{
  display:inline-block;
  width:650px;
  margin-top: 3.0rem;
  padding: 2.5rem 3.0rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1440.5px) {
  .l-block07-box{
    width:80.0rem;
  }
}
.l-block07-box-message01{
  text-align: justify;
  color:#212121;
  
  font-size: clamp(12px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.025em;
}
.l-block07-box-message02{
  padding-top:1.0rem;
  text-align: left;
  color:#212121;
  
  font-size: clamp(12px, 1.6rem, 16px);
  font-weight:400;
  line-height:2.0;
  letter-spacing: 0.1em;
}
.l-block07-box-message02 span{
  text-align: left;
  color:#212121;
  
  font-size: clamp(22px, 3.0rem, 30px);
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.1em;
}


@media screen and (max-width: 767.5px) {
  .l-block07{
    background: none;
    min-height:auto;
    padding:7.5rem 0;
  }
  .l-block07-inner{
    width:100%;
    margin:0 auto;
    text-align: left;
    padding:0 0;
  }
  .l-block07-inner > span{
    display: block;
    text-align: center;
    color: #003685;
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block07-inner > h2{
    display: block;
    text-align: center;
    color: #003685;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  .l-block07-back{
    background: url("../images/block07-bg01_sp.png") top center no-repeat transparent;
    background-size: 100% auto;
    min-height:98.0rem;
    padding:54.5rem 3.0rem 0;
    margin-top:3.5rem;
  }
  .l-block07-box{
    display:block;
    width:100%;
    margin-top: 3.5rem;
    padding: 5.5rem 5.0rem 7.0rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.12);
  }
  .l-block07-box-message01{
    text-align: justify;
    color:#212121;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.025em;
  }
  .l-block07-box-message02{
    padding-top:1.0rem;
    text-align: left;
    color:#212121;

    font-size:2.6rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
  .l-block07-box-message02 span{
    text-align: left;
    color:#212121;

    font-size: 4.2rem;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.1em;
  }
}


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



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








