/* リキッドレイアウト対応 */

body {
	background-color: #fff;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 16px;
}

html {
	scroll-padding-top: 200px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

* {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

body {
	word-wrap: break-word;
	word-wrap: break-word;
}

main.page-home {
	scroll-padding-top: 800px;
}

.layout-404 {
	margin-bottom: 28.5625rem;
	margin-top: 2.5rem;
}

.layout-archive-news {
	margin-bottom: 28.5625rem;
	margin-top: 2.5rem;
}

.layout-breadcrumb {
	margin-top: 1.5rem;
}

.layout-casestudy {
	margin-bottom: 7rem;
	margin-top: 2.2rem;
}

.layout-create {
	margin-bottom: 28.5625rem;
	margin-top: 2.5rem;
}

.layout-faq {
	margin-bottom: 8rem;
	margin-top: 2rem;
}

.layout-flow {
	margin-bottom: 8rem;
	margin-top: 2.5rem;
}

.layout-header {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 900;
}

.layout-howto {
	margin-bottom: 8rem;
	margin-top: 2rem;
}

.layout-information-session {
	margin-bottom: 8rem;
	margin-top: 2.5rem;
}

.layout-introduction {
	margin-bottom: 8rem;
	margin-top: 2.5rem;
}

.layout-page-news {
	margin-bottom: 20.5625rem;
	margin-top: 2.5rem;
}

.layout-single-news {
	margin-bottom: 34.25rem;
	margin-top: 2.5rem;
}

.layout-sub-mv {
	margin-top: 8.75rem;
}

.layout-support {
	margin-bottom: 3.5rem;
	margin-top: 2.5rem;
}

.layout-vendor {
	margin-bottom: 6rem;
	margin-top: 2.5rem;
}

.top-casestudy {
	margin-top: 5rem;
}

.top-mv {
	margin-top: 8.75rem;
}

.top-nav-button {
	margin-top: 3rem;
}

.top-news {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.top-session {
	margin-bottom: 5rem;
	margin-top: 3rem;
}

.banner {
	background-color: #E9F2F0;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.banner__inner {
	display: flex;
	gap: 1.5rem;
}

.banner__image {
	height: 100%;
	opacity: 1;
	transition: opacity 0.4s;
	width: 100%;
}

.banner__image img {
	aspect-ratio: 394/80;
	width: 100%;
}

.breadcrumb span,
.current-item {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.current-item {
	font-weight: 700;
}

.breadcrumb__inner {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.breadcrumb__image img {
	-o-object-fit: cover;
	aspect-ratio: 8/12;
	max-width: 0.5rem;
	object-fit: cover;
	width: 100%;
}

.button {
	background-color: #006E61;
	border: 2px solid #006E61;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	padding-bottom: 0.8125rem;
	padding-top: 0.8125rem;
	text-align: center;
	transition: background-color 0.4s, border 0.4s;
	width: 12.5rem;
}

.button:hover,
.button:focus,
.button:active {
	background-color: #1AB6A4;
	border: 2px solid #1AB6A4;
}

.button--white {
	background-color: #fff;
	border: 2px solid #fff;
	color: #006E61;
	width: 15rem;
}

.button--white:hover,
.button--white:focus,
.button--white:active {
	background-color: #E9F2F0;
	border: 2px solid #fff;
}

.button__header {
	border: 2px solid #006E61;
	border-radius: 4px;
	color: #006E61;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.8125rem 0;
	text-align: center;
	transition: background-color 0.4s;
	width: 15rem;
}

.button__header:hover,
.button__header:focus,
.button__header:active {
	background-color: #E9F2F0;
}

.button__header--green {
	align-items: center;
	background-color: #006E61;
	border: 2px solid #006E61;
	color: #fff;
	display: flex;
	justify-content: center;
	transition: background-color 0.4s, border 0.4s;
	width: 10rem;
}

.button__header--green:hover,
.button__header--green:focus,
.button__header--green:active {
	background-color: #1AB6A4;
	border: 2px solid #1AB6A4;
}

.button__drawer {
	border: 2px solid #006E61;
	border-radius: 4px;
	color: #006E61;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.8125rem 0;
	text-align: center;
	width: 100%;
}

.button__drawer--green {
	background-color: #006E61;
	border: 2px solid #006E61;
	color: #fff;
	opacity: 1;
}

.button__session,
.button__session--download,
.button__session--white .button__sub {
	border: 2px solid #006E61;
	padding: 0.8125rem 1.5rem;
	transform: background-color 0.4s;
	width: auto;
	width: initial;
}

.button__session--white {
	background-color: #fff;
	color: #006E61;
	transform: background-color 0.4s;
}

.button__session--download {
	align-items: center;
	background-color: #fff;
	color: #006E61;
	display: inline-flex;
	gap: 0.5rem;
	justify-content: center;
	transform: background-color 0.4s;
}

.button__session--white:hover,
.button__session--white:focus,
.button__session--white:active {
	background-color: #E9F2F0;
	border: 2px solid #006E61;
}

.button__session--download:hover,
.button__session--download:focus,
.button__session--download:active {
	background-color: #E9F2F0;
	border: 2px solid #006E61;
}

.casestudy-list {
	grid-column-gap: 2rem;
	-moz-column-gap: 2rem;
	grid-row-gap: 2.5rem;
	column-gap: 2rem;
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	row-gap: 2.5rem;
}

.casestudy-list__item a {
	display: block;
}

.casestudy-list__item-youtube {
	width: 100%;
}

.casestudy-list__item-youtube img {
	-o-object-fit: cover;
	aspect-ratio: 378/212;
	border: 1px solid rgb(241, 243, 248);
	object-fit: cover;
	width: 100%;
}

.casestudy-list__item-content {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.casestudy-list__item-title {
	font-size: 1.125rem;
	font-weight: 700;
}

.casestudy-list__item-text {
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.5rem;
}

.casestudy-list__button {
	display: none !important;
}

.casestudy-slick__item {
	cursor: pointer;
	margin-right: 2rem;
}

.modal-video {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.casestudy__body {
	background-color: #E9F2F0;
	padding-bottom: 5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 5rem;
}

.casestudy__slick {
	margin: 3rem auto 0;
	width: 85%;
}

.casestudy__button {
	display: block;
	margin: 0 auto;
	margin-top: 3rem;
}

.slick-prev:before,
.slick-next:before {
	color: #029b88 !important;
}

.slick-track { /*
  * width: auto !important;
  * width: initial !important;
  */
}

.faq-list__item {
	border-bottom: 1px solid #BDC1CA;
	cursor: pointer;
	padding: 0 1.625rem 2.5rem 1rem;
}

.faq-list__item-question {
	display: flex;
}

.faq-list__question-titleWrap {
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: flex;
	flex-direction: column;
	margin-left: 0.5rem;
	padding-top: 2.5rem;
	width: 100%;
}

.faq-list__question-number {
	padding-top: 2.5rem;
}

.faq-list__question-number,
.faq-list__question-title {
	color: #00584D;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.faq-list__question-text {
	margin-top: 0.5rem;
}

.faq-list__toggle-icon {
	height: 3.375rem;
	margin-left: 2.0625rem;
	transition: opacity 0.6s ease;
	width: 1.375rem;
}

.faq-list__item-answer-wrap {
	display: none;
}

.faq-list__item-answer {
	display: flex;
	margin-top: 1.5rem;
	padding-right: 3rem;
}

.faq-list__answer-number {
	color: #FA3F3F;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.faq-list__answer-text {
	margin-left: 0.5rem;
}

.faq-list__link {
	border-bottom: 1px solid #00584D;
	color: #00584D;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	transition: color 0.3s, border 0.3s;
}

.faq__title-box:not(:first-child) {
	margin-top: 3rem;
}

.faq__plus-container-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-left: 2.0625rem;
	padding-top: 3rem;
	transition: opacity 0.7s;
}

.faq__plus-container {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 24px; /* プラス記号全体の高さ */
	justify-content: center;
	position: relative;
	transition: all 0.6s;
	width: 24px; /* プラス記号全体の幅 */
}

.faq__plus-horizontal {
	background-color: #006E61;
	border-radius: 2px;
	height: 5px; /* 水平線の高さ */
	position: absolute;
	width: 24px; /* 水平線の幅 */
}

.faq__plus-vertical {
	background-color: #006E61;
	border-radius: 2px;
	height: 24px; /* 垂直線の高さ */
	position: absolute;
	transition: opacity 0.6s;
	width: 5px; /* 垂直線の幅 */
}

.faq-list__item-question.is-open .faq__plus-vertical {
	opacity: 0;
}

.flow-list {
	grid-gap: 2rem;
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(auto-fit, minmax(583px, 1fr));
	justify-content: center;
	margin-top: 2.5rem;
}

.flow-list__item-wrap {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: 60px auto;
	grid-template-rows: 34px auto;
}

.flow-list__item {
	list-style: none;
}

.flow-list__item-image {
	grid-column: 1/2;
	grid-row: 1/3;
}

.flow-list__item-image img {
	aspect-ratio: 1/1;
	max-width: 3.75rem;
	width: 100%;
}

.flow-list__item-title {
	color: #006E61;
	font-size: 1.125rem;
	font-weight: 700;
	grid-column: 2/3;
	grid-row: 1/2;
	margin-bottom: 0.5rem;
}

.flow-list__item-text {
	border-top: 1px solid #BDC1CA;
	grid-column: 2/3;
	grid-row: 2/3;
	padding-top: 0.5rem;
}

.flow__item {
	margin-top: 2.5rem;
}

.flow__item:not(:first-of-type) {
	margin-top: 2.875rem;
}

.flow__list:not(:first-child) {
	margin-top: 3.125rem;
}

.flow__subTitle-wrap {
	list-style: disc outside none;
	list-style: initial;
	margin-top: 2.5rem;
}

.flow__subTitle-wrap2 {
	list-style: disc outside none;
	list-style: initial;
	margin-top: 1.5rem;
}

.flow__subTitle-wrap3 {
	list-style: disc outside none;
	list-style: initial;
	margin-top: 0;
}

.flow__subTitle-wrap3 li {
	margin-left: 1.25rem;
}

.flow__subTitle-wrap4 {
	margin-top: 1rem;
}

.flow__subTitle-wrap5 {
	margin-top: 1.5rem;
}

.flow__subTitle-wrap6 {
	list-style: disc outside none;
	list-style: initial;
	margin-top: 1.5rem;
}

.flow__subTitle-wrap7 {
	list-style: none;
	margin-top: 0;
}

.flow__sub-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 1.875rem;
}

.flow__sub-title--second {
	margin-bottom: 1rem;
	margin-left: 0;
}

.flow__sub-text {
	margin-left: 1.875rem;
}

.flow__sub-text--second {
	margin-left: 1.25rem;
}

.flow__sub-text--third {
	margin-left: 0;
}

.flow__sub-text--four {
	margin-left: 1rem;
}

.flow__sub-link {
	border-bottom: 1px solid #00584D;
	color: #00584D;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 1.875rem;
	transition: border 0.3s, color 0.3s;
}

.flow__subText-wrap {
	list-style: disc outside none;
	list-style: initial;
	margin-left: 1.875rem;
	margin-top: 2.5rem;
}

.flow__subText-wrap2 {
	list-style: disc outside none;
	list-style: initial;
	margin-left: 1.875rem;
	margin-top: 0;
}

.flow__button-wrap {
	margin-top: 2.5rem;
	text-align: center;
}

.flow__button {
	margin-top: 0;
}

.flow__button img {
	height: 1rem;
	width: 1rem;
}

.flow__button--third {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.flow__button-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.flow__text {
	margin-top: 2.5rem;
}

.flow__subText-secondWrap {
	margin-top: 1rem;
}

.flow__subText-thirdWrap {
	margin-top: 1.5rem;
}

.flow__title-sub {
	border-bottom: 1px solid #BDC1CA;
	color: #00584D;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding-bottom: 1.5rem;
}

.flow__flex {
	display: flex;
	gap: 2rem;
}

.flow__image1,
.flow__image2,
.flow__image3,
.flow__image4,
.flow__image5,
.flow__image6,
.flow__image7,
.flow__image8,
.flow__image9,
.flow__image10,
.flow__image11,
.flow__image12 {
	width: 100%;
}

.flow__image1 img,
.flow__image2 img,
.flow__image3 img,
.flow__image4 img,
.flow__image5 img,
.flow__image6 img,
.flow__image7 img,
.flow__image8 img,
.flow__image9 img,
.flow__image10 img,
.flow__image11 img,
.flow__image12 img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.flow__image1 {
	margin: 1rem auto;
}

.flow__image1 img {
	margin-top: 0.5rem;
	max-width: 56.25rem;
}

.flow__image2 img {
	max-width: 10.25rem;
}

.flow__image3 img {
	margin-top: 1.5rem;
	max-width: 62.125rem;
}

.flow__image4 img {
	margin-top: 1.5rem;
	max-width: 61.1875rem;
}

.flow__image5 img {
	margin-top: 1.5rem;
	max-width: 55rem;
}

.flow__image6 img {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
	max-width: 62.125rem;
}

.flow__image7 img {
	margin-top: 1.5rem;
	max-width: 36.5rem;
}

.flow__image8 img {
	max-width: 36.5rem;
}

.flow__image9 img {
	max-width: 35.5rem;
}

.flow__image10 {
	max-width: 100%;
}

.flow__image10 {
	border: 1px solid #ddd;
	margin-top: 1.5rem;
	max-width: 38.75rem;
}

.flow__image11 img {
	margin-top: 2.5rem;
	max-width: 36.5rem;
}

.flow__image12 img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 56.25rem;
}

.flow__image13 img {
	border: 1px solid #ddd;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}

.flow__link {
	border-bottom: 1px solid #00584D;
	color: #00584D;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 0.9375rem;
	transition: color 0.3s, border 0.3s;
}

.flow__link--second {
	margin-left: 0;
	transition: color 0.3s, border 0.3s;
}

.flow__green-area {
	background-color: #E9F2F0;
	margin-top: 1.5rem;
	padding: 1.5rem;
}

.flow__green-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
}

.flow__green-sub {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.flow__green-sub span {
	font-weight: 700;
}

.flow__text-wrap {
	list-style: disc outside none;
	list-style: initial;
	width: 100%;
}

.flow__text-wrap2 {
	list-style: disc outside none;
	list-style: initial;
	width: 50%;
}

.flow__green-tell {
	margin-top: 1rem;
}

.flow__green-tell a {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.flow__button-white {
	margin-top: 1.5rem;
}

.flow__notice-wrap {
	padding: 2rem;
}

.flow__notice-wrap__inner {
	border: 1px solid #DDDDDD;
	border-radius: 1rem;
	padding: 2rem;
}

.footer {
	background-color: #006E61;
}

.footer__inner {
	padding-left: 7.5rem;
	padding-right: 7.5rem;
}

.footer__top {
	border-bottom: 1px solid #E9F2F0;
	padding-bottom: 2.5625rem;
	padding-top: 4rem;
}

.footer__inner {
	display: flex;
}

.footer__nav-body {
	color: #fff;
	width: 60%;
}

.footer__logo {
	font-size: 2rem;
	font-weight: 700;
}

.footer__nav-wrap {
	display: flex;
	gap: 3.5rem;
	margin-top: 1.5rem;
}

.footer__nav-title {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.footer__nav-title img {
	max-width: 3.75rem;
	width: 100%;
}

.footer__nav-text:first-child {
	font-size: 0.875rem;
	font-weight: 500;
}

.footer__nav-text:nth-child(2) {
	font-size: 1rem;
	font-weight: 700;
}

.footer__nav-items {
	display: flex;
	flex-direction: column;
	gap: 0.8125rem;
	margin-top: 1rem;
}

.footer__nav-item a {
	font-size: 0.875rem;
	font-weight: 400;
	transition: opacity 0.7s;
}

.footer__contact-wrap {
	background-color: #00584D;
	border-radius: 8px;
	color: #fff;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	text-align: center;
	width: 40%;
}

.footer__contact-title {
	font-size: 1.25rem;
}

.footer__contact-text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.footer__contact-time {
	margin-top: 0.5rem;
}

.footer__contact-tell {
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 0.5rem;
}

.footer__address {
	margin-top: 0.5rem;
}

.footer__contact-email {
	margin-top: 0.5rem;
}

.footer__contact-title,
.footer__contact-tell a span,
.footer__contact-fax span,
.footer__contact-time span,
footer__contact-email span {
	font-weight: 700;
}

.footer__contact-tell a span,
.footer__contact-fax span,
.footer__contact-time span,
.footer__contact-email span {
	margin-right: 0.5rem;
}

.footer__contact-tell a,
.footer__contact-fax,
.footer__address,
.footer__contact-time {
	font-size: 0.875rem;
	font-weight: 400;
}

.footer__address {
	font-style: normal;
}

.footer__button {
	margin-top: 1.5rem;
}

.footer__bottom {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2rem;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
	padding-top: 2rem;
}

.footer__copyright {
	font-size: 0.75rem;
}

.footer__bottom-nav-item {
	font-size: 0.875rem;
	font-weight: 400;
}

.footer__bottom-nav-item a {
	font-size: 0.875rem;
	font-weight: 400;
	transition: opacity 0.7s;
}

.header {
	background-color: #fff;
	min-height: 8.75rem;
}

.header__inner {
	display: flex;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
}

.header__top {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	min-height: 5rem;
	padding: 0.5rem 0;
}

.header__logo {
	color: #006E61;
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 700;
}

.header__logo-green {
	color: #1AB6A4;
}

.header__logo a {
	height: inherit;
}

.header__button-wrap-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.header__button-wrap {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	justify-content: flex-end;
}

.header__bottom {
	background-color: #E9F2F0;
	height: 3.75rem;
	margin-left: -7.5rem;
	margin-right: -7.5rem;
}

.header__nav-items {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-left: 7.5rem;
	padding-right: 7.5rem;
}

.header__nav-item--dropdown {
	position: relative;
	transition: all 0.6s;
}

.header__nav-items ul {
	display: none;
}

.header__nav-items li.is-active > ul {
	background-color: #fff;
	display: block;
	left: -57%;
	position: absolute;
	top: 94%;
	width: 22.5rem;
}

.header__nav-items li.is-active > ul li {
	white-space: nowrap;
	width: 100%;
}

.header__submenu-item {
	border-bottom: 1px solid #BDC1CA;
	padding: 1.75rem 1rem;
	position: relative; /* 追加 */
	transition: background-color 0.4s;
}

.header__submenu-item:hover,
.header__submenu-item:focus,
.header__submenu-item:active {
	background-color: #E9F2F0;
}

.header__submenu-item a {
	align-items: center;
	box-sizing: border-box; /* 追加 */
	display: flex;
	display: block; /* 追加 */
	height: 100%; /* 追加 */
	justify-content: space-between;
	left: 0; /* 追加 */
	padding: 1.75rem 1rem; /* 追加 */
	position: absolute; /* 追加 */
	top: 0; /* 追加 */
	width: 100%; /* 追加 */
}

.header__submenu-text {
	font-size: 1rem;
	font-weight: 700;
}

.header__submenu-text--download {
	color: #00584D;
}

.header__submenu-icon {
	height: 16px;
	width: 16px;
}

.header__nav-item {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 100%;
}

.header__nav-text {
	padding: 1.15625rem 0;
}

.header__nav-item a,
.header__nav-item--dropdown div {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.5rem;
}

.header__nav-icon {
	background-color: transparent;
	border: 4px solid #029b88;
	border-radius: 50%; /* 丸くする */
	box-sizing: border-box;
	height: 16px;
	width: 16px;
}

.header__plus-container {
	align-items: center;
	display: flex;
	height: 13px; /* プラス記号全体の高さ */
	justify-content: center;
	position: relative;
	width: 13px; /* プラス記号全体の幅 */
}

.header__plus-horizontal {
	background-color: black;
	height: 3px; /* 水平線の高さ */
	position: absolute;
	width: 13px; /* 水平線の幅 */
}

.header__plus-vertical {
	background-color: black;
	height: 13px; /* 垂直線の高さ */
	position: absolute;
	transition: 0.6s;
	width: 3px; /* 垂直線の幅 */
}

.header__submenu-items {
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	position: absolute;
	top: 93.5%;
	width: 22.5rem;
	z-index: 9999;
}

.header__submenu-items--download {
	left: auto;
	left: initial;
	right: 0;
	top: 100%;
	width: 17.5rem;
}

.header__nav-text {
	font-size: 1.125rem;
	font-weight: 700;
}

.header__hamburger {
	display: none;
}

.header__hamburger.is-open {
	background-color: transparent;
}

.header__hamburger span {
	background-color: #006E61;
	border-radius: 3px;
	display: block;
	height: 3px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	transition: 0.5s;
	width: 1.6875rem;
}

.header__hamburger span:nth-of-type(1) {
	top: -0.3125rem;
}

.header__hamburger span:nth-of-type(2) {
	top: 0;
}

.header__hamburger span:nth-of-type(3) {
	top: 0.3125rem;
}

.header__hamburger-title {
	color: #006E61;
	font-family: "Avenir next", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 0.4375rem;
}

.header__drawer {
	display: none;
}

/* Webkitベースのブラウザ用のスクロールバー非表示 */

.header__drawer::-webkit-scrollbar {
	display: none;
}

/* ドロワーの初期状態 */

/* ドロワーが表示される状態 */

.js-drawer.is-open {
	opacity: 1; /* オープン時に透明度を1に設定 */
	transform: none; /* 横スライドを防ぐためにtransformをリセット */
	transition: all 0.3s ease; /* 透明度の変化にアニメーションを追加 */
	visibility: visible; /* オープン時に表示 */
}

.header__drawer.is-open {
	transform: translateX(0);
}

.header__drawer-batu {
	display: none;
}

.header__drawer-batu span {
	background-color: #fff;
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: 2rem;
}

.header__drawer-batu span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.header__drawer-batu span:nth-of-type(2) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.header__drawer-titleWrap:not(:first-child) {
	padding-bottom: 0.6875rem;
	padding-left: 0.0625rem;
	padding-right: 0.5rem;
	padding-top: 0.6875rem;
}

.header__drawer-item a {
	align-items: flex-end;
	border-bottom: 1px solid #dddfe4;
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
	padding-bottom: 1rem;
	padding-top: 1rem;
	transition: all 0.6s;
}

.header__drawer-item {
	transition: background-color 0.6s;
}

.header__drawer-titleWrap {
	align-items: center;
	border-bottom: 1px solid #dddfe4;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.6875rem;
	padding-right: 0.5rem;
	padding-top: 0.6875rem;
	transition: background-color 0.6s;
}

.header__drawer-title-imageWrap {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.header__drawer-title-image img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	max-width: 2.5rem;
	object-fit: contain;
	width: 100%;
}

.header__drawer-plus-container {
	align-items: center;
	display: flex;
	height: 13px; /* プラス記号全体の高さ */
	justify-content: center;
	position: relative;
	width: 13px; /* プラス記号全体の幅 */
}

.header__drawer-plus-horizontal {
	background-color: black;
	height: 3px; /* 水平線の高さ */
	position: absolute;
	width: 13px; /* 水平線の幅 */
}

.header__drawer-plus-vertical {
	background-color: black;
	height: 13px; /* 垂直線の高さ */
	position: absolute;
	transition: opacity 0.6s;
	width: 3px; /* 垂直線の幅 */
}

.header__drawer-titleWrap.is-open .header__drawer-plus-vertical {
	opacity: 0;
}

.header__drawer-titleWrap.is-open {
	background-color: #E9F2F0;
}

.header__drawer-titleWrap::-webkit-scrollbar.is-open {
	display: none;
}

.header__drawer-items.is-open {
	display: block;
}

.header__drawer-item:hover,
.header__drawer-item:focus,
.header__drawer-item:active {
	background-color: #E9F2F0;
}

.header__drawer-text {
	color: black;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
}

.header__nav-detail {
	padding-left: 1.25rem;
}

.header__nav-items.header__nav-items--drawer {
	display: block;
}

.header__nav-item,
.header__nav-modal-wrap {
	height: inherit;
}

.header__nav-modal-wrap {
	cursor: pointer;
	font-weight: 700;
	padding-left: 1.25rem;
	position: relative;
}

.header__nav-item--dropdown:hover .header__submenu-items,
.header__nav-item--dropdown:focus .header__submenu-items,
.header__nav-item--dropdown:active .header__submenu-items {
	display: block;
}

.header__nav-modal-wrap:hover .header__nav-modal {
	display: block;
}

.header__nav-modal-wrap a {
	color: black;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	height: 50%;
	line-height: 1;
	transition: 0.6s;
}

.header__nav-modal-wrap:hover .header__nav-modal,
.header__nav-modal:hover {
	display: block;
	opacity: 1;
	visibility: visible;
}

.header__nav-modal-wrap a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.header__nav-modal-wrap::before:hover {
	-webkit-text-decoration: underline;
	content: "";
	text-decoration: underline;
}

.header__nav-modal {
	background-color: #fff;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
	left: -130%;
	opacity: 0;
	padding-bottom: 0.5rem;
	padding-left: 2rem;
	padding-right: 1.6875rem;
	padding-top: 0.5rem;
	position: absolute;
	top: 4rem;
	transition: 0.6s;
	visibility: hidden;
	width: 22rem;
}

.header__nav-modal-item a {
	color: black;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2872222222;
	padding-bottom: 1rem;
	padding-top: 1rem;
	position: relative;
	transition: all 0.6s;
}

.header__nav-modal-item:not(:first-child) {
	border-top: 0.0625rem solid #BDC1CA;
}

.header__nav-modal-item a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.header-cover {
	display: none;
}

.header-cover.is-open {
	background: rgba(34, 34, 34, 0.2);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}

.header__nav-modal-wrap.header__nav-box {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__nav-box img {
	display: inline;
	height: 0.4375rem;
	margin-left: 0.6875rem;
	width: 0.875rem;
}

.header__nav-box p {
	display: inline;
}

.header__drawer-buttonWrap {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.header__drawer-button + .header__drawer-button {
	margin-top: 1rem;
}

.header__drawer-button2 {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	background-color: #E9F2F0;
	border-radius: 0.5rem 0 0 0.5rem;
	color: #006E61;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	margin-top: 1rem;
	transition: all 0.6s;
	user-select: none;
	width: 100%;
}

.header__drawer-button2 img {
	aspect-ratio: 1/1;
	margin-right: 1rem;
	max-width: 3rem;
	width: 100%;
}

.header__drawer-button-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.no-scroll {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

.header__button-download {
	align-items: center;
	border: 2px solid #006E61;
	border-radius: 4px;
	color: #006E61;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	line-height: 1;
	padding: 0.8125rem 0;
	transition: background-color 0.4s;
	width: 15.5rem;
}

.header__button-download--lg {
	width: 20rem;
}

.header__submenu-items--download--lg {
	width: 21.5rem;
}

.header__button-download:hover,
.header__button-download:focus,
.header__button-download:active {
	background-color: #E9F2F0;
}

.header__button-download img {
	height: 0.75rem;
	width: 0.75rem;
}

.howTo-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.howTo-list__item-wrap {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: 60px auto;
	grid-template-rows: 34px auto;
}

.howTo-list__item {
	list-style: none;
}

.howTo-list__item-image {
	grid-column: 1/2;
	grid-row: 1/3;
}

.howTo-list__item-image img {
	aspect-ratio: 1/1;
	max-width: 3.75rem;
	width: 100%;
}

.howTo-list__item-title {
	color: #006E61;
	font-size: 1.125rem;
	font-weight: 700;
	grid-column: 2/3;
	grid-row: 1/2;
	margin-bottom: 0.5rem;
}

.howTo-list__item-text {
	border-top: 1px solid #BDC1CA;
	grid-column: 2/3;
	grid-row: 2/3;
	padding-top: 0.5rem;
}

.howTo__list {
	margin-top: 2.5rem;
}

.howTo__item {
	margin-top: 2.5rem;
}

.information-session__title {
	margin-top: 2rem;
}

.information-session__text {
	margin-top: 2.5rem;
}

.information-session__title:not(:first-child) {
	margin-top: 3rem;
}

.information-session__buttonWrap {
	align-content: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 2.5rem;
}

.information-session__image {
	margin-top: 2.5rem;
	width: 100%;
}

.information-session__image img {
	-o-object-fit: cover;
	aspect-ratio: 731/1024;
	margin-left: auto;
	margin-right: auto;
	max-width: 45.6875rem;
	object-fit: cover;
	width: 100%;
}

.information-session__button2 {
	margin-top: 2.5rem;
	text-align: center;
}

#popup {
	display: none;
}

#popup2,
#popup3 {
	display: none;
}

.information-session__popup-open {
	cursor: pointer;
}

.information-session__popup-overlay {
	display: none;
}

#popup:checked ~ .information-session__popup-overlay,
#popup2:checked ~ .information-session__popup-overlay,
#popup3:checked ~ .information-session__popup-overlay {
	background-color: rgba(0, 0, 0, 0.4392156863);
	display: block;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.information-session__popup-window {
	background-color: #fff;
	border-radius: 6px;
	left: 50%;
	max-width: 500px;
	padding: 30px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90vw;
}

.information-session__popup-text-wrap {
	text-align: center;
}

.information-session__popup-text {
	font-size: 1.5rem;
	margin: 0;
	text-align: center;
}

.information-session__popup-text span {
	font-weight: 700;
}

.information-session__popup-text:not(:last-of-type) {
	margin-bottom: 0.5rem;
}

.information-session__popup-close {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: -26px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.introduction__prologue {
	margin-top: 2.5rem;
}

.introduction__prologue-body {
	align-items: center;
	display: flex;
}

.introduction__prologue-textWrap {
	margin-top: 1.25rem;
	width: 58%;
}

.introduction__prologue-text {
	font-size: 1rem;
	line-height: 1.6;
}

.introduction__prologue-text + .introduction__prologue-text {
	margin-top: 2rem;
}

.introduction__prologue-button {
	margin-top: 2rem;
}

.introduction__prologue-image {
	width: 42%;
}

.introduction__prologue-image img {
	height: auto;
	width: 100%;
}

.introduction__merit {
	margin-top: 3rem;
}

.introduction__merit-items {
	grid-column-gap: 2rem;
	-moz-column-gap: 2rem;
	grid-row-gap: 2rem;
	column-gap: 2rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(584px, 1fr));
	justify-content: center;
	margin-top: 2.5rem;
	row-gap: 2rem;
}

.introduction__merit-item {
	grid-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
	display: grid;
	grid-template-columns: 127px auto;
	grid-template-rows: 32px auto;
}

.introduction__merit-item-image {
	grid-column: 1/2;
	grid-row: 1/3;
	max-width: 8.125rem;
	width: 100%;
}

.introduction__merit-item-image img {
	aspect-ratio: 1/1;
	max-width: 8.125rem;
	width: 100%;
}

.introduction__merit-item-title {
	color: #006E61;
	font-size: 1.125rem;
	font-weight: 700;
	grid-column: 2/3;
	grid-row: 1/2;
}

.introduction__merit-item-text {
	border-top: 1px solid #BDC1CA;
	font-size: 1rem;
	font-weight: 400;
	grid-column: 2/3;
	grid-row: 2/3;
	line-height: 1.5;
	padding-top: 0.5rem;
}

.introduction__merit-buttonWrap {
	margin-top: 2rem;
	text-align: center;
}

.introduction__merit-button {
	margin-top: 1rem;
}

.introduction__merit-buttonTitle {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 2.5rem;
}

.introduction__voice {
	margin-top: 4rem;
}

.introduction__voice-items {
	margin-top: 2.5rem;
}

.introduction__voice-item {
	display: flex;
}

.introduction__voice-item + .introduction__voice-item {
	margin-top: 2.5rem;
}

.introduction__voice-item-body {
	width: 53%;
}

.introduction__voice-question-wrap,
.introduction__voice-answer-wrap {
	display: flex;
	gap: 0.5rem;
}

.introduction__voice-question-wrap {
	border-bottom: 1px solid #BDC1CA;
	padding-bottom: 1.5rem;
}

.introduction__voice-answer-wrap {
	margin-top: 1.5rem;
}

.introduction__voice-question {
	color: #00584D;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-indent: 0;
}

.introduction__voice-question-title {
	color: #006E61;
	font-size: 1.125rem;
}

.introduction__voice-answer {
	font-size: 1.125rem;
	font-weight: 700;
	text-indent: 0;
}

.introduction__voice-answer-title {
	color: #FA3F3F;
	font-size: 1.125rem;
	line-height: 1.5;
}

.introduction__voice-text {
	margin-top: 1rem;
}

.introduction__voice-item-image {
	width: 50%;
}

.introduction__voice-item-image img {
	height: auto;
	width: 100%;
}

/* モーダルのスタイル */

.modal {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.modal-content {
	background-color: #fefefe;
	border: 1px solid #888;
	margin: 5% auto;
	padding: 20px;
	width: 80%;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	-webkit-text-decoration: none;
	color: black;
	cursor: pointer;
	text-decoration: none;
}

.modal-video {
	text-align: center;
}

.mv-nav {
	background-color: #fbe6e6;
}

.mv-nav__inner {
	display: flex;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.mv-nav__news,
.mv-nav__title,
.mv-nav__text {
	font-size: 1rem;
}

.mv-nav__news {
	color: #FA3F3F;
	font-family: "Arial", sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mv-nav__title {
	font-weight: 700;
	margin-left: 1.25rem;
}

.mv-nav__news__date {
	margin-right: 0.5rem;
}

.mv {
	min-height: 34.375rem;
	width: 100%;
}

.mv__button-wrap a img {
	height: auto;
	margin-bottom: 0.8rem;
	max-width: 3rem;
	width: 100%;
}

.mv__button {
	align-items: center;
	background-color: #E9F2F0;
	border-radius: 0.5rem 0 0 0.5rem;
	box-shadow: 0 0 10px rgba(0, 62, 46, 0.25);
	color: #006E61;
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.25;
	padding-bottom: 1.25rem;
	padding-left: 0.6875rem;
	padding-right: 0.6875rem; /* padding: 170px 0 0; */
	padding-top: 1rem; /* width: 50px; */
	position: fixed;
	right: 0;
	text-align: center;
	top: 43%;
	writing-mode: vertical-rl;
	z-index: 9;
}

.mv__image {
	width: 100%;
}

.mv__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.nav-box__title {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
}

.nav-box__title img {
	max-width: 5rem !important;
}

.nav-box__title img {
	width: 100%;
}

.nav-box__title p {
	font-size: 1.125rem;
	font-weight: 700;
}

.nav-box__border {
	background: #BDC1CA;
	transform: translateY(0);
	width: 1px;
}

.nav-box__button a {
	background-color: #fff !important;
	border: 1px solid #BDC1CA !important;
	border-radius: 4px !important;
	display: inline-flex !important;
	justify-content: space-between !important;
	justify-items: stretch !important;
	padding: 1.03125rem 1rem !important;
	width: 100% !important;
}

.nav-box__button a {
	opacity: 1;
	transition: opacity 0.6s;
}

.nav-box__text {
	font-size: 1rem;
	font-weight: 500;
}

.nav-box__button-list > li {
	margin-top: 0.5rem;
	width: 100%;
}

.nav-button__wrap-top {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	flex-direction: column;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	justify-items: center;
}

.nav-button__wrap-top2 {
	grid-gap: 1.5rem;
	align-items: center;
	display: grid;
	flex-direction: column;
	gap: 1.5rem;
	grid-template-columns: repeat(auto-fit, minmax(229px, 3fr));
	justify-items: center;
	margin-top: 1.5rem;
}

.nav-button-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.nav-button-wrap.nav-button-wrap--gray {
	align-items: center;
	background-color: #F1F3F8;
	border-radius: 0.5rem;
	display: inline-flex;
	justify-content: space-between;
	padding: 1.25rem;
	width: 100%;
}

.nav-button a {
	-webkit-user-select: none;
	-moz-user-select: none;
	align-items: center;
	border: 1px solid #BDC1CA;
	border-radius: 0.5rem;
	cursor: pointer;
	display: inline-flex;
	justify-content: space-between;
	max-width: 36.5rem;
	padding: 1.25rem;
	transition: all 0.6s;
	user-select: none;
	width: 100%;
}

.nav-button img {
	aspect-ratio: 1/1;
	max-width: 5rem;
	width: 100%;
}

.nav-button__icon {
	width: 1.5rem !important;
}

.nav-button__icon {
	height: 1.5rem;
}

.nav-button svg {
	margin-left: auto;
}

.nav-button__text {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: left;
}

.nav-button__text-red {
	color: #E32525;
	font-size: 0.8125rem;
	font-weight: 500;
}

.nav-button__text-black {
	color: #222;
	font-size: 1rem;
	font-weight: 500;
}

.nav-button__wrap-bottom {
	background-color: #E9F2F0;
	border-radius: 8px;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 3rem;
	padding: 2.5rem;
}

.nav-button__hospital {
	width: 48%;
}

.nav-button__pharm {
	width: 48%;
}

.nav-button__wrap-top2 a:hover,
.nav-button__wrap-top2 a:focus,
.nav-button__wrap-top2 a:active {
	background-color: #E9F2F0;
}

.news-list__item a {
	align-items: flex-start;
	background-color: #fff;
	border-bottom: 1px solid #BDC1CA;
	display: flex;
	padding: 2rem 1rem;
	transition: background-color 0.4s;
}

.news-list__item-meta {
	align-items: center;
	display: flex;
	min-width: 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.news-list__item-date {
	color: #58595F;
}

.news-list__item-date,
.news-list__item-title {
	font-size: 1rem;
	line-height: 1.5;
}

.news-list__item-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-weight: 700;
	margin-left: 1rem;
	overflow: hidden;
}

.news__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 52.5rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.news__list {
	margin-top: 3rem;
}

.news__button {
	display: block;
	margin: 0 auto;
	margin-top: 3rem;
}

.page-404__text {
	text-align: center;
}

.page-404__button {
	margin-top: 2.5rem;
	text-align: center;
}

.page-create__text {
	text-align: center;
}

.page-create__button {
	margin-top: 2.5rem;
	text-align: center;
}

.session__item-image {
	border-radius: 16px;
	margin-top: 2rem;
	width: 100%;
}

.session__item-image img {
	-o-object-fit: cover;
	aspect-ratio: 343/191;
	object-fit: cover;
	width: 100%;
}

.session__item-text {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.session__button {
	margin-top: 1rem;
}

.single-news__body {
	border-bottom: 1px solid #BDC1CA;
	padding-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
}

.single-news__meta {
	align-items: center;
	display: flex;
	min-width: 5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.single-news__date {
	color: #58595F;
}

.single-news__date,
.single-news__title {
	font-size: 1rem;
	line-height: 1.5;
}

.single-news__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-weight: 700;
	margin-top: 1rem;
	overflow: hidden;
}

.single-news__text {
	margin-top: 1rem;
}

.single-news__button {
	margin-top: 3rem;
	text-align: center;
}

.sub-mv__inner {
	background-repeat: no-repeat;
	background-size: cover;
	height: 12.5rem;
	position: relative;
}

.sub-mv__title {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	height: inherit;
	justify-content: center;
	line-height: 2;
	position: absolute;
	width: 100%;
}

.sub-mv__inner picture,
.sub-mv__inner img {
	-o-object-fit: cover;
	aspect-ratio: 1440/200;
	height: inherit;
	object-fit: cover;
}

.sub-mv__button-wrap a img {
	height: auto;
	margin-bottom: 0.6rem;
	max-width: 3rem;
	width: 100%;
}

.sub-mv__button {
	align-items: center;
	background-color: #E9F2F0;
	border-radius: 0.5rem 0 0 0.5rem;
	box-shadow: 0 0 10px rgba(0, 62, 46, 0.25);
	color: #006E61;
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.25;
	padding-bottom: 1.25rem;
	padding-left: 0.6875rem;
	padding-right: 0.6875rem;
	padding-top: 1rem; /* width: 50px; */
	position: fixed;
	right: 0;
	text-align: center;
	top: 28%;
	writing-mode: vertical-rl;
	z-index: 9;
}

.support__list:not(:first-child) {
	margin-top: 2.875rem;
}

.support__text {
	margin-top: 2.5rem;
}

.support__image {
	margin-top: 2.5rem;
	width: 100%;
}

.support__image img {
	-o-object-fit: cover;
	aspect-ratio: 840/155;
	max-width: 52.5rem;
	object-fit: cover;
	width: 100%;
}

.support__button {
	margin-top: 2.5rem;
	text-align: center;
}

.support__numbers {
	counter-reset: number;
	margin-left: 1.5625rem;
	margin-top: 2.5rem;
}

.support__button-wrap {
	text-align: center;
}

.support__button-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 2.5rem;
}

.support__button2 {
	margin-top: 2rem;
	text-align: center;
}

.tab__menu {
	border-bottom: 1px solid #BDC1CA;
	display: flex;
	padding-left: 1rem;
}

.tab__menu-wrap {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.tab__menu-wrap img {
	-o-object-fit: cover;
	max-width: 3rem;
	object-fit: cover;
	width: 100%;
}

.tab__menu-item {
	background-color: #E1E5EE;
	border-radius: 0.75rem 0.75rem 0 0;
	color: #727272;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 700;
	min-width: 24rem;
	padding: 1rem 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.tab__menu-item + .tab__menu-item {
	margin-left: 1rem;
}

.tab__menu-item.is-active {
	background-color: #006E61;
	color: #fff;
}

.tab__content {
	margin-top: 2.5rem;
}

.tab__content-item {
	display: none;
}

.tab__content-item.is-active {
	animation: fade 0.3s;
	display: block;
}

.text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.title {
	background-color: #E9F2F0;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.75rem 1rem;
}

.top-title__text {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}

.top-title__underline {
	background: #1AB6A4;
	height: 8px;
	margin: 0 auto;
	width: 80px;
}

.vendor__text a {
	color: #00584D;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.vendor__list {
	margin-top: 2.5rem;
}

.vendor__list:not(:first-of-type) {
	margin-top: 3rem;
}

.vendor__subTitle-wrap {
	list-style: disc outside none;
	list-style: initial;
	margin-top: 2.5rem;
}

.vendor__text-contract {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.vendor__sub-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 1.5625rem;
}

.vendor__sub-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: 1.6rem;
}

.vendor__sub-link--second {
	margin-left: 1.6rem;
}

.vendor__sub-link {
	border-bottom: 1px solid #00584D;
	color: #00584D;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	transition: color 0.3s, border 0.3s;
}

.vendor__subText-wrap {
	list-style: disc outside none;
	list-style: initial;
	margin-left: 1.875rem;
}

.vendor__image-contract,
.vendor__image-delivery-slip,
.vendor__image-receipt,
.vendor__image-receipt-certificate {
	margin-top: 2.5rem;
	width: 100%;
}

.vendor__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.vendor__image-contract img {
	max-width: 37.5rem;
}

.vendor__image-delivery-slip {
	max-width: 37.5rem;
}

.vendor__image-receipt img {
	max-width: 42.5rem;
}

.vendor__image-receipt-certificate img {
	max-width: 45.75rem;
}

.vendor__image-contract img,
.vendor__image-delivery-slip,
.vendor__image-receipt img,
.vendor__image-receipt-certificate img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {

.banner__image:hover {
	opacity: 0.7;
}

.footer__bottom-nav-item a:hover,
.footer__bottom-nav-item a:focus,
.footer__bottom-nav-item a:active,
.footer__nav-item a:focus,
.footer__nav-item a:active,
.footer__nav-item a:hover,
.faq__plus-container-wrap:hover,
.faq__plus-container-wrap:focus,
.faq__plus-container-wrap:active {
	opacity: 0.6;
}

.nav-box__button a:hover {
	opacity: 0.6;
}

.nav-button__wrap-top a:hover {
	background-color: #E9F2F0;
}

.button__header:hover {
	background-color: #E9F2F0;
}

.button__header--green:hover {
	background-color: #1AB6A4;
	border: 2px solid #1AB6A4;
}

.button__session--white:hover {
	background-color: #E9F2F0;
	border: 2px solid #006E61;
}

.faq-list__link:hover {
	border-bottom: 1px solid #1AB6A4;
	color: #1AB6A4;
}

.flow__sub-link:hover {
	border-bottom: 1px solid #1AB6A4;
	color: #1AB6A4;
}

.flow__link:hover {
	border-bottom: 1px solid #1AB6A4;
	color: #1AB6A4;
}

.flow__link--second:hover {
	border-bottom: 1px solid #1AB6A4;
	color: #1AB6A4;
}

.news-list__item a:hover {
	background-color: #E9F2F0;
}

.vendor__sub-link:hover {
	border-bottom: 1px solid #1AB6A4;
	color: #1AB6A4;
}

.vendor__sub-link--second:hover {
	border-bottom: 1px solid #1AB6A4;
	color: #1AB6A4;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media screen and (max-width: 1024px) {

.nav-button__wrap-top {
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.layout-404 {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-archive-news {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-breadcrumb {
	margin-top: 1rem;
}

.layout-casestudy {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-create {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-faq {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-flow {
	margin-bottom: 5rem;
	margin-top: 1.5rem;
}

.layout-howto {
	margin-bottom: 5rem;
	margin-top: 1.5rem;
}

.layout-information-session {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-introduction {
	margin-bottom: 5rem;
	margin-top: 1.5rem;
}

.layout-page-news {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.layout-single-news {
	margin-bottom: 4.5rem;
	margin-top: 1rem;
}

.layout-sub-mv {
	margin-top: 3.75rem;
}

.layout-support {
	margin-bottom: 5rem;
	margin-top: 1.5rem;
}

.layout-vendor {
	margin-bottom: 5rem;
	margin-top: 1rem;
}

.top-casestudy {
	margin-top: 2.5rem;
}

.top-mv {
	margin-top: 3.75rem;
}

.top-nav-button {
	margin-top: 2rem;
}

.top-news {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.banner {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.banner__inner {
	flex-direction: column;
	gap: 1rem;
}

.banner__image img {
	aspect-ratio: 343/80;
}

.button {
	max-width: 37.5rem;
	width: 100%;
}

.button--white {
	width: 100%;
}

.button__session--download {
	justify-content: space-between;
	padding: 0.8125rem 2.5rem;
}

.casestudy-list {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 2rem;
}

.casestudy-list__item-youtube {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
}

.casestudy-list__item-youtube img {
	aspect-ratio: 343/192;
	max-width: 37.5rem;
}

.casestudy-list__item-content {
	margin-left: auto;
	max-width: 37.5rem;
}

.casestudy-list__item-title {
	font-size: 1.125rem;
}

.casestudy-list__button {
	margin-top: 1.5rem;
}

.casestudy-slick__item {
	margin-right: 0;
}

.faq-list__item {
	padding: 0 0 1.5rem 0;
}

.faq-list__question-titleWrap {
	padding-top: 1.5rem;
}

.faq-list__question-number {
	padding-top: 1.5rem;
}

.faq-list__question-number,
.faq-list__question-title {
	font-size: 1rem;
}

.faq-list__question-text {
	margin-top: 0;
}

.faq-list__toggle-icon {
	margin-left: 0.5rem;
}

.faq-list__item-answer {
	margin-top: 1rem;
	padding-right: 1rem;
}

.faq-list__answer-number {
	font-size: 1rem;
}

.faq__title-box:not(:first-child) {
	margin-top: 2.5rem;
}

.faq__plus-container-wrap {
	background-color: #F1F3F8;
	margin-left: 1rem;
	margin-top: 1.5rem;
	padding-left: 0;
	padding-top: 0;
}

.faq__plus-container {
	height: 10px; /* プラス記号全体の高さ */
	width: 24x; /* プラス記号全体の幅 */
}

.faq__plus-horizontal {
	height: 3px; /* プラス記号全体の高さ */
	width: 16px; /* プラス記号全体の幅 */
}

.faq__plus-vertical {
	height: 16px; /* プラス記号全体の高さ */
	width: 3px; /* プラス記号全体の幅 */
}

.flow-list {
	gap: 1.5rem;
	grid-template-columns: initial;
	margin-top: 1.5rem;
}

.flow-list__item-wrap {
	-moz-column-gap: 0.5rem;
	align-items: center;
	column-gap: 0.5rem;
	grid-template-columns: 40px auto;
	grid-template-rows: 50px auto;
	justify-content: center;
}

.flow-list__item-image {
	grid-column: 1/2;
	grid-row: 1/2;
}

.flow-list__item-image img {
	max-width: 2.5rem;
}

.flow-list__item-title {
	align-self: center;
	font-size: 1rem;
	margin-bottom: 0;
}

.flow-list__item-text {
	grid-column: 1/3;
	grid-row: 2/3;
}

.flow__item {
	margin-top: 1.5rem;
}

.flow__item:not(:first-of-type) {
	margin-top: 2.5rem;
}

.flow__list:not(:first-child) {
	margin-top: 1.5rem;
}

.flow__subTitle-wrap {
	margin-top: 1.5rem;
}

.flow__subTitle-wrap2 {
	margin-top: 1rem;
}

.flow__subTitle-wrap5 {
	margin-top: 1rem;
}

.flow__subTitle-wrap6 {
	margin-top: 1rem;
}

.flow__sub-title--second {
	margin-top: 1rem;
}

.flow__subText-wrap {
	margin-top: 1.5rem;
}

.flow__button-wrap {
	margin-top: 1.5rem;
}

.flow__button--second {
	line-height: 1.4;
}

.flow__button--third {
	flex-direction: column;
	gap: 0.25rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.flow__button-wrap {
	flex-direction: column;
	margin-top: 1rem;
}

.flow__text {
	margin-top: 1.5rem;
}

.flow__title-sub {
	font-size: 1rem;
	margin-top: 1.5rem;
	padding-bottom: 1rem;
}

.flow__flex {
	flex-direction: column;
	gap: 1rem;
}

.flow__image1 img {
	margin-top: 1rem;
}

.flow__image2 img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}

.flow__image3 img {
	margin-top: 1rem;
}

.flow__image4 img {
	margin-top: 1rem;
}

.flow__image5 img {
	margin-top: 1rem;
}

.flow__image6 img {
	margin-top: 1rem;
}

.flow__image7 img {
	margin-top: 1rem;
}

.flow__image8 img {
	margin-top: 1rem;
}

.flow__image9 img {
	margin-top: 1rem;
}

.flow__image10 {
	margin-top: 1rem;
	max-width: 37.5rem;
}

.flow__image11 img {
	margin-top: 0;
}

.flow__image12 img {
	margin-top: 1rem;
}

.flow__image13 img {
	margin-top: 0;
}

.flow__green-area {
	margin-top: 1rem;
	padding: 1.5rem 1rem;
}

.flow__green-title {
	font-size: 1rem;
}

.flow__text-wrap2 {
	width: 100%;
}

.flow__button-white {
	margin-top: 1rem;
}

.flow__notice-wrap {
	padding: 1rem;
}

.flow__notice-wrap__inner {
	padding: 0.5rem 1rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 37.5rem;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

.footer__top {
	padding-bottom: 2rem;
	padding-top: 2rem;
}

.footer__inner {
	flex-direction: column;
	gap: 1.5rem;
}

.footer__nav-body {
	width: 100%;
}

.footer__logo {
	display: flex;
	font-size: 1.125rem;
	justify-content: center;
}

.footer__nav-wrap {
	flex-direction: column;
	gap: 1.40625rem;
}

.footer__nav-pharm {
	border-top: 1px solid #fff;
	padding-top: 1.5rem;
}

.footer__nav-title img {
	max-width: 3rem;
}

.footer__nav-items {
	flex-wrap: wrap;
}

.footer__contact-wrap {
	padding: 1.5rem;
	width: 100%;
}

.footer__contact-title {
	font-size: 1rem;
}

.footer__contact-text {
	margin-top: 1rem;
}

.footer__contact-tell {
	flex-direction: column;
	gap: 1rem;
}

.footer__address {
	text-align: left;
	text-align: initial;
}

.footer__button {
	margin-top: 1rem;
}

.footer__bottom {
	flex-direction: column;
	gap: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
}

.header {
	height: 3.75rem;
	min-height: 3.75rem;
}

.header__inner {
	flex-direction: initial;
	padding-left: 1rem;
	padding-right: 1rem;
}

.header__top {
	height: 3.75rem;
	min-height: 3.75rem;
}

.header__logo {
	font-size: 1rem;
}

.header__button-wrap-wrap {
	display: none;
}

.header__bottom {
	display: none;
}

.header__hamburger {
	border: none;
	cursor: pointer;
	display: block;
	height: inherit;
	margin: 0;
	outline: none;
	padding: 0;
	padding-top: 1rem;
	position: relative;
	transition: 0.6s;
	width: 2.1875rem;
	z-index: 999;
}

.header__drawer {
	-ms-overflow-style: none;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	display: block;
	height: 100vh;
	opacity: 0; /* 初期状態は透明 */
	overflow-y: scroll;
	position: fixed;
	right: 0;
	scrollbar-width: none;
	top: 0;
	transform: none; /* 横スライドを防ぐためにtransformをリセット */
	transition: opacity 0.4s ease, visibility 0.4s linear 0.4s;
	visibility: hidden; /* 初期状態は非表示 */
	width: 100%;
	z-index: 1000;
}

.header__drawer-inner {
	background-color: #fff;
	bottom: 0;
	height: -moz-fit-content;
	height: fit-content;
	left: calc(50% - min(40vw, 16rem));
	min-height: 100vh;
	padding-bottom: 15.625rem;
	padding-left: 1.5rem;
	padding-right: 1rem;
	padding-top: 4.375rem;
	position: absolute;
	right: 0;
	top: -0.3rem;
	z-index: 1000;
}

.header__drawer-batu {
	border: none;
	cursor: pointer;
	display: block;
	height: -moz-fit-content;
	height: fit-content;
	margin: 0;
	outline: none;
	padding-left: 1.25rem;
	padding-right: 12.5rem;
	padding-top: 1.875rem;
	position: relative;
	transition: 0.6s;
	width: 2rem;
	z-index: 999;
}

.header__nav-modal-wrap {
	padding-bottom: 1rem;
	padding-right: 1.1rem;
	padding-top: 1.5rem;
}

.header__nav-modal-item a:hover::before {
	opacity: 0.8;
}

.howTo-list {
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.howTo-list__item-wrap {
	-moz-column-gap: 0.5rem;
	align-items: center;
	column-gap: 0.5rem;
	grid-template-columns: 40px auto;
	grid-template-rows: 50px auto;
	justify-content: center;
}

.howTo-list__item-image {
	grid-column: 1/2;
	grid-row: 1/2;
}

.howTo-list__item-image img {
	max-width: 2.5rem;
}

.howTo-list__item-title {
	align-self: center;
	margin-bottom: 0;
}

.howTo-list__item-text {
	grid-column: 1/3;
	grid-row: 2/3;
}

.howTo__list {
	margin-top: 1.5rem;
}

.howTo__item {
	margin-top: 1.5rem;
}

.information-session__title {
	margin-top: 1rem;
}

.information-session__text {
	margin-top: 1.5rem;
}

.information-session__title:not(:first-child) {
	margin-top: 2.5rem;
}

.information-session__buttonWrap {
	flex-direction: column;
}

.information-session__button2 {
	margin-top: 1.5rem;
}

.information-session__popup-window {
	max-width: 280px;
	padding: 20px;
}

.information-session__popup-text {
	font-size: 1rem;
}

.inner {
	max-width: 37.5rem;
	padding-left: 16px;
	padding-right: 16px;
}

.introduction__prologue {
	margin-top: 1.5rem;
}

.introduction__prologue-body {
	flex-direction: column;
}

.introduction__prologue-textWrap {
	margin-top: 1.5rem;
	width: 100%;
}

.introduction__prologue-image {
	width: 100%;
}

.introduction__merit {
	margin-top: 2.5rem;
}

.introduction__merit-items {
	grid-template-columns: initial;
	margin-top: 1.5rem;
	row-gap: 1.5rem;
}

.introduction__merit-item {
	-moz-column-gap: 0.5rem;
	align-items: center;
	column-gap: 0.5rem;
	grid-template-columns: 40px auto;
	grid-template-rows: 50px auto;
	justify-content: center;
}

.introduction__merit-item-image {
	grid-column: 1/2;
	grid-row: 1/2;
}

.introduction__merit-item-image img {
	max-width: 2.5rem;
}

.introduction__merit-item-title {
	align-self: center;
	font-size: 1rem;
	margin-bottom: 0;
}

.introduction__merit-item-text {
	grid-column: 1/3;
	grid-row: 2/3;
}

.introduction__merit-buttonTitle {
	margin-top: 1.5rem;
}

.introduction__tab {
	margin-top: 1.5rem;
}

.introduction__voice {
	margin-top: 1.5rem;
}

.introduction__voice-items {
	margin-top: 1.5rem;
}

.introduction__voice-item {
	flex-direction: column;
}

.introduction__voice-item-body {
	width: 100%;
}

.introduction__voice-question-wrap {
	padding-bottom: 1rem;
}

.introduction__voice-answer-wrap {
	margin-top: 1rem;
}

.introduction__voice-question {
	font-size: 1rem;
}

.introduction__voice-question-title {
	font-size: 1rem;
}

.introduction__voice-answer {
	font-size: 1rem;
}

.introduction__voice-answer-title {
	font-size: 1rem;
}

.introduction__voice-item-image {
	margin-top: 1.5rem;
	width: 100%;
}

.mv-nav__inner {
	flex-direction: column;
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.mv-nav__title {
	margin-left: 0;
}

.mv {
	min-height: 25.625rem;
}

.nav-box__title img {
	max-width: 4rem !important;
}

.nav-box__border {
	height: 1px;
	max-width: 37.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	transform: translateX(0);
	width: 100%;
}

.nav-box__text {
	width: 88%;
}

.nav-button__wrap-top {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.nav-button__wrap-top2 {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.nav-button-wrap {
	gap: 0.5rem;
}

.nav-button-wrap.nav-button-wrap--gray {
	padding: 1rem;
}

.nav-button a {
	max-width: 37.5rem;
	padding: 1rem;
}

.nav-button img {
	max-width: 3rem;
}

.nav-button svg {
	margin-left: 0;
}

.nav-button__text {
	font-size: 1rem;
}

.nav-button__text-red {
	font-size: 0.75rem;
}

.nav-button__text-black {
	font-size: 0.875rem;
}

.nav-button__wrap-bottom {
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	justify-content: center;
	margin-top: 2rem;
	padding: 1.5rem 1rem;
}

.nav-button__hospital {
	width: 100%;
}

.nav-button__pharm {
	width: 100%;
}

.news-list__item a {
	flex-direction: column;
	padding: 1.5rem 0;
	row-gap: 0.5rem;
}

.news-list__item-title {
	-webkit-line-clamp: 2;
	margin-left: 0;
}

.news__inner {
	max-width: 37.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.news__list {
	margin-top: 1.5rem;
}

.page-404__button {
	margin-top: 1.5rem;
}

.page-create__button {
	margin-top: 1.5rem;
}

.single-news__body {
	padding-bottom: 1rem;
	padding-top: 1rem;
}

.single-news__button {
	margin-top: 2rem;
}

.sub-mv__inner {
	height: 10rem;
}

.sub-mv__title {
	font-size: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.support__list:not(:first-child) {
	margin-top: 2.5rem;
}

.support__text {
	margin-top: 1.5rem;
}

.support__image {
	margin-top: 1.5rem;
}

.support__button {
	margin-top: 1rem;
}

.support__numbers {
	margin-top: 1.5rem;
}

.tab__menu {
	padding-left: 0;
}

.tab__menu-wrap {
	display: inline;
	display: initial;
	gap: 0;
}

.tab__menu-item {
	border-radius: 0.5rem 0.5rem 0 0;
	font-size: 1rem;
	min-width: 9rem;
	padding: 0.5rem 1rem;
}

.tab__menu-item + .tab__menu-item {
	margin-left: 0.75rem;
}

.tab__content {
	margin-top: 1.5rem;
}

.title {
	font-size: 1.125rem;
}

.top-title__text {
	font-size: 1.5rem;
	margin-bottom: 0;
}

.vendor__list {
	margin-top: 1rem;
}

.vendor__list:not(:first-of-type) {
	margin-top: 2.5rem;
}

.vendor__subTitle-wrap {
	margin-top: 1.5rem;
}

.vendor__text-contract {
	margin-top: 1.5rem;
}

.vendor__image-contract,
.vendor__image-delivery-slip,
.vendor__image-receipt,
.vendor__image-receipt-certificate {
	margin-top: 1rem;
}

}

@media screen and (max-width: 600px) {

.button__session--download {
	line-height: 1.3;
	padding: 0.8125rem 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
