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

.home #contents > .inner {
  width: 100%;
  max-width: 100%;
}
.topinner {
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/* reset */
.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}

/* ============ parts common ============*/
.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%;
  }
} */

/* slider option */
.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow {
  font-size: 0;
  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 (min-width: 1200px) {
  .mainimage .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;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3%;
  margin: auto;
}
.slick-dots li:not(:first-child){
  margin-left: 1.5em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #002077;
}

/* 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: 18px;
  font-weight: bold;
  color: #170f11;
  background: transparent;
  border-bottom: 3px solid #170f11;
  border-radius: 0;
  max-width: 400px;
  width: 100%;
  padding: 0.8em 1em;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: 0.16em;
  display: block;
  text-decoration: none;
  position: relative;
}
.btn-style a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #004097;
  border-right: 2px solid #004097;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  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: 4%;
}
.btn-style.white a{
  color: #fff;
  border-bottom-color: #fff;
}
.btn-style.white a:after{
  border-color: #fff;
}
.under .btn-style a.wide {
  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;
  box-sizing: content-box;
}
.loopSlider ul li img {
  width: 100%;
}

/*============ TOP contents ============*/
/* whole link */
.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;
}

/* news */
.sec_news .news {
  position: relative;
}
.sec_news .news h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0 3em 0.5em 0;
  border-bottom: 1px solid #ff5b5b;
}
.sec_news .news .btn-style{
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.sec_news .news .btn-style a {
  font-size: 14px;
  color: #fff;
  background: #ff5b5b;
  width: 100px;
  padding: 0.2em 1.2em 0.2em 1em;
}
.sec_news .news .btn a:after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sec_news .news dl {
}
.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #170f11;
}
.sec_news .news dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  padding-left: 120px;
}
.sec_news .news dd a {
  text-decoration: none;
  color: #170f11;
}
.sec_news .news dd a:hover {
  color: #ff5b5b;
}

/* contents */
h2.ttl{
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.16em;
  margin-bottom: 1em;
}
h2.ttl .en{
  font-size: 26px;
  display: block;
  margin-top: 20px;
}
.sec01 .con_ttl{
  margin: 100px 0 80px;
}
.sec01 .con_ttl h2{
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.16em;
  display: table;
  margin: 0 auto;
  padding: 0 16%;
  position: relative;
}
.sec01 .con_ttl h2 .l{
  font-size: 161.5%;
  font-weight: bold;
  color: #004097;
  display: block;
}
.sec01 .con_ttl h2:before,
.sec01 .con_ttl h2:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14%;
  height: 1px;
  background-color: #004097;
}
.sec01 .con_ttl h2:before{
  left: 0;
}
.sec01 .con_ttl h2:after{
  right: 0;
}
.sec01 .con{
  padding: 60px 0 100px;
  background: url(img/sec01_bg.jpg) no-repeat center / cover;
}
.sec01 h3{
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.16em;
  color: #fff;
  margin-bottom: 1em;
}
.sec01 h3 .en{
  font-size: 26px;
  display: block;
}
.cese_slider li{
  padding: 1.5em;
  background: #fff;
  box-shadow: 0 4px 9px rgba(23,15,17,.1);
}
.cese_slider li:not(.slick-active){
  opacity: 0.9;
}
.cese_slider .slick-slide{
  margin: 0 15px;
}
.cese_slider h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
}
.cese_slider h4 .s{
  font-size: 83.33%;
  margin-bottom: 0.2em;
  min-height: 60px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cese_slider h4 .red{
  color: #ff1010;
}
.cese_slider h4:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background: #004097;
}
.cese_slider .slick-list{
  padding-bottom: 30px!important;
}
.cese_slider button.slick-arrow {
  width: 35px;
  height: 35px;
  background: url(img/case_arrow.png) no-repeat center / contain;
}
.cese_slider button.slick-prev {
  left: 31%;
}
.cese_slider button.slick-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  right: 31%;
}
.sec02{
  margin: 100px 0;
}
.sec02 h2{
  margin-bottom: 7%;
}
.sec02 .con > *{
  margin-bottom: 80px;
}
.sec02 h3{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.sec02 h3 .bg{
  background: #6aa0e1;
  color: #fff;
}
.sec02 h4{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  color: #004097;
}
.sec02 h4 .line{
  border-bottom: 2px solid #004097;
}
.sec02 .con01{
  background: url(img/sec02_num01.png) no-repeat right 10% bottom,
  url(img/sec02_bg_r.jpg) no-repeat right bottom;
}
.sec02 .con02{
  background: url(img/sec02_num02.png) no-repeat left 10% bottom,
  url(img/sec02_bg_l.jpg) no-repeat left bottom;
}
.sec02 .con03{
  background: url(img/sec02_num03.png) no-repeat right 10% bottom,
  url(img/sec02_bg_r.jpg) no-repeat right bottom;
}
.sec02 .con04{
  background: url(img/sec02_num04.png) no-repeat left 10% bottom,
  url(img/sec02_bg_l.jpg) no-repeat left bottom;
}
.sec02 .con05{
  background: url(img/sec02_num05.png) no-repeat right 10% bottom,
  url(img/sec02_bg_r.jpg) no-repeat right bottom;
}
.sec02 .col_img img{
  box-shadow: 0 4px 9px rgba(23,15,17,.1);
}
.sec03{
  padding: 100px 0 120px;
  background: url(img/sec03_bg.jpg) no-repeat center / cover;
}
.sec03 h2{
  margin-bottom: 10%;
}
.sec03 ul{
  margin-bottom: 10%;
}
.sec03 li + li{
  margin-top: 1em;
}
.sec04{
  padding: 120px 0;
  background: url(img/sec04_bg.jpg) no-repeat center / cover;
}
.sec04 h2 + p{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.sec04 h3{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 0.2em;
  margin-bottom: 1.2em;
  color: #004097;
  border-bottom: 2px solid #004097;
}
.sec04 table{
  width: 100%;
  margin-bottom: 4%;
  background: #fff;
  box-shadow: 0 4px 9px rgba(23,15,17,.1);
}
.sec04 table th,
.sec04 table td{
  line-height: 1.5;
  letter-spacing: 0.16em;
}
.sec04 table th{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #6aa0e1;
  padding: 0.5em 0.2em;
}
.sec04 table td{
  font-size: 22px;
  font-weight: bold;
  padding: 1em 10%;
  height: 180px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec04 table td .l{
  font-size: 145.45%;
  color: #004097;
}
.sec04 table td .s{
  font-size: 72.72%;
  font-weight: normal;
}
.sec04 .columns + p{
  line-height: 2.2;
  letter-spacing: 0.16em;
}
.sec05{
  margin: 120px 0;
  background: url(img/sec05_bg.png) no-repeat center / 53.6%;
}
.sec05 h3{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.16em;
  margin-bottom: 1.5em;
}
.sec05 h3+p{
  line-height: 2.2;
}
.sec06 .con_ttl{
  padding: 100px 0;
  background: linear-gradient(90deg,#eee 89%,transparent 89%);
}
.sec06 h2{
  font-size: 42px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-left: 130px;
  position: relative;
}
.sec06 h2:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 102px;
  height: 107px;
  background: url(img/sec06_ttl_logo.png) no-repeat center / contain;
}
.sec06 h2 .en{
  font-size: 26px;
  display: block;
}
.sec06 .con{
  padding: 80px 0 110px;
  background: url(img/sec06_bg.jpg) no-repeat center / cover;
}
.sec06 h3{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding: 0 0 0.3em 0.5em;
  border-bottom: 1px solid #170f11;
  margin-bottom: 1.2em;
}
.sec06 .con .bnr{
  background: #fff;
  border-bottom: 2px solid #170f11;
  box-shadow: 0 4px 9px rgba(23,15,17,.1);
  padding-bottom: 30px;
  max-width: 225px;
  min-height: 380px;
  transition: .2s;
  position: relative;
}
.sec06 .con .bnr:hover{
  opacity: 0.7;
}
.sec06 .con .box_link a span{
  font-size: 16px;
  font-weight: bold;
  text-indent: 0;
  line-height: 1.5;
  position: absolute;
  right: 1.2em;
  bottom: 10px;
  margin: auto;
  width: 100px;
}
.sec06 .con .box_link a span:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #004097;
  border-right: 2px solid #004097;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sec06 .txt_wrap{
  padding: 1.2em;
}
.sec06 .txt_wrap p{
  font-weight: bold;
}
.sec06 .con01{
  margin-bottom: 7%;
}
.sec07{
  padding: 120px 0;
  background: url(img/sec07_bg.jpg) no-repeat center / cover;
  color: #fff;
}
.sec07 h2{
  color: #fff;
}
.sec07 h2 + p{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 2em;
}
.sec07 .btn-style a{
  max-width: 100%;
}
.sec07 .col_btn a{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding: 1em 1em;
  color: #fff;
  background: #004097;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  transition: .2s;
  position: relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec07 .col_btn a:after{
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: .2s;
}
.sec07 .col_btn a:hover{
  opacity: 0.7;
}
.sec07 .col_btn a:hover:after{
  right: 4%;
}
.sec07 .tel{
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
  .mainimage{
  }
  .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.aic{
    -webkit-box-align: center;
    align-items: center;
  }
  .columns.jcc{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .columns.jcs{
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .columns.jce{
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .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 .column{
    width: 49%;
  }
  .sec02 .con > *:nth-child(even) .col_txt{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .sec02 .con > *:nth-child(even) .col_img img{
    margin: 0 auto 0 0;
  }
  .sec02 .con > *:nth-child(odd) .col_img img{
    margin: 0 0 0 auto;
  }
  .sec02 .txt_wrap{
    width: 470px;
    max-width: 100%;
  }
  .sec03 .col_2{
    width: 47%;
  }
  .sec06 .con02 > .col_2{
    width: 47%;
  }
  .sec07 .col_2{
    width: 47%;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec02 .con > *:nth-child(odd) .txt_wrap{
    padding-right: 4%;
  }
  .sec02 .con > *:nth-child(even) .txt_wrap{
    padding-left: 4%;
  }
  .sec06 .txt_wrap p {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 1041px) {
  h2.ttl {
    font-size: 32px;
  }
  .sec01 .con_ttl h2 {
    font-size: 21px;
  }
  .cese_slider h4 {
    font-size: 16px;
  }
  .sec02 h3 {
    font-size: 28px;
  }
  .sec02 h4 {
    font-size: 20px;
  }
  .sec04 table td {
    font-size: 20px;
  }
  .sec06 h2 {
    font-size: 32px;
  }
  .sec06 h3 {
    font-size: 24px;
  }
  .sec06 .con .bnr{
    min-height: auto;
  }
  .sec07 h2 + p {
    font-size: 18px;
  }
  .sec07 .col_btn a {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* table scroll */
  .scroll{
    overflow: auto;
  }
  .scroll > table{
    width: 750px;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /* mainimage */
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  .slick-dots{
    bottom: 1%;
  }
  /* news */
  .sec_news {
  }
  .sec_news .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  .sec_news .news h3{
    font-size: 20px;
  }
  .sec_news .news dt {
    width: 100%;
  }
  .sec_news .news dt {
    padding: 10px 0 0;
  }
  .sec_news .news dd {
    padding: 0 0 10px;
  }
  .sec_news .news .btn a {
    font-size: 12px;
  }

  /* loopslider */
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*============ TOP contents ============*/
  .columns:not(:last-child),
  .columns:not(.sp_col_2) .column:not(:last-child),
  .columns:not(.sp_col_3) .column:not(:last-child) {
    margin-bottom: 4%;
  }
  .columns.sp_col_2 .column, .columns.sp_col_3 .column {
    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.sp_jcc,.columns.sp_col_3.sp_jcc{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .columns.sp_col_2.sp_aic,.columns.sp_col_3.sp_aic{
    -webkit-box-align: center;
    align-items: center;
  }
  .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%;
  }
  /* contents */
  .sec01 .con_ttl,.sec02,.sec05{
    margin: 50px 0;
  }
  .sec03,.sec04,.sec06 .con_ttl,.sec06 .con,.sec07{
    padding: 50px 0;
  }
  .sec01 .con{
    padding: 30px 0 50px;
  }
  h2.ttl {
    font-size: 21px;
  }
  .sec01 .con_ttl h2 {
    font-size: 16px;
  }
  .sec01 .con_ttl h2 .l {
    font-size: 125%;
  }
  .sec01 h3 {
    font-size: 28px;
  }
  .cese_slider .slick-slide{
    margin: 0 10px;
  }
  .cese_slider button.slick-prev {
    left: 5%;
  }
  .cese_slider button.slick-next{
    right: 5%;
  }
  .sec02 h3 {
    font-size: 20px;
  }
  .sec02 h4 {
    font-size: 18px;
  }
  .sec02 .column{
    padding: 4%;
  }
  .sec02 .con > *{
    background-size: 50%,auto;
  }
  .sec03{
    background: url(img/sp_sec03_bg.jpg) no-repeat center / cover;
  }
  .sec04 h2 + p {
    font-size: 16px;
  }
  .sec04 h3 {
    font-size: 20px;
  }
  .sec04 table th {
    font-size: 18px;
  }
  .sec04 table td {
    font-size: 16px;
    height: auto;
  }
  .sec05{
    background-size: 80%;
  }
  .sec05 h3 {
    font-size: 18px;
  }
  .sec06 h2 {
    font-size: 28px;
    padding-left: 70px;
  }
  .sec06 h2::before {
    width: 51px;
    height: 53.5px;
  }
  .sec06 h3 {
    font-size: 18px;
  }
  .sec06 .txt_wrap {
    font-size: 3.3vw;
  }
  .sec07 h2 + p {
    font-size: 16px;
  }
  .sec07 .col_btn a {
    font-size: 18px;
  }
}

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

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

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