@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.page-implant-lp .page-title,.page-implant-lp .bread_wrap,.page-implant-lp .contentbottom,.widget_text.copyright{ display: none; }
.page-implant-lp #contents .inner{ width: 100%; max-width: 100%; }
.page-implant-lp .mainblock.under{ padding-bottom: 0; }

.page-implant-lp h3, .page-implant-lp h4, .page-implant-lp h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: initial;
}
.page-implant-lp h3::before, .page-implant-lp h3::after, .page-implant-lp h4::before, .page-implant-lp h4::after, .page-implant-lp h5::before, .page-implant-lp h5::after {
  content: none;
  display: initial;
}
.topinner { /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
.hidden{
  display: none!important;
  overflow: hidden!important;
}
.off{
  pointer-events: none!important;
  cursor: none;
}
/*==========================
mainimage
==========================*/

/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */

/*-- スライダーの時 ------------*/

.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #fff;
  background: #2e3d70;
  border-radius: 0;
  max-width: 280px;
  width: 100%;
  padding: 1em 1em;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 8px solid #fff;
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:after {
  right: 12px;
}
.under .btn-style.wide a {
  max-width: 400px;
}
/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.sec_news {
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 3em 0.5em 0;
  border-bottom: 1px solid #6db91b;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  background: #6db91b;
  display: table;
  padding: 0.2em 1.2em 0.2em 1em;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
h2.ttl{
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
}
h2.ttl .sub{
  font-size: 40%;
  display: block;
  margin-top: 0.2em;
}
.sec01{
  padding: 5% 0 0;
  background: url(img/imp_bg001.png);
}
.sec01 h2{
  font-size: 26px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.sec01 h2 .marker{
  font-size: 153.85%;
  color: #122460;
  background: linear-gradient(transparent 60%,#f4ddeb 60%);
  padding: 0 0.5em;
}
.sec01 figure{
  margin-bottom: 1em;
}
.cv_ttl{
  padding: 2% 0 5%;
  background: url(img/cv_ttl_bg.png) no-repeat center bottom / cover;
}
.cv_ttl h3{
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 50px 0.3em;
}
.cv_ttl h3 .l{
  font-size: 145.83%;
}
.cv_ttl h3:before,
.cv_ttl h3:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 56px;
  background: #122460;
}
.cv_ttl h3:before{
  left: 0;
  transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
}
.cv_ttl h3:after{
  right: 0;
  transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
}
.conversion{
  padding: 5% 0 4%;
  background: #f2eff4;
}
.conversion .logo{
  margin-bottom: 4%;
}
.sec01 .cv_ttl h3:before,
.sec01 .cv_ttl h3:after{
  top: auto;
}
.sec02 .con01{
  padding: 5% 0;
}
.sec02 .con01 .bg_wrap{
  padding: 5px;
  box-sizing: border-box;
  background: rgba(46,61,112,.9);
  color: #fff;
  position: relative;
}
.sec02 .con01 .bg_wrap:before{
  content: '';
  position: absolute;
  top: -4%;
  left: 5px;
  margin: auto;
  width: 719px;
  max-width: 90%;
  height: 27px;
  background: url(img/imp02_txt.png) no-repeat center bottom / contain;
}
.sec02 .con01 .border_wrap{
  padding: 6%;
  border: 1px solid #687398;
}
.sec02 .con01 h2{
  font-size: 40px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.sec02 .con02{
  padding: 5% 0;
  background: #f2eff4;
}
.con_ttl{
  padding: 3.5em 0;
  background: url(img/imp_ttl_bg.jpg) no-repeat center / cover;
}
.con_ttl h2{
  color: #fff;
  margin: 0;
}
.con_ttl h2 .sub{
  color: #fff;
}
.con_ttl h2 .num{
  font-size: 150%;
}
.sec03 .con > *{
  margin: 10% 0;
}
.sec03 h3{
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.sec03 .txt_wrap{
  position: relative;
  padding: 5% 0;
}
.sec03 .txt_wrap:before{
  content: '';
  position: absolute;
  top: -41px;
  left: 0;
  margin: auto;
  height: 82px;
}
.sec03 .con01 .txt_wrap:before{
  width: 103px;
  background: url(img/imp03_num01.png) no-repeat center / contain;
}
.sec03 .con02 .txt_wrap:before{
  width: 112px;
  background: url(img/imp03_num02.png) no-repeat center / contain;
}
.sec03 .con03 .txt_wrap:before{
  width: 113px;
  background: url(img/imp03_num03.png) no-repeat center / contain;
}
.sec03 .con04 .txt_wrap:before{
  width: 114px;
  background: url(img/imp03_num04.png) no-repeat center / contain;
}
.sec03 .con05 .txt_wrap:before{
  width: 117px;
  background: url(img/imp03_num05.png) no-repeat center / contain;
}
.sec04 .con{
  padding: 5% 0;
  background: url(img/imp_bg001.png);
}
.sec04 h3{
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sec04 h3:not(:first-child){
  margin-top: 2em;
}
.sec04 table{
  width: 100%;
  margin-bottom: 0.5em;
  border-collapse: separate;
  border-spacing: 2px;
}
.sec04 table th,
.sec04 table td{
  padding: 0.4em 1.2em;
  vertical-align: middle;
  width: 50%;
}
.sec04 table th{
  background: #f2eff4;
  text-align: left;
}
.sec04 table td{
  background: rgba(242,239,244,.7);
}
.sec04 .con01{
  margin: 5% 0 8%;
}
.sec05{
  padding-bottom: 5%;
}
.sec05 .bg_wrap{
  padding: 6%;
  background: #2e3d70;
  color: #fff;
  box-sizing: border-box;
}
.sec05 .con01 h3,
.sec05 .con02 h3{
  border-bottom: 1px solid #adc8dc;
  margin-bottom: 20px;
  padding: 0 1.2em 1em;
  box-sizing: border-box;
}
.sec05 table{
  width: 100%;
}
.sec05 table th,
.sec05 table td{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  padding: 0.5em 1.2em;
}
.sec05 table th{
  text-align: left;
  width: 6em;
}
.sec05 .con03{
  padding: 5%;
  margin-top: 7%;
  box-sizing: border-box;
  border: 2px solid #122460;
}
.sec05 .con03 h3{
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #122460;
  border-bottom: 1px solid #122460;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sec05 .con03 h3 .icon{
  padding-left: 60px;
  position: relative;
}
.sec05 .con03 h3 .icon:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 41px;
  height: 41px;
  background: url(img/imp05_icon01.png) no-repeat center / contain;
}
.sec06{
  padding: 6% 0;
  background: url(img/imp06_bg.jpg) no-repeat center / cover;
  color: #fff;
}
.sec06 h2{
  color: #fff;
  margin-bottom: 7%;
}
.sec06 h3{
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  text-align: center;
  display: table;
  margin: 0 auto 1.5em;
  padding: 0 50px;
  position: relative;
}
.sec06 h3:before,
.sec06 h3:after{
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 22px;
  background: #fff;
}
.sec06 h3:before{
  left: 0;
  transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}
.sec06 h3:after{
  right: 0;
  transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
}



@media screen and (min-width: 768px) {
  .page-implant-lp .mainimage{
    margin-top: 120px;
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child){
    margin-left: 2%;
  }
  .columns.reverse > .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse > .column:last-child{
    margin-left: 0;
  }
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .column.break + .column{
    margin-left: 0!important;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_5{
    width: 18.4%
  }
  .col_2:not(:nth-child(2n+1)),
  .col_3:not(:nth-child(3n+1)),
  .col_4:not(:nth-child(4n+1)),
  .col_5:not(:nth-child(5n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec02 .con01{
    padding-top: 320px;
    background: url(img/imp02_bg.jpg) no-repeat top left 35% / cover;
    min-height: 852px;
    box-sizing: border-box;
  }
  .sec03 .column{
    width: 49%;
  }
  .sec03 .con > *:nth-child(odd){
    background: url(img/imp03_bg01.jpg) no-repeat center / cover;
  }
  .sec03 .con > *:nth-child(even){
    background: url(img/imp03_bg02.jpg) no-repeat center / cover;
  }
  .sec03 .col_txt{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    min-height: 460px;
    box-sizing: border-box;
  }
  .sec03 .con >*:nth-child(odd) .col_txt{
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .sec03 .con .col_img{
    transform: translateY(-15%);
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
  }
  .sec03 .con > *:nth-child(odd) .col_img img{
    margin-left: 0;
  }
  .sec03 .con > *:nth-child(even) .col_img img{
    margin-right: 0;
  }
  .sec03 .txt_wrap{
    width: 490px;
    max-width: 100%;
    padding-top: 90px;
  }
  .sec04 .con01 .columns{
    margin-bottom: 0.5em!important;
  }
  .sec05 .con01,
  .sec05 .con02{
    margin-top: 13%;
    position: relative;
  }
  .sec05 figure{
    position: absolute;
    top: -25%;
    margin: auto;
  }
  .sec05 .con01 figure{
    right: 50%;
  }
  .sec05 .con02 figure{
    left: 50%;
  }
  .sec05 .bg_wrap{
    width: 640px;
    max-width: 64%;
  }
  .sec05 .con01 .bg_wrap{
    padding-left: 14%;
  }
  .sec05 .con02 .bg_wrap{
    padding-right: 14%;
  }
  .sec05 .con01{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec05 .con02{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec02 .con01{
    padding-top: 200px;
    background-position: top left 27%;
    min-height: 640px;
  }
  .sec03 .con > *:nth-child(odd) .col_txt{
    padding-left: 4%;
  }
  .sec03 .con > *:nth-child(even) .col_txt{
    padding-right: 4%;
  }
}

@media screen and (max-width: 1041px) {
  h2.ttl {
    font-size: 32px;
  }
  .cv_ttl{
    padding: 5% 0 7%;
  }
  .cv_ttl h3 {
    font-size: 20px;
  }
  .sec02 .con01 h2 {
    font-size: 32px;
  }
  .sec03 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll{
    overflow: auto;
  }
  .scroll > table{
    width: 750px;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /*==========================
  mainimage
  ==========================*/
  .mainimage{
    margin-top: 18%;
  }
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news {
    padding: 2em 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 10px 0 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns:not(:last-child), .column:not(:last-child){
    margin-bottom: 4%;
  }
  .sp_wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_col_2,.columns.sp_col_3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.sp_col_2 .column{
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .columns.sp_col_3 .column{
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  /*-- 余白・背景 --------------*/
  .sec01{
    padding-top: 2.5em;
  }
  .conversion,.cv_ttl,.sec02 .con01,.sec02 .con02,.sec04 .con,.sec06{
    padding: 2.5em 0;
  }
  .con_ttl{
    padding: 2em 0;
  }
  /*-- 見出し --------------*/
  h2.ttl {
    font-size: 21px;
  }
  h2.ttl .sub{
    font-size: 70%;
  }
  .sec_news .news h3{
    font-size: 20px;
  }
  .sec01 h2 {
    font-size: 20px;
  }
  .sec01 h2 .marker {
    font-size: 120%;
  }
  .cv_ttl h3 {
    font-size: 18px;
    padding: 0 30px 0.3em;
  }
  .cv_ttl h3 .l {
    font-size: 114%;
  }
  .sec02 .con01 .bg_wrap::before {
    top: -2.6%;
  }
  .sec02 .con01 h2 {
    font-size: 20px;
  }
  .sec02 .con01 figure,
  .sec02 .bg_wrap{
    margin-bottom: 1em;
  }
  .sec03 .col_img{
    margin-bottom: 4%;
  }
  .sec03 .col_txt{
    padding: 0 4%;
  }
  .sec03 .txt_wrap{
    padding-top: 40px;
  }
  .sec03 .con > *:nth-child(odd) .col_txt{
    background: #eff3f6;
  }
  .sec03 .con > *:nth-child(even) .col_txt{
    background: #f8f3f6;
  }
  .sec03 .txt_wrap::before {
    top: -20px;
    height: 41px;
  }
  .sec03 .con01 .txt_wrap::before {
    width: 51.5px;
  }
  .sec03 .con02 .txt_wrap::before {
    width: 56px;
  }
  .sec03 .con03 .txt_wrap::before {
    width: 56.5px;
  }
  .sec03 .con04 .txt_wrap::before {
    width: 57px;
  }
  .sec03 .con05 .txt_wrap::before {
    width: 58.5px;
  }
  .sec03 h3 {
    font-size: 20px;
  }
  .sec04 table th,.sec04 table td{
    font-size: 75%;
    line-height: 1.5;
  }
  .sec05 figure{
    margin: 5% 0;
  }
  .sec05 .con03 h3 {
    font-size: 18px;
  }
  .sec05 .con03 h3 .icon{
    padding-left: 30px;
  }
  .sec05 .con03 h3 .icon::before{
    width: 20px;
    height: 20px;
  }
  .sec06 h3 {
    font-size: 18px;
  }
  .sec06 .columns{
    -webkit-box-pack: center;
    justify-content: center;
  }

}

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

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ======== 下層 */
