﻿@charset "UTF-8";
@media screen and (max-width:1000px) {
    #block1000 {
      display: none;
    }
    #none999 {
      display: block;
    }
    #none999.worklife {
        display: flex;
        justify-content: center;
        position: absolute;
        top: inherit;
        bottom: 0px;
        height: auto;
    }
    .worklife img {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
    }
    .interview-copy {
        max-width: 768px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
}
#SPmode {
    display: none;
}
@media screen and (max-width:768px) {
    * {
        box-sizing: border-box;
    }
    #PCmode {
    display: none;
    }
    #TABmode {
        display: block;
    }
  html {
    margin: 0 !important;
    padding: 0 !important;
}
html {
    scroll-behavior: auto;
    margin: 0 !important;
    padding: 0 !important;
}
body {
    width: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;/* iOS縺ｮ繧ｹ繝繝ｼ繧ｺ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧呈怏蜉ｹ蛹・*/
    -ms-scroll-chaining: none;/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｮ繧ｪ繝ｼ繝舌・繧ｷ繝･繝ｼ繝医ｒ辟｡蜉ｹ */
    overscroll-behavior: none;/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｮ繧ｪ繝ｼ繝舌・繧ｷ繝･繝ｼ繝医ｒ辟｡蜉ｹ */
    background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 0;
    -ms-text-size-adjust: 100%;/* 繧ｹ繝槭・縺ｧ縺ｮ閾ｪ蜍墓枚蟄励し繧､繧ｺ隱ｿ謨ｴ繧堤┌蜉ｹ蛹・*/
    -webkit-text-size-adjust: 100%;/* 繧ｹ繝槭・縺ｧ縺ｮ閾ｪ蜍墓枚蟄励し繧､繧ｺ隱ｿ謨ｴ繧堤┌蜉ｹ蛹・*/
    text-rendering: geometricPrecision;/* 繝輔か繝ｳ繝医い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ縺ｮ隱ｿ謨ｴ */
    -webkit-font-smoothing: antialiased;/* 繝輔か繝ｳ繝医い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ縺ｮ隱ｿ謨ｴ */
    -moz-osx-font-smoothing: grayscale;/* 繝輔か繝ｳ繝医い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ縺ｮ隱ｿ謨ｴ */
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);/* 繧ｿ繝・・譎ゅ・繝上う繝ｩ繧､繝医ｒ謖・ｮ夊牡縺ｫ螟画峩 */
}
.interview-topvew-inn {
    position: relative;
    max-width: 1280px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
/*______繧｢繝九Γ__縺薙％縺九ｉ________________*/
.circle1 img {
	position: absolute;
	top:40px;
	right:80px;
	width: 200px;
  	animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  	0%  {transform: rotate(0);}
  	100%  {transform: rotate(360deg);}
}
.circle-t1 {
	position: absolute;
	top:112px;
	right:130px;
	color: #fff;
	font-size:24px;
	line-height: 26px;
	text-align: center;
}
@media screen and (max-width:1000px) {
    .com-topvew-flex {
        max-width: 1280px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: baseline;
        margin: 0 auto;
    }
    .circle1 img {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 150px;
        animation: rotate-anime 40s linear infinite;
    }
    @keyframes rotate-anime {
        0% { transform: rotate(0); }
        100% { transform: rotate(360deg); }
    }
    .circle-t1 {
        position: absolute;
        top: 80px;
        right: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        width: 130px;
    }
}
/*______繧｢繝九Γ__縺薙％縺ｾ縺ｧ________________*/
.profile {
    max-width: 700px;
    width: 100%;
    height: auto;
    position: absolute;
    right: inherit;
    bottom: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    padding: 0 10px;
    box-sizing: border-box;
}
.profile-top {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 4px 0px 6px;
}
.profile-top-logo {
    height: 45px;
    box-sizing: border-box;
    margin: 0 10px;
}
.profile-top-logo img {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    padding: 8px 0;
}
.profile-mid {
    width: 100%;
    padding: 4px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    line-height: 1 ;
}
.profile .txt-01 {
    height: 100%;
    margin: 0;
}
.profile .txt-02 {
    font-size: 32px;
    letter-spacing: 0.12em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.profile .txt-03 {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
.profile .txt-04 {
    padding-top: 6px;
    width: 100%;
	margin-top: 0px;
}
.interview-1day-inn.spcon {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.interview-topvew {
    width: 100%;
    height: 950px;
    margin-top: 92px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 100% auto;
    position: relative;
}
.interview-topvew-inn {
    position: relative;
    max-width: 768px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
.interview-copy .txt-01 {
    font-size: 19px;
    color: #0048A1;
    line-height: 180%;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.interview-info {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    line-height: 1.65;
    position: relative;
    overflow: hidden;
}
.area02-flex {
    flex-direction: column;
    padding: 20px 20px 10px;
}
.area02 .txt-01 {
    margin: 0;
}
.area02 {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    position: relative;
    border-radius: 9px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left top;
    color:#fff;
    overflow: hidden;
}
    .area02 .txt-01 {
        font-size:16px;
        margin-bottom: 10px;
    }
    .area02 .txt-02{
        font-size:16px;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .area02-img {
        max-width: 380px;
        width: 100%;
        height: auto;
        margin: 0 0 0 auto;
        aspect-ratio: 380 / 250;
        overflow: hidden;
    }
    .area02 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
@media screen and (max-width:600px) {
    .area02-img {
        margin: 0 auto;
    }
}
    .com-link a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 180px;
        height: 30px;
        font-size: 14px;
        color: #222;
        background-color: #fff;
        border-radius: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto 10px;
    }
    .com-link a:hover{
        background-color: #D5006D;
        color:#fff;
    }




.interview-info-title {
    display: flex;
    max-width: 1280px;
    width: 100%;
    height: 120px;
    background-image: url(../_img/bavk-area01.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.interview-1day {
    max-width: 1000px;
    height: auto;
    margin: 0 auto 60px;
    padding: 60px 0 0;
}

/*______FAQ縲senpai縲_____________*/
.faq-senpai {
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    display: block;
    /* background-image: url(../_img/****-faq.jpg);
    background-repeat: no-repeat;
    background-position: center bottom; */
}

.faq-senpai ul li {
list-style: none;
}

.faq-senpai ul li {
max-width: 800px;
width: 100%;
margin: 40px auto 0;
}

.faq-senpai ul li:nth-child(even) {
max-width: 800px;
width: 100%;
margin: 40px auto 0;
}
.faq-f{
    font-size: 28px;
    color: #0048A1;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 122%;
}
.faq-q{
	font-size: 19px;
	line-height: 28px;
	padding-left: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-q span{
	padding-left: 5em;
}

.area03 {
	max-width: 1280px;
    width: 100%;
	height: auto;
    margin: 0 auto;
    /* background-repeat: no-repeat;
    background-position: center top; */
	color:#fff;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	margin-top: 50px;
}
.area03-w{
	width: 100%;
	height: 100px;
	background-color: #fff;
}
.area03 img{
    width: 220px;
    border-radius: 168px;
    position: absolute;
    top: 0px;
    left: 80px;
}
.area03 .txt-01{
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 120px 0 0;
  box-sizing: border-box;
}
.area03 .txt-02{
  font-size: 18px;
  color: #fff;
  padding: 15px 20px 30px;
  box-sizing: border-box;
}

.area04{
	margin-top: 60px;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.area04 .txt-01{
	font-size: 30px;
        margin-bottom: 10px;
	color:#000;
}
.area04 .txt-02{
	font-size:12px;
	color:#000;
	margin-bottom: 30px;
}
.link-com{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.link-flex_style {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.link-sns_style {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.link-flex_other {
    width: 260px;
}
.link-com{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.link-com a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	margin-left:10px;
	margin-right: 10px;
	width: 200px;
	float: left;
	
}
.link-com-1 img{
	margin-left:auto;
	margin-right: auto;
	width: 200px;	
}
.link-com-1-1 img{
	margin-left:auto;
	margin-right: auto;
	width: 500px;	
}



}

@media screen and (max-width:1000px) {
    #block1000 {
      display: none;
    }
    #none999 {
      display: block;
    }
    #none999.worklife {
        display: flex;
        justify-content: center;
        position: absolute;
        top: inherit;
        bottom: 0px;
        height: auto;
    }
    .worklife img {
        max-height: 300px;
        width: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
* {
    box-sizing: border-box;
  }
#TABmode {
    display: block;
}
#SPmode {
    display: block;
}
html {
    margin: 0 !important;
    padding: 0 !important;
}
html {
    scroll-behavior: auto;
    margin: 0 !important;
    padding: 0 !important;
}
body {
    width: 100%;
    height: auto;
    -webkit-overflow-scrolling: touch;/* iOS縺ｮ繧ｹ繝繝ｼ繧ｺ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧呈怏蜉ｹ蛹・*/
    -ms-scroll-chaining: none;/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｮ繧ｪ繝ｼ繝舌・繧ｷ繝･繝ｼ繝医ｒ辟｡蜉ｹ */
    overscroll-behavior: none;/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺ｮ繧ｪ繝ｼ繝舌・繧ｷ繝･繝ｼ繝医ｒ辟｡蜉ｹ */
    background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 0;
    -ms-text-size-adjust: 100%;/* 繧ｹ繝槭・縺ｧ縺ｮ閾ｪ蜍墓枚蟄励し繧､繧ｺ隱ｿ謨ｴ繧堤┌蜉ｹ蛹・*/
    -webkit-text-size-adjust: 100%;/* 繧ｹ繝槭・縺ｧ縺ｮ閾ｪ蜍墓枚蟄励し繧､繧ｺ隱ｿ謨ｴ繧堤┌蜉ｹ蛹・*/
    text-rendering: geometricPrecision;/* 繝輔か繝ｳ繝医い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ縺ｮ隱ｿ謨ｴ */
    -webkit-font-smoothing: antialiased;/* 繝輔か繝ｳ繝医い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ縺ｮ隱ｿ謨ｴ */
    -moz-osx-font-smoothing: grayscale;/* 繝輔か繝ｳ繝医い繝ｳ繝√お繧､繝ｪ繧｢繧ｹ縺ｮ隱ｿ謨ｴ */
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);/* 繧ｿ繝・・譎ゅ・繝上う繝ｩ繧､繝医ｒ謖・ｮ夊牡縺ｫ螟画峩 */
}
/*______com-topvew________________*/
.com-topvew {
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.com-topvew-inn {
    position: relative;
    max-width: 1300px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
.com-topvew-flex {
    max-width: 1280px;
    height: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: end;
    margin: 0 auto;
}
.com-topvew-main {
    max-width: 620px;
    width: auto;
    min-width: 320px;
    height: auto;
    aspect-ratio: 62 / 41;
    overflow: hidden; /* 縺ｯ縺ｿ蜃ｺ縺励◆驛ｨ蛻・ｒ繝医Μ繝溘Φ繧ｰ */
    position: relative; /* 蜀・桁縺吶ｋ逕ｻ蜒上・隱ｿ謨ｴ縺ｫ蠢・ｦ・*/
}
    .com-topvew-main img {
        width: 100%;
        height: auto;
        object-fit: cover; /* 蟆上＆縺・⊇縺・ｒ蝓ｺ貅悶↓逕ｻ蜒上ｒ繝医Μ繝溘Φ繧ｰ */
        object-position: center; /* 荳ｭ螟ｮ縺ｫ驟咲ｽｮ */
    }
.com-topvew-sub {
    max-width: 650px;
    width: 100%;
    display: flex;
    gap: 10px;
}
.com-topvew-sub li {
    max-width: 210px;
    height: auto;
    aspect-ratio: 21 / 14;
    overflow: hidden; /* 縺ｯ縺ｿ蜃ｺ縺励◆驛ｨ蛻・ｒ繝医Μ繝溘Φ繧ｰ */
    position: relative; /* 蜀・桁縺吶ｋ逕ｻ蜒上・隱ｿ謨ｴ縺ｫ蠢・ｦ・*/
}
    .com-topvew-main li img {
        width: 100%;
        height: auto;
        object-fit: cover; /* 蟆上＆縺・⊇縺・ｒ蝓ｺ貅悶↓逕ｻ蜒上ｒ繝医Μ繝溘Φ繧ｰ */
        object-position: center; /* 荳ｭ螟ｮ縺ｫ驟咲ｽｮ */
    }
/*______繧｢繝九Γ__縺薙％縺九ｉ________________*/
.circle1 img {
	position: absolute;
	top:40px;
	right:80px;
	width: 200px;
  	animation: rotate-anime 40s linear infinite;
}
@keyframes rotate-anime {
  	0%  {transform: rotate(0);}
  	100%  {transform: rotate(360deg);}
}
.circle-t1 {
	position: absolute;
	top:112px;
	right:130px;
	color: #fff;
	font-size:24px;
	line-height: 26px;
	text-align: center;
}
@media screen and (max-width:1000px) {
    .com-topvew-flex {
        max-width: 1280px;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: baseline;
        margin: 0 auto;
    }
    .circle1 img {
        position: absolute;
        top: 20px;
        right: 30px;
        width: 150px;
        animation: rotate-anime 40s linear infinite;
    }
    @keyframes rotate-anime {
        0% { transform: rotate(0); }
        100% { transform: rotate(360deg); }
    }
    .circle-t1 {
        position: absolute;
        top: 80px;
        right: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        width: 130px;
    }
}
/*______繧｢繝九Γ__縺薙％縺ｾ縺ｧ________________*/
/*______險倅ｺ倶ｸｭ霄ｫ________________*/
.com-cotent {
    max-width: 1280px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
    background-position: center top;
}
.com-cotent-flex {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
/*______險倅ｺ句ｷｦ蛛ｴ________________*/
.com-cotent-side {
    max-width: 1000px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.com-cotent-side-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
.com-cotent-side-logo img {
    width: 100%;
    height: auto;
}
.com-cotent-side-name h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
    /* text-align: left; */
    text-align: center;
}
.com-cotent-side-link p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}
.checklink {
    max-width: 330px;
    -webkit-box-shadow: 2px 2px 5px #191818;
    box-shadow: 2px 2px 5px #191818;
}
.checklink:hover{
    -webkit-box-shadow: 2px 2px 3px #0A0E70;
    box-shadow: 2px 2px 3px #0A0E70;
	transform: rotate(5deg);
	opacity: 0.8;
}
/*______險倅ｺ句承蛛ｴ________________*/
.com-cotent-main {
    max-width: 800px;
    width: 100%;
}
.t-flex {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.t1-title {
    display: flex;
    justify-content: baseline;
    align-items: center;
	width: 80px;
	min-height: 40px;
	text-align: left;
}
.t1-cont {
    display: flex;
    justify-content: baseline;
    align-items: center;
    max-width: 700px;
    min-height: 40px;
    text-align: left;
}
.t2-title {
    font-size: 16px;
    display: flex;
    align-items: center;
	/* width: 80px; */
	min-height: 40px;
	text-align: left;
}
.t2-cont {
    display: flex;
    align-items: center;
    max-width: 700px;
    min-height: 40px;
    text-align: left;
}
.t3-title {
    display: flex;
    align-items: center;
	width: 100%;
	min-height: 40px;
    margin: 40px auto;
	text-align: left;
    border-bottom: #000 solid 1px;
}
.t3-cont {
    max-width: 700px;
    height: auto;
    min-height: 180px;
    text-align: left;
    padding-bottom: 40px;
    line-height: 1.4;
}
.t4-title {
    display: flex;
    align-items: center;
	width: 100%;
	min-height: 40px;
    margin: 40px auto;
	text-align: left;
    border-bottom: #000 solid 1px;
}
.link-flex_style {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.link-flex_other {
    width: 240px;
}
.link-sns_style {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}
.link-com{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.link-com a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	margin-left:10px;
	margin-right: 10px;
	width: 260px;
	float: left;
	
}
.link-com-1 img{
	margin-left:auto;
	margin-right: auto;
	width: 250px;	
}
.link-com-1-1 img{
	margin-left:auto;
	margin-right: auto;
	width: 500px;	
}

.company-list{
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-top: 65px;
}
.list-t {
    width: 70%;
    font-size: 30px;
	padding-bottom: 10px;
    border-bottom: 1px solid #2F2F2F;
    margin: 0 auto 40px;
	text-align: center;
}

.company-list-flex {
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    gap: 30px 10px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
.company-list-flex li {
    width: 155px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
    line-height: 1.5em;
}
.company-list-flex li > * {
    width: 100%; /* 蜀・桁縺吶ｋ隕∫ｴ繧呈ｨｪ縺・▲縺ｱ縺・↓蠎・￡繧・*/
}
.com-photo {
    width: 100%;
    aspect-ratio: 5 /3.5;
    overflow: hidden; /* 縺ｯ縺ｿ蜃ｺ縺励◆驛ｨ蛻・ｒ繝医Μ繝溘Φ繧ｰ */
    position: relative; /* 蜀・桁縺吶ｋ逕ｻ蜒上・隱ｿ謨ｴ縺ｫ蠢・ｦ・*/
    margin-bottom: 5px;
}
.com-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 蟆上＆縺・⊇縺・ｒ蝓ｺ貅悶↓逕ｻ蜒上ｒ繝医Μ繝溘Φ繧ｰ */
    object-position: center; /* 荳ｭ螟ｮ縺ｫ驟咲ｽｮ */
    transition: transform 0.3s ease-in-out;
}
.com-photo:hover img {
    transform: scale(1.2); /* 1.2蛟阪↓諡｡螟ｧ */
}
.com-logo2 {
    height: 30px;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.com-logo2 img {
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}

}
