@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: block !important;
  }
  .row {
    max-width: 1022px;
    width: 100%;
    margin: 0 auto;
  }
  figure {
    margin: 0;
    line-height: 0;
    font-size: 0;
  }
  .mv {
    position: relative;
  }
  .mv figure {
    margin: 0;
  }
  .mv figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mv__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 46.99017%;
  }
  .mv__txt img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #slider_top .swiper-wrapper {
    width: 1022px;
    max-width: 100%;
  }
  #slider_top .swiper-pagination_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #slider_top .swiper-pagination {
    margin-top: 20px;
  }
  #slider_top .swiper-pagination-bullet {
    -moz-border-radius: 0;
         border-radius: 0;
    height: 5px;
    width: 70px;
    opacity: 1;
    margin: 0 4px;
    background-color: #CCCCCC;
    outline: none;
  }
  #slider_top .swiper-pagination-bullet-active {
    background-color: #48A4D2;
  }
  #slider_top .s_ctrl {
    width: 1022px;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9999999;
  }
  #slider_top .s_ctrl .swiper-button-next {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    left: -101px;
    background: url(../images/ic_r.svg) center no-repeat;
    -moz-background-size: 23px 21px;
         background-size: 23px 21px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-color: #F7F5F9;
    outline: none;
  }
  #slider_top .s_ctrl .swiper-button-prev {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 50%;
    right: -101px;
    background: url(../images/ic_r.svg) center no-repeat;
    -moz-background-size: 23px 21px;
         background-size: 23px 21px;
    background-color: #F7F5F9;
    outline: none;
    margin-left: auto;
  }
  #slider_top .swiper-container {
    width: 100%;
    background: #EAEAEA;
    height: 100%;
  }
  #slider_top .swiper-slide {
    padding-top: 25px;
    padding-bottom: 25px;
    opacity: 0.25;
  }
  #slider_top .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  #slider_top .slider_item {
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #slider_top .slider_item figure {
    width: 355px;
    height: 395px;
  }
  #slider_top .slider_item figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #slider_top .slider_item .txt {
    width: -webkit-calc(100% - 355px);
    width: -moz-calc(100% - 355px);
    width: calc(100% - 355px);
    padding: 25px;
  }
  #slider_top .slider_item .txt h3 {
    font-size: 35px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    line-height: 1.3;
  }
  #slider_top .slider_item .txt p {
    font-size: 18px;
    line-height: 31px;
  }
  #slider_top .slider_item .txt .s_df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  #slider_top .slider_item .txt .s_df img {
    width: 62px;
  }
  #slider_top .slider_item .txt .s_df span {
    width: -webkit-calc(100% - 62px);
    width: -moz-calc(100% - 62px);
    width: calc(100% - 62px);
    font-size: 18px;
    color: #4D4D4D;
    margin-left: 15px;
    font-weight: bold;
  }
  .sh_ttl3 {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    margin-bottom: 55px;
  }
  .sh_ttl3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 100%;
    background: #48A3D1;
    display: block;
  }
  .sh_ttl4 {
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    background-color: #1F5B80;
    display: inline-block;
    padding: 15px 20px;
    letter-spacing: 0.058em;
    margin-bottom: 15px;
  }
  .sh_box01 {
    margin-top: 90px;
  }
  .sh_box01 .h39 {
    height: 39px;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .sh_box01 .h32 {
    height: 38px;
  }
  .sh_box01 .sh_box01_df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px;
  }
  .sh_box01 .sh_box01_df figure {
    width: 263px;
  }
  .sh_box01 .sh_box01_df figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sh_box01 .sh_box01_df .txt {
    width: -webkit-calc(100% - 263px);
    width: -moz-calc(100% - 263px);
    width: calc(100% - 263px);
    font-size: 16px;
    padding-left: 40px;
  }
  .sh_box01 .sh_box01_df .txt .txt_logo {
    margin-bottom: 10px;
  }
  .sh_box01 .sh_box01_df .txt .txt_logo span {
    font-size: 33px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-right: 15px;
  }
  .sh_box01 .sh_box01_df .txt .txt_logo img {
    vertical-align: bottom;
  }
  .sh_tag {
    margin-bottom: 70px;
  }
  .sh_tag p {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    font-family: Arial, sans-serif;
  }
  .fari {
    font-family: Arial, sans-serif;
  }
  .btn_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 110px;
  }
  .btn_wr a.btn {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background-color: #58B4D6;
    -moz-border-radius: 5px;
         border-radius: 5px;
    width: 500px;
    height: 74px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .btn_wr a.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 24px;
    background: url(../images/ic_ar2.svg) center/contain no-repeat;
    display: block;
  }
  .btn_wr a.btn:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .sh_box03_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 100px;
    margin-left: -53px;
    margin-right: -53px;
  }
  .sh_box03_list_item {
    width: 270px;
    text-align: center;
    margin-bottom: 80px;
    margin-left: 53px;
    margin-right: 53px;
  }
  .sh_box03_list_item h4 {
    font-family: Arial, sans-serif;
    font-size: 33px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sh_box03_list_item figure.bd {
    border: 1px solid #B3B4B4;
  }
  .sh_box03_list_item figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sh_box03_list_item .fig2 {
    text-align: center;
  }
  .sh_box03_list_item .fig2 img {
    width: 100px;
    display: inline-block;
  }
  .sh_box03_list_item .fig2 img.w145 {
    width: 150px;
  }
  .sh_box03_list_item p {
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
  }
  .sh_box03_list_item p.ari {
    font-family: Arial, sans-serif;
  }
  .sh_box03_list_item p.tac {
    text-align: center;
  }
  .box_bd {
    border: 4px solid #3DA0C0;
    margin-top: 40px;
    margin-bottom: 90px;
  }
  .box_bd .box {
    border: 2px solid #3DA0C0;
    margin: 6px;
    padding: 25px;
    font-size: 16px;
  }
  #dots {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .show_sp {
    display: block !important;
  }
  .show_pc {
    display: none !important;
  }
  figure {
    margin: 0;
    line-height: 0;
    font-size: 0;
  }
  .row {
    padding-left: 4.66667vw;
    padding-right: 4.66667vw;
  }
  .mv {
    position: relative;
  }
  .mv > figure {
    display: none;
  }
  .mv figure, .mv picture {
    margin: 0;
  }
  .mv figure img, .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  #slider_top .swiper-wrapper {
    max-width: 100%;
  }
  #slider_top .swiper-pagination_wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #slider_top .swiper-pagination {
    margin-top: 4.66667vw;
  }
  #slider_top .swiper-pagination-bullet {
    -moz-border-radius: 0;
         border-radius: 0;
    height: 0.66667vw;
    width: 9.33333vw;
    opacity: 1;
    margin: 0 0.53333vw;
    background-color: #CCCCCC;
    outline: none;
  }
  #slider_top .swiper-pagination-bullet-active {
    background-color: #48A4D2;
  }
  #slider_top .s_ctrl {
    position: absolute;
    right: 1.33333vw;
    z-index: 99;
  }
  #slider_top .s_ctrl.show_sp {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #slider_top .s_ctrl .next {
    margin-top: 0;
    z-index: 99;
    position: relative;
    top: 4vw;
    right: 0;
    width: 9.33333vw;
    height: 7.33333vw;
    background: url(../images/ic_r.svg) center no-repeat;
    -moz-background-size: 3.06667vw 2.8vw;
         background-size: 3.06667vw 2.8vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    border: 1px solid #CCCCCC;
    outline: none;
  }
  #slider_top .s_ctrl .prev {
    margin-top: 0;
    z-index: 99;
    position: relative;
    top: 4vw;
    right: 0;
    width: 9.33333vw;
    height: 7.33333vw;
    background: url(../images/ic_r.svg) center no-repeat;
    -moz-background-size: 3.06667vw 2.8vw;
         background-size: 3.06667vw 2.8vw;
    border: 1px solid #CCCCCC;
    outline: none;
    margin-left: auto;
  }
  #slider_top .swiper-container {
    width: 100%;
    background: #EAEAEA;
    height: 100%;
  }
  #slider_top .swiper-slide {
    padding: 5.33333vw;
    opacity: 0.25;
  }
  #slider_top .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  #slider_top .slider_item {
    background-color: #fff;
    width: 89.33333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #slider_top .slider_item figure img {
    display: block;
    width: 100%;
  }
  #slider_top .slider_item .txt {
    padding: 3.33333vw;
  }
  #slider_top .slider_item .txt h3 {
    font-size: 4.66667vw;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 4vw;
    line-height: 1.3;
  }
  #slider_top .slider_item .txt p {
    font-size: 2.4vw;
    line-height: 4.13333vw;
  }
  #slider_top .slider_item .txt .s_df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4vw;
  }
  #slider_top .slider_item .txt .s_df img {
    width: 8.26667vw;
  }
  #slider_top .slider_item .txt .s_df span {
    width: -webkit-calc(100% - vw(62));
    width: -moz-calc(100% - vw(62));
    width: calc(100% - vw(62));
    font-size: 2.4vw;
    color: #4D4D4D;
    margin-left: 2vw;
    font-weight: bold;
  }
  .sh_ttl3 {
    font-size: 4.8vw;
    font-weight: bold;
    position: relative;
    padding-top: 2.66667vw;
    padding-bottom: 2.66667vw;
    margin-bottom: 7.33333vw;
    border-bottom: 1.2vw solid #50BFCC;
    display: inline-block;
  }
  .sh_ttl4 {
    -moz-border-radius: 6.4vw;
         border-radius: 6.4vw;
    font-weight: bold;
    font-size: 4.13333vw;
    font-style: italic;
    color: #fff;
    background-color: #1F5B80;
    display: inline-block;
    padding: 3.2vw 4vw;
    letter-spacing: 0.058em;
    margin-bottom: 3.33333vw;
  }
  .sh_box01 {
    text-align: center;
    margin-top: 26.66667vw;
    margin-top: 12vw;
  }
  .sh_box01 .sh_box01_df {
    margin-bottom: 8vw;
  }
  .sh_box01 .sh_box01_df figure {
    width: 54.26667vw;
    margin: 0 auto 4.66667vw;
  }
  .sh_box01 .sh_box01_df figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sh_box01 .sh_box01_df .txt {
    font-size: 3.73333vw;
    line-height: 1.5;
    text-align: left;
  }
  .sh_box01 .sh_box01_df .txt .txt_logo {
    margin-bottom: 2.66667vw;
    text-align: center;
  }
  .sh_box01 .sh_box01_df .txt .txt_logo span {
    font-size: 6.4vw;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-right: 2vw;
    display: block;
    text-align: center;
  }
  .sh_box01 .sh_box01_df .txt .txt_logo img {
    vertical-align: bottom;
    display: inline-block;
    max-width: 80%;
  }
  .sh_tag {
    margin-bottom: 9.33333vw;
  }
  .sh_tag p {
    font-size: 3.46667vw;
    line-height: 1.9;
    text-align: justify;
    font-family: Arial, sans-serif;
  }
  .fari {
    font-family: Arial, sans-serif;
  }
  .btn_wr {
    margin-bottom: 14.66667vw;
  }
  .btn_wr a.btn {
    font-weight: bold;
    font-size: 4.26667vw;
    color: #fff;
    background-color: #58B4D6;
    width: 100%;
    height: 15.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .btn_wr a.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.97333vw;
    height: 5.12vw;
    background: url(../images/ic_ar2.svg) center/contain no-repeat;
    display: block;
  }
  .btn_wr a.btn:hover {
    text-decoration: none;
  }
  .sh_box03_list {
    margin-top: 13.33333vw;
  }
  .sh_box03_list_item {
    margin-bottom: 20vw;
    text-align: center;
  }
  .sh_box03_list_item > figure {
    display: inline-block;
    width: 48vw;
  }
  .sh_box03_list_item h4 {
    font-family: Arial, sans-serif;
    font-size: 6.4vw;
    font-weight: bold;
    margin-top: 6.66667vw;
    margin-bottom: 4vw;
  }
  .sh_box03_list_item figure.bd {
    border: 1px solid #B3B4B4;
  }
  .sh_box03_list_item figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  .sh_box03_list_item .fig2 {
    text-align: center;
  }
  .sh_box03_list_item .fig2 img {
    width: 20vw;
    display: inline-block;
  }
  .sh_box03_list_item p {
    font-size: 3.46667vw;
    margin-top: 5.33333vw;
    text-align: center;
    line-height: 1.4;
  }
  .sh_box03_list_item p.ari {
    font-family: Arial, sans-serif;
  }
  .sh_box03_list_item p.tac {
    text-align: center;
  }
  .box_bd {
    border: 0.53333vw solid #3DA0C0;
    margin-top: 5.33333vw;
    margin-bottom: 12vw;
  }
  .box_bd .box {
    border: 0.26667vw solid #3DA0C0;
    margin: 0.8vw;
    padding: 3.33333vw;
    font-size: 3.2vw;
    line-height: 6.13333vw;
  }
  .more {
    display: none;
  }
  .myBtn {
    background-color: #E9E9E9;
    position: relative;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    display: block;
    height: 12.4vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    font-size: 3.73333vw;
    font-weight: bold;
    position: relative;
    margin-top: 5.33333vw;
    outline: none;
  }
  .myBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.66667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.06667vw;
    height: 3.06667vw;
    background: url(../images/ic_plus.png) center/contain no-repeat;
    display: block;
  }
}
