@charset "utf-8";
/*
Theme Name: AGENT child
Theme URI:
Description: WordPressテーマ「AGENT」の自作子テーマです。
Template: agent_tcd033
Author: 株式会社オニオンウェブ
Author URI: https://www.onion-web.com/
Version: 3.6
*/


/*
 * 共通
 *-----------------------------------------------*/
.link-button-azure_top, .link-button-azure_btm {
    right: 0 !important;
}

#logo_image {
    max-width: 388px !important;
}

#group_company {
	display: flex;
	justify-content: center;
	
	.circleimages {
		height: auto;
		aspect-ratio: 1 / 1;
		
		img {
			height: 100%;
			object-fit: cover;
		}
	}
	h5.section3-h5 {
		font-size: clamp( 14px, calc( 14px + 26 * ( ( 100dvw - 375px ) / 825 ) ), 40px );
	}
	
	&::before,
	&::after {
		display: none;
	}
}