<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*onpress バナー表示*/
	#banner {
    	position: fixed;
        bottom: 180px;
        right: -360px;
        width: 340px;
        height: auto;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        transition: right 0.5s ease-out;
        z-index: 120;
        position: fixed;
    }
	#banner:hover {
		opacity:0.95;
	}
   	#banner.show {
        right: 20px;
   	}
	#banner.hidden {
        display: none;
	}
	#close_banner {
        position: absolute;
        top: 5px;
        right: 10px;
        background: none;
        border: none;
        color: #0852a0;
        font-size: 30px;
        cursor: pointer;
        padding: 0;
        line-height: 1;
		font-weight:bold;
	}
	#close_banner:hover {
            color: #48a8ee;
	}	
/* ------------------------------------------------------
 * PC
------------------------------------------------------ */
@keyframes arrow-anime01 {
  50% {
    bottom: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  /* reset */
  .container {
    position: relative;
    width: 100%;
  }

  .HeaderBody {
    min-width: auto;
  }

  .Footer {
    min-width: auto;
  }
   footer {
    min-width: 100%;
  }

  .home-hero {
    position: relative;
    background-color: #d6d6d6;
    }
  .home-hero &gt; .home-hero_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -20px;
  }
  /* home-hero_slider */
  .home-hero_slider {
    position: relative;
  }
  .home-hero_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .home-hero_slider .slick-track .slick-slide {
    float: left;
  }
  .home-hero_slider .slick-dots {
    display: inline-block !important;
    right: 5%;
    bottom: 4%;
    width: auto;
    z-index: 100;
  }
  .home-hero_slider .slick-dots li {
    padding: 2px;
  }
  .home-hero_slider .slick-dots li button:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #e6e6e6;
    border: 2px solid #bcbcbc;
    border-radius: 16px;
    opacity: 1;
  }
  .home-hero_slider .slick-dots li:hover button:before,
  .home-hero_slider .slick-dots li.slick-active button:before {
    background: #0852a0;
    border: 2px solid #fff;
  }

  .home-hero_sliderWrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
	z-index: 1;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 4%;
    margin-left: -3em;
    width: 6em;
    text-align: center;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon &gt; a {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    height: 70px;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    opacity: 0.8;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon &gt; a:before, .home-hero_sliderWrap .home-hero_sliderIcon &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon &gt; a:before {
    margin-left: -1px;
    width: 2px;
    height: 38px;
    background: #97a4b0;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon &gt; a:after {
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-hero_sliderWrap .home-hero_sliderIcon &gt; a:hover:before, .home-hero_sliderWrap .home-hero_sliderIcon &gt; a:hover:after {
    animation: arrow-anime01 .2s;
  }
  .home-hero_slider &gt;:first-child {
    z-index: 10;
  }
  .home-hero_slider a &gt; span,
  .home-hero_slider div &gt; span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .home-hero_slider .slick-slide a &gt; span,
  .home-hero_slider .slick-slide div &gt; span {
    position: relative;
  }

  /* .home-hero_bottom */
  .home-hero_bottom {
    content: '';
    display: block;
    width: 100%;
    min-height: 54px;
    background: #0852a0;
  }

  .home-hero_bottom &gt; .home-news_important {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
    background: #0852a0;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dt {
    padding: 1.18% 1.6%;
    min-width: 3em;
    line-height: 1;
    text-align: center;
    background: #000;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-hero_bottom &gt; .home-news_important &gt; dt {
    padding: 1.18% 0.8%;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-hero_bottom &gt; .home-news_important &gt; dd {
    padding-left: 2%;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:before, .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:hover {
    text-decoration: underline;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:hover:before {
    left: 5px;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:hover:after {
    left: 10px;
  }

  .home-news-top {
    margin-top: 60px;
  }

  /* .home-newsList-important */
  .home-news-top &gt; .home-newsList-important {
    padding-left: 15%;
    width: 56.5%;
  }
  

}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top &gt; .home-newsList-important {
    padding-left: 19%;
  }
}
@media print, screen and (min-width: 768px) {
  .home-news-top &gt; .home-newsList-important &gt; li {
    margin-top: 10px;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a {
    display: block;
    padding: 20px 20px 20px 7.5%;
    text-decoration: none;
    background: url(/en/global/img/index_ic01.png) 7.5% 50% no-repeat;
    border: 1px solid #ddd;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a &gt; span {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    padding-left: 32px;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a &gt; span:before, .home-news-top &gt; .home-newsList-important &gt; li &gt; a &gt; span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a &gt; span:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #555555;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a &gt; span:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .home-box_list */
  .home-box_list {
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
  }
  .home-box_list &gt; .home-box_item {
    margin-left: 6px;
    width: calc((100% / 3) - 4px);
  }
  .home-box_list &gt; .home-box_item:nth-child(3n+1) {
    margin-left: 0;
  }

  a.home-box {
    display: block;
    text-decoration: none;
  }

  /* .home-box_hedding */
  .home-box_hedding {
    position: relative;
    margin-left: 4.8%;
    padding-top: 14px;
    padding-left: 35px;
    line-height: 1.2;
    font-size: 3.6rem;
    text-decoration: none;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-box_hedding {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-box_hedding {
    display: block;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 830px) {
  .home-box_hedding {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box_hedding:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background: #777777;
    z-index: 1;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
  .home-box_hedding .home-heading_subtitle {
    margin-left: 10px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-box_hedding .home-heading_subtitle {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-box_hedding .home-heading_subtitle {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box_hedding .home-heading_title {
    position: relative;
  }
  .home-box_hedding .home-heading_title:before, .home-box_hedding .home-heading_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.55em;
    backface-visibility: hidden;
  }
  .home-box_hedding .home-heading_title:before {
    left: -35px;
    width: 22px;
    height: 1px;
    background: #000;
  }
  .home-box_hedding .home-heading_title:after {
    margin-top: -5px;
    left: -25px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-box:hover .home-box_hedding {
    padding-left: 65px;
    color: #00428e;
  }
  .home-box:hover .home-box_hedding:before {
    background: #00428e;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-box:hover .home-box_hedding {
    padding-left: 55px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-box:hover .home-box_hedding {
    padding-left: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box:hover .home-box_hedding .home-heading_title:before {
    background: #00428e;
  }
  .home-box:hover .home-box_hedding .home-heading_title:after {
    border-top: 1px solid #00428e;
    border-right: 1px solid #00428e;
  }

  /* .home-boxInner */
  .home-boxInner {
    position: relative;
    margin-top: 12px;
  }
  .home-boxInner &gt; .home-box_text {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12% 10% 7%;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(5, 24, 43, 0.6);
    overflow: auto;
    opacity: 0;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1150px) {
  .home-boxInner &gt; .home-box_text {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-box:hover .home-box_text {
    opacity: 1;
  }
  .home-boxInner .home-box_btn {
    display: inline-block;
    position: relative;
    margin: 40px 0 25px;
    padding: 10px 20px 8px;
    min-width: 37%;
    text-align: center;
    border: 1px solid #fff;
  }
  .home-boxInner .home-box_btn:before, .home-boxInner .home-box_btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-boxInner .home-box_btn:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-boxInner .home-box_btn:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .news-top */
  .home-news-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-news-top {
    padding: 0 2%;
  }
}

@media print, screen and (min-width: 768px) {
  .home-heading-news {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 15%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news {
    width: 19%;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news {
    font-size: 4.0rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-heading-news .home-heading_title-news {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news &gt; span {
    position: relative;
    padding-left: 37px;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news &gt; span {
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news &gt; span:before, .home-heading-news .home-heading_title-news &gt; span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
  .home-heading-news .home-heading_title-news &gt; span:before {
    left: 0;
    width: 22px;
    height: 1px;
    background: #555555;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news &gt; span:before {
    width: 14px;
    height: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_title-news &gt; span:after {
    margin-top: -5px;
    left: 10px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_title-news &gt; span:after {
    margin-top: -4px;
    left: 4px;
    width: 9px;
    height: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news .home-heading_subtitle {
    padding-left: 37px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-heading-news .home-heading_subtitle {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news .home-heading_subtitle {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news a.home-heading_inner-news {
    text-decoration: none;
  }
  .home-heading-news a.home-heading_inner-news:hover {
    color: #00428e;
  }
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news &gt; span:before {
    left: 6px;
    background: #00428e;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news &gt; span:before {
    left: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news &gt; span:after {
    left: 16px;
    border-top: 1px solid #00428e;
    border-right: 1px solid #00428e;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-news a.home-heading_inner-news:hover .home-heading_title-news &gt; span:after {
    left: 9px;
  }
}

@media print, screen and (min-width: 768px) {
  /* .home-news-top */
  .home-news-top &gt; .news-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 3.5%;
    width: 85%;
    border-left: 1px solid #dddddd;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top &gt; .news-layout {
    width: 81%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top &gt; .news-layout {
    padding-left: 2%;
  }
}
@media print, screen and (min-width: 768px) {
  .home-news-top &gt; .news-layout &gt; .news_article {
    width: 100%;
  }
  .home-news-top &gt; .news-layout &gt; .news_article &gt; a {
    margin: 0 -20px;
    padding: 30px 20px 28px;
    background: #fff;
    -webkit-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-news-top &gt; .news-layout &gt; .news_article &gt; a {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .home-message {
    margin-top: 60px;
    padding: 80px 7% 70px;
    line-height: 1.2;
    background: url(/en/global/img/index_bg01.jpg) 60% 0 no-repeat;
    background-size: cover;
  }
  .home-message &gt; .home-messageInner {
    width: 53%;
  }

  .home-message_hedding {
    font-size: 5.1rem;
    color: #fff;
  }
  .home-message_hedding &gt; .is-font-large {
    display: inline-block;
    font-size: 8.1rem;
  }

  .home-messageList {
    display: -webkit-flex;
    display: flex;
  }
  .home-messageList .home-messageList_item {
    width: 50%;
  }
  .home-messageList .home-messageList_item:nth-child(odd) {
    padding-right: 4%;
  }
  .home-messageList .home-messageList_item:nth-child(even) {
    padding-left: 4%;
    border-left: 1px solid #a0cdd6;
  }

  .home-message_text {
    line-height: 1.7;
    text-align: center;
    font-size: 1.6rem;
  }
  .home-message_text .home-message_number {
    text-align: left;
  }
  .home-message_text .home-message_lend {
    margin: 22px 0 8px;
    font-size: 2.3rem;
    line-height: 1.3;
  }

  .home-message_btn {
    display: block;
    margin: 40px auto 0;
    max-width: 300px;
    text-align: center;
  }
  .home-message_btn &gt; a {
    display: block;
    position: relative;
    padding: 14px 20px 12px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #555555;
  }
  .home-message_btn &gt; a:before, .home-message_btn &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    backface-visibility: hidden;
  }
  .home-message_btn &gt; a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #555555;
  }
  .home-message_btn &gt; a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-message_btn &gt; a:hover {
    background: #fff;
    border: 1px solid #fff;
  }

  .home-bannerList {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1008px;
    margin: 60px auto 0;
  }
  .home-bannerList &gt; li {
    width: 225px;
    margin: 36px 0 0 36px;
  }
  .home-bannerList &gt; li:nth-child(4n+1) {
    margin-left: 0;
  }
  .home-bannerList &gt; li:nth-child(-n+4) {
    margin-top: 0;
  }
  .home-bannerList &gt; li &gt; a {
    display: block;
  }
  .home-bannerList &gt; li &gt; a:hover {
    opacity: 0.7;
  }

  /* clearfix */
  .home-hero_slider .slick-track::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * Media Queries
====================================================== */
@media print, screen and (min-width: 768px) and (max-width: 1899px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .gnavList-sub &gt; li {
    margin-left: 6.6%;
  }

  .gnavList-sub &gt; li &gt; a {
    font-size: 1.5rem;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .FooterBody {
    padding: 60px 4%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1780px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  /* gnavList */
  .gnavList-sub &gt; li {
    margin-left: 6%;
  }

  .gnavList-sub &gt; li &gt; a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1630px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .HeaderBody {
    padding-left: 3%;
  }

  .Gnav {
    padding-left: 3%;
  }

  /* gnavList */
  .gnavList-main &gt; li &gt; a {
    font-size: 1.6rem;
  }

  .gnavList-sub &gt; li {
    margin-left: 4%;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .FooterBody {
    padding: 60px 3%;
  }

  .sitemap-link &gt; li &gt; a {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1342px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  /* gnavList */
  .gnavList-main &gt; li {
    margin-left: 5%;
  }

  .gnavList-main &gt; li &gt; a {
    font-size: 1.5rem;
  }

  .gnavList-sub &gt; li {
    margin-left: 4%;
  }

  .gnavList-sub &gt; li &gt; a {
    font-size: 1.4rem;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .sitemap-link &gt; li &gt; a {
    font-size: 1.5rem;
  }

  .sitemap-link_detail &gt; li &gt; a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1150px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .HeaderBody {
    padding-left: 2%;
  }

  .Gnav {
    padding-left: 2%;
  }

  .gnavList-main &gt; li &gt; a {
    font-size: 1.4rem;
  }

  .gnavList-sub {
    padding-left: 2%;
  }

  .gnavList-sub &gt; li {
    margin-left: 3%;
  }

  .gnavList-sub &gt; li &gt; a {
    font-size: 1.2rem;
  }

  .headerUtility_btn {
    width: 70px;
    font-size: 1.2rem;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .sitemap-link &gt; li &gt; a {
    font-size: 1.4rem;
  }

  .sitemap-link_detail &gt; li &gt; a {
    font-size: 1.2rem;
  }

  .footer-sitemap &gt; .sitemap_item:last-of-type {
    max-width: 26%;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 830px) {
  /* ------------------------------------------------------
   * Gnav
  ------------------------------------------------------ */
  .gnavList-sub &gt; li {
    margin-left: 2%;
  }
}
@media print {
  .container {
    width: 1200px;
  }

  .HeaderBody {
    min-width: 1200px;
  }

  .Footer {
    min-width: 1200px;
  }

  .home-hero_slider {
    position: relative;
    width: 1200px;
  }

  .home-hero_slider img {
    width: 1200px;
  }

  section {
    page-break-inside: avoid;
  }
}
/* ------------------------------------------------------
 * SP
------------------------------------------------------ */
@media only screen and (max-width: 767px) {
  .container {
    position: relative;
    padding: 0 15px;
  }

  .home-hero {
    position: relative;
    margin: 0 -15px;
    background-color: #d6d6d6;
  }
  .home-hero &gt; .home-hero_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
  }
  /* home-hero_slider */
  .home-hero_slider {
    position: relative;
  }
  .home-hero_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .home-hero_slider .slick-track .slick-slide {
    float: left;
  }
  .home-hero_slider .slick-dots {
    display: inline-block !important;
    right: 15px;
    bottom: 10px;
    width: auto;
    z-index: 100;
  }
  .home-hero_slider .slick-dots li {
    margin: 0 9px;
    padding: 2px;
    width: 9px;
    height: 9px;
  }
  .home-hero_slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .home-hero_slider .slick-dots li button {
    content: '';
    padding: 0;
    width: 9px;
    height: 9px;
    background: #e6e6e6;
    border: 2px solid #bcbcbc;
    border-radius: 16px;
    opacity: 1;
  }
  .home-hero_slider .slick-dots li.slick-active button {
    background: #0852a0;
    border: 2px solid #fff;
  }
  .home-hero_slider .slick-dots li button:before {
    display: none;
  }

  .home-hero_sliderWrap {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
	z-index:1;
  }
  .home-hero_sliderWrap .home-hero_sliderIcon {
    display: none;
  }
  .home-hero_slider &gt;:first-child {
    z-index: 10;
  }
  .home-hero_slider a &gt; span,
  .home-hero_slider div &gt; span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .home-hero_slider .slick-slide a &gt; span,
  .home-hero_slider .slick-slide div &gt; span {
    position: relative;
  }

  /* .home-hero_bottom */
  .home-hero_bottom &gt; .home-news_important {
    display: -webkit-flex;
    display: flex;
    padding-right: 15px;
    color: #fff;
    background: #0852a0;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 8px;
    min-width: 3.3em;
    line-height: 1.5;
    text-align: center;
    background: #000;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd {
    padding: 12px 0 12px 10px;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #fff;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:before, .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
  }
  .home-hero_bottom &gt; .home-news_important &gt; dd &gt; a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .home-newsList-important */
  .home-news-top &gt; .home-newsList-important {
    margin-top: 24px;
    width: 100%;
  }
  .home-news-top &gt; .home-newsList-important &gt; li {
    margin-top: 10px;
  }
  .home-news-top &gt; .home-newsList-important &gt; li:first-child {
    margin-top: 0;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a {
    display: block;
    padding: 20px 14px 20px 14px;
    text-decoration: none;
    background: url(/en/global/img/index_ic01_sp.png) 14px 50% no-repeat;
    background-size: 22px auto;
    border: 1px solid #ddd;
  }
  .home-news-top &gt; .home-newsList-important &gt; li &gt; a &gt; span {
    display: inline-block;
    position: relative;
    margin-left: 32px;
  }

  /* .home-box_list */
  .home-box_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .home-box_list &gt; .home-box_item {
    margin-top: 30px;
    width: 100%;
  }
  .home-box_list &gt; .home-box_item:first-child {
    margin-top: 0;
  }

  a.home-box {
    text-decoration: none;
  }

  /* .home-box_hedding */
  .home-box_hedding {
    padding-left: 25px;
    line-height: 1.1;
    font-size: 3rem;
    text-decoration: none;
  }
  .home-box_hedding .home-heading_subtitle {
    margin-left: 10px;
    font-size: 1.2rem;
  }
  .home-box_hedding .home-heading_title {
    position: relative;
  }
  .home-box_hedding .home-heading_title:before, .home-box_hedding .home-heading_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-box_hedding .home-heading_title:before {
    left: -25px;
    width: 17px;
    height: 1px;
    background: #000;
  }
  .home-box_hedding .home-heading_title:after {
    margin-top: -4px;
    left: -17px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* .home-boxInner */
  .home-boxInner {
    position: relative;
    margin-top: 14px;
  }
  .home-boxInner &gt; .home-box_img img {
    width: 100%;
  }
  .home-boxInner &gt; .home-box_text {
    display: none;
  }

  /* .news-top */
  .home-news-top {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-heading-news {
    display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    align-items: center;
  }
  .home-heading-news .home-heading_title-news {
    display: inline-block;
    font-size: 3.2rem;
  }
  .home-heading-news .home-heading_title-news &gt; span {
    position: relative;
    padding-left: 27px;
    text-decoration: none;
  }
  .home-heading-news .home-heading_title-news &gt; span:before, .home-heading-news .home-heading_title-news &gt; span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-heading-news .home-heading_title-news &gt; span:before {
    left: 0;
    width: 17px;
    height: 1px;
    background: #555555;
  }
  .home-heading-news .home-heading_title-news &gt; span:after {
    margin-top: -5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-heading-news .home-heading_subtitle {
    display: inline-block;
    padding-left: 8px;
    font-size: 1.6rem;
  }
  .home-heading-news a.home-heading_inner-news {
    text-decoration: none;
  }

  /* .home-news-top */
  .home-news-top &gt; .news-layout {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .home-news-top &gt; .news-layout &gt; .news_article {
    width: 100%;
  }
  .home-news-top &gt; .news-layout &gt; .news_article &gt; a,
  .home-news-top &gt; .news-layout &gt; .news_article &gt; .block {
    padding: 25px 0 25px;
    height: 100%;
    background: #fff;
  }
  .home-news-top &gt; .news-layout &gt; .news_article:first-child &gt; a {
    padding-top: 0;
  }
  .home-news-top &gt; .news-layout &gt; .news_article:last-child &gt; a {
    padding-bottom: 0;
  }
  .home-news-top &gt; .news-layout &gt; .news_article .news_title {
    padding-left: 0;
  }
  .home-news-top &gt; .news-layout &gt; .news_article .news_title:before, .home-news-top &gt; .news-layout &gt; .news_article .news_title:after {
    display: none;
  }

  .home-message {
     margin: 35px -15px 0;
   /*margin:0 -15px;*/
    padding: 35px 15px 40px;
    line-height: 1.2;
    background: #ddeaed url(/en/global/img/index_bg01_sp.jpg) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-message &gt; .home-messageInner {
    width: 100%;
  }

  .home-message_hedding {
    margin-bottom: 60px;
    text-align: center;
    color: #333;
    font-size: 3.3rem;
  }
  .home-message_hedding &gt; .is-font-large {
    display: inline-block;
    font-size: 5.3rem;
  }

  .home-messageList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-messageList .home-messageList_item {
    padding-bottom: 30px;
    width: 100%;
    border-top: 1px solid #a0cdd6;
  }
  .home-messageList .home-messageList_item:first-child {
    border-top: none;
  }

  .home-message_text {
    line-height: 1.7;
    font-size: 1.3rem;
    text-align: center;
  }
  .home-message_text .home-message_number {
    margin: 25px auto 0;
    width: 50%;
  }
  .home-message_text .home-message_lend {
    margin: 22px 0 15px;
    font-size: 1.6rem;
  }

  .home-message_btn {
    margin-top: 10px;
    text-align: center;
  }
  .home-message_btn &gt; a {
    display: inline-block;
    position: relative;
    padding: 12px 20px 10px;
    min-width: 60%;
    text-decoration: none;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #555555;
  }
  .home-message_btn &gt; a:before, .home-message_btn &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-message_btn &gt; a:before {
    left: 0;
    width: 15px;
    height: 1px;
    background: #555555;
  }
  .home-message_btn &gt; a:after {
    margin-top: -4px;
    left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-message_btn &gt; a:hover {
    background: #fff;
    border: 1px solid #fff;
  }

  .home-bannerList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .home-bannerList &gt; li {
    margin-top: 15px;
    width: calc((100% / 2) - 8px);
  }
  .home-bannerList &gt; li:nth-child(-n+2) {
    margin-top: 0;
  }
  .home-bannerList &gt; li:nth-child(2n) {
    margin-left: 16px;
  }
  .home-bannerList &gt; li &gt; a {
    display: block;
    text-align: center;
  }
  .home-bannerList &gt; li &gt; a &gt; img {
    width: auto;
  }

  /* clearfix */
  .home-hero_slider .slick-track::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ==================================== */
/* DYSK追記    */
/* ==================================== */
/* ----------------------
 * PC　トピックス
------------------------- */
@media print, screen and (min-width: 768px) {
  /*表示枠
  ---------------------------*/
  .home-topics{
    margin-top: 60px;
	background:#3475B7;
    padding:50px 0 80px;
  }
  /*タイトル
  ---------------------------*/
  .home-heading-topics{
    padding:0 4% 20px;
  }
  .home-heading-topics .home-heading_title-topics {
    font-size: 4.0rem;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(8, 82, 160, 0.95);
  }
  .home-heading-topics .home-heading_title-topics &gt; span {
    position: relative;
    padding-left: 27px;
    text-decoration: none;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:before, .home-heading-topics .home-heading_title-topics &gt; span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:before {
    left: 0;
    width: 22px;
    height: 1px;
    background: #fff;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:after {
    margin-top: -5px;
    left: 10px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-heading-topics .home-heading_subtitle {
    padding-left: 37px;
    font-size: 1.6rem;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(8, 82, 160, 0.95);
  }
  /*リスト
  ---------------------------*/
  .home-topics-list{
	display: -webkit-flex;
    display: flex;
	margin: 0 -4px;
  }
  .home-topics-list_item{
	  flex:none;
	  padding:0 4px;
	  box-sizing: border-box;
      flex-basis: 25%;
      max-width: 25%;
  }
  .home-topics-list_item-inner{
	  background:#FFF;
	  height:100%;
	  display:block;
	  position:relative;
	  padding-bottom:36px;
	  text-decoration:none;
	  -webkit-transition: all .35s ease-out 0s;
      transition: all .35s ease-out 0s;
  }
  a.home-topics-list_item-inner:visited,
  a.home-topics-list_item-inner:link{
	  text-decoration:none;
  }
  .home-topics-list_img-wrap{
	  position:relative;
	  padding-top:56.25%;
	  overflow:hidden;
  }
  .home-topics-list_img{
	  position:absolute;
      top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:cover;
	  -webkit-transition: all .35s ease-out 0s;
      transition: all .35s ease-out 0s;
  } 
  .home-topics-list_item-inner:hover .home-topics-list_img{
	  -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .home-topics-list_icon-movie{
	  position:absolute;
	  width:45px;
	  top:5px;
	  right:5px;
	  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.7);
  }
  .home-topics-list_item h3{
	  padding:10px;
  }
  .home-topics-list_arw-wrap{
	  position:absolute;
	  height:24px;
	  width:24px;
	  background:#0852a0;
	  position:absolute;
	  bottom:6px;
	  right:6px;
	  display:block;
  }
  .home-topics-list_arw{
	  display:block;
	  height:24px;
	  width:24px;
	  position:relative;
  }
  .home-topics-list_arw:before,
  .home-topics-list_arw:after{
	  content: '';
    display: block;
    position: absolute;
    top: 50%;
	-webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
  .home-topics-list_arw:before {
    left: 7px;
    width: 8px;
    height: 1px;
    background: #fff;
  }
  .home-topics-list_arw:after {
    margin-top: -3px;
    right:8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-topics-list_item-inner:hover .home-topics-list_arw:before{
	  left: 10px;
  }
  .home-topics-list_item-inner:hover .home-topics-list_arw:after{
	  right:5px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1630px) {
  .home-heading-topics{
    padding:0 2% 15px;
  }
  .home-heading-topics .home-heading_title-topics {
    font-size: 3.2rem;
  }
  .home-heading-topics .home-heading_subtitle {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1342px) {
  .home-heading-topics .home-heading_title-topics {
    font-size: 2.6rem;
  }
  .home-heading-topics .home-heading_title-topics &gt; span {
    padding-left: 24px;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:before {
    width: 14px;
    height: 1px;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:after {
    margin-top: -4px;
    left: 4px;
    width: 9px;
    height: 9px;
  }
  .home-heading-topics .home-heading_subtitle {
    font-size: 1.1rem;
  }
}
/* ----------------------
 * SP　トピックス
------------------------- */
@media only screen and (max-width: 767px) {
  /*表示枠
  ---------------------------*/
  .home-topics{
	  margin: 35px -15px 0;
	  background:#3475B7;
	  padding:35px 15px 30px;
  }
  /*タイトル
  ---------------------------*/
  .home-heading-topics{
    padding:0 0 15px;
  }
  .home-heading-topics .home-heading_title-topics {
    display: inline-block;
    font-size: 3.2rem;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(8, 82, 160, 0.95);
  }
  .home-heading-topics .home-heading_title-topics &gt; span {
    position: relative;
    padding-left: 27px;
    text-decoration: none;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:before, .home-heading-topics .home-heading_title-topics &gt; span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:before {
    left: 0;
    width: 17px;
    height: 1px;
    background: #fff;
  }
  .home-heading-topics .home-heading_title-topics &gt; span:after {
    margin-top: -5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .home-heading-topics .home-heading_subtitle {
    display: inline-block;
    padding-left: 8px;
    font-size: 1.6rem;
	color:#FFF;
	text-shadow: 1px 1px 1px rgba(8, 82, 160, 0.95);
  }
  /*リスト
  ---------------------------*/
  .home-topics-list{
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap:wrap;　
	flex-wrap:wrap;
	margin: 0 -4px;
  }
  .home-topics-list_item{
	  flex:none;
	  display: -webkit-flex;
      display: flex;/* 古いiOS対応 内包する要素にheight100%を指定しても高さが揃わないため*/
	  padding:0 4px;
	  box-sizing: border-box;
	  margin-bottom:15px;
	  flex-basis: 50%;
      max-width: 50%;
  }
  .home-topics-list_item-inner{
	  background:#FFF;
	 /* height:100%;*/
	  display:block;
	  width: 100%;/* 古いiOS対応 内包する要素にheight100%を指定しても高さが揃わないため*/
	  text-decoration:none;
  }
  a.home-topics-list_item-inner:visited,
  a.home-topics-list_item-inner:link{
	  text-decoration:none;
  }
  .home-topics-list_img-wrap{
	  position:relative;
	  padding-top:56.25%;
	  overflow:hidden;
  }
  .home-topics-list_img{
	  position:absolute;
      top:0;
	  left:0;
	  width:100%;
	  height:100%;
	  background-position:center;
	  background-repeat:no-repeat;
	  background-size:cover;
  } 
  .home-topics-list_icon-movie{
	  position:absolute;
	  width:15%;
	  top:5px;
	  right:5px;
	  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.76);
  }
  .home-topics-list_item h3{
	  padding:10px;
	  font-size:13px;
  }
  .home-topics-list_arw-wrap{
	  display:none;
  }
  .home-topics-list_arw{
	  display:block;
	  height:24px;
	  width:24px;
	  position:relative;
  }
  .home-topics-list_arw:before,
  .home-topics-list_arw:after{
	  content: '';
    display: block;
    position: absolute;
    top: 50%;
	-webkit-transition: all .35s ease-out 0s;
    transition: all .35s ease-out 0s;
  }
  .home-topics-list_arw:before {
    left: 7px;
    width: 8px;
    height: 1px;
    background: #fff;
  }
  .home-topics-list_arw:after {
    margin-top: -3px;
    right:8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  /*onpress バナー表示*/
  #banner {
     right: -240px;
     width: 220px;
     bottom: 20px;
  }
  #close_banner {
	  top:4px;
	  right:5px;
      font-size: 28px;
  }
}
.Main {
	padding-bottom: 0;
}</pre></body></html>