body {
	font-family: "Noto Sans JP", sans-serif;
	transform: rotate(0.05deg);
}

.marker-bold {
	background: linear-gradient(transparent 70%, #00afec 30%);
}

.center {
	text-align: center;
}

.bold {
	font-weight: 700;
}

a:hover {
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.3s;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	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;
}

.company-contact {
	margin-top: 5rem;
}

.company__content {
	display: flex;
	flex-direction: column;
	gap: 4.375rem;
	margin-top: 5rem;
}

.company__greet-text {
	font-size: 0.9375rem;
	line-height: 1.7777777778;
	margin-top: 1.5625rem;
}

.company__detail-table {
	margin-top: 1.25rem;
}

.company__map-image {
	margin-top: 0.9375rem;
}

.company__map-image iframe {
	height: 17.1875rem;
	width: 100%;
}

.company__map p {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.example-contact {
	margin-top: 5.3125rem;
}

.example-single {
	margin-top: 5rem;
}

.example-single__title {
	text-align: center;
}

.example-single__title-time {
	font-size: 1.125rem;
	font-weight: 700;
}

.example-single__title-text {
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.example-single__block {
	margin-top: 2.5rem;
}

.example-single__category {
	border: solid 0.125rem #008cd5;
	border-radius: 2.25rem;
	color: #1f97d4;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	padding: 0.1875rem 1.0625rem;
}

.example-single__content {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.25rem;
}

.example-single__before {
	position: relative;
	padding: 0;
	margin: 0;
	width: 31.25rem;
	height: auto;
}

.example-single__before p {
	background: #00afec;
	border-radius: 0 0 0 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.25rem 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
}

.example-single__after {
	position: relative;
	padding: 0;
	margin: 0;
	width: 31.25rem;
	height: auto;
}

.example-single__before img,
.example-single__after img {
	/*aspect-ratio: 660/440;*/
	padding: 0;
	margin: 0;
	width: 100%;
}

.example-single__after p {
	background: #00afec;
	border-radius: 0 0 0 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.25rem 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
}

.example-single__detail {
	border: 1px dotted #00afec;
	margin-top: 1.25rem;
	padding: 2.1875rem;
}

.example-single__btn {
	margin-top: 2.5rem;
	text-align: center;
}

.example {
	margin-top: 5rem;
}

.example__items {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.25rem;
}

.faq-contact {
	margin-top: 11.25rem;
}

.faq {
	margin-top: 3.75rem;
}

.faq__content-text {
	font-size: 1.125rem;
}

.faq__list {
	margin-top: 1rem;
}

.faq__item-title {
	align-items: center;
	background: #F9F9F9;
	border-bottom: dotted #000 1px;
	display: flex;
	gap: 1.25rem;
	padding: 2.3125rem 2.25rem;
	width: 100%;
}

.faq__item-title-q {
	flex-shrink: 1;
	font-weight: 700;
	width: 2.75rem;
}

.faq__item-title-text {
	font-size: 1.125rem;
	font-weight: 700;
	width: 90%;
}

.faq__item-answer {
	background: #EFEFEF;
	display: flex;
	gap: 1.25rem;
	padding: 2.3125rem 2.25rem;
}

.faq__item-answer-a {
	flex-shrink: 1;
	flex-shrink: 1;
	font-weight: 700;
	width: 2.75rem;
}

.faq__item-answer-text {
	font-size: 1rem;
	font-weight: 500;
	width: 85%;
}

.reason-contact {
	margin-top: 7.5rem;
}

.reason-page {
	margin-top: 5.625rem;
}

.reason-page__block {
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
}

.reason-page__card {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.reason-page__card--reverse {
	flex-direction: column;
}

.reason-page__text {
	width: 100%;
}

.reason-page__title {
	border-bottom: solid 1px #008cd5;
	color: #008cd5;
	font-size: 1.25rem;
	line-height: 1.1428571429;
	padding-bottom: 0.6875rem;
}

.reason-page__detail {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.25rem;
}

.reason-page__img {
	width: 100%;
}

.reason-page__img img {
	aspect-ratio: 472/321;
	max-width: 100%;
	width: 29.5rem;
}

.recruit-contact {
	margin-top: 11.25rem;
}

.recruit__content {
	margin-top: 6.25rem;
}

.recruit__detail-table {
	margin-top: 2.75rem;
}

.recruit__text {
	font-size: 1rem;
	margin-top: 1.375rem;
}

.service-template-contact {
	margin-top: 2.5rem;
}

.service-template__category {
	grid-gap: 0.625rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: repeat(1, fr);
	margin: auto;
	margin-top: 1.25rem;
	max-width: 81.25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.service-template__category-tag {
	background: transparent;
	border: solid 1px #008cd5;
	border-radius: 0.125rem;
	color: #000;
	display: block;
	font-size: 1rem;
	padding: 0.625rem;
	text-align: center;
}

.service-template__category-tag.active {
	background: #008cd5;
	color: #fff;
}

.service-template__category-tag:hover {
	background: #008cd5;
	color: #fff;
}

.service-template__title {
	margin-top: 1.875rem;
}

.service-template__inner {
	margin: auto;
	max-width: 81.25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.service-template__introduce {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.service-template__introduce-text {
	font-size: 0.9375rem;
}

.service-template__introduce-img {
	width: 100%;
}

.service-template__introduce-img img {
	aspect-ratio: 660/400;
	max-width: 41.25rem;
	width: 100%;
}

.service-template__menu {
	margin-top: 1.5625rem;
}

.service-template__menu-title {
	border-bottom: solid #008cd5 2px;
	color: #008cd5;
	font-size: 1.25rem;
	font-weight: 700;
	padding-bottom: 0.6875rem;
}

.service-template__block {
	margin: auto;
	margin-top: 1.5625rem;
	max-width: 75rem;
	width: 100%;
}

.service-template__block-title {
	font-size: 1.25rem;
	line-height: 1.2;
}

.service-template__block-title span {
	border-bottom: 1px solid #008cd5;
	color: #008cd5;
	font-size: 1.375rem;
	line-height: inherit;
	margin-right: 0.625rem;
}

.service-template__block-detail {
	font-size: 0.875rem;
	line-height: 1.9444444444;
	margin-top: 1.125rem;
}

.service-template__list {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1.125rem;
}

.service-template__card-img {
	max-width: 100%;
	position: relative;
	width: 100%;
}

.service-template__card-img img {
	aspect-ratio: 460/280;
	max-width: 100%;
}

.service-template__card-img-tag {
	background: #00afec;
	border-radius: 0 0 0 0.25rem;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.25rem 1.25rem;
	position: absolute;
	right: 0;
	top: 0;
}

.service-template__card-body {
	margin-top: 0.875rem;
}

.service-template__card-title {
	font-size: 1.125rem;
}

.service-template__card-title--center {
	text-align: center;
}

.service-template__card-text {
	font-size: 1rem;
	line-height: 1.75;
}

.service-template__block-flex {
	display: flex;
	flex-direction: column-reverse;
	gap: 1.875rem;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.service-template__block-flex figure {
	width: 100%;
}

.service-template__block-flex > .service-template__block-detail {
	margin-top: 0;
	width: 100%;
}

.area__inner {
	margin: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.area__block {
	display: flex;
	position: relative;
}

.area__block-left {
	width: 100%;
}

.area__subtitle {
	color: #008cd5;
	font-size: 1.25rem;
	margin-top: 1.5625rem;
}

.area__text {
	color: #000;
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.area__btn {
	margin-top: 1.875rem;
}

.area__block-right-bg {
	aspect-ratio: 1100/838;
	position: absolute;
	right: calc(50% - 50vw);
	top: 10%;
	width: 66%;
	z-index: -1;
}

.area__block-right {
	aspect-ratio: 780/658;
	margin-top: 1.25rem;
	max-width: 100%;
	width: 100%;
}

.breadcrumb {
	margin: auto;
	max-width: 81.25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.75rem;
	list-style: none;
	margin-top: 1.25rem;
}

.breadcrumb ol {
	display: flex;
}

.breadcrumb li {
	align-items: center;
	display: flex;
	list-style: none;
}

.breadcrumb li::after {
	content: ">"; /* >を表示*/
	display: inline-block;
	margin: 0 0.375rem;
}

.breadcrumb li:last-child::after {
	background: none;
	content: "";
	margin: 0;
}

.breadcrumb li a {
	-webkit-text-decoration: none;
	font-size: 0.8125rem;
	font-weight: 400;
	text-decoration: none;
}

.breadcrumb li:last-child a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.card {
	border: solid 1px #a6a6a6;
	border-radius: 0.625rem 0rem 0.625rem 0.625rem;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	width: 25rem;
}

.card__img {
	position: relative;
}

.card__img figure > img {
	aspect-ratio: 510/280;
	border-radius: 0.625rem 0rem 0rem 0rem;
	filter: brightness(70%);
	max-width: 100%;
	overflow: hidden;
	width: inherit;
}

.card__img-title {
	color: #fff;
	font-size: 1.5625rem;
	font-weight: 700;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 40%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 5;
}

.card__img-tag {
	background: #1f97d4;
	border-radius: 0rem 0rem 0rem 0.625rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	padding: 0.5625rem 0.6875rem 0.5625rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.card__body {
	display: flex;
	flex-direction: column;
	height: inherit;
	padding: 0.625rem 0.9375rem;
}

.card__text {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.card__body h3 {
	font-size: 1.1875rem;
}

.card__text > span {
	-webkit-text-decoration: underline;
	color: #0ea6e1;
	margin-left: 1em;
	margin-top: 0.3125rem;
	text-decoration: underline;
}

.common-btn {
	background: #0ea6e1;
	border-radius: 3.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	letter-spacing: 15;
	max-width: 100%;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
}

.common-btn:hover {
	opacity: 0.5;
	transition: all 0.4s;
}

.contact {
	background-image: url(../images/common/bg_dots.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	width: 100%;
}

.contact__inner {
	margin: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.contact__block {
	background: #fff;
	border: 1px solid #cdd1d4;
	display: flex;
	flex-direction: column-reverse;
	gap: 1.25rem;
}

.contact__block-left {
	padding: 1.25rem;
}

.contact__subtitle {
	color: #008cd5;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.contact__btn {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-family: "M PLUS 1p", sans-serif;
	gap: 0.625rem;
	margin: auto;
	margin-top: 0.625rem;
	max-width: 100%;
	width: 15.625rem;
}

.contact__btn-contact {
	align-items: center;
	background: #0ea6e1;
	border-radius: 2.5rem;
	color: #fff;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	max-width: 100%;
	padding: 0.5625rem;
	width: 100%;
}

.contact__btn-telephone {
	align-items: center;
	background: #13b6b8;
	border-radius: 2.5rem;
	color: #fff;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	max-width: 100%;
	padding: 0.5625rem;
	width: 100%;
}

.contact__btn-contact img,
.contact__btn-telephone img {
	width: 1.375rem;
}

.contact__block-right {
	max-width: 100%;
	width: 100%;
}

.contact__block-right img {
	width: 100%;
}

.contact__subtext {
	font-size: 0.875rem;
	margin-top: 0.625rem;
}

.footer {
	background-color: #e4f8fe;
}

.footer__bar {
	align-items: center;
	background: #075a9f;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	padding: 0.625rem;
}

.footer__bar p {
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 1.0625rem;
}

.footer__block {
	margin-top: 1.25rem;
}

.footer__text {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.875rem;
	line-height: 1.7142857143;
	text-align: center;
}

.footer__btn {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	margin: auto;
	margin-top: 0.9375rem;
	max-width: 100%;
	width: 15.625rem;
}

.footer__btn-contact {
	align-items: center;
	background: #0ea6e1;
	border-radius: 1.5625rem;
	color: #fff;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	max-width: 100%;
	padding: 0.5625rem;
	width: 100%;
}

.footer__btn-contact img,
.footer__btn-telephone img {
	width: 1.375rem;
}

.footer__btn-telephone {
	align-items: center;
	background: #13b6b8;
	border-radius: 1.5625rem;
	color: #fff;
	display: flex;
	font-family: "M PLUS 1p", sans-serif;
	gap: 0.3125rem;
	justify-content: center;
	max-width: 100%;
	padding: 0.5625rem;
	width: 100%;
}

.footer__btn-telephone:hover,
.footer__btn-contact:hover {
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.3s;
}

.footer__nav {
	color: #3d3e3f;
}

.footer__nav-items {
	display: flex;
	flex-direction: column;
	font-family: "M PLUS 1p", sans-serif;
	justify-content: center;
	margin-top: 0.9375rem;
	text-align: center;
}

.footer__nav-item {
	font-size: 0.875rem;
	padding: 0.1875rem 0;
	position: relative;
}

.footer__nav-item a {
	cursor: pointer;
	display: block;
	height: inherit;
	width: 100%;
}

.footer__nav-item a:hover {
	cursor: pointer;
	opacity: 0.3;
	transition: all 0.3s;
}

.footer__nav-item::before {
	background-color: #3d3e3f;
	border-radius: 0.125rem;
	content: "";
	height: 1rem; /* 配置場所 */
	position: absolute;
	right: -1rem; /* ポイント３ */
	top: 0.1875rem; /* 縦線の色・形 */
	width: 1px;
}

.footer__nav-item:last-child::before {
	display: none;
}

.footer__hr {
	background: #075a9f;
	border: none;
	height: 1px;
	margin: auto;
	margin-top: 1.25rem;
	width: 85%;
}

.footer__copyright {
	color: #075a9f;
	font-family: "Arial", sans-serif;
	font-size: 0.75rem;
	padding: 0.875rem 0;
	text-align: center;
	width: 100%;
}

.gradation__tag {
	background: linear-gradient(90deg, #008cd5, #8edcf6, #13b6b8);
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.5rem 1.0625rem;
}

.header__bar {
	display: none;
}

.header__bar-left {
	align-items: center;
	display: flex;
	font-family: "Meiryo", sans-serif;
	font-size: 0.4375rem;
	height: inherit;
}

.header__bar-right {
	display: flex;
	font-family: "Meiryo", sans-serif;
	height: inherit;
	margin-left: auto;
}

.header__bar-contact {
	align-items: center;
	background: #008cd5;
	color: #fff;
	display: flex;
	gap: 0.3125rem;
	height: inherit;
	padding: 0.1875rem;
}

.header__bar-contact img {
	height: 0.9375rem;
	width: 1.25rem;
}

.header__bar-telephone {
	align-items: center;
	background: #13b6b8;
	color: #fff;
	display: flex;
	gap: 0.3125rem;
	height: inherit;
	padding: 0.1875rem;
}

.header__bar-telephone img {
	width: 1.125rem;
}

.header__logo {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.header__logo figure:first-child {
	width: 2.5rem;
}

.header__logo figure:last-child {
	width: 8.75rem;
}

.header__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.85);
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 1.25rem 0.9375rem;
}

.header__nav-list {
	height: inherit;
	margin-left: auto;
}

.header__nav-items {
	display: flex;
	gap: 2.25rem;
	height: inherit;
}

.header__hamburger {
	height: 1.5625rem;
	margin-left: auto;
	position: relative;
	width: 2.5rem;
	z-index: 9999;
}

.header__hamburger span {
	background: #111;
	border-radius: 1.25rem;
	height: 0.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: transform 0.3s, width 0.3s, top 0.3s;
	width: 1.875rem;
}

.header__hamburger span:nth-child(1) {
	top: 5%;
}

.header__hamburger span:nth-child(2) {
	top: 45%;
}

.header__hamburger span:nth-child(3) {
	top: 85%;
}

.header__hamburger.is-open span:nth-child(1) {
	top: 1.25rem;
	transform: translateX(-1.25rem) translateY(0.3125rem) rotate(45deg);
	width: 2.5rem;
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
}

.header__hamburger.is-open span:nth-child(3) {
	top: 3.4375rem;
	transform: translateX(-1.25rem) translateY(-1.875rem) rotate(-45deg);
	width: 2.5rem;
}

.header__drawer {
	background: #fff;
	display: none;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.header__drawer-nav-items {
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	margin-top: 4.5rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.header__drawer-nav-item {
	-o-border-image: linear-gradient(90deg, #008cd5, #8edcf6, #13b6b8);
	border-bottom: 0.125rem solid;
	border-image: linear-gradient(90deg, #008cd5, #8edcf6, #13b6b8);
	border-image-slice: 1;
	font-size: 1rem;
	font-weight: 700;
	padding-bottom: 0.5625rem;
	position: relative;
}

.header__drawer-nav-item a {
	display: block;
	width: 100%;
}

.header__drawer-meta {
	margin-top: 2.5rem;
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.header__meta {
	margin: auto;
	text-align: center;
}

.header__telephone {
	background: #13b6b8;
	border-radius: 0.3125rem;
	color: #fff;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	padding: 0.625rem;
}

.header__telephone img {
	width: 1.375rem;
}

.header__drawer-contact {
	background: #0ea6e1;
	border-radius: 0.3125rem;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	gap: 0.3125rem;
	justify-content: center;
	margin-top: 0.625rem;
	padding: 0.625rem;
}

.header__drawer-contact img {
	width: 1.75rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.mv-sub {
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mv-sub__img img {
	-o-object-fit: cover;
	height: 15.625rem;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
}

.mv-sub__title {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	max-width: 100%;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

.mv {
	border-radius: 0 0 2.5rem 2.5rem;
	height: 21.875rem;
	margin-left: auto;
	max-width: 100%;
	overflow: hidden;
	width: 95%;
}

.mv__inner {
	height: inherit;
	position: relative;
	width: 100%;
}

.mv__slider,
.mv__item picture,
.mv__item img {
	aspect-ratio: 371/350;
	height: inherit;
}

.mv__item img {
	height: inherit;
}

.mv__title-text {
	position: absolute;
	right: 5.4705%;
	top: 12.85%;
	width: 10.625rem;
	z-index: 10;
}

.mv__title-subtext {
	left: 0;
	position: absolute;
	top: 60%;
	width: 9.375rem;
	z-index: 10;
}

.news {
	margin-top: 3.75rem;
}

.news__inner {
	margin: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.news__block {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5625rem;
	justify-content: space-between;
}

.news__btn {
	width: 100%;
}

.news__list {
	margin-top: 1.25rem;
}

.news__list-hr {
	background: #c8cacc;
	border: none;
	height: 0.1875rem;
	margin: auto;
	width: 100%;
}

.news__items {
	height: 15.625rem;
	overflow: auto;
}

.news__item {
	border-bottom: 1px dotted #3d3e3f;
	display: flex;
	gap: 0.6875rem;
	padding-left: 0.625rem;
}

.news__item-body {
	padding-bottom: 0.625rem;
	padding-top: 1.125rem;
}

.news__item:before {
	background: url(../../assets/images/common/icon_list.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.4375rem;
	margin-top: 1.6875rem;
	width: 0.4375rem;
}

.news__item-body time {
	color: #4a4b4c;
	font-family: "Arial", sans-serif;
	font-weight: 300;
}

.news__item-tag {
	background: #3dd8db;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.75rem;
	margin-left: 0.5rem;
	padding: 0.125rem 0.625rem;
	text-transform: uppercase;
}

.news__item-title {
	font-size: 0.9375rem;
	font-weight: 300;
	margin-top: 0.375rem;
}

.service {
	margin-top: 1.875rem;
}

.service__inner {
	margin: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 84.375rem;
}

.service__subtext {
	color: #008cd5;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.25rem;
}

.service__cards {
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	display: flex;
	flex-basis: 25rem;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1.5625rem;
	width: 100%;
}

.service__list {
	margin-top: 1.25rem;
}

.service__item {
	max-width: 25rem;
	width: 100%;
}

/* ページネーションの余白 */

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 1.125rem 1.125rem;
}

/* ページネーションのサイズと色 */

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets .swiper-pagination-horizontal > .swiper-pagination-bullet-active {
	background-color: #008cd5;
	height: 1.125rem;
	width: 1.125rem;
}

/* 画像サイズ調整 */

.swiper-slide img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	bottom: -2.1875rem;
	left: -3.75rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #008cd5;
	height: 0.625rem;
	width: 0.625rem;
}

.swiper-pagination-bullet {
	margin: 0 1.125rem 1.125rem;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
}

.swiper-container .swiper-pagination {
	bottom: -1.875rem !important;
}

.table {
	background: #EFEFEF;
	display: flex;
	flex-direction: column;
	gap: 0.4375rem;
}

.table__detail-item {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.table__detail-name {
	align-items: center;
	background: #008cd5;
	color: #fff;
	display: flex;
	font-weight: 700;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
}

.table__detail-content {
	background: #F9F9F9;
	font-weight: 500;
	padding: 0.625rem;
	text-align: center;
	width: 100%;
}

.title-sub {
	border-bottom: 1px solid #008cd5;
	color: #008cd5;
	font-size: 1.5625rem;
	line-height: 1.8;
	padding-bottom: 0.3125rem;
}

.title--center {
	text-align: center;
}

.title h2 {
	font-family: "Arial", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.title__sub {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	margin-top: 0.3125rem;
}

.title--center > .title__sub {
	justify-content: center;
}

.title__sub-text {
	font-family: "Meiryo", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
}

.top-area {
	margin-top: 2.5rem;
}

.top-contact {
	margin-top: 2.5rem;
}

.top-footer {
	margin-top: 6.25rem;
}

.top-work {
	margin-top: 2.5rem;
}

.work-card {
	background: #fff;
	border: 1px solid #9c9898;
	border-radius: 1.875rem 0rem 1.875rem 1.25rem;
	display: flex;
	flex-direction: column;
	height: inherit;
}

.work-card__img {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
}

/*.work-card__img figure > img {
	aspect-ratio: 510/280;
	border-radius: 1.875rem 0rem 0rem 0rem;
	max-width: 100%;
	overflow: hidden;
	width: 36.25rem;
}*/

/*== img ==*/
.work-card__img figure {
	padding: 0;
	margin: 0;
	border-radius: 1.875rem 0 0 0;
	min-width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.work-card__img figure img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.work-card__img-tag {
	background: rgba(14, 166, 225, 0.85);
	border-radius: 0rem 0rem 0rem 0.625rem;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	margin-left: 0.25rem;
	padding: 0.5rem 0.6875rem 0.5rem 1rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.work-card__body {
	display: flex;
	flex-direction: column;
	height: inherit;
	line-height: 1.4;
	padding: 0.625rem 0.9375rem;
}

.work-card__tag {
	border: solid 0.125rem #008cd5;
	border-radius: 2.25rem;
	color: #1f97d4;
	display: inline-block;
	font-size: 0.625rem;
	font-weight: 700;
	padding: 0.1875rem 1.0625rem;
}

.work-card__title {
	font-size: 1rem;
	margin-top: 0.8125rem;
	padding-bottom: 1.25rem;
}

.work-card__footer {
	border-top: 1px solid #c8cacc;
	color: #c8cacc;
	font-family: "Meiryo", sans-serif;
	font-size: 0.5625rem;
	font-weight: 700;
	margin-top: auto;
	padding-top: 0.625rem;
	text-align: right;
}

.work {
	background-image: url(../images/common/bg_dots.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	width: 100%;
}

.work__inner {
	margin: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.work__subtext {
	color: #008cd5;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.25rem;
	text-align: center;
}

.work__items {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 0.9375rem;
}

.work__btn {
	margin-top: 1.25rem;
	text-align: center;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*== img ==*/
.work-card__img figure {
	height: 200px;
	max-height: 200px;
}

}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 769px) {
/*== img ==*/
.work-card__img figure {
	height: 180px;
	max-height: 180px;
}


}


@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4159292035vw;
}

.company-contact {
	margin-top: 8.125rem;
}

.company__content {
	gap: 8.75rem;
	margin-top: 8.3125rem;
}

.company__greet-text {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-top: 2rem;
}

.company__detail-table {
	margin-top: 1.75rem;
}

.company__map-image {
	margin-top: 1.5625rem;
}

.company__map-image iframe {
	height: 29.6875rem;
}

.company__map p {
	font-size: 1.375rem;
	margin-top: 1.25rem;
}

.example-contact {
	margin-top: 11.25rem;
}

.example-single {
	margin-top: 6.25rem;
}

.example-single__title-time {
	font-size: 1.4375rem;
}

.example-single__title-text {
	font-size: 1.5625rem;
}

.example-single__block {
	margin-top: 5rem;
}

.example-single__category {
	font-size: 0.8125rem;
	padding: 0.3125rem 1.25rem;
}

.example-single__content {
	margin-top: 2.5rem;
}

.example-single__detail {
	margin-top: 3.75rem;
}

.example-single__btn {
	margin-top: 5rem;
}

.example {
	margin-top: 7.5rem;
}

.example__items {
	-moz-column-gap: 2.9375rem;
	column-gap: 2.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.5rem;
	row-gap: 4.875rem;
}

.faq-contact {
	margin-top: 25.3125rem;
}

.faq {
	margin-top: 7.5625rem;
}

.faq__content-text {
	font-size: 1.25rem;
	letter-spacing: 0.045em;
}

.faq__list {
	margin-top: 1.125rem;
}

.faq__item-title {
	gap: 2.5625rem;
}

.faq__item-title-q {
	width: 3.375rem;
}

.faq__item-title-text {
	font-size: 1.4375rem;
}

.faq__item-answer {
	gap: 2.5625rem;
}

.faq__item-answer-a {
	width: 3.375rem;
}

.faq__item-answer-text {
	font-size: 1.25rem;
}

.reason-contact {
	margin-top: 14.625rem;
}

.reason-page {
	margin-top: 12.3125rem;
}

.reason-page__block {
	gap: 7.5rem;
}

.reason-page__card {
	flex-direction: row;
	gap: 3.3125rem;
}

.reason-page__card--reverse {
	flex-direction: row-reverse;
}

.reason-page__text {
	width: 59%;
}

.reason-page__title {
	font-size: 2.0625rem;
}

.reason-page__detail {
	font-size: 1rem;
	line-height: 2.1875;
	margin-top: 1.75rem;
}

.reason-page__img {
	width: 41%;
}

.recruit-contact {
	margin-top: 16rem;
}

.recruit__content {
	margin-top: 10.375rem;
}

.recruit__text {
	font-size: 1.4375rem;
	letter-spacing: 0.045em;
	line-height: 1.5217391304;
	margin-top: 2.75rem;
}

.service-template-contact {
	margin-top: 5.0625rem;
}

.service-template__category {
	grid-template-columns: repeat(5, 1fr);
	margin-top: 1.9375rem;
	padding-left: 25px;
	padding-right: 25px;
}

.service-template__category-tag {
	font-size: 1.125rem;
}

.service-template__title {
	margin-top: 3.8125rem;
}

.service-template__inner {
	padding-left: 25px;
	padding-right: 25px;
}

.service-template__introduce {
	flex-direction: row;
	margin-top: 3.75rem;
}

.service-template__introduce-text {
	font-size: 1rem;
	line-height: 2;
}

.service-template__introduce-img img {
	width: 41.25rem;
}

.service-template__menu {
	margin-top: 3.4375rem;
}

.service-template__menu-title {
	font-size: 2.1875rem;
}

.service-template__block {
	margin-top: 2.1875rem;
}

.service-template__block-title {
	font-size: 1.875rem;
}

.service-template__block-title span {
	font-size: 2.5rem;
	margin-right: 1.0625rem;
}

.service-template__block-detail {
	font-size: 1rem;
	margin-top: 1.5625rem;
}

.service-template__list {
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.5625rem;
}

.service-template__card-body {
	margin-top: 1rem;
}

.service-template__card-title {
	font-size: 1.25rem;
}

.service-template__block-flex {
	flex-direction: row;
	margin-top: 1.875rem;
}

.service-template__block-flex figure {
	width: 35%;
}

.service-template__block-flex > .service-template__block-detail {
	width: 65%;
}

.area__inner {
	max-width: 93.75rem;
	padding-left: 25px;
	padding-right: 25px;
}

.area__block {
	flex-direction: row;
	gap: 1.875rem;
	justify-content: space-between;
	padding-bottom: 5.625rem;
	padding-top: 8.625rem;
}

.area__block-left {
	margin-top: 1.25rem;
}

.area__block-right {
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	overflow: hidden;
	width: 100vw;
}

.breadcrumb {
	padding-left: 25px;
	padding-right: 25px;
}

.breadcrumb {
	font-size: 0.8125rem;
	margin-top: 1.875rem;
}

.card__img-title {
	font-size: 2.75rem;
}

.card__body {
	padding: 1.5625rem 1.5625rem 1.8125rem;
}

.common-btn {
	font-size: 1.125rem;
	padding: 1.375rem;
	width: 21.875rem;
}

.contact {
	padding-bottom: 5.625rem;
	padding-top: 5.5625rem;
}

.contact__inner {
	max-width: 87.5rem;
	padding-left: 25px;
	padding-right: 25px;
}

.contact__block {
	border-radius: 0 5rem 0 1.25rem;
	flex-direction: row;
	gap: 3.125rem;
}

.contact__block-left {
	padding-right: 36;
}

.contact__btn {
	flex-direction: row;
	gap: 1.3125rem;
	margin-top: 0.9375rem;
	width: 100%;
}

.contact__btn-contact {
	font-size: 1.3125rem;
	padding: 0.8125rem;
	width: 16.25rem;
}

.contact__btn-telephone {
	font-size: 1.3125rem;
	padding: 0.8125rem;
	width: 16.25rem;
}

.contact__subtext {
	font-size: 0.875rem;
}

.footer__bar {
	gap: 0.5625rem;
	padding-bottom: 1rem;
	padding-top: 0.875rem;
}

.footer__bar p {
	font-size: 1.3125rem;
}

.footer__block {
	margin-top: 2.5rem;
}

.footer__text {
	font-size: 1rem;
	line-height: 1.75;
}

.footer__btn {
	flex-direction: row;
	gap: 1.25rem;
	margin-top: 1.5625rem;
	width: 100%;
}

.footer__btn-contact {
	padding: 0.8125rem;
	width: 16.25rem;
}

.footer__btn-telephone {
	padding: 0.8125rem;
	width: 16.25rem;
}

.footer__nav-items {
	flex-direction: row;
	gap: 2rem;
	margin-top: 1.5625rem;
}

.footer__nav-item {
	font-size: 1rem;
	padding: 0;
}

.footer__hr {
	margin-top: 2.5rem;
	width: 80%;
}

.footer__copyright {
	font-size: 1rem;
	padding: 1.4375rem 0 0.625rem;
}

.gradation__tag {
	font-size: 1.0625rem;
	padding: 0.5625rem 1.25rem;
}

.header__bar {
	align-items: center;
	background: #eeeeee;
	display: flex;
	height: 2.125rem;
	justify-content: space-between;
	padding-left: 0.625rem;
	padding-left: 1.5rem;
}

.header__bar-left {
	font-size: 0.75rem;
}

.header__bar-contact {
	padding: 0 1.5rem;
}

.header__bar-contact img {
	height: 0.9375rem;
	width: 1.25rem;
}

.header__bar-telephone {
	padding: 0 1.625rem;
}

.header__bar-telephone img {
	width: 0.9375rem;
}

.header__logo figure:first-child {
	width: 4.25rem;
}

.header__logo figure:last-child {
	width: 12.125rem;
}

.header__nav {
	padding: 0 2.1875rem 1.3125rem 1.5rem;
	padding-top: 0.8125rem;
}

.header__hamburger {
	display: none;
}

.inner {
	max-width: 1180px;
	padding-left: 25px;
	padding-right: 25px;
}

.mv-sub {
	height: 25.9375rem;
}

.mv-sub__img img {
	aspect-ratio: 415/1440;
	height: 25.9375rem;
}

.mv-sub__title {
	font-size: 3.75rem;
}

.mv {
	height: 31.25rem;
}

.mv__slider,
.mv__item picture,
.mv__item img {
	aspect-ratio: inherit;
}

.mv__title-text {
	width: 22.5rem;
}

.mv__title-subtext {
	top: 50%;
	width: 29.375rem;
}

.news {
	margin-top: 5rem;
}

.news__inner {
	max-width: 93.75rem;
	padding-left: 25px;
	padding-right: 25px;
}

.news__block {
	flex-direction: row;
	gap: 0;
}

.news__btn {
	width: inherit;
}

.news__list {
	margin-top: 2.875rem;
}

.news__items {
	height: 16.875rem;
}

.news__item {
	padding-left: 0.8125rem;
}

.news__item-body {
	padding-bottom: 0.9375rem;
	padding-top: 1.25rem;
}

.news__item-tag {
	font-size: 0.875rem;
	margin-left: 0.8125rem;
	padding: 0.125rem 0.75rem;
}

.news__item-title {
	font-size: 1.125rem;
}

.service {
	margin-top: 3.75rem;
}

.service__inner {
	padding-left: 25px;
	padding-right: 25px;
}

.service__subtext {
	font-size: 2rem;
	margin-top: 2.8125rem;
}

.service__list {
	margin-top: 1.9375rem;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 1.125rem;
	margin: 0 1.125rem 1.125rem;
	width: 1.125rem;
}

.table__detail-item {
	flex-direction: row;
	gap: 0.5rem;
}

.table__detail-name {
	font-size: 1.375rem;
	padding: 1.25rem 2.25rem;
	text-align: left;
	width: 38.4%;
}

.table__detail-content {
	font-size: 1.375rem;
	line-height: 1.6363636364;
	padding: 1.75rem 1.25rem;
	text-align: left;
	width: 61.6%;
}

.title-sub {
	font-size: 2.8125rem;
	line-height: 1.4444444444;
	padding-bottom: 0.4375rem;
}

.title h2 {
	font-size: 3.75rem;
}

.title__sub {
	margin: 0;
}

.title__sub-text {
	font-size: 1.3125rem;
}

.top-area {
	margin-top: 0;
}

.top-contact {
	margin-top: 5.625rem;
}

.top-footer {
	margin-top: 9.6875rem;
}

.top-work {
	margin-top: 5.625rem;
}

.work-card__img-tag {
	margin-left: 0.4375rem;
}

.work-card__body {
	padding: 1.25rem 1.75rem 1.125rem 1.5625rem;
}

.work-card__tag {
	font-size: 0.8125rem;
	padding: 0.3125rem 1.25rem;
}

.work-card__title {
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.work-card__footer {
	font-size: 0.8125rem;
	margin-top: auto;
	padding-top: 0.9375rem;
}

.work {
	padding-bottom: 5.625rem;
	padding-top: 5.6875rem;
}

.work__inner {
	max-width: 96.875rem;
	padding-left: 25px;
	padding-right: 25px;
}

.work__subtext {
	font-size: 2rem;
	margin-top: 2.8125rem;
}

.work__items {
	gap: 2.125rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1.875rem;
}

.work__btn {
	margin-top: 2.25rem;
}


}


/* SP */
@media only screen and (max-width: 768px) {
/*== img ==*/
.work-card__img figure {
	height: 200px;
	max-height: 200px;
}
	
	@media only screen and (max-width: 599px) {
		/*== img ==*/
		.work-card__img figure {
			height: 180px;
			max-height: 180px;
		}
	}

}

@media screen and (min-width: 1024px) {

.area__subtitle {
	font-size: 1.5625rem;
	margin-top: 2.3125rem;
}

.card__text {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.card__body h3 {
	font-size: 1.25rem;
}

.contact__block-left {
	padding: 2.5rem 0 2.5rem 2.5rem;
}

.contact__subtitle {
	font-size: 2.1875rem;
	margin-top: 2.75rem;
}

.gradation__tag {
	font-size: 1.3125rem;
}

.header__hamburger {
	display: none;
}

.mv {
	border-radius: 0 0 5rem 5rem;
	height: 40.625rem;
}

.mv__title-text {
	width: 28.75rem;
}

.mv__title-subtext {
	top: 50%;
	width: 30.625rem;
}

.news {
	margin-top: 5.5625rem;
}

}

@media (min-width: 1130px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1440px) {

.example-single__category {
	font-size: 0.9375rem;
	padding: 0.4375rem 1.375rem;
}

.area__subtitle {
	font-size: 2rem;
	margin-top: 2.8125rem;
}

.area__text {
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 2rem;
}

.area__btn {
	margin-top: 3.1875rem;
}

.card__text {
	font-size: 1.125rem;
}

.card__body h3 {
	font-size: 1.5625rem;
}

.contact__block-left {
	padding: 3.75rem 0 1.25rem 5.625rem;
	width: 62%;
}

.contact__subtitle {
	font-size: 2.8125rem;
}

.contact__block-right {
	margin-left: auto;
	width: 39.70111%;
}

.mv {
	height: 43.75rem;
}

.mv__title-text {
	width: 34.125rem;
}

.mv__title-subtext {
	top: 50%;
	width: 34.6875rem;
}

.work-card__tag {
	font-size: 0.9375rem;
	padding: 0.4375rem 1.375rem;
}

.work-card__title {
	font-size: 1.25rem;
	line-height: 1.6;
}

.work-card__footer {
	font-size: 1rem;
	margin-top: auto;
	padding-top: 1.25rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
