/*=======================
基本設定
=======================*/

/*=======================
共通パーツ
=======================*/

body {
	color: #313131;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
}

body.is-fixed {
	overflow: clip;
}

.body-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.inner {
	margin: 0 auto;
	max-width: 1570px;
}

.btn {
	border: 1px solid #31366F;
	border-radius: 77px;
	color: #31366F;
	display: grid;
	font-size: 24px;
	font-weight: bold;
	height: 60px;
	padding: 0 94px;
	place-content: center;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 5;
}

br.is-pc {
	display: block;
}

br.is-sp {
	display: none;
}

span.is-pc {
	display: inline;
}

span.is-sp {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

.nav {
	align-items: center;
	display: flex;
}

.nav-items {
	align-items: center;
	display: flex;
	gap: 0 122px;
}

.nav-item-link {
	color: #707070;
	font-size: 30px;
	font-weight: bold;
}

/*=======================
ヘッダー
=======================*/

.header {
	background: #fff;
	border-radius: 52px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	display: flex;
	height: 104px;
	justify-content: space-between;
	left: 50%;
	padding: 0 63px;
	position: fixed;
	top: 10px;
	translate: -50% 0;
	width: calc(100% - 40px);
	z-index: 100;
}

.header-logo {
	align-items: center;
	display: flex;
	gap: 0 17px;
}

.header-title {
	color: #707070;
	font-size: 30px;
	font-weight: bold;
}

.header-img {
	width: 77px;
}

.drawer-icon {
	display: none;
}

.drawer {
	display: none;
}

/*=======================
フッター
=======================*/

.footer {
	background: #31366F;
	margin-top: auto;
	padding: 99px 0 96px;
}

.footer-logo {
	margin-inline: auto;
	width: 135px;
}

.footer-nav {
	margin: 44px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.footer-nav-item-link {
	color: rgba(255, 255, 255, 0.74);
}

/*=======================
TOP
=======================*/

.mv img {
	aspect-ratio: 2.0534759358;
}

.topAbout img {
	aspect-ratio: 1.8147448015;
}

.topService img {
	aspect-ratio: 2.1694915254;
}

.topService-content {
	padding: 85px 0 63px;
}

.topService-content .btn {
	margin-inline: auto;
}

/*=======================
会社案内
=======================*/

.low-head img {
	aspect-ratio: 6;
}

.companyGreeting img {
	aspect-ratio: 2.5098039216;
}

.companyProfile img {
	aspect-ratio: 2.1380846325;
}

/*=======================
サービス
=======================*/

.service01 img {
	aspect-ratio: 1.0398050366;
}

.service02 img {
	aspect-ratio: 1.7188898836;
}

.service03 img {
	aspect-ratio: 1.252446184;
}

.service04 img {
	aspect-ratio: 2.096069869;
}

@media screen and (min-width:768px) {

html { /* 1rem = 10px設定*/ /* 10px / カンプ幅(ex.1920px) × 100% = 0.515463vw*/
	font-size: 0.5208333333vw;
}

}

@media not screen and (min-width:768px) {

html { /* 1rem = 10px設定*/ /* 10px / 390 * 100% */
	font-size: 2.5641025641vw;
}

.inner {
	margin-inline: auto;
	max-width: initial;
	width: 35.2rem;
}

.btn {
	border-radius: 7.7rem;
	border-width: 0.1rem;
	font-size: 1.6rem;
	height: 4.1rem;
	padding: 0 7.8rem;
}

br.is-pc {
	display: none;
}

br.is-sp {
	display: inline;
}

span.is-pc {
	display: none;
}

span.is-sp {
	display: inline;
}

.nav-items {
	gap: 0 9.4rem;
}

.nav-item-link {
	font-size: 1.4rem;
}

.header {
	border-radius: initial;
	box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.1607843137);
	height: 5.4rem;
	padding: 0 0 0 1.3rem;
	top: 0;
	width: 100%;
}

.header-logo {
	gap: 0 1.1rem;
}

.header-title {
	font-size: 1.1rem;
	letter-spacing: -0.1em;
}

.header-img {
	width: 4.6rem;
}

.header-nav {
	display: none;
}

.drawer-icon {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	width: 5.2rem;
}

.drawer {
	background: #4E81C7;
	display: block;
	height: 100vh;
	height: 100dvh;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.drawer.is-active {
	transform: translateX(0);
}

.drawer-head {
	width: 100%;
}

.drawer-close {
	margin-left: auto;
	width: 5.2rem;
}

.drawer-nav {
	margin-top: 2rem;
	padding: 0 2.4rem;
}

.drawer-items {
	display: grid;
	gap: 2rem 0;
	grid-template-columns: 1fr;
}

.drawer-item {
	border-bottom: 0.1rem solid #fff;
	padding: 0 3rem 0 1rem;
}

.drawer-item-link {
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1rem 0 1.1rem 1.3rem;
	position: relative;
}

.drawer-item-link::before,
.drawer-item-link::after {
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.drawer-item-link::before {
	background: #fff;
	border-radius: 50%;
	height: 0.6rem;
	left: 0;
	width: 0.6rem;
}

.drawer-item-link::after {
	background: url(../img/arrow_right.svg) no-repeat center center/cover;
	height: 1.4rem;
	right: 0;
	width: 1.4rem;
}

.footer {
	padding: 1.9rem 0 3rem;
}

.footer-logo {
	width: 7.2rem;
}

.footer-nav {
	margin-top: 1.9rem;
}

.mv img {
	aspect-ratio: 1.5;
}

.topAbout img {
	aspect-ratio: 0.9823677582;
}

.topService img {
	aspect-ratio: 0.8965517241;
}

.topService-content {
	padding: 4.1rem 0 3.7rem;
}

.low-head img {
	aspect-ratio: 3.7142857143;
}

.companyGreeting img {
	aspect-ratio: 0.8245243129;
}

.companyProfile img {
	aspect-ratio: 0.9157608696;
}

.service01 img {
	aspect-ratio: 0.3204601479;
}

.service02 img {
	aspect-ratio: 0.5186170213;
}

.service03 img {
	aspect-ratio: 0.3876739563;
}

.service04 img {
	aspect-ratio: 0.612244898;
}

}

@media screen and (min-width: 768px) and (max-width: 1570px) {

.inner {
	width: 90%;
}

.header {
	height: 60px;
	padding: 0 25px;
}

.header-logo {
	gap: 0 10px;
}

.header-title {
	font-size: 16px;
}

.header-img {
	width: 40px;
}

.header-nav-items {
	gap: 0 30px;
}

.header-nav-item-link {
	font-size: 16px;
}

}

