@media screen and (min-width: 769px), print {
  .header {
    /*  .head_top {
    position: absolute;
    top: 0;
  }*/
  }
  .header .head_bot {
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    /*top: 628px;*/
  }
  body {
    padding-top: 0 !important;
  }
  .main_banner {
    position: relative;
    margin-bottom: 88px;
    height: 551px;
    background: url(../images/main_pc.jpg) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .main_banner .txt {
    position: absolute;
    top: 153px;
    left: 146px;
  }
  .sec_ttl {
    text-align: center;
  }
  .sec_ttl strong {
    display: block;
    font-size: 2.4rem;
  }
  .sec_ttl em {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    color: #0068b7;
    font-weight: 300;
  }
  .sec_ttl.in_line {
    text-align: left;
  }
  .sec_ttl.in_line strong {
    text-align: left;
    font-size: 2.4rem;
    display: inline;
    margin-right: 10px;
  }
  .business {
    padding: 44px 0 70px;
  }
  .business_list {
    margin-top: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #0068b7;
    border-bottom: 1px solid #0068b7;
  }
  .business_list li {
    width: 33.333%;
    text-align: center;
    padding: 35px 50px 82px;
    position: relative;
  }
  .business_list li:nth-of-type(2) {
    border-left: 1px solid #0068b7;
    border-right: 1px solid #0068b7;
  }
  .business_list li picture {
    display: block;
  }
  .business_list li strong {
    font-size: 2rem;
    margin: 23px 0 13px;
    color: #0068b7;
    display: block;
  }
  .business_list li p {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .business_list li a.more {
    margin-top: 20px;
    position: absolute;
    bottom: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    width: 121px;
    height: 31px;
    background-color: #fff;
    border: none;
    outline: none;
    color: #0068b7;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #0068b7;
  }
  .business_list li a.more span {
    font-size: 1.6rem;
    letter-spacing: .8px;
    z-index: 2;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 500;
  }
  .business_list li a.more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-color: #0068b7;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
       -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
            transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    z-index: 1;
  }
  .business_list li a.more:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("../images/left_arr_blue_pc.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    -webkit-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease;
    z-index: 2;
  }
  .business_list li a.more:hover {
    opacity: 1;
    color: #fff;
  }
  .business_list li a.more:hover:before {
    opacity: 1;
    background-color: #0068b7;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
       -moz-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
       -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  }
  .business_list li a.more:hover:after {
    background: url("../images/left_arr_white_pc.png") 0 0 no-repeat;
    -webkit-transform: translate(5px, -50%);
       -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .business .morebtn {
    text-align: center;
    margin-top: 50px;
  }
  .greeting {
    position: relative;
    overflow: hidden;
    padding: 0 0 110px;
  }
  .greeting .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .greeting .feature {
    height: 430px;
    width: 50%;
    background: url(../images/greeting.jpg) no-repeat top left;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    left: 0;
  }
  .greeting .greeting_intro {
    padding: 85px 30px 52px 66px;
    width: 617px;
    background: #fff;
    z-index: 1;
  }
  .greeting .greeting_intro p {
    font-size: 1.6rem;
    line-height: 32px;
    margin-top: 14px;
    letter-spacing: 1px;
  }
  .greeting .greeting_intro strong.sign {
    display: block;
    text-align: right;
    font-size: 1.6rem;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .greeting .greeting_intro strong.sign span {
    font-size: 1.9rem;
    letter-spacing: 2px;
    margin-left: 18px;
  }
  .news {
    background: #f1f8ff;
    padding: 58px 0;
  }
  .news_lst li {
    padding: 26px 0 23px;
    border-bottom: 1px dotted #7d7d7d;
  }
  .news_lst li:last-child {
    border-bottom: none;
  }
  .news_lst li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news_lst li a:hover .arrow i::before {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
  .news_lst li time {
    width: 176px;
    padding: 0 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #0068b7;
    font-size: 1.8rem;
    letter-spacing: .75px;
  }
  .news_lst li em {
    font-style: normal;
    font-size: 1.6rem;
    color: #343434;
    display: inline-block;
    width: 716px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px 0 1px;
  }
  .news_lst li .arrow {
    width: -webkit-calc(100% - 176px - 716px);
    width: -moz-calc(100% - 176px - 716px);
    width: calc(100% - 176px - 716px);
    text-align: right;
    padding: 0 10px;
  }
  .news_lst li .arrow i {
    position: relative;
    font-style: normal;
    display: inline-block;
    padding-left: 23px;
    color: #343434;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    letter-spacing: .75px;
  }
  .news_lst li .arrow i::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background: url("../images/arr_circle.png") no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 17px;
    height: 17px;
    -webkit-transition: -webkit-transform .35s ease;
    transition: -webkit-transform .35s ease;
    -moz-transition: transform .35s ease, -moz-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease, -moz-transform .35s ease;
  }
  .news .news_content {
    padding: 0 28px;
    position: relative;
  }
  .news .news_content .news_box {
    margin-top: 21px;
    background: #fff;
    padding: 10px 32px;
  }
  .news .news_content .default_btn {
    position: absolute;
    top: 2px;
    right: 30px;
    width: 98px;
    height: 34px;
  }
  .news .news_content .default_btn:after {
    width: 7px;
    height: 11px;
    right: 8px;
    -moz-background-size: cover;
         background-size: cover;
  }
  .access {
    padding: 66px 0 92px;
  }
  .access .map {
    margin-top: 23px;
  }
  .access .map iframe {
    width: 100%;
    height: 330px;
    border: none;
  }
  .access p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-top: 11px;
    letter-spacing: 1px;
  }
  .ie .business_list li a.more {
    padding-bottom: 2px;
  }
  .ie .news_lst li em {
    padding-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .main_banner {
    position: relative;
    height: 57.8125vw;
    background: url(../images/main_pc.jpg) no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .main_banner .txt {
    position: absolute;
    top: 12.10938vw;
    left: 3.90625vw;
  }
  .main_banner .txt img {
    width: 75.65104vw;
  }
  .sec_ttl {
    text-align: center;
  }
  .sec_ttl strong {
    display: block;
    font-size: 4.94792vw;
  }
  .sec_ttl em {
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-size: 4.16667vw;
    letter-spacing: 0.26042vw;
    color: #0068b7;
    font-weight: 300;
  }
  .sec_ttl.in_line {
    text-align: left;
  }
  .sec_ttl.in_line strong {
    text-align: left;
    font-size: 4.94792vw;
    display: inline;
    margin-right: 10px;
  }
  .business {
    padding: 7.55208vw 0 13.02083vw;
  }
  .business_list {
    margin-top: 6.38021vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .business_list li {
    width: 100%;
    text-align: center;
    padding: 9.11458vw 7.8125vw 9.11458vw;
    position: relative;
    border-top: 1px solid #0068b7;
  }
  .business_list li:last-child {
    border-bottom: 1px solid #0068b7;
  }
  .business_list li:last-child img {
    width: 20.3125vw;
  }
  .business_list li:nth-of-type(2) img {
    width: 19.01042vw;
  }
  .business_list li:nth-of-type(1) img {
    width: 16.79688vw;
  }
  .business_list li picture {
    display: block;
  }
  .business_list li strong {
    font-size: 4.94792vw;
    margin: 5.20833vw 0 2.34375vw;
    color: #0068b7;
    display: block;
  }
  .business_list li p {
    font-size: 4.16667vw;
    line-height: 7.03125vw;
  }
  .business_list li a.more {
    margin-top: 7.55208vw;
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    width: 52.08333vw;
    height: 13.02083vw;
    background-color: #fff;
    border: none;
    outline: none;
    color: #0068b7;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #0068b7;
  }
  .business_list li a.more span {
    font-size: 4.16667vw;
    letter-spacing: .8px;
    z-index: 2;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 500;
  }
  .business_list li a.more:after {
    content: '';
    display: inline-block;
    width: 1.95312vw;
    height: 2.99479vw;
    background: url("../images/left_arr_blue_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 3.64583vw;
    -webkit-transition: .35s ease;
    -moz-transition: .35s ease;
    transition: .35s ease;
    z-index: 2;
  }
  .business .morebtn {
    text-align: center;
    margin-top: 13.02083vw;
  }
  .greeting {
    position: relative;
    overflow: hidden;
    padding: 0 0 5.46875vw;
  }
  .greeting .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .greeting .feature {
    height: 61.45833vw;
    width: 100vw;
    background: url(../images/greeting_sp.jpg) no-repeat top left;
    -moz-background-size: cover;
         background-size: cover;
    margin: 0 -3.90625vw;
  }
  .greeting .greeting_intro {
    padding: 3.51562vw 3.90625vw 6.77083vw 3.90625vw;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .greeting .greeting_intro p {
    font-size: 4.16667vw;
    line-height: 7.03125vw;
    margin-top: 2.60417vw;
  }
  .greeting .greeting_intro strong.sign {
    display: block;
    text-align: right;
    font-size: 4.16667vw;
    margin-top: 4.6875vw;
    letter-spacing: 0.26042vw;
  }
  .greeting .greeting_intro strong.sign span {
    font-size: 4.42708vw;
    letter-spacing: 0.26042vw;
    margin-left: 5.46875vw;
  }
  .news {
    background: #f1f8ff;
    padding: 11.45833vw 0;
  }
  .news_lst li {
    padding: 3.125vw 0 40px;
    border-bottom: 1px dotted #7d7d7d;
  }
  .news_lst li:last-child {
    border-bottom: none;
  }
  .news_lst li a {
    display: block;
  }
  .news_lst li time {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #0068b7;
    font-size: 4.16667vw;
    letter-spacing: 0.26042vw;
  }
  .news_lst li em {
    font-style: normal;
    font-size: 4.16667vw;
    line-height: 7.03125vw;
    letter-spacing: -2px;
    color: #343434;
    display: inline-block;
  }
  .news_lst li .arrow {
    display: none;
  }
  .news .news_content {
    padding: 0;
    position: relative;
  }
  .news .news_content .sec_ttl {
    margin-left: 3.90625vw;
  }
  .news .news_content .news_box {
    margin-top: 3.90625vw;
    background: #fff;
    padding: 3.25521vw 3.90625vw 0;
  }
  .news .news_content .morebtn {
    text-align: center;
    margin-top: 8.98438vw;
  }
  .access {
    padding: 11.84896vw 0 20.05208vw;
  }
  .access .map {
    margin-top: 23px;
    margin: 3.90625vw -3.90625vw 0;
  }
  .access .map iframe {
    width: 100%;
    border: none;
    height: 82.03125vw;
  }
  .access p {
    font-size: 3.90625vw;
    line-height: 7.03125vw;
    margin-top: 2.86458vw;
  }
}
