
html,body {
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-family: 'Noto Sans CJK JP','ヒラギノ角ゴ Pro', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
}

body.open {
    overflow: hidden;
}

p {
	line-height: 1.8;
}

.sp{
    display: none;
}

/* header */

.header1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

a.logo_link {
    display: block;
    margin-top: 40px;
    margin-left: 110px;
    width: 157px;
    height: 51px;
}

img.logo1 {
    width: 100%;
}

img.sp_menu{
	display: none;
}

.header1_right {
    margin-right: 140px;
    margin-top: 18px;
}

img.sp_batu{
	display: none;
}

.h_sns_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

a.h_sns_link {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 12px;
}

a.h_sns_link:hover img {
   opacity: 0.8;
}

img.h_sns_img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


img.h_sns_img.sp {
    display: none;
}

ul.h_menu_ul {
    display: flex;
    justify-content: flex-end;
}

a.h_menu_link {
    color: #fff;
    text-decoration: none;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}

a.h_menu_link:hover {
    border-bottom: 1px solid #fff;
}

a.h_menu_link.active {
    border-bottom: 1px solid #fff;
}

/* main */

h2.h2_1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
    position: relative;
    margin-bottom: 150px;
    text-align: center;
}

h2.h2_1:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 143px;
    height: 2px;
    background: #0259A8;
}

/* voice */
section.voice_sec {
    background: #F3F4F6;
    padding: 165px 0;
}

.vs_main_wrap {
    width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.vc_left {
    width: 570px;
}

.vc_right {
    width: 720px;
    overflow: hidden;
}

.vc_content_wrap {
    display: flex;
    transition: 0.4s;
    position: relative;
    left: 0;
}

.voice_sec h2.h2_1 {
    margin-top: 40px;
    margin-bottom: 110px;
    text-align: left;
}

.voice_sec h2.h2_1:after {
    bottom: -40px;
    right: auto;
}

p.vc_text {
    font-size: 18px;
    margin-bottom: 90px;
}

.vc_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 105px;
}

.bc_btn {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bc_btn.non{
	opacity: 0;
	pointer-events: none;
}

img.bc_btn_img {
    width: 11px;
}

.bc_btn.left .bc_btn_img {
    transform: rotate(180deg);
}

.bc_btn:hover {
    background: #0C5CA6;
    box-shadow: 0 0 10px 2px hsl(209deg 87% 35% / 30%);
}


img.bc_btn_img.w {
    display: none;
    width: 12px;
}

.bc_btn:hover img.bc_btn_img.b {
    display: none;
}

.bc_btn:hover img.bc_btn_img.w {
    display: block;
}

.vcc_item {
    background: #fff;
    box-shadow: 0px 0px 10px 2px rgb(197 197 197 / 40%);
    border-radius: 20px;
    margin-top: 75px;
    width: 700px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.vcc_img {
    display: block;
    margin: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-top: -75px;
    margin-bottom: 25px;
    position: relative;
}

.vcc_name {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px;
}

.vcc_info_warp {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.vcci_cate {
    font-size: 15px;
    color: #888888;
    margin-right: 30px;
    font-weight: 500;
}

.vcci_country {
    font-size: 15px;
    color: #888888;
    padding-left: 26px;
    position: relative;
    font-weight: 500;
}

.vcci_country:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 21px;
    height: 14px;
    margin: auto;
    background-image: url(../img/country/c1.svg);
    background-size: cover;
}

.vcci_country.c2:before {background-image: url(../img/country/c2.svg);}
.vcci_country.c3:before {background-image: url(../img/country/c3.svg);}
.vcci_country.c4:before {background-image: url(../img/country/c4.svg);}
.vcci_country.c5:before {background-image: url(../img/country/c5.svg);}
.vcci_country.c6:before {background-image: url(../img/country/c6.svg);}
.vcci_country.c7:before {background-image: url(../img/country/c7.svg);}
.vcci_country.c8:before {background-image: url(../img/country/c8.svg);}
.vcci_country.c9:before {background-image: url(../img/country/c9.svg);}

p.vcc_text {
    width: 562px;
    height: 100px;
    font-size: 15px;
    margin: auto;
    margin-bottom: 25px;
}

a.vcc_link {
    background: #F3F4F6;
    color: #37414A;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 44px;
    border-radius: 100px;
    margin-right: 60px;
    margin-left: auto;
    margin-bottom: 35px;
}

/* more */

section.more_sec {
    padding-top: 150px;
    padding-bottom: 100px;
    text-align: center;
    background-image: url(../img/common/b_banner.png);
    background-size: cover;
    background-position: center center;
}

h2.h2_2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #fff;
}

.ms_text {
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 500;
    color: rgb(255 255 255 / 80%);
}

a.ms_link {
    width: 274px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0C5CA6;
    box-shadow: 0 0 10px 2px rgb(12 92 166 / 30%);
    margin: auto;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
}

/* main_virus */
section.dog_cat_main_virus_sec {
    background: #F3F4F6;
    padding-top: 160px;
    padding-bottom: 100px;
}

.dcmv_wrap {
    width: 1300px;
    margin: auto;
    padding-bottom: 80px;
    overflow: hidden;
}

.dcmv_list {
    display: flex;
    margin-bottom: 80px;
    transition: 0.4s;
    left: 0;
    position: relative;
}

.dcmv_item {
    width: 300px;
    background: #fff;
    margin-right: 33px;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #000;
    text-decoration: none;
}

img.dcmv_icon {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 25px;
}

h3.dcmv_title {
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 20px;
}

.dcmv_info {
    font-size: 16px;
    color: #888888;
    margin-bottom: 4px;
}

img.dcmv_link_img {
    width: 45px;
    height: 45px;
    display: block;
    margin-left: auto;
}

.dcmv_btn {
    width: 21px;
    height: 4px;
    background: rgb(8 20 32 / 15%);
    margin-right: 4px;
    border-radius: 50px;
    cursor: pointer;
}

.voice_sec .dcmv_btn_wrap {
    display: none;
}

.dcmv_btn.active {
    background: #0C5CA6;
}

.dcmv_btn:last-child {
    margin-right: 0;
}

.dcmv_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* top_back */
img.top_back {
    display: none;
}

/* footer */
.footer_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ABAFC7;
    padding-bottom: 40px;
    margin-bottom: 50px;
    align-items: center;
}

footer {
    padding: 74px 110px 50px;
}

a.f_logo_link {
    display: block;
    width: 157px;
    height: 51px;
}

img.logo2 {
    width: 100%;
}

.f_sns_wrap {
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-end;
}

a.f_sns_link {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 16px;
}

a.f_sns_link:last-child {
    margin-right: 0;
}

img.f_sns_img {
    width: 100%;
}

ul.f_menu_ul {
    display: flex;
}

a.f_menu_link {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

li.f_menu_li {
    margin-right: 50px;
}

li.f_menu_li:last-child {
    margin: 0;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy_title{
	display: none;
}

.copy {
    font-size: 16px;
    color: #888888;
}

.copy span {
    font-weight: bold;
}

.copy span .f_link {
    color: #888888;
    text-decoration: none;
}

.copy .f_link:hover {
    text-decoration: underline;
}



/* sub */
section.sub_mv {
    height: 515px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

section.sub_mv.sub1 {
    background-image: url(../img/sub/banner2.png);
}

section.sub_mv.sub2 {
    background-image: url(../img/sub/banner3.png);
}

h1.sub_title {
    position: absolute;
    bottom: 83px;
    left: 316px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

nav.breadcrumb {
    width: 1300px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 100px;
}

ul.bc_list {
    display: flex;
    align-items: center;
}

li.bc_item {
    font-size: 15px;
    color: #888888;
}

li.bc_item a {
    color: #000;
    text-decoration: none;
}

li.bc_item:nth-child(n+2) {
    position: relative;
    padding-left: 18px;
}

li.bc_item:nth-child(n+2):before {
    content: ">";
    position: absolute;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


/* タブレット、1400px 以下 */
@media (max-width: 1400px) {

	html,body {
		font-size: 1vw;
	}

	/* header */

	a.logo_link {
	    margin-top: 2.857vw;
	    margin-left: 7.857vw;
	    width: 11.214vw;
	    height: 3.643vw;
	}

	.header1_right {
	    margin-right: 4vw;
	    margin-top: 1.286vw;
	}

	.h_sns_wrap {
	    margin-bottom: 2.143vw;
	}

	a.h_sns_link {
	    width: 1.429vw;
	    height: 1.429vw;
	    margin-left: 0.857vw;
	}

	a.h_menu_link {
	    margin-left: 2.571vw;
	    font-size: 1.429vw;
	}


	/* main */
	h2.h2_1 {
	    font-size: 2.571vw;
	    margin-bottom: 10.714vw;
	}

	h2.h2_1:after {
	    bottom: -3.571vw;
	    width: 10.214vw;
	    height: 0.143vw;
	}

	/* voice */
	section.voice_sec {
	    padding: 11.786vw 0;
	}

	.vs_main_wrap {
	    width: 92.857vw;
	}

	.vc_left {
	    width: 40.714vw;
	}

	.vc_right {
	    width: 51.429vw;
	}

	.vc_content_wrap {
	    transition: 0.4s;
	}

	.voice_sec h2.h2_1 {
	    margin-top: 2.857vw;
	    margin-bottom: 7.857vw;
	}

	.voice_sec h2.h2_1:after {
	    bottom: -2.857vw;
	}

	p.vc_text {
	    font-size: 1.286vw;
	    margin-bottom: 6.429vw;
	}

	.vc_btn_wrap {
	    width: 7.5vw;
	}

	.bc_btn {
	    width: 3.214vw;
	    height: 3.214vw;
	}

	img.bc_btn_img {
	    width: 0.786vw;
	}

	img.bc_btn_img.w {
	    width: 0.857vw;
	}

	.vcc_item {
	    border-radius: 1.429vw;
	    margin-top: 5.357vw;
	    width: 50vw;
	    margin-left: 0.714vw;
	    margin-right: 0.714vw;
	    margin-bottom: 0.714vw;
	}

	img.vcc_img {
	    width: 9.286vw;
	    height: 9.286vw;
	    margin-top: -5.357vw;
	    margin-bottom: 1.786vw;
	}

	.vcc_name {
	    font-size: 1.714vw;
	    margin-bottom: 0.857vw;
	}

	.vcc_info_warp {
	    margin-bottom: 2.143vw;
	}

	.vcci_cate {
	    font-size: 1.071vw;
	    margin-right: 2.143vw;
	}

	.vcci_country {
	    font-size: 1.071vw;
	    padding-left: 1.857vw;
	}

	.vcci_country:before {
	    width: 1.5vw;
	    height: 1vw;
	}

	p.vcc_text {
	    width: 40.143vw;
    	height: 7.143vw;
	    font-size: 1.071vw;
	    margin-bottom: 1.786vw;
	}

	a.vcc_link {
	    font-size: 1.071vw;
	    width: 10.143vw;
	    height: 3.143vw;
	    border-radius: 7.143vw;
	    margin-right: 4.286vw;
	    margin-bottom: 2.5vw;
	}

	/* more */

	section.more_sec {
	    padding-top: 10.714vw;
	    padding-bottom: 7.143vw;
	}

	h2.h2_2 {
	    font-size: 3vw;
	    margin-bottom: 2.5vw;
	}

	.ms_text {
	    font-size: 1.286vw;
	    margin-bottom: 3.571vw;
	}

	a.ms_link {
	    width: 19.571vw;
	    height: 3.571vw;
	    border-radius: 7.143vw;
	    font-size: 1.143vw;
	}

	/* main_virus */
	section.dog_cat_main_virus_sec {
	    padding-top: 11.429vw;
	    padding-bottom: 9.286vw;
	}

	.dcmv_wrap {
	    width: 92.857vw;
	    padding-bottom: 5.714vw;
	}

	.dcmv_list {
	    margin-bottom: 5.714vw;
	}

	.dcmv_item {
	    width: 21.429vw;
	    margin-right: 2.357vw;
	    padding: 2.857vw 2.143vw;
	    border-radius: 1.429vw;
	}

	img.dcmv_icon {
	    width: 3.571vw;
	    height: 3.571vw;
	    margin-bottom: 1.786vw;
	}

	h3.dcmv_title {
	    font-size: 2.929vw;
	    margin-bottom: 1.429vw;
	}

	.dcmv_info {
	    font-size: 1.143vw;
	    margin-bottom: 0.286vw;
	}

	img.dcmv_link_img {
	    width: 3.214vw;
	    height: 3.214vw;
	}

	.dcmv_btn {
	    width: 1.5vw;
	    height: 0.286vw;
	    margin-right: 0.286vw;
	    border-radius: 3.571vw;
	}

	/* footer */
	.footer_top {
	    padding-bottom: 2.857vw;
	    margin-bottom: 3.571vw;
	}

	footer {
	    padding: 5.286vw 3.857vw 10vw;
	}

	a.f_logo_link {
	    width: 11.214vw;
	    height: 3.643vw;
	}

	.f_sns_wrap {
	    margin-bottom: 1.429vw;
	}

	a.f_sns_link {
	    width: 1.714vw;
	    height: 1.714vw;
	    margin-right: 1.143vw;
	}

	a.f_menu_link {
	    font-size: 1.429vw;
	}

	li.f_menu_li {
	    margin-right: 3.571vw;
	}

	.copy {
	    font-size: 1.143vw;
	}

	/* sub */

	section.sub_mv {
	    height: 36.786vw;
	}

	h1.sub_title {
	    bottom: 5.929vw;
	    left: 22.571vw;
	    font-size: 3vw;
	}

	nav.breadcrumb {
	    width: 92.857vw;
	    margin-top: 5.714vw;
	    margin-bottom: 7.143vw;
	}

	li.bc_item {
	    font-size: 1.071vw;
	}

	li.bc_item:nth-child(n+2) {
	    padding-left: 1.286vw;
	}

	li.bc_item:nth-child(n+2):before {
	    left: 0.429vw;
	}

}