*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #3A3637;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(0.9375rem, 0.9109rem + 0.099vw, 1rem);
	font-weight: 400;
}

img {
	margin: auto;
	max-width: 100%;
}

.l-header {
	height: 70px;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 20;
}

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

.l-header__logo {
	padding-left: 20px;
	position: relative;
	transition: 0.5s;
	width: 220px;
	z-index: 2;
}

.l-drawer-icon {
	background: url(../img/drawer-icon.webp) no-repeat top right/contain;
	height: 70px;
	position: relative;
	width: 85px;
	z-index: 999;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(1),
.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(3) {
	top: 33px;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(1) {
	transform: rotate(45deg);
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer-icon.is-checked .l-drawer-icon__bar:nth-child(3) {
	transform: rotate(-45deg);
}

.l-drawer-icon__bar {
	background-color: #3A3637;
	height: 2px;
	position: absolute;
	right: 21px;
	transition: left 0.4s, transform 0.4s;
	width: 32px;
}

.l-drawer-icon__bar:nth-child(1) {
	top: 23px;
}

.l-drawer-icon__bar:nth-child(2) {
	top: 31px;
}

.l-drawer-icon__bar:nth-child(3) {
	top: 39px;
}

.l-header__nav.is-checked {
	display: block; /* ドロワーがアクティブなときに表示 */
	right: 0;
}

.l-header__nav {
	background: #F7F7F7;
	height: 100vh;
	max-height: 100vh; /* ビューポートの高さまでに制限 */
	overflow-y: auto; /* 垂直スクロールを許可 */
	padding: 90px 24px 56px;
	position: fixed;
	right: -100%;
	top: 0;
	transition: 0.5s;
	width: 100%;
	z-index: 1;
}

.l-header-nav__lists {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.l-header-nav_button {
	margin: 35px auto 0;
}

.l-header__link {
	border-bottom: 1px solid #EFEFEF;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	padding: 18px 50px 18px 0;
	white-space: nowrap;
	width: 100%;
}

#js-drawer-backdrop {
	background-color: rgba(0, 0, 0, 0); /* 初期状態では透明 */
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	transition: background-color 0.5s; /* 背景色の変化に1秒かける */
	width: 100%;
	z-index: 1; /* ドロワーと重なるようにする */
}

.is-checked + #js-drawer-backdrop {
	background-color: rgba(51, 51, 51, 0.2); /* 透明度を調整 */
	display: block;
}

.l-inner {
	margin: 0 auto;
	max-width: 600px;
	padding-inline: 4.6511627907%;
}

.l-inner--solution {
	margin: 0 auto;
	max-width: 600px;
}

.l-footer {
	padding-block: 40px 20px;
}

.l-footer__contents {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.l-footer__logo {
	width: 200px;
}

.l-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.l-footer__nav-list {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: clamp(0.875rem, 0.8484rem + 0.099vw, 0.9375rem);
	font-weight: 400;
	line-height: normal;
}

.l-footer__copyrights {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1.32px;
	line-height: normal;
	margin-top: 45px;
}

.c-button__hover-opacity {
	transition: all 0.5s;
}

.c-button__hover-color {
	transition: all 0.5s;
}

.c-button__header-nav {
	background: #0193CF;
	border-radius: 70px;
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 60px;
	line-height: 200%;
	padding: 12px 15px;
	text-align: center;
	width: 250px;
}

.c-title {
	display: flex;
	flex-direction: column;
	gap: clamp(0rem, -0.1597rem + 0.5941vw, 0.375rem);
}

.c-title .sub-title {
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(0.875rem, 0.7686rem + 0.396vw, 1.125rem);
	font-weight: 600;
	line-height: 150%; /* 27px */
	padding-left: 13px;
	position: relative;
}

.c-title .sub-title::before {
	background: #74BFEB;
	border-radius: 40px;
	content: "";
	height: clamp(0.3125rem, 0.2593rem + 0.198vw, 0.4375rem);
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.3125rem, 0.2593rem + 0.198vw, 0.4375rem);
}

.c-title .sub-title.dots-black::before {
	background: #74BFEB;
}

.c-title .sub-title.dots-white::before {
	background: #74BFEB;
}

.c-title .main-title {
	font-size: clamp(1.625rem, 1.3589rem + 0.9901vw, 2.25rem);
	font-weight: 700;
	line-height: normal;
}

.c-title .main-title.font-blue {
	color: #0193CF;
}

.c-title .main-title.color-white {
	color: #FFF;
	font-size: clamp(1.5rem, 1.1807rem + 1.1881vw, 2.25rem);
	text-align: center;
}

.p-about__introduction--lists {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: clamp(1.5625rem, 1.4295rem + 0.495vw, 1.875rem);
	padding: 20px 20px 20px 30px;
}

.p-about__introduction--list {
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	position: relative;
}

.p-about__introduction--list::before {
	border: 1.3px solid #74BFEB;
	border-radius: 50%;
	content: "";
	height: clamp(0.375rem, 0.3218rem + 0.198vw, 0.5rem);
	left: -11px;
	position: absolute;
	top: 9px;
	width: clamp(0.375rem, 0.3218rem + 0.198vw, 0.5rem);
}

.p-about__container {
	display: flex;
	flex-direction: column;
	gap: clamp(1.875rem, 0.8106rem + 3.9604vw, 4.375rem);
	margin-top: clamp(1.875rem, 1.3428rem + 1.9802vw, 3.125rem);
}

.p-about__textarea {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 1.117rem + 0.495vw, 1.5625rem);
}

.p-about__feature {
	display: flex;
	flex-direction: column;
	gap: clamp(0.46875rem, 0.4022rem + 0.2475vw, 0.625rem);
}

.p-about__feature .head {
	color: #48B57D;
	display: flex;
	gap: 7px;
}

.p-about__feature .head.pink {
	color: #F27678;
}

.p-about__feature .head.pink .alphabet {
	background: #F27678;
}

.p-about__feature .head.blue {
	color: #35A9E0;
}

.p-about__feature .head.blue .alphabet {
	background: #35A9E0;
}

.p-about__feature .head.yellow {
	color: #F7D308;
}

.p-about__feature .head.yellow .alphabet {
	background: #F7D308;
}

.p-about__feature .head .alphabet {
	background: #48B57D;
	border-radius: 50%;
	color: #FFF;
	display: grid;
	font-size: clamp(1.125rem, 0.9653rem + 0.5941vw, 1.5rem);
	font-weight: 500;
	height: clamp(1.875rem, 1.6089rem + 0.9901vw, 2.5rem);
	line-height: normal;
	place-items: center;
	width: clamp(1.875rem, 1.6089rem + 0.9901vw, 2.5rem);
}

.p-about__feature .head .title {
	font-size: clamp(1.25rem, 1.1436rem + 0.396vw, 1.5rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.p-about__feature .body {
	font-size: clamp(0.9375rem, 0.9109rem + 0.099vw, 1rem);
	font-weight: 400;
	line-height: normal;
}

.p-achievements {
	background: #F6F6F6;
}

.p-achievements__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: clamp(1.5625rem, 1.1634rem + 1.4851vw, 2.5rem);
}

.p-achievements__message {
	font-size: clamp(1.25rem, 1.0903rem + 0.5941vw, 1.625rem);
	font-weight: 500;
	line-height: normal;
}

.p-achievements__lists {
	background: #FFF;
	counter-reset: number; /*数字をリセット*/
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding: 19px 29px 24px 50px;
}

.p-achievements__list {
	font-size: clamp(0.9375rem, 0.9109rem + 0.099vw, 1rem);
	font-weight: 500;
	line-height: clamp(1.40625rem, 1.3397rem + 0.2475vw, 1.5625rem);
	position: relative;
}

.p-achievements__list::before {
	background: #74BFEB;
	border-radius: 50%;
	color: #FFF;
	content: "";
	content: counter(number);
	counter-increment: number; /*以下数字のデザイン変える*/
	display: inline-block;
	font-size: clamp(0.8125rem, 0.7859rem + 0.099vw, 0.875rem);
	font-style: normal;
	font-weight: 500;
	height: clamp(1.25rem, 1.1436rem + 0.396vw, 1.5rem);
	left: -30px;
	line-height: normal;
	line-height: clamp(1.25rem, 1.1436rem + 0.396vw, 1.5rem);
	position: absolute;
	text-align: center;
	top: 0;
	width: clamp(1.25rem, 1.1436rem + 0.396vw, 1.5rem); /*以下 上下中央寄せのため*/
}

.p-contact {
	background: #D5EDFB;
	border-radius: clamp(1.25rem, 0.4517rem + 2.9703vw, 3.125rem);
}

/******************************/

/** コンタクトフォームの装飾 **/

/******************************/

/*　フォーム全体　*/

#cf7-area {
	background: #FFF;
	border-radius: 10px;
	margin: 30px auto 0;
	max-width: 960px;
	padding: 30px 20px;
}

.cf7-item {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
	margin: 0 0 30px;
}

.cf7-a {
	background: #F3F3F3;
	border: none;
	border-radius: 6px;
	height: 60px;
	width: 100%;
}

/*　見出し　*/

.form-heading {
	background-color: #191970;
	border-left: 1em solid #6495ED;
	border-radius: 2px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 2em;
	padding: 1em 0.8em;
	width: 100%;
}

.form-heading p {
	margin: 0;
}

/* 各項目共通 */

#cf7-area label {
	font-size: clamp(0.8125rem, 0.7593rem + 0.198vw, 0.9375rem);
	font-weight: bold;
}

#cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area input[type=tel],
#cf7-area textarea {
	background: #F0F8FF;
	padding-inline: clamp(0.9375rem, 0.8843rem + 0.198vw, 1.0625rem);
}

#cf7-area input[type=text]:focus,
#cf7-area input[type=email]:focus,
#cf7-area input[type=tel]:focus,
#cf7-area textarea:focus {
	background: #D5EDFB;
	border: 2px solid #0193CF;
	outline: 0;
}

#cf7-area .wpcf7-list-item {
	display: block;
}

#cf7-area textarea {
	height: 140px;
	padding: clamp(0.9375rem, 0.8843rem + 0.198vw, 1.0625rem);
}

.cf7-accept-check {
	margin: 50px auto;
	text-align: center;
}

/* SCSSファイル */

#cf7-area .cf7-item {
	margin-bottom: clamp(1.25rem, 0.9839rem + 0.9901vw, 1.875rem);
}

#cf7-area .cf7-submit {
	align-items: center;
	background: #0193CF;
	border-radius: 70px;
	display: flex;
	height: 60px;
	justify-content: center;
	margin: 120px auto 0;
	width: 250px;
}

#cf7-area .cf7-submit input[type=submit] {
	background: inherit;
	border: none;
	border-radius: 70px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 100%;
	line-height: 1;
	text-align: center;
	width: 100%;
}

#cf7-area .wpcf7-spinner {
	display: none;
}

#cf7-area input[type=”submit”]:hover {
	background-color: #ffffff;
	border: 2px solid #191970;
	color: #191970;
}

.cf7-btn {
	margin: 0 auto;
	text-align: center;
	width: 40%;
}

/*　必須ラベル　*/

.cf7-req {
	background: #0193CF;
	border-radius: 50px;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	margin-left: 10px;
	padding: 0 13px 2px;
	width: 52px;
}

.p-flow {
	background: #D5EDFB;
	border-radius: 20px;
}

.p-flow__img {
	display: flex;
	margin: clamp(1.5625rem, 1.1634rem + 1.4851vw, 2.5rem) auto 0;
	transform: translateX(-25px);
	width: 248px;
}

.p-fv {
	height: 932px;
	margin-top: -70px;
	overflow: hidden;
	position: relative;
}

.p-fv__message {
	background: url(../img/fv-bgSP.webp) no-repeat bottom left/cover;
	bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 21px;
	height: clamp(18.25rem, 15.2196rem + 11.276vw, 20.625rem);
	justify-content: end;
	left: 0;
	padding-bottom: 21px;
	padding-left: clamp(1.25rem, 0.3985rem + 3.1683vw, 3.25rem);
	position: absolute;
	width: clamp(25.125rem, 21.2971rem + 14.2433vw, 28.125rem);
}

.p-fv__message .main {
	color: #0193CF;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
}

.p-fv__message .sub {
	font-size: clamp(0.9375rem, 0.8311rem + 0.396vw, 1.1875rem);
	line-height: 25px;
}

.p-greetings__container {
	display: flex;
	flex-direction: column;
	gap: 70px;
}

.p-greetings__message {
	font-weight: 400;
	line-height: 28px; /* 175% */
}

.p-greetings__president {
	display: flex;
	flex-direction: column;
}

.p-greetings__presindentTop {
	display: flex;
}

.p-presidentName {
	display: flex;
	flex-direction: column;
	position: relative;
}

.p-presidentName .top {
	background: #FFF;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	min-width: 136px;
	padding: 7px 15px 7px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-presidentName .top .title {
	font-size: clamp(0.6875rem, 0.6609rem + 0.099vw, 0.75rem);
	font-weight: 700;
	line-height: normal;
}

.p-presidentName .top .name {
	font-size: clamp(1.25rem, 0.9307rem + 1.1881vw, 2rem);
	font-weight: 700;
	line-height: normal;
}

.p-presidentName .position {
	background: #FFF;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin-top: 3px;
	min-width: 173px;
	padding: 4px 8px 5px 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-presidentImg {
	margin-left: -143px;
	margin-top: -51px;
	padding-inline: 0;
}

.p-presidentCareer {
	font-weight: 400;
	line-height: clamp(1.75rem, 1.6968rem + 0.198vw, 1.875rem);
	margin-top: 25px;
}

.p-menu__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: clamp(1.5625rem, 1.1634rem + 1.4851vw, 2.5rem);
}

.p-menu__img {
	width: 100%;
}

.p-menu__img img {
	border-radius: 20px;
	overflow: hidden;
}

.p-menu__title {
	color: #0193CF;
	font-size: clamp(1.25rem, 1.0903rem + 0.5941vw, 1.625rem);
	font-weight: 700;
	line-height: normal;
}

.p-menu__introduction {
	font-weight: 500;
	line-height: 26px; /* 173.333% */
	margin-top: 12px;
}

.p-menu__lists {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
	padding: 13px 29px;
	width: 100%;
}

.p-menu__list {
	font-weight: 500;
	line-height: 26px; /* 162.5% */
	position: relative;
}

.p-menu__list::before,
.p-menu__list::after {
	border-radius: 50%;
	content: "";
	left: -12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-menu__list::before {
	background: #74BFEB;
	height: 7px;
	width: 7px;
}

.p-menu__list::after {
	background: #FFF; /* 内側の円の色 */
	height: 5px; /* 内側の円のサイズ */
	left: -11px;
	width: 5px; /* 内側の円のサイズ */
}

.p-menu__plan {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 25px;
}

.p-menu__plan--details {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.p-menu__plan--details .head {
	align-items: center;
	background: #0193CF;
	border-radius: 60px;
	color: #FFF;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	height: 25px;
	justify-content: center;
	line-height: normal;
	padding: 2px 6px 3px;
	width: 60px;
}

.p-menu__plan--details .body {
	font-weight: 500;
	line-height: normal;
}

.p-menu__plan--details .body .kome {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

.p-menu__plan--details .body .small {
	display: inline-block;
	font-size: clamp(0.75rem, 0.7234rem + 0.099vw, 0.8125rem);
	line-height: normal;
	margin-top: 10px;
}

.p-menu__message {
	border-bottom: 1px solid #0193CF;
	color: #0193CF;
	font-size: clamp(1.125rem, 1.0718rem + 0.198vw, 1.25rem);
	font-weight: 500;
	line-height: normal;
	margin: clamp(2.1875rem, 1.5223rem + 2.4752vw, 3.75rem) auto 0;
	padding-bottom: 8px;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-reason {
	background: #D5EDFB;
	position: relative;
}

.p-reason::before,
.p-reason::after {
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.p-reason::before {
	background: url(../img/reason-topSP.webp) no-repeat top center/cover;
	top: -50px;
}

.p-reason::after {
	background: url(../img/reason-bottomSP.webp) no-repeat bottom center/cover;
	bottom: -50px;
}

.p-reason__container {
	display: flex;
	flex-direction: column;
	gap: clamp(3.125rem, 1.9276rem + 4.4554vw, 5.9375rem);
	margin-top: clamp(1.5625rem, 0.8973rem + 2.4752vw, 3.125rem);
}

.p-reason__box.type2 .p-reason__img,
.p-reason__box.type2 .p-reason__textarea {
	margin-left: auto;
}

.p-reason__img {
	border-radius: 20px;
	overflow: hidden;
	width: 89.7435897436%;
}

.p-reason__textarea {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, 0.9839rem + 0.9901vw, 1.875rem);
	margin-top: clamp(1.5625rem, 1.1634rem + 1.4851vw, 2.5rem);
	width: 89.7435897436%;
}

.p-reason__textarea .head .number {
	color: #0193CF;
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: clamp(0.8125rem, 0.7327rem + 0.297vw, 1rem);
	line-height: normal;
	padding-right: clamp(2.25rem, 1.7976rem + 1.6832vw, 3.3125rem);
	position: relative;
}

.p-reason__textarea .head .number::before {
	background-color: #0193CF;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(1.5625rem, 1.1101rem + 1.6832vw, 2.625rem);
}

.p-reason__textarea .head .title {
	font-size: clamp(1.25rem, 1.0903rem + 0.5941vw, 1.625rem);
	font-weight: 700;
	line-height: normal;
}

.p-reason__textarea .body {
	display: flex;
	flex-direction: column;
	gap: clamp(0.375rem, -0.2104rem + 2.1782vw, 1.75rem);
}

.p-reason__textarea .body .main {
	font-size: clamp(1rem, 0.9468rem + 0.198vw, 1.125rem);
	font-weight: 500;
	line-height: 28px; /* 155.556% */
}

.p-reason__textarea .body .sub {
	font-size: clamp(0.9375rem, 0.9109rem + 0.099vw, 1rem);
	line-height: 28px;
}

.p-service__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: clamp(1.25rem, 0.7178rem + 1.9802vw, 2.5rem);
}

.p-service__img {
	border-radius: 20px;
	flex-shrink: 0;
	overflow: hidden;
	width: 89.7435897436%;
}

.p-service__textarea {
	display: flex;
	flex-direction: column;
	gap: clamp(1.125rem, 0.9387rem + 0.6931vw, 1.5625rem);
	width: 89.7435897436%;
}

.p-service__textarea .head {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-service__textarea .head .sub {
	border: 1px solid #0193CF;
	color: #0193CF;
	font-size: clamp(1rem, 0.8936rem + 0.396vw, 1.25rem);
	font-weight: 500;
	line-height: normal;
	padding: 2px 13px 4px 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.p-service__textarea .head .main {
	color: #0193CF;
	font-size: clamp(1.375rem, 0.9493rem + 1.5842vw, 2.375rem);
	font-weight: 700;
	line-height: normal;
}

.p-service__textarea .body {
	font-size: clamp(0.9375rem, 0.9109rem + 0.099vw, 1rem);
	line-height: 29px; /* 181.25% */
	padding-bottom: clamp(0rem, -1.3304rem + 4.9505vw, 3.125rem);
}

.p-solution {
	background: url(../img/solution-bg.webp) no-repeat center center/cover;
	height: 403px;
	padding-top: clamp(3.125rem, 2.0606rem + 3.9604vw, 5.625rem);
}

.p-solution__container {
	background: #FFF;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	margin-top: clamp(2.5rem, 1.7017rem + 2.9703vw, 4.375rem);
	padding: 35px 40px;
	position: relative;
	z-index: 10;
}

.p-solution__box {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-solution__box:first-child {
	border-bottom: 1px solid #D5EDFB;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.p-solution__head {
	color: #0193CF;
	font-size: clamp(1.25rem, 1.0371rem + 0.7921vw, 1.75rem);
	font-weight: 700;
	line-height: 150%; /* 42px */
}

.p-solution__body {
	display: flex;
	flex-direction: column;
	font-size: clamp(0.9375rem, 0.8577rem + 0.297vw, 1.125rem);
	font-weight: 500;
	gap: clamp(0.625rem, 0.492rem + 0.495vw, 0.9375rem);
	line-height: 150%; /* 27px */
}

.p-solution__point {
	font-size: clamp(0.9375rem, 0.8577rem + 0.297vw, 1.125rem);
	font-weight: 500;
	line-height: 150%; /* 22.5px */
	padding-inline: 5.1162790698% 20px;
	position: relative;
}

.p-solution__point::before {
	background: url(../img/icon-solution.webp) no-repeat center center/cover;
	content: "";
	height: clamp(0.9375rem, 0.8843rem + 0.198vw, 1.0625rem);
	left: -2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.9375rem, 0.8843rem + 0.198vw, 1.0625rem);
}

.u-padding100 {
	padding-block: clamp(3.75rem, 2.6856rem + 3.9604vw, 6.25rem);
}

.u-padding100--achievements {
	padding-block: clamp(21.25rem, 16.4651rem + 17.8042vw, 25rem) 60px;
}

.u-margin-bottom {
	margin-bottom: clamp(4.375rem, 3.5767rem + 2.9703vw, 6.25rem);
}

.u-margin--25-40 {
	margin-top: clamp(1.5625rem, 1.1634rem + 1.4851vw, 2.5rem);
}

.u-frame {
	border: 1px solid #74BFEB;
	border-radius: 8px;
}

.u-maxWidth {
	margin-inline: auto;
	max-width: 76.3888888889%;
}

@media (hover: hover) {

.c-button__hover-opacity:hover {
	cursor: pointer;
	opacity: 0.64;
}

.c-button__hover-color:hover {
	color: #69C0E6;
	cursor: pointer;
	opacity: 1;
}

}

@media (min-width: 576px) {

.hidden-pc {
	display: none;
}

}

@media (min-width: 768px) {

.hidden-md {
	display: none;
}

}

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

.l-header__nav {
	max-width: 600px;
	width: 60%;
}

.l-inner {
	max-width: none;
	padding-inline: 50px;
}

.l-inner--solution {
	max-width: none;
	padding-inline: 50px;
}

.l-footer {
	padding-block: 70px 20px;
}

.l-footer__contents {
	flex-direction: row;
	justify-content: space-between;
}

.l-footer__logo {
	width: clamp(10rem, 7.1429rem + 5.9524vw, 12.5rem);
}

.l-footer__nav {
	align-items: center;
	flex-direction: row;
	gap: 3.6363636364%;
	justify-content: space-around;
	min-width: clamp(28.125rem, 20.9821rem + 14.881vw, 34.375rem);
}

.l-footer__copyrights {
	margin-top: 112px;
}

.c-title .sub-title.dots-black::before {
	background: #3A3637;
}

.c-title .sub-title.dots-white::before {
	background: #FFF;
}

.p-about__introduction--lists {
	gap: 10px;
	padding: 14px 17px 18px 31px;
}

.p-about__introduction--list::before {
	left: -14px;
}

.p-about__container {
	align-items: center;
	flex-direction: row;
	gap: 80px;
	padding-inline: 49px;
}

.p-about__img {
	flex-shrink: 0;
	width: 42%;
}

#cf7-area {
	padding: 60px;
}

.p-flow {
	border-radius: 50px;
}

.p-flow__img {
	transform: translateX(0);
	width: auto;
}

.p-fv {
	height: clamp(26rem, 0rem + 54.1667vw, 48.75rem);
	margin-top: -70px;
}

.p-fv__message {
	background: url(../img/fv-bg.webp) no-repeat bottom left/contain;
	height: 331.752px;
	padding-bottom: 5px;
	padding-inline: 52px 70px;
	width: 70%;
}

.p-fv__message .main {
	font-size: clamp(1.375rem, 0.125rem + 2.6042vw, 1.6875rem);
}

.p-fv__message .sub {
	font-weight: 400;
	line-height: normal;
}

.p-greetings__president {
	flex-direction: row;
	gap: 5.1818181818%;
}

.p-presidentName .position {
	font-size: clamp(0.8125rem, 0.7411rem + 0.1488vw, 0.875rem);
	margin-top: 11px;
}

.p-presidentImg {
	margin-top: 31px;
}

.p-presidentCareer {
	margin-top: 0;
}

.p-menu__container {
	flex-direction: row;
	gap: 50px;
}

.p-menu__img {
	flex-shrink: 0;
	max-height: 297px;
	width: 43.6363636364%;
}

.p-menu__title {
	font-weight: 500;
}

.p-menu__introduction {
	font-weight: 400;
	line-height: 30px; /* 187.5% */
}

.p-menu__lists {
	gap: 8px;
}

.p-menu__plan--details {
	flex-direction: row;
}

.p-menu__plan--details .body {
	font-weight: 400;
}

.p-menu__plan--details .body .small {
	margin-top: 5px;
}

.p-reason::before,
.p-reason::after {
	height: 100px;
}

.p-reason::before {
	background: url(../img/reason-top.webp) no-repeat top center/cover;
	top: -100px;
}

.p-reason::after {
	background: url(../img/reason-bottom.webp) no-repeat bottom center/cover;
	bottom: -100px;
}

.p-reason__box {
	display: flex;
	gap: 60px;
}

.p-reason__box.type2 {
	flex-direction: row-reverse;
}

.p-reason__img {
	width: 570px;
}

.p-reason__textarea {
	margin-top: clamp(0rem, -2.8571rem + 5.9524vw, 2.5rem);
	width: 470px;
}

.p-service__container {
	align-items: center;
	flex-direction: row;
	gap: 7.8181818182%;
}

.p-service__img {
	width: 43.6363636364%;
}

.p-solution__container {
	background: #FFF;
	border-radius: 20px;
	flex-direction: row;
	padding-block: 50px 70px;
	padding-inline: 0;
	width: 100%;
}

.p-solution__box:first-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.p-solution__box {
	border-left: 1px solid #D5EDFB;
	width: 50%;
}

.p-solution__box:first-child {
	border-left: none;
}

.p-solution__head {
	padding-left: clamp(1.25rem, -0.8279rem + 4.329vw, 2.5rem);
}

.p-solution__point {
	padding-inline: 15.4545454545% 20px;
}

.p-solution__point::before {
	left: clamp(1.25rem, -0.8279rem + 4.329vw, 2.5rem);
}

.u-padding100--achievements {
	padding-bottom: clamp(3.75rem, 2.1535rem + 5.9406vw, 7.5rem);
	padding-top: clamp(13.75rem, 9.4643rem + 8.9286vw, 17.5rem);
}

.u-maxWidth {
	max-width: none;
}

}

@media (min-width: 901px) {

.hidden-lg {
	display: none;
}

}

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

.l-header {
	height: 70px;
}

.l-header__logo {
	padding-left: 3.4722222222%;
	width: 250px;
}

.l-drawer-icon {
	background: none;
}

.l-drawer-icon__bar {
	display: none;
}

.l-header__nav {
	background: transparent;
	height: 70px;
	max-height: none;
	max-width: 698px;
	overflow: hidden;
	padding: 0;
	position: static;
	right: 0;
	top: 0;
}

.l-header-nav__lists {
	align-items: center;
	background: #FFF;
	border-radius: 0px 0px 0px 60px;
	flex-direction: row;
	gap: 25px;
	height: 70px;
	justify-content: flex-end;
	padding-block: 13px;
	padding-inline: 3.4722222222%;
}

.l-header-nav_button {
	margin: 0;
}

.l-header__link {
	border: none;
	font-size: 15px;
	padding-block: 10px;
	padding-inline: 0;
}

.is-checked + #js-drawer-backdrop {
	display: none;
}

.c-button__header-nav {
	font-size: 15px;
	height: auto;
	height: 43px;
	max-width: 180px;
	padding: 5px 15px;
	width: auto;
}

.p-fv__message {
	width: 65%;
}

.p-fv__message .main {
	font-size: clamp(1.6875rem, 0.3125rem + 2.2917vw, 2.375rem);
}

.p-greetings__president {
	gap: 0;
}

.p-greetings__presindentTop {
	display: contents;
}

.p-presidentName {
	margin-top: 20px;
}

.p-presidentName .position {
	margin-top: 0;
	min-width: 199px;
}

.p-presidentImg {
	margin-left: 0;
	margin-top: 0;
	padding-inline: 36px 57px;
	width: 47.5454545455%;
}

.p-presidentCareer {
	margin-top: 75px;
	width: 36.3636363636%;
}

}

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

.l-header__nav {
	height: 70px;
	max-height: none;
	overflow: hidden;
	padding: 0;
	position: static;
	right: 0;
	top: 0;
}

.l-header-nav__lists {
	padding-inline: 60px 7.1633237822%;
}

.l-inner {
	max-width: 1440px;
	padding-inline: 11.8055555556%;
}

.l-inner--solution {
	max-width: 1440px;
	padding-inline: 11.8055555556%;
}

.c-button__header-nav {
	width: clamp(8.75rem, -5.8929rem + 19.0476vw, 11.25rem);
}

.p-fv__message {
	padding-inline: 52px 120px;
	width: 55.9722222222%;
}

.p-solution__head {
	padding-inline: 10.9090909091% 20px;
}

.p-solution__point {
	padding-inline: 85px 20px;
}

.p-solution__point::before {
	left: 60px;
}

}

@media (max-width: 900px) {

.visible-lg {
	display: none;
}

}

@media (max-width: 600px) {

.hidden-sp {
	display: none;
}

}

