/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #slide {
    position: relative;
    width: 100%;
    min-width: 1080px;
    margin: 0 0 0;
    overflow: hidden;
  }
  #slide .title_area {
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: rgba(0,127,173,0.8);
    width: 100%;
  }
  #slide .title_area span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Pinyon Script', cursive;
  }
  #slide #slide_wrap {
    height: 550px;
    margin: 0 0 0;
  }
  #slide #slide_list {
    display: flex;
    position: relative;
    width: 3000%;
    height: 100%;
    transition: 0.7s;
  }
  #slide #slide_list li {
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }
  #slide #slide_list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: #1c212a;
    text-decoration: none;
  }
  #slide #slide_list .img_wrap {
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
  }
  #slide #slide_list .text_wrap_box {
    position: relative;
    width: 980px;
    height: 92%;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #slide #slide_list .text_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    /*padding: 5%;*/
  }
  #slide #slide_list .text_wrap h2 {
    width: 480px;
    margin: 0 0 0 0;
    padding: 70px 0 0;
    background: url(../images/index/catch1.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  #slide #slide_list .text_wrap .text_q4 {
    width: 240px;
    margin: 0 0 0 0;
    padding: 180px 0 0;
    background: url(../images/index/q4.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #slide #slide_list .text_wrap .text_acc {
    line-height: 2.2;
    font-size: 2.1rem;
    font-weight: bold;
  }
 
  #sec1 {
    min-width: 1080px;
    margin: 0 0 90px;
    overflow: hidden;
    background: #007fad;
  }
  #sec1 h2 {
    width: 30px;
    padding: 0 0 0;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec1 h3 {
    line-height: 1.6;
    margin: 0 0 30px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
  }
  #sec1 h3 span {
    display: block;
  }
  #sec1 #area_wrap {
    width: 980px;
    margin: 0 auto;
  }
  #sec1 ul {
    width: 100%;
    margin: 2px 0;
    flex-wrap: wrap;
    display: flex;
  }
  #sec1 li {
    width: 33%;
    box-sizing: border-box;
    padding: 0 1%; 
    margin: 2px 0;
  }
  #sec1 li p {
    height: 66px;
    text-align: center;
    position:relative;
  }
  #sec1 li p span {
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .area_list1 p,.area_list2 p,.area_list3 p {
    border-bottom: 1px solid #000; 
  }

  .area_list1,.area_list2,.area_list4 ,.area_list5  {
    border-right: 1px solid #000; 
  }
  .area_list1 p span {
    width: 311px;
    padding: 53px 0 0;
    background: url(../images/index/area_list1.png) no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list2 p span {
    width: 311px;
    padding: 53px 0 0;
    background: url(../images/index/area_list2.png) no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list3 p span {
    width: 311px;
    padding: 53px 0 0;
    background: url(../images/index/area_list3.png) no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list4 p span {
    width: 311px;
    padding: 53px 0 0;
    background: url(../images/index/area_list4.png) no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list5 p span {
    width: 311px;
    padding: 53px 0 0;
    background: url(../images/index/area_list5.png) no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list6 p span {
    width: 311px;
    padding: 53px 0 0;
    background: url(../images/index/area_list6.png) no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #index_contact_link {
    width: 1080px;
    margin: 0 auto 95px;
  }
  #index_contact_link h2 {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 5px;
    font-size: 4.8rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #index_contact_link p {
    width: 550px;
    margin: 0 auto 95px;
    text-align: center;
  }
  #index_contact_link a {
    padding: 15px 48px;
    background: #009cd5;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
  }
  #index_contact_link a:hover {
    opacity: 0.7;
  }
  #contents #sec2_bg {
    background: url(../images/index/sec2_bg.png) no-repeat;
    background-size: 100%;
  }
  #sec2 {
    width: 1080px;
    margin: 0 auto;
    padding: 44px 0;
  }
  #sec2 h2 {
    width: 329px;
    margin: 0 auto;
    padding: 79px 0 0;
    background: url(../images/index/sec2_title.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
  }
  #sec2 h3 {
    margin: 50px 0 30px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #sec2 p {
    margin: 0 0 30px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  #sec2 a {
    padding: 15px 48px;
    background: #fff;
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #06485c;
    text-decoration: none;
  }
  #sec2 a:hover {
    opacity: 0.7;
  }
  #sec2_column {
    display: flex;
  }
  #sec2_column .column {
    height: 50vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sec2_column .cat1 {
    background: url(../images/index/cat1.png) no-repeat top center;
    background-size: cover;
  }
  #sec2_column .cat2 {
    background: url(../images/index/cat2.png) no-repeat top center;
    background-size: cover;
  }
  #contents #sec3_bg {
    background: url(../images/index/sec3_bg.png) no-repeat;
    background-size: 100%;
  }
  #sec3 {
    width: 1080px;
    margin: 0 auto;
    padding: 44px 0;
  }
  #sec3 h2 {
    width: 183px;
    margin: 0 auto;
    padding: 79px 0 0;
    background: url(../images/index/sec3_title.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
  }
  #sec3 h3 {
    margin: 50px 0 30px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #sec3 p {
    margin: 0 0 30px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  #sec3 a {
    padding: 15px 48px;
    background: #fff;
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #06485c;
    text-decoration: none;
  }
  #sec3 a:hover {
    opacity: 0.7;
  }
  #sec3_column {
    display: flex;
  }
  #sec3_column .column {
    height: 50vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sec3_column .cat1 {
    background: url(../images/index/cat3.png) no-repeat top center;
    background-size: cover;
  }
  #sec3_column .cat2 {
    background: url(../images/index/cat4.png) no-repeat top center;
    background-size: cover;
  }
  #contents #sec4_bg {
    background: url(../images/index/sec4_bg.png) no-repeat;
    background-size: 100%;
  }
  #sec4 {
    width: 1080px;
    margin: 0 auto;
    padding: 44px 0;
  }
  #sec4 h2 {
    width: 183px;
    margin: 0 auto;
    padding: 79px 0 0;
    background: url(../images/index/sec4_title.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
  }
  #sec4 h3 {
    margin: 50px 0 30px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #sec4 p {
    margin: 0 0 30px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  #sec4 a {
    padding: 15px 48px;
    background: #fff;
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #06485c;
    text-decoration: none;
  }
  #sec4 a:hover {
    opacity: 0.7;
  }
  #sec4_column {
    display: flex;
  }
  #sec4_column .column {
    height: 50vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sec4_column .cat1 {
    background: url(../images/index/cat5.png) no-repeat top center;
    background-size: cover;
  }
  #sec4_column .cat2 {
    background: url(../images/index/cat6.png) no-repeat top center;
    background-size: cover;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  #slide {
    position: relative;
    width: 100%;
    margin: 0 0 0;
    overflow: hidden;
  }
  #slide .title_area {
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: rgba(0,127,173,0.8);
    width: 100%;
  }
  #slide .title_area span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Pinyon Script', cursive;
  }
  #slide #slide_wrap {
    margin: 0 0 0;
  }
  #slide #slide_list {
    display: flex;
    position: relative;
    width: 3000%;
    transition: 0.7s;
  }
  #slide #slide_list li {
    width: 100vw;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
  }
  #slide #slide_list a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #1c212a;
    text-decoration: none;
  }
  #slide #slide_list .img_wrap {
    width: 100%;
    height: 100%;
    background-position: center center !important;
    background-size: cover !important;
  }
  #slide #slide_list .text_wrap_box {
    position: relative;
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  #slide #slide_list .text_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    /*padding: 5%;*/
  }
  #slide #slide_list .text_wrap h2 {
    width: 240px;
    margin: 0 0 0 0;
    padding: 70px 0 0;
    background: url(../images/index/catch1.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  #slide #slide_list .text_wrap .text_q4 {
    width: 120px;
    margin: 0 0 0 15px;
    padding: 263px 0 0;
    background: url(../images/index/q4.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #slide #slide_list .text_wrap .text_acc {
    position: absolute;
    top: 100px;
    right: 15px;
    line-height: 2.2;
    font-size: 1.4rem;
    font-weight: bold;
  }

  #sec1 {
    margin: 0 0 30px;
    overflow: hidden;
    background: #007fad;
  }
  #sec1 h2 {
    width: 30px;
    padding: 0 0 0;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec1 h3 {
    line-height: 1.6;
    margin: 0 0 15px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #sec1 h3 span {
    display: block;
  }
  #sec1 #area_wrap {
    width: 100%;
    margin: 0 auto;
  }
  #sec1 ul {
    width: 100%;
    margin: 2px 0;
    flex-wrap: wrap;
    display: flex;
  }
  #sec1 li {
    width: 50%;
    box-sizing: border-box;
    padding: 1%; 
    margin: 0;
  }
  #sec1 li p {
    min-height: 53px;
    text-align: center;
    position:relative;
  }
  #sec1 li p span {
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .area_list1 p,.area_list2 p,.area_list3 p,.area_list4 p {
    border-bottom: 1px solid #000; 
  }

  .area_list1,.area_list2,.area_list3 ,.area_list4 ,.area_list5  {
    border-right: 1px solid #000; 
  }
  .area_list1 p span {
    width: 100%;
    padding: 53px 0 0;
    background: url(../images/index/area_list1.png) no-repeat;
    display: block;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list2 p span {
    width: 100%;
    padding: 53px 0 0;
    background: url(../images/index/area_list2.png) no-repeat;
    display: block;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list3 p span {
    width: 100%;
    padding: 53px 0 0;
    background: url(../images/index/area_list3.png) no-repeat;
    display: block;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list4 p span {
    width: 100%;
    padding: 53px 0 0;
    background: url(../images/index/area_list4.png) no-repeat;
    display: block;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list5 p span {
    width: 100%;
    padding: 53px 0 0;
    background: url(../images/index/area_list5.png) no-repeat;
    display: block;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  .area_list6 p span {
    width: 100%;
    padding: 53px 0 0;
    background: url(../images/index/area_list6.png) no-repeat;
    display: block;
    background-size: 100%;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #index_contact_link {
    margin: 0 auto 35px;
    padding: 20px 4.66667%;
  }
  #index_contact_link h2 {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 5px;
    font-size: 2.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #index_contact_link p {
    margin: 0 auto 30px;
  }
  #index_contact_link a {
    padding: 15px 48px;
    background: #009cd5;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
  }
  #index_contact_link a:hover {
    opacity: 0.7;
  }

  #contents #sec2_bg {
    background: url(../images/index/sec2_bg.png) no-repeat;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  #sec2 {
    margin: 0 auto;
    padding: 20px 4.66667%;
  }
  #sec2 h2 {
    width: 160px;
    margin: 0 auto;
    padding: 45px 0 0;
    background: url(../images/index/sec2_title.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
  }
  #sec2 h3 {
    margin: 20px 0 15px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #sec2 p {
    margin: 0 0 15px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  #sec2 a {
    padding: 15px 48px;
    background: #fff;
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #06485c;
    text-decoration: none;
  }
  #sec2 a:hover {
    opacity: 0.7;
  }
  #sec2_column {
    display: flex;
  }
  #sec2_column .column {
    height: 25vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sec2_column .cat1 {
    background: url(../images/index/cat1.png) no-repeat top center;
    background-size: cover;
  }
  #sec2_column .cat2 {
    background: url(../images/index/cat2.png) no-repeat top center;
    background-size: cover;
  }


  #contents #sec3_bg {
    background: url(../images/index/sec3_bg.png) no-repeat;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  #sec3 {
    margin: 0 auto;
    padding: 20px 4.66667%;
  }
  #sec3 h2 {
    width: 90px;
    margin: 0 auto;
    padding: 45px 0 0;
    background: url(../images/index/sec3_title.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
  }
  #sec3 h3 {
    margin: 20px 0 15px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #sec3 p {
    margin: 0 0 15px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  #sec3 a {
    padding: 15px 48px;
    background: #fff;
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #06485c;
    text-decoration: none;
  }
  #sec3 a:hover {
    opacity: 0.7;
  }
  #sec3_column {
    display: flex;
  }
  #sec3_column .column {
    height: 25vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sec3_column .cat1 {
    background: url(../images/index/cat3.png) no-repeat top center;
    background-size: cover;
  }
  #sec3_column .cat2 {
    background: url(../images/index/cat4.png) no-repeat top center;
    background-size: cover;
  }

  #contents #sec4_bg {
    background: url(../images/index/sec4_bg.png) no-repeat;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }
  #sec4 {
    margin: 0 auto;
    padding: 20px 4.66667%;
  }
  #sec4 h2 {
    width: 90px;
    margin: 0 auto;
    padding: 45px 0 0;
    background: url(../images/index/sec4_title.png);
    background-size: 100%;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: center;
  }
  #sec4 h3 {
    margin: 20px 0 15px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
  }
  #sec4 p {
    margin: 0 0 15px;
    padding: 0 0 5px;
    color: #fff;
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
  }
  #sec4 a {
    padding: 15px 48px;
    background: #fff;
    font-size: 1.4rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #06485c;
    text-decoration: none;
  }
  #sec4 a:hover {
    opacity: 0.7;
  }
  #sec4_column {
    display: flex;
  }
  #sec4_column .column {
    height: 25vh;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  #sec4_column .cat1 {
    background: url(../images/index/cat5.png) no-repeat top center;
    background-size: cover;
  }
  #sec4_column .cat2 {
    background: url(../images/index/cat6.png) no-repeat top center;
    background-size: cover;
  }

  /* @media screen
  ------------------------------------------------------------------------- */
}
