@charset "utf-8";
/* all */
.modal__container {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  justify-content: center;
  opacity: 0;
  overflow: auto;
  text-align: center;
  transition: .3s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}
.modal__container.active {
  opacity: 1;
  visibility: visible;
}

.modal__body {
  position: relative;
  padding: 16px 0;
  width: calc(100% - 32px);
}

.modal__content {
  display: none;
  text-align: center;
}

.modal__container.active .modal__content {
  display: block;
}

.modal__close {
  display: flex;
  position: absolute;
  align-items: center;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  top: -20px;
  right: 0;
  background: #009ce5;
  border-radius: 50%;
  font-size: 40px;
  height: 32px;
  width: 32px;
}


/* fixed */
.fixed {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background:#fff no-repeat top center;
  background-size: cover;
  z-index: 50;
  opacity: 0;
  transition: 0.4s all ease;
}
.fixed.is-show {
  visibility: visible;
  opacity: 1;
}
.fixed.sticky {
  visibility: inherit;
  position: sticky;
  opacity: 1;
}
.fixed .inner {
  max-width: 1030px;
  text-align: center;
}
.fixed .btn {
  display: inline-block;
  margin-left: 36px;
}
.fixed .btn + .btn{
  margin-left: 26px;

}
.fixed .btn a {
  display: inline-block;
}
.fixed .lstFixed{
  padding: 0 15px;
}
.fixed .fixed-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* SP */
@media screen and (max-width: 768px) {
.js-footer-toggle-panel{display:none;}
  /* Common */
  body{
    font-family: Arial, san-serif, Helvetica;
  }
  body.rn20024_reset{
    padding-top: 0 !important;
  }
  body.simple{
    padding-top:0 !important;
  }

  body#simple{
    padding-top:0 !important;
  }

  img{
    max-width:100%;vertical-align:bottom;
  }
  sup{
    vertical-align: super;
    font-size: 38%;
  }
  .center{
    text-align:center;
  }

  .left{
    text-align:left !important;
  }

  .ov{
    text-decoration:underline !important;
  }

  .red{
    color:#d62401 !important;
  }

  .blue{
    color:#0121b5 !important;
  }

  .yellow{
    color:#fff100 !important;
  }

  .flex{
    display:flex;flex-wrap:wrap;justify-content:center;
  }

  .flex.mid{
    align-items:center;
  }

  .indent{
    padding-left:1em;text-indent:-1em;
  }

  .line{
    border-bottom:2px dotted #fff;
  }

  .line:first-child{
    border-top:2px dotted #fff;
  }

  /* general */
  .text{
    font-size:4.375vw;font-weight:600;line-height:1.72;
  }

  .note{
    font-size:3.438vw;line-height:1.46;
  }

  .inner{
    position:relative;margin:0 15px;
  }

  .inner img{
    width:100%;
  }

  .section{
    position:relative;
  }
  /* modal */
  .modal__container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    justify-content: center;
    opacity: 0;
    overflow: auto;
    text-align: center;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
  }

  .modal__container.active {
    opacity: 1;
    visibility: visible;
  }

  .modal__body {
    position: relative;
    padding: 16px 0;
    width: calc(100% - 32px);
  }

  .modal__close {
    font-family: Arial, san-serif, Helvetica;
    display: flex;
    position: absolute;
    top: -20px;
    right: 0;
    align-items: center;
    background: #009ce5;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    height: 32px;
    justify-content: center;
    width: 32px;
  }

  .modal__content {
    display: none;
    text-align: center;
  }

  .modal__content.active {
    display: block;
  }

  .modal__content img {
    height: auto;
    max-width: 80%;
    text-align: center;
  }

  .modal__content ul li {
    font-size: 10px;
    line-height: 1.5;
    padding-left: .5em;
    text-indent: -.5;
  }

  .modal__body>div:not(.modal__coupon_data.active ~ div):not(.active) {
    display: none;
  }

  .modal__coupon_data img {
    height: auto;
    max-width: 100%;
    text-align: center;
  }

  .modal__coupon_data .modal__close {
    top: 0;
    right: -6px;

    background: #d54a81;
    height: 32px;
    width: 32px;
    z-index: 20;
  }

  .modal__coupon_data .modal__inner {
    background: #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 39px 15px 30px;
    width: calc(290px - 30px);
    z-index: 10;
  }

  .modal__coupon_data .modal__inner ul {
    margin: 20px auto 0;
    text-align: left;
  }

  .modal__content ul li {
    font-size: 11px;
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
  }
  *::before,
  *::after{
    box-sizing:border-box;}
  html.hidden,
  body.hidden{
    overflow:hidden;}
  /* Fixed */
  .fixed{
    padding: 7px 0 6px;
    border-top: 1px solid #019ae6;
  }
  /* .fixed.is-show{
    position: sticky;
  } */
  .fixed .inner{
    margin: 0 5px;
  }
  .fixed .fixed-txt{
    font-size: 11px;
    font-weight: bold;
    color: #019ae6;
    margin-bottom: 5px;
  }
  .fixed .lstFixed{
    padding: 0;
  }
  .fixed .fixed-btn p{
    width: 48.6%;
  }
  /* MV */
  .mvBlock .mv_label{
    line-height: 0;
  }
  .mvBlock .mv_bg{
    background: url("/sites/default/files/media/sp/images/lp/precision1/mv_bg_sp.png") no-repeat top center / 100% auto;
  }
  .mvBlock .mv_box{
    background: #ebf8fe;
    text-align: center;
    padding: 30px 0 21px;
  }
  .mvBlock .mv_box .mv_box_ttl{
    position: relative;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    color: #2c5697;
    margin-bottom: 11px;
  }
  .mvBlock .mv_box .mv_box_ttl .sup{
    position: absolute;
    font-size: 8px;
    top: -13px;
    right: 10px;
  }
  .mvBlock .mv_box .mv_box_txt{
    font-size: 16px;
    font-weight: bold;
    color: #2c5697;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .mvBlock .mv_box .mv_box_txt .box_txt{
    font-size: 12px;
    border: 1px solid #2c5697;
    border-radius: 20px;
    padding: 4px 9px 3px;
    background: #fff;
    margin-right: 15px;
  }
  /* Video */
  .block_video{
    text-align: center;
    padding: 18px 0 19px;
  }
  /* sec01 */
  .sec01{
    background: #ebf8fe;
    text-align: center;
    padding: 20px 0 0;
  }
  .sec01 .ttl_02{
    position: relative;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4047;
    color: #002e45;
    margin-bottom: 24px;
  }
  .sec01 .ttl_02 sup{
    font-size: 8px;
  }
  .sec01 .ttl_02:after{
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/precision1/sec01_line_sp.png") no-repeat top center/ 100% auto;
    display: inline-block;
    position: absolute;
    width: 252px;
    height: 5px;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec01 .sub_ttl_02{
    font-size: 16px;
    font-weight: bold;
    color: #002e45;
  }
  .sec01 .sec01_img{
    margin-top: 25px;
  }
  .sec01 .content_flex{
    margin-top: 33px;
    margin-bottom: 23px;
    align-items: center;
  }
  .sec01 .content_flex .avatar{
    margin-left: 14px;
  }
  .sec01 .content_flex .txt{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #002e45;
    margin-left: 11px;
    margin-top: -18px;
  }
  .sec01 .sec01_block_02{
    background: url("/sites/default/files/media/sp/images/lp/precision1/sec01_bg_01_sp.png") no-repeat top center/ 100% auto;
    text-align: center;
    padding: 14px 15px 22px;
  }
  .sec01 .sec01_block_02 .content{
    text-align: left;
  }
  .sec01 .sec01_block_02 .txt01{
    font-size: 23px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
  }
  .sec01 .sec01_block_02 .txt01 span{
    font-size: 14px;
  }
  .sec01 .sec01_block_02 .img_txt{
    margin: -2px 0 0 -3px;
  }
  .sec01 .sec01_block_02 .txt02{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.78125;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
    margin-top: 14px;
  }
  .sec01 .sec01_block_02 .txt02 + .txt02{
    margin-top: 29px;
  }
  .sec01 .sec01_block_02 .img_box{
    margin-top: 6px;
  }
  .sec01 .sec01_block_03{
    padding: 33px 0 31px;
    background: linear-gradient(135deg, #6bcaba 0%,#2c5697 50%,#84329b 100%);
    color: #fff;
  }
  .sec01 .sec01_block_03 .sub_ttl{
    font-size: 16px;
    font-weight: bold;
  }
  .sec01 .sec01_block_03 .ttl{
    font-size: 33px;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 26px;
  }
  .sec01 .sec01_block_03 .ttl span{
    display: inline-block;
    position: relative;
  }
  .sec01 .sec01_block_03 .ttl span:after{
    content: "";
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%);
  }
  /* sec02 */
  .sec02{
    text-align: center;
    padding: 25px 0 0;
  }
  .sec02 .ttl_02{
    font-size: 20px;
    font-weight: bold;
    color: #2c5697;
    margin-bottom: 31px;
  }
  .sec02 .ttl_02 span{
    display: inline-block;
    position: relative;
  }
  .sec02 .ttl_02 span:after{
    content: "";
    display: inline-block;
    background: linear-gradient(135deg, #6bcaba 0%,#2c5697 50%,#84329b 100%);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec02 .sec02_block_01 .content_flex{
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
    margin: 22px 25px 0;
  }
  .sec02 .sec02_block_01 .content_flex .img_flex{
    width: 25%;
  }
  .sec02 .sec02_block_01 .content_flex .content{
    width: 71.5%;
    margin-top: -3px;
  }
  .sec02 .sec02_block_01 .content_flex .content .ttl{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #2c5697;
    letter-spacing: 1px;
    margin-bottom: 7px;
  }
  .sec02 .sec02_block_01 .content_flex .content .ttl sup{
    font-size: 12px;
  }
  .sec02 .sec02_block_01 .content_flex .content .txt{
    font-size: 16px;
    line-height: 1.40625;
    letter-spacing: -1px;
    color: #003a57;
  }
  .sec02 .sec02_block_01 .content_flex + .content_flex{
    margin-top: 37px;
    margin-bottom: 25px;
  }
  .sec02 .sec02_block_01 .content_flex + .content_flex .content .ttl,
  .sec02 .sec02_block_01 .content_flex + .content_flex .content .txt{
    letter-spacing: 0;
  }
  .sec02 .sec02_block_02{
    background: url("/sites/default/files/media/sp/images/lp/precision1/sec02_bg_01_sp.png") no-repeat top center / 100% auto;
    padding: 25px 0 22px;
  }
  .sec02 .sec02_block_02 .ttl{
    text-align: left;
    font-size: 21px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.4);
    margin-left: 15px;
    margin-bottom: 9px;
  }
  .sec02 .sec02_block_02 .img_02{
    margin-top: 18px;
  }
  /* sec03 */
  .sec03{
    text-align: center;
    padding: 21px 0 10px;
  }
  .sec03 .ttl_02{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.40625;
    color: #2c5697;
  }
  .sec03 .ttl_02 span{
    display: inline-block;
    position: relative;
  }
  .sec03 .ttl_02 span:before,
  .sec03 .ttl_02 span:after{
    content: "";
    display: inline-block;
    position: absolute;
    background: #2c5697;
    width: 2px;
    height: 44px;
    top: 45%;
    transform: translateY(-50%);
  }
  .sec03 .ttl_02 span:before{
    left: -14px;
    transform: translateY(-50%) rotate(332deg);
  }
  .sec03 .ttl_02 span:after{
    right: -14px;
    transform: translateY(-50%) rotate(-332deg);
  }
  .sec03 .sec03_block_01{
    margin-bottom: 31px;
  }
  .sec03 .block_link{
    margin-top: 12px;
  }
  .sec03 .block_link a{
    display: inline-block;
  }
  .sec03 .sec03_block_02{
    background: #ebf8fe;
    padding: 26px 0 30px;
  }
  .sec03 .sec03_block_02 .ttl{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.40625;
    color: #2c5697;
  }
  .sec03 .sec03_block_02 .ttl span{
    display: inline-block;
    position: relative;
  }
  .sec03 .sec03_block_02 .ttl span:before,
  .sec03 .sec03_block_02 .ttl span:after{
    content: "";
    display: inline-block;
    position: absolute;
    background: #2c5697;
    width: 2px;
    height: 18px;
    top: 45%;
    transform: translateY(-50%);
  }
  .sec03 .sec03_block_02 .ttl span:before{
    left: -9px;
    transform: translateY(-50%) rotate(320deg);
  }
  .sec03 .sec03_block_02 .ttl span:after{
    right: -6px;
    transform: translateY(-50%) rotate(-320deg);
  }
  .sec03 .sec03_block_02 .block_link{
    margin-top: 4px;
  }
  /* sec04 */
  .sec04{
    padding: 30px 0 26px;
  }
  .sec04 .ttl_02{
    font-size: 20px;
    font-weight: bold;
    color: #2c5697;
    text-align: center;
  }
  .sec04 .ttl_02 span{
    display: inline-block;
    position: relative;
  }
  .sec04 .ttl_02 span:after{
    content: "";
    display: inline-block;
    background: linear-gradient(135deg, #6bcaba 0%,#2c5697 50%,#84329b 100%);
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec04 .sec04_block_01{
    padding: 0 15px;
  }
  .sec04 .lst_content{
    font-size: 14px;
    line-height: 1.393;
    color: #333;
    margin-top: 51px;
  }
  .sec04 .lst_content .content_item{
    display: flex;
    border-bottom: 1px solid #333;
    padding: 0 4px 16px;
  }
  .sec04 .lst_content .content_item:nth-of-type(n+2){
    padding-top: 18px;
  }
  .sec04 .lst_content .content_item .ttl{
    width: 42%;
  }
  .sec04 .lst_content .content_item .txt{
    width: 58%;
  }
  .sec04 .block_sub{
    margin-top: 35px;
    font-size: 12px;
    line-height: 1.667;
    color: #333;
  }
  .sec04 .block_txt{
    margin-top: 30px;
  }
  .sec04 .block_txt + .block_txt{
    margin-top: 34px;
  }
  .sec04 .block_txt .ttl{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #2c5697;
  }
  .sec04 .block_txt .lst_txt{
    font-size: 12px;
    line-height: 1.667;
  }
  .sec04 .block_txt .lst_txt li{
    display: flex;
    letter-spacing: -0.5px;
  }
}

/* PC */
@media screen and (min-width: 769px) {

	/* フルコンテンツ幅の場合コメントアウトを外す */
	.l-content {
		width: 100% !important;
		padding: 0 !important;
	}
  
  /* common */
  .center{
    text-align:center;}

  .left{
    text-align:left !important;}

  .ov01:hover{
    opacity:.8 !important;}

  .ov02{
    text-decoration:underline !important;}

  .ov02:hover{
    text-decoration:none !important;}

  .red{
    color:#d62401 !important;}

  .blue{
    color:#242480 !important;}

  .yellow{
    color:#fff100 !important;}

  .flex{
    display:flex;flex-wrap:wrap;justify-content:center;}

  .flex.mid{
    align-items:center;}

  .indent{
    padding-left:1em;text-indent:-1em;}

  .line{
    border-bottom:2px dotted #fff;}

  .line:first-child{
    border-top:2px dotted #fff;}

  /* general */
  .text{
    font-size:14px;font-weight:600;}

  .note{
    font-size:11px;}

  .inner{
    position:relative;margin:0 auto;max-width:1000px;width:100%;}

  .section{
    position:relative;}
  sup{
    font-size: 60%;
    vertical-align: super;
  }
  /* Fixed */
  .fixed{
    padding: 10px 0 7px;
    border-top: 2px solid #019ae6;
  }
  .fixed .inner{
    max-width: 840px;
  }
  .fixed .fixed-txt{
    font-size: 22px;
    font-weight: bold;
    color: #019ae6;
    margin-bottom: 5px;
  }
  .fixed .lstFixed{
    padding: 0;
  }
  .fixed .fixed-btn p{
    width: 48.6%;
  }
  /* modal */
  .modal_open{
    cursor: pointer;
  }
  .modal__body{
    position: relative;
    max-width: 1000px;
    width: unset;
    padding: 20px 0;
  }
  .modal__close{
    display: flex;
    position: absolute;
    top: -40px;
    right: -4px;
    align-items: center;
    background: #009ce5;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    height: 51px;
    justify-content: center;
    width: 51px;
  }
  /* MV */
  .mvBlock{
    background: #ebf8fe;
  }
  .mvBlock .mv_label{
    background: #fff;
    line-height: 0;
    text-align: center;
  }
  .mvBlock .mv_label img{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .mvBlock .mv_bg{
    background: #ebf8fe;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    max-height: 550px;
  }
  .mvBlock h1{
    background: url("/sites/default/files/media/sp/images/lp/precision1/mv_bg_pc.png") no-repeat top center / 100% auto;
    width: 50%;
  }
  .mvBlock .mv_box{
    background: #ebf8fe;
    text-align: center;
    width: 50%;
    padding: 54px 0 0;
  }
  .mvBlock .mv_box .mv_box_ttl{
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #2c5697;
    margin-bottom: 10px;
  }
  .mvBlock .mv_box .mv_box_ttl .sup{
    position: absolute;
    font-size: 12px;
    top: -13px;
    right: 10px;
  }
  .mvBlock .mv_box .mv_box_txt{
    font-size: 25px;
    font-weight: bold;
    color: #2c5697;
    margin-top: 11px;
    margin-bottom: 23px;
  }
  .mvBlock .mv_box .mv_box_txt .box_txt{
    font-size: 18px;
    border: 1px solid #2c5697;
    border-radius: 20px;
    padding: 9px 16px 5px;
    background: #fff;
    margin-right: 20px;
  }
  /* Video */
  .block_video{
    text-align: center;
    padding: 37px 0 31px;
  }

  .block_video a:hover{
    opacity: .7;
  }
  /* sec01 */
  .sec01{
    background: #ebf8fe;
    text-align: center;
    padding: 45px 0 0;
  }
  .sec01 .ttl_02{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4047;
    color: #002e45;
    margin-bottom: 40px;
  }
  .sec01 .ttl_02 sup{
    font-size: 16px;
  }
  .sec01 .ttl_02 span{
    position: relative;
    display: inline-block;
  }
  .sec01 .ttl_02 span:after{
    content: "";
    background: linear-gradient(90deg,rgba(0, 58, 87, 1) 0%, rgba(40, 116, 154, 1) 50%, rgba(0, 58, 87, 1) 100%);
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: -15px;
    left: 50%;
    border-radius: 20px;
    transform: translate(-50%);
  }
  .sec01 .sub_ttl_02{
    font-size: 32px;
    font-weight: bold;
    color: #002e45;
  }
  .sec01 .content_flex{
    margin-top: 62px;
    margin-bottom: 41px;
    justify-content: space-between;
  }
  .sec01 .content_flex .avatar{
    width: 23.9%;
    margin-left: 38px;
  }
  .sec01 .content_flex .avatar img{
    max-width: 100%;
    height: auto;
  }
  .sec01 .content_flex .content{
    width: 70%;
    margin-top: -4px;
  }
  .sec01 .content_flex .content .sec01_img img{
    max-width: 100%;
    height: auto;
  }
  .sec01 .content_flex .txt{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #002e45;
    margin-left: 0;
    text-align: right;
    margin-top: 26px;
  }
  .sec01 .sec01_block_02{
    background: url("/sites/default/files/media/sp/images/lp/precision1/sec01_bg_01_pc.png") no-repeat top center/ cover;
    text-align: center;
    padding: 35px 15px 32px;
  }
  .sec01 .sec01_block_02 .inner{
    position: relative;
  }
  .sec01 .sec01_block_02 .content{
    text-align: left;
    margin-left: 17px;
  }
  .sec01 .sec01_block_02 .txt01{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 1px 0 8px rgba(0, 0, 0, 0.4);
  }
  .sec01 .sec01_block_02 .txt01 span{
    font-size: 19px;
  }
  .sec01 .sec01_block_02 .img_txt{
    margin: -2px 0 0 -3px;
  }
  .sec01 .sec01_block_02 .txt02{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.7619;
    color: #fff;
    text-shadow: 1px 0 8px rgba(0, 0, 0, 0.4);
    margin-top: 14px;
  }
  .sec01 .sec01_block_02 .txt02 + .txt02{
    margin-top: 37px;
  }
  .sec01 .sec01_block_02 .img_box{
    position: absolute;
    right: 17px;
    top: 46px;
  }
  .sec01 .sec01_block_03{
    padding: 60px 0 53px;
    background: linear-gradient(107deg,rgba(107, 202, 186, 1) 0%, rgba(44, 86, 151, 1) 50%, rgba(132, 50, 155, 1) 100%);
    color: #fff;
  }
  .sec01 .sec01_block_03 .sub_ttl{
    font-size: 32px;
    font-weight: bold;
  }
  .sec01 .sec01_block_03 .ttl{
    font-size: 65px;
    font-weight: bold;
    margin-top: 10px;
  }
  .sec01 .sec01_block_03 .ttl span{
    display: inline-block;
    position: relative;
  }
  .sec01 .sec01_block_03 .ttl span:after{
    content: "";
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 9px;
    border-radius: 10px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec01 .sec01_block_03 .img{
    text-align: left;
    margin-left: 48px;
  }
  .sec01 .sec01_block_03 .content{
    margin-right: 87px;
    margin-top: -10px;
  }
  .sec01 .sec01_block_03 .block-flex{
    align-items: center;
    justify-content: space-between;
  }
  /* sec02 */
  .sec02{
    text-align: center;
    padding: 48px 0 0;
  }
  .sec02 .ttl_02{
    font-size: 40px;
    font-weight: bold;
    color: #2c5697;
    margin-bottom: 49px;
  }
  .sec02 .ttl_02 span{
    display: inline-block;
    position: relative;
  }
  .sec02 .ttl_02 span:after{
    content: "";
    display: inline-block;
    background: linear-gradient(135deg, #6bcaba 0%,#2c5697 50%,#84329b 100%);
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec02 .ttl_02 sup{
    font-size: 60%;
    vertical-align: super;
  }
  .sec02 .sec02_block_01{
    padding: 0 15px;
  }
  .sec02 .sec02_block_01 .img01{
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec02 .sec02_block_01 .img01 img{
    width: 100%;
    height: auto;
  }
  .sec02 .sec02_block_01 .block_flex{
    max-width: 1000px;
    margin: 30px auto 52px;
    display: flex;
    justify-content: space-between;
  }
  .sec02 .sec02_block_01 .content_flex{
    flex-wrap: nowrap;
    text-align: left;
    justify-content: flex-start;
    width: 50%;
  }
  .sec02 .sec02_block_01 .content_flex .img_flex{
    width: 19%;
  }
  .sec02 .sec02_block_01 .content_flex .img_flex img{
    width: 100%;
    height: auto;
  }
  .sec02 .sec02_block_01 .content_flex .content{
    width: 70%;
    margin-left: 25px;
    margin-top: 9px;
  }
  .sec02 .sec02_block_01 .content_flex .content .ttl{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    color: #2c5697;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .sec02 .sec02_block_01 .content_flex .content .ttl sup{
    font-size: 60%;
    vertical-align: super;
  }
  .sec02 .sec02_block_01 .content_flex .content .txt{
    font-size: 16px;
    line-height: 1.40625;
    letter-spacing: -1px;
    color: #003a57;
  }
  .sec02 .sec02_block_01 .content_flex + .content_flex{
    margin-left: 0;
    width: 47%;
  }
  .sec02 .sec02_block_01 .content_flex + .content_flex .content .ttl,
  .sec02 .sec02_block_01 .content_flex + .content_flex .content .txt{
    letter-spacing: 0;
  }
  .sec02 .sec02_block_01 .content_flex + .content_flex .img_flex{
    width: 20.5%;
  }
  .sec02 .sec02_block_01 .content_flex + .content_flex .content{
    width: 74%;
  }
  .sec02 .sec02_block_02{
    background: url("/sites/default/files/media/sp/images/lp/precision1/sec02_bg_01_pc.png") no-repeat top center / cover;
    padding: 136px 0 221px;
  }
  .sec02 .sec02_block_02 .ttl{
    text-align: left;
    font-size: 42px;
    color: #fff;
    text-shadow: 1px 0 12px rgba(0, 0, 0, 0.4);
    margin-left: 9px;
    margin-bottom: 5px;
  }
  .sec02 .sec02_block_02 .img_01{
    text-align: left;
    margin-left: 7px;
  }
  .sec02 .sec02_block_02 .img_02{
    position: absolute;
    top: -91px;
    right: 7px;
  }
  /* sec03 */
  .sec03{
    text-align: center;
    padding: 45px 0 10px;
  }
  .sec03 .ttl_02{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.40625;
    color: #2c5697;
    margin-bottom: 22px;
  }
  .sec03 .ttl_02 span{
    display: inline-block;
    position: relative;
  }
  .sec03 .ttl_02 span:before,
  .sec03 .ttl_02 span:after{
    content: "";
    display: inline-block;
    position: absolute;
    background: #2c5697;
    width: 4px;
    height: 88px;
    top: 42%;
    transform: translateY(-50%);
  }
  .sec03 .ttl_02 span:before{
    left: -21px;
    transform: translateY(-50%) rotate(332deg);
  }
  .sec03 .ttl_02 span:after{
    right: -21px;
    transform: translateY(-50%) rotate(-332deg);
  }
  .sec03 .sec03_block_01{
    margin-bottom: 55px;
  }
  .sec03 .block_link{
    margin-top: 12px;
  }
  .sec03 .block_link a{
    display: inline-block;
  }
  .sec03 .sec03_block_02{
    background: #ebf8fe;
    padding: 51px 0 54px;
  }
  .sec03 .sec03_block_02 .ttl{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.40625;
    color: #2c5697;
    margin-bottom: 11px;
  }
  .sec03 .sec03_block_02 .ttl span{
    display: inline-block;
    position: relative;
  }
  .sec03 .sec03_block_02 .ttl span:before,
  .sec03 .sec03_block_02 .ttl span:after{
    content: "";
    display: inline-block;
    position: absolute;
    background: #2c5697;
    width: 4px;
    height: 37px;
    top: 43%;
    transform: translateY(-50%);
  }
  .sec03 .sec03_block_02 .ttl span:before{
    left: -21px;
    transform: translateY(-50%) rotate(320deg);
  }
  .sec03 .sec03_block_02 .ttl span:after{
    right: -14px;
    transform: translateY(-50%) rotate(-320deg);
  }
  .sec03 .sec03_block_02 .block_link{
    margin-top: 4px;
  }
  /* sec04 */
  .sec04{
    padding: 96px 15px 87px;
  }
  .sec04 .ttl_02{
    font-size: 40px;
    font-weight: bold;
    color: #2c5697;
    text-align: center;
  }
  .sec04 .ttl_02 span{
    display: inline-block;
    position: relative;
  }
  .sec04 .ttl_02 span:after{
    content: "";
    display: inline-block;
    background: linear-gradient(135deg, #6bcaba 0%,#2c5697 50%,#84329b 100%);
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
  }
  .sec04 .lst_content{
    font-size: 14px;
    line-height: 1.393;
    color: #333;
    margin-top: 92px;
  }
  .sec04 .lst_content .content_item{
    display: flex;
    border-bottom: 1px solid #333;
    padding: 0 4px 17px;
  }
  .sec04 .lst_content .content_item:nth-of-type(n+2){
    padding-top: 18px;
  }
  .sec04 .lst_content .content_item .ttl{
    width: 24%;
    font-size: 18px;
  }
  .sec04 .lst_content .content_item .txt{
    width: 58%;
    font-size: 18px;
  }
  .sec04 .block_sub{
    margin-top: 54px;
    font-size: 16px;
    line-height: 1.75;
    padding: 0 30px;
    color: #333;
  }
  .sec04 .block_txt{
    margin: 38px 32px 10px;
  }
  .sec04 .block_txt + .block_txt{
    margin-top: 55px;
  }
  .sec04 .block_txt .ttl{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #2c5697;
  }
  .sec04 .block_txt .lst_txt{
    font-size: 16px;
    line-height: 1.5;
  }
  .sec04 .block_txt .lst_txt li{
    display: flex;
    letter-spacing: -0.5px;
  }
  footer{
    margin-top: 0;
  }
}