body {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	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: optimizeLegibility;
}

/* 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;
}

a {
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

/* 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-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;
}

/* ===============================================
# header
=============================================== */

.header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	align-items: center;
	height: inherit;
}

.header__wrapper {
	display: flex;
	height:calc(80 / 1920 * 100vw) ;
		width: calc(1500 / 1920 * 100vw);
	margin:0 auto;
}

.header__title {
	align-items: center;
	display: flex;
	height: inherit;
	margin-right: auto;
	width: 100%;
}

.header__name {
	align-items: center;
	display: flex;
	height: inherit;
	height: inherit;
}

.header__logo {
	max-width: 16.25rem;
}

.header__logo-sub {
	color: #000;
	font-size: 1.25rem;
	margin-left: 0.625rem;
}

.header__contact {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	/* or 77px */
	letter-spacing: 0.04em;
	color: #FFFFFF;
	align-items: center;
	display: flex;
	gap:calc(24 / 1920 * 100vw);
	margin-left: auto;
}


.header__contact-btn {
	background-image: linear-gradient(180deg, rgb(146, 203, 230), rgb(7, 154, 204) 30%, rgb(25, 159, 208) 45%, rgb(20, 157, 207) 68%, rgb(13, 154, 205) 89%);
	border-radius: 6px;
	transition: 0.4s ease;
	min-width: calc(280 / 1920 * 100vw);
	height: calc(60 / 1920 * 100vw);
	display:flex;
	justify-content:center;
	padding:5% 2%;
	align-items:center;
	line-height:1.1;
}

.header__contact-btn:hover {
	opacity: 0.8;
}

.header__contact-btn--flex {
	display: flex;
}


.header__contact-btn svg{
	margin-right:calc(8 / 1920 * 100vw);
	width: 1.375rem;
}

.type2.header__contact-btn--flex {
	display: flex;
	margin-top: 0.8125rem;
	justify-content:center;
}

.con-text-area{
	text-align:center;
}

.header__contact-btn--link {
	align-items: center;
	color: #fff;
	display: flex;
	margin: 0 auto;
}

.week{
	font-size:calc(12 / 1920 * 100vw);
}

.mail{
background-image: linear-gradient(180deg, rgb(131, 213,199), rgb(47, 186, 161) 30%, rgb(14, 177, 149) 45%, rgb(14, 176, 148) 68%, rgb(23, 168, 141) 89%);
}

.header__contact-btn--link img {
	margin-right: 0.3125rem;
	width: 1.375rem;
}

.header__contact-btn--text {
	color: #fff;
	display: flex;
	font-size: calc(24 / 1920 * 100vw);
	justify-content: center;
	text-align: center;
}

.header__nav {
	background-color: #0099cc;
	height: 4.25rem;
}

.header__nav-inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content:space-between;
	margin: 0 auto;
	width: calc(1500 / 1920 * 100vw);
}

.header__nav-item {
	text-align:center;
	align-items: center;
	color: #fff;
	display: flex;
	height: inherit;
	transition: background-color 0.4s ease;
	padding: 0 2%;
}

.header__nav-item:hover {
	background-color: #66cc99;
	opacity: 1;
}

.header__nav-link {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	height: inherit;
}

.header__items {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__item {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__item:not(:first-child) {
	margin-left: 4rem;
}

.header__link {
	align-items: center;
	color: #66cc99;
	display: flex;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.header-hamburger {
	display: none;
}

.header-hamburger span {
	background-color: #fff;
	display: inline-block;
	height: 0.1875rem;
	left: 0;
	position: absolute;
	transition: 0.3s transform;
	width: 1.375rem;
}

.header-hamburger span:nth-child(1) {
	left: 50%;
	top: 1rem;
	transform: translateX(-50%);
}

.header-hamburger span:nth-child(2) {
	left: 50%;
	top: 1.75rem;
	transform: translateX(-50%);
}

.header-hamburger.is-active span:nth-child(1) {
	left: 1rem;
	top: 1.5rem;
	transform: rotate(-45deg);
}

.header-hamburger.is-active span:nth-child(2) {
	left: 1rem;
	top: 1.5rem;
	transform: rotate(45deg);
}

.header-drawer {
	background: #66cc99;
	height: calc(100% - 3.125rem);
	left: 0;
	position: fixed;
	top: -120%;
	transition: all 0.5s ease-out;
	width: 100%;
	z-index: 5000;
}

.header-drawer.panelactive {
	top: 3.125rem;
}

.header-drawer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: inherit;
	margin-top: 1.5625rem;
	overflow-y: scroll;
	padding: 0 2.1875rem;
	width: 100%;
}

.header-drawer__item {
	color: #fff;
	width: 100%;
}

.header-drawer__link {
	color: white;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.5rem 0;
}

.header-drawer__btn {
	background: #fff;
	border-radius: 0.25rem;
	color: #0099cc;
	display: flex;
	font-weight: bold;
	justify-content: center;
	margin: 1.25rem auto 0;
	max-width: 13.75rem;
	padding: 0.75rem;
}

.header-drawer__btn img {
	width: 1.5625rem;
}

.header-drawer__contact-link {
	color: #0099cc;
	font-weight: bold;
	margin-left: 0.9375rem;
}

.header-drawer__text {
	color: #fff;
	font-weight: bold;
	margin-top: 1.25rem;
	text-align: center;
}

/* ===============================================
# fv
=============================================== */

.fv {
	background:url('http://lp.gomuseikei.com/en/wp-content/uploads/sites/5/2024/07/fv-blue.png') no-repeat;
	background-size:contain;
	width: 100%;
}

.layout-fv {
	margin-top: 5.375rem;
}

.fv__inner {
	display: flex;
}

.fv__content {
	color: #fff;
	flex-direction: column;
	padding-top: calc(20 / 1920 * 100vw);
	padding-left: calc(193 / 1920 * 100vw);
	width:100%;
	margin:calc(120 / 1920 * 100vw) 0 calc(110 / 1920 * 100vw);
}

.fv__title {
	font-size: calc(64 / 1920 * 100vw);
	letter-spacing: 0.04em;
	font-weight: 700;
	font-family: 'Arial';
	line-height:1.2;
	margin-bottom:calc(50 / 1920 * 100vw);
}


.fv__subtitle {
	font-family: 'Arial';
	font-size: calc(30 / 1920 * 100vw);
	margin-bottom:calc(50 / 1920 * 100vw);
	font-weight: 700;
}


.btn.fv__btn {
	margin: 2.5rem auto 0;
	max-width: 18.75rem;
}

.fv__link {
	background-image: linear-gradient(180deg, rgb(131, 213,199), rgb(47, 186, 161) 30%, rgb(14, 177, 149) 45%, rgb(14, 176, 148) 68%, rgb(23, 168, 141) 89%);
	border-radius: 0.25rem;
	color: #fff;
		display:flex;
	justify-content:center;
	align-items:center;
	font-size: 2.1875rem;
	font-weight: 700;
	padding: 0.625rem 8px;
	position: relative;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: calc(27 / 1920 * 100vw);
	line-height: calc(35 / 1920 * 100vw);
	/* identical to box height */
	letter-spacing: 0.04em;
}

.fv__link svg{
	width:calc(36 / 1920 * 100vw);
	margin-right:calc(20 / 1920 * 100vw);
}


.fv .fv__btn{
	margin-left:0!important;
}

.btn.fv__btn {
    margin: 2.5rem auto 0;
    max-width: 20.75rem;
}

.fv__img {
	display:flex;
	justify-content:center;
	padding-top:calc(90 / 1920 * 100vw);
	align-items:center;
	width: 120%;
	background:url(http://lp.gomuseikei.com/en/wp-content/uploads/sites/5/2024/07/fv-bg-white.jpg) no-repeat;
  	clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
	background-size:cover;
	overflow:hidden;
}

.fv__link{
	border-radius:0.5rem;
}

.fv__img img {
	display: block;
	width: calc(700 / 1920 * 100vw);
	margin:0 auto;
}


 #conv_box {
  width: 80%;
   margin: 100px auto 100px;
    display: flex;
   justify-content: space-between;
   align-items: center;
}

.txt_box, .bnr {
  width: 48%;
}
	
#conv_box .header__contact-btn{
	width: 60%;
	margin:0 auto;
}

#conv_box table{
	margin:20px auto;
}

.mb20{
	margin: 20px auto;
}

@media (max-width: 991px) {
    #conv_box {
        width: 90%;
        margin: 40px auto;
        display: block;
    }
	
    .txt_box, .bnr {
        width: 100%;
    }
	
	.txt_box{
		margin-top: 50px;
	}
	
	.header__contact-btn--text {
    color: #fff;
    display: flex;
    font-size: calc(35 / 991 * 100vw);
	}
}


/* ===============================================
# service
=============================================== */

.section.layout-service {
	margin-top: 4.375rem;
	padding: 0 1.875rem 6.5625rem;
}

.service-about__wrapper:not(:first-child) {
	margin-top: 4.625rem;
}

.service-product__flex-content{
	width:100%;
}

.service-about__flex {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.service-about__flex.type2 {
	flex-direction: row;
}

.service-about__text {
	margin-left: 1.25rem;
	width: 52%;
}

.service-about__img {
	max-width: 34.375rem;
}

.service-about__img img {
	-o-object-fit: cover;
	aspect-ratio: 500/330;
	object-fit: cover;
	width: 100%;
}

.service-about__img.type2 img {
	-o-object-fit: cover;
	aspect-ratio: 857/528;
	margin-left: 1.25rem;
	object-fit: cover;
	width: 100%;
}

.service-product {
	background-color: #d1e3ef;
	padding: 2.5rem 0 4.5rem;
}

.section-product__inner {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 1.875rem;
	width: 100%;
}

.service-product__lists {
	margin-top: 3.5rem;
}

.service-product__lists-flex:not(:first-child) {
	margin-top: 1.25rem;
}

.service-product__item {
	background: #fff;
	/*border-radius: 0.3125rem;*/
	width: 80%;
}

.service-product__item:nth-child(2n+1) {
	margin-left: auto;
}

.service-product__item:not(:first-child) {
	margin-top: 1.25rem;
}

.service-product__content {
	align-items:center;
	display: flex;
	justify-content: space-between;
}

.service-product__flex {
	display: flex;
	width:53%;
	padding:2% 0 2% 2%;
}

.service-product__heading {
	font-size: 1.4375rem;
	justify-content: center;
	padding-left: 1.25rem;
	position: relative;
}

.service-product__heading::after {
	background-color: #0099cc;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.service-product__heading.type2 {
	align-items: center;
	display: inline-flex;
	height: 4.3125rem;
}

.service-product__list {
	border-collapse: collapse;
	border-radius: 0.25rem;
	border-spacing: 0;
	margin-top: 1.25rem;
	max-width: 33.4375rem;
	overflow: hidden;
	width: 100%;
}

.service-product__table-flex {
	display: flex;
	height: 5.2125rem;
	width: 100%;
}

.service-product__head {
	align-items: center;
	background-color: #0099cc;
	border: 0.0625rem solid #c0c0c0;
	border-radius: 0.25rem 0 0 0;
	color: #fff;
	display: flex;
	font-size: calc(22 / 1920 * 100vw);
	font-weight:bold;
	padding:  0.4125rem 0.625rem;
	width: 40%;
}

.service-product__body {
	align-items: center;
	background-color: #d1e3ef;
	border: 0.0625rem solid #c0c0c0;
	border-radius: 0 0.25rem 0 0;
	display: flex;
	font-size: calc(22 / 1920 * 100vw);
	padding: 0.4125rem 0.625rem;
	width: 60%;
}

.service-product__head.type2 {
	border-radius: 0 0 0 0.25rem;
}

.service-product__body.type2 {
	border-radius: 0 0 0.25rem 0;
}

.service-product__img {
	align-self: flex-end;
	margin-left: calc(30 / 1920 * 100vw);
	max-width: 27.8125rem;
}

.service-product__img img {
	-o-object-fit: cover;
	aspect-ratio: 1024/681;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# service-process
=============================================== */

.section.service-process {
	padding: 3.625rem 1.25rem 4.6875rem;
}

.service-process__list {
	border-collapse: collapse;
	margin: 2.1875rem auto 0;
	max-width: 61.5625rem;
	overflow: hidden;
	width: 100%;
}

.service-process__flex {
	display: flex;
}

.service-process__list dt,
.service-process__list dd {
	background-color: #d1e3ef;
	border: 0.125rem solid #fff;
	font-size: 1.125rem;
	padding: 1.0625rem;
}

.service-process__list dt {
	align-items: center;
	background-color: #0099cc;
	color: #fff;
	display: flex;
	font-weight: bold;
	min-width: 18.125rem;
	width: 20%;
}

.border-tl {
	border-radius: 0.5rem 0 0 0;
}

.border-tr {
	border-radius: 0 0.5rem 0 0;
}

.border-dl {
	border-radius: 0 0 0 0.5rem;
}

.border-dr {
	border-radius: 0 0 0.5rem 0;
}

.service-process__list dd {
	line-height: 1.6;
	width: 80%;
}

/* ===============================================
# core
=============================================== */

.core {
	background-color: #d1e3ef;
	padding: 1.875rem 0 6.5625rem;
}

.core__inner {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 1.875rem;
	width: 100%;
}

.core__list {
	margin-top: 5.625rem;
}

.core__item {
	display: flex;
	margin-top: 7.5rem;
}

.core__item:nth-child(2n) {
	flex-direction: row-reverse;
}

.core__content {
	background-color: #fff;
	border-radius: 0.25rem;
	min-height: 23.125rem;
	padding: 1.25rem 5rem 2.5rem 1.875rem;
	width: 86%;
}

.core__content.type2 {
	margin-left: -3.75rem;
	padding: 1.25rem 2.5rem 2.5rem 7.5rem;
}

.section-text.core__text {
	line-height: 1.6;
	margin-top: 1.25rem;
	max-width: 40rem;
}

.core__img {
	border-radius: 0.5rem;
	margin-left: -3.75rem;
	margin-top: -3.75rem;
	max-width: 37.5rem;
	width: 70%;
	z-index: 1;
}

.core__img.type2 {
	margin-left: 0;
}

.core__img img {
	-o-object-fit: cover;
	aspect-ratio: 1820/1200;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# flow
=============================================== */

.flow {
	background: url(../../assets/images/flow-bg.jpg) left center no-repeat;
	background-size: cover;
	padding: 2.8125rem 1.875rem;
}

.flow__inner {
	margin: 0 auto;
	max-width: 82.5rem;
	width: 100%;
}

.flow__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.75rem;
	width: 100%;
}

.flow__item {
	background-color: #fff;
	border-radius: 1.875rem 0 0 0;
	display: flex;
	flex-direction: column;
	padding: 2.25rem 2.375rem 1.25rem;
	width: calc(33.3333% - 3.3333333333rem);
}

.flow__item:first-child {
	margin-left: 0;
}

.flow__item:nth-child(3n+1) {
	margin-left: 0;
}

.flow__title {
	font-size: 1.4375rem;
	font-weight: bold;
	height: 3.125rem;
}

.flow__title span {
	color: #0099cc;
	padding-right: 0.625rem;
}

.flow__img {
	margin: 2.5rem auto 0;
	max-width: 20rem;
}

.flow__img img {
	-o-object-fit: cover;
	aspect-ratio: 320/212;
	object-fit: cover;
	width: 100%;
}

.flow__text {
	display: flex;
	flex-direction: column;
	font-size: 1.25rem;
	margin-top: 0.625rem;
}

.flow__arrow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0.625rem;
	width: 3.75rem;
}

.btn-wrapper.btn-wrapper__flow {
	margin-top: 2.625rem;
}

/* ===============================================
# recommend
=============================================== */

.section.recommend {
	padding-bottom: 1.5rem;
}

.recommend__inner {
	padding: 2rem 0;
}

.recommend__annotation {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 3rem;
}

.recommend__flex {
	display: flex;
	justify-content: space-between;
	margin-top: 0.9375rem;
}

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

.recommend__item:nth-child(2n) {
	margin-left: 1.25rem;
}

.recommend_item-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0.9375rem;
}

.recommend__img {
	border-radius: 0.5rem;
	margin-top: 0.9375rem;
	max-width: 15rem;
}

.recommend__img img {
	-o-object-fit: cover;
	aspect-ratio: 200/158;
	display: block;
	object-fit: cover;
	width: 100%;
}

.recommend__text {
	font-size: 1.25rem;
}

.recommend__item-pic {
	max-width: 18.75rem;
}

.recommend__bottom {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 4.375rem;
}

.recommend__bottom-wrapper {
	width: 100%;
}

.recommend__bottom-img {
	border-radius: 0.5rem;
	max-width: 35.3125rem;
}

.recommend__bottom-img img {
	-o-object-fit: cover;
	aspect-ratio: 480/300;
	display: block;
	object-fit: cover;
	width: 100%;
}

.recommend__bottom-detail {
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
}

.recommend__bottom-text {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-left: 1.25rem;
	padding-top: 1.5rem;
	width: 100%;
}

/* ===============================================
# about
=============================================== */

.about {
	background-color: #d1e3ef;
	padding: 2.8125rem 0 3.875rem;
}

.about__inner {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 1.875rem;
	width: 100%;
}

.about__content {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex;
	margin-top: 2.1875rem;
	padding: 2.5rem;
	width: 100%;
}

.about__text {
	font-size: 1.25rem;
	max-width: 47%;
}

.about__img {
	border-radius: 0.5rem;
	margin-left: 1.875rem;
	max-width: 37.5rem;
}

.about__img img {
	-o-object-fit: cover;
	aspect-ratio: 480/300;
	display: block;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# inquiry
=============================================== */

.section.inquiry {
	padding: 0 1.875rem;
}

.section.layout-inquiry {
	margin-top: 1.875rem;
}

.inquiry-form {
	margin: 1.125rem auto 0;
	max-width: 52.5rem;
}

.inquiry-form__annotation {
	font-size: 1.125rem;
	margin-top: 1.375rem;
}

.form__list {
	margin-top: 1.25rem;
}

.form__field:not(:first-child) {
	margin-top: 2rem;
}

.form__label {
	font-size: 1rem;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form__data {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 0.0625rem solid #ccc;
	border-radius: 0.3125rem;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 0.875rem;
	min-height: 18.75rem;
	padding: 0.625rem 1rem;
	width: 100%;
}

.form__file {
	margin-top: 1.875rem;
}

.form__file-text {
	display: block;
	font-size: 2rem;
	margin-top: -2.3125rem;
}

.form__file span {
	font-size: 1.5rem;
}

.file-input__wrapper {
	background-color: #efefef;
	border-radius: 0.25rem;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
}

.file-input__wrapper p {
	display: flex;
	margin-left: 1.25rem;
	margin-top: -0.3125rem;
}

.select-file {
	background-color: #efefef;
	border-radius: 0.375rem;
	color: #000;
	cursor: pointer;
	font-size: 1.375rem;
	padding: 0 0.625rem;
	position: absolute;
	transition: 0.3s;
}

.select-file::before {
	border: 0.125rem solid #767676;
	border-radius: 0.25rem;
	content: "";
	left: 0;
	padding: 0.9375rem 3.5rem;
	position: absolute;
	top: 0;
}

.select-file:hover {
	opacity: 0.8;
}

.wpcf7-form-control.wpcf7-file {
	display: none;
}

.select-image {
	font-size: 1.1875rem;
	margin-left: 13.625rem;
	margin-top: -1.375rem;
}

.display-none {
	display: none;
}

.form__submit-button {
	margin-top: 2.5rem;
	max-width: 9.375rem;
}

.form__submit-input {
	background-color: #337ab7;
	border-radius: 0.3125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	padding: 0.625rem;
	width: 12.5rem;
}

.form__submit-input:hover {
	opacity: 0.7;
	transition: opacity 0.3s;
}

[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.0625rem solid #296393;
	border-radius: 0.25rem;
	box-shadow: none;
	width: 100%;
}

[type=text],
[type=tel],
[type=email] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 0.0625rem solid #ccc;
	border-radius: 0.3125rem;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	font-size: 1.125rem;
	padding: 0.8rem 1rem;
	width: 100%;
}

/* ===============================================
# faqs
=============================================== */

.section.layout-faqs {
	margin-top: 1.875rem;
	padding-bottom: 2.875rem;
}

.faqs__list {
	margin: 2.1875rem auto 0;
	max-width: 52.5rem;
}

.faqs__item {
	margin-top: 1.5625rem;
}

.faqs__text {
	background-color: #f3f4f5;
	border-radius: 0.9375rem;
	font-size: 1.125rem;
	margin-top: 1.4375rem;
	padding: 0.3125rem 0.9375rem;
}

/* ===============================================
# footer
=============================================== */

.fixed-btn{
	position: fixed;
	width: 200px;
	bottom:20px;
	right:10%;
	z-index: 100;
}

.fixed-btn .header__contact-btn{
	background: #0099cc;
	border-radius: 0;
	font-weight: bold;
	box-shadow: 0px 0px 5px rgba(121, 120, 120, 0.7);
}

.footer {
	background-color: #0099cc;
	padding-bottom: 0.75rem;
}

.footer__inner {
	display: flex;
	margin: 0 auto;
	max-width: 56.25rem;
	padding: 2.5rem 1.875rem;
	width: 100%;
}

.footer__content {
	color: #fff;
}

.footer__logo-wrap {
	max-width: 18.75rem;
}

.footer__logo {
	background-color: #fff;
	border-radius: 0.25rem;
	color: #0099cc;
	display: block;
	font-weight: bold;
	padding: 1.125rem 1.75rem;
	text-align: center;
	width: 24.25rem;
}

.footer__logo img {
	width: 100%;
}

.footer__link {
	color: #0099cc;
	font-size: 1.25rem;
	font-weight: bold;
}

.footer__logo-sub {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0.625rem;
}

.footer__address-head {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1.25rem;
}

.footer__address-branch {
	font-size: 1.125rem;
	font-weight: bold;
	margin-top: 1.25rem;
}

.footer__privacy {
	font-weight: bold;
	margin-top: 0.875rem;
}

.footer__privacy-link {
	padding: 0.9375rem 0;
}

.footer__btn-wrapper {
	margin-left: auto;
	margin-top: 2.8125rem;
	width: 43%;
}

.footer__btn-icon {
	-o-object-fit: cover;
	aspect-ratio: 30/30;
	object-fit: cover;
	width: 3.125rem;
}

.footer__btn-link1,
.footer__btn-link2,
.footer__btn-link3 {
	align-items: center;
	background-color: #fff;
	border-radius: 0.25rem;
	color: #0099cc;
	display: flex;
	font-size: 1rem;
	font-weight: bold;
	margin-left: auto;
	max-width: 15rem;
	padding: 0.625rem;
	position: relative;
	transition: all 0.4s ease;
	width: 100%;
}

.footer__btn-link1:hover,
.footer__btn-link2:hover,
.footer__btn-link3:hover {
	background-color: #66cc99;
	color: #fff;
	opacity: 1;
}

.footer__btn-link1:hover.footer__btn-link1::before,
.footer__btn-link2:hover.footer__btn-link1::before,
.footer__btn-link3:hover.footer__btn-link1::before {
	background: url(../../assets/images/header-mail.png) no-repeat center center/cover;
}

.footer__btn-link1:hover.footer__btn-link2::before,
.footer__btn-link2:hover.footer__btn-link2::before,
.footer__btn-link3:hover.footer__btn-link2::before {
	background: url(../../assets/images/footer-dn-w.png) no-repeat center center/cover;
}

.footer__btn-link1:hover.footer__btn-link3::before,
.footer__btn-link2:hover.footer__btn-link3::before,
.footer__btn-link3:hover.footer__btn-link3::before {
	background: url(../../assets/images/header-tel.png) no-repeat center center/cover;
}

.footer__btn-link1::before {
	background: url(../../assets/images/footer-mail.png) no-repeat center center/cover;
	content: "";
	height: 0.9375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3125rem;
}

.footer__btn-link2::before {
	background: url(../../assets/images/footer-dn.png) no-repeat center center/cover;
	content: "";
	height: 1.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.footer__btn-link3::before {
	background: url(../../assets/images/footer-tel.png) no-repeat center center/cover;
	content: "";
	height: 1.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.375rem;
}

.footer__btn-link1 span,
.footer__btn-link2 span,
.footer__btn-link3 span {
	display: flex;
	margin: 0 auto;
}

.footer__btn-link2,
.footer__btn-link3 {
	margin-top: 1.25rem;
}

.footer__recept {
	color: #fff;
	margin-left: 7.5rem;
	margin-top: 1.25rem;
}

.footer__copyright {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	text-align: center;
}

/* ===============================================
# common
=============================================== */

.section {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 1.875rem;
	width: 100%;
}

.section-title {
	border-bottom: 0.0625rem solid #66cc99;
	font-size: 1.6875rem;
	line-height: 1.5;
	padding-bottom: 1.75rem;
}

.section-subtitle {
	font-size: 1.5625rem;
	padding-bottom: 0.9375rem;
	position: relative;
}

.section-subtitle span {
	color: #0099cc;
	font-size: 1.875rem;
	font-weight: 700;
	margin-right: 0.3125rem;
}

.section-subtitle::after {
	background: linear-gradient(90deg, rgb(1, 233, 189) 0%, rgb(0, 124, 222) 100%);
	bottom: 0;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	width: 7.5rem;
}

.section-heading {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 1.875rem;
	position: relative;
}

.section-heading::after {
	background-color: #0099cc;
	content: "";
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.section-text {
	font-size: 1.25rem;
	line-height: 2;
}

.btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 4.6875rem;
	width: 100%;
}

.btn-wrapper__flow .btn-wrapper{
	margin-top:0;
}

.btn {
	display: block;
	max-width: 20.625rem;
	text-align: center;
	width: 100%;
}

.btn-wrapper .header__contact{
	margin:0;
	gap:3.125rem;
	justify-content:center;
}


.btn-wrapper .header__contact-btn, .btn-wrapper .header__contact-btn--text{
	width:calc(450 / 1920 * 100vw);
	display:block;
	height:auto;
	font-size: calc(30 / 1920 * 100vw);
}

.btn-wrapper .header__contact-btn--link{
	justify-content:center;
}

.btn-wrapper  .header__contact-btn svg{
	margin-right: calc(15 / 1920 * 100vw);
  	width: 2.375rem;
}

.btn-wrapper .header__contact-btn{
	padding:3% 2%;
}

.btn-wrapper .header__contact-btn--flex{
	align-items:center;
	justify-content:center;
}

.btn-wrapper .header__contact-btn--link{
	margin:0;
}

.btn:not(:first-child) {
	margin-left: 3.125rem;
}


.btn__link {
	background-color: #0099cc;
	border: 0.0625rem solid #fff;
	border-radius: 0.25rem;
	color: #fff;
	display: block;
	font-size: 1.4375rem;
	font-weight: 700;
	padding: 0.625rem;
	position: relative;
	transition: background-color 0.4s ease, border-color 0.4s ease;
}

.btn__link:hover {
	background-color: #66cc99;
	border-color: #66cc99;
	opacity: 1;
}

.btn__link.type2 {
	padding: 1.125rem 0;
}

.btn__link.type3 {
	padding: 0;
}

.btn__link.type2::after,
.btn__link.type3::after {
	background: url(../../assets/images/arrow-w.png) no-repeat center center/cover;
	content: "";
	height: 3.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4.5rem;
}

.btn__link.btn__link--reverse {
	background-color: #fff;
	border: 0.0625rem solid #c0c0c0;
	color: #000;
	font-size: 2rem;
}


a[href^="tel:"] {
	pointer-events: none;
}

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

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

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

.header__logo-sub {
	font-size: 0.9375rem;
	margin-left: 0.3125rem;
}

}

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

.fv__img {
	display: none;
}	
	
.fv{
		background-size: 112% auto;
}
	
.fv__content {
	 text-align: center;
    padding-left: 0;
    padding-top: 3.1875rem;
    text-align: center;
    z-index: 1;
	}
	
	.fv__link {
    font-size: 1.25rem;
	padding: 0.625rem 0;
  }
	
	 .fv__link svg {
    width: calc(36 / 600 * 100vw);
    margin-right: calc(20 / 600 * 100vw);
  }

	
.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.header {
	height: 3.125rem;
}

.header__title {
	height: 3.125rem;
}

.header__contact {
	display: none;
}

.header__nav {
	display: none;
}

.header-hamburger {
	background: #66cc99;
	cursor: pointer;
	display: block;
	height: inherit;
	position: fixed;
	right: 0;
	top: 0;
	width: 3.125rem;
	z-index: 9999;
}

.fv {
	height: 22.5rem;
	background-size:112% 110%;
}

.layout-fv {
	margin-top: 3.125rem;
}

.fv__content {
	justify-content: center;
	margin-top: 0;
}

.fv__title {
	font-size: 1.875rem;
}

.fv__subtitle {
	font-size: 1.125rem;
}

.btn.fv__btn {
	margin: 1.9375rem auto 0!important;
}

.fv__link {
	font-size: 1.75rem;
}

.fv__img img {
	height: 22.5rem;
}

.service-about__flex {
	display: block;
}

.service-about__text {
	margin-left: 0;
	width: 100%;
}

.service-about__img {
	margin-top: 1.25rem;
	max-width: 43.75rem;
	width: 100%;
}

.service-about__img.type2 img {
	margin-left: 0;
}

.section-product__inner {
	padding: 0 1.25rem;
}

.service-product__item {
	display: block;
	width: 100%;
}

.service-product__content {
	display: block;
}

.service-product__list {
	max-width: 43.75rem;
	padding-right: 0;
}

.service-product__head {
	width: 30%;
	font-size: 1.25rem;
}

.service-product__body {
	width: 70%;
	font-size: 1.25rem;
}

.service-product__flex {
  width: 100%;
}
	
.service-product__img {
	margin: 1.25rem auto 0;
	max-width: 43.125rem;
}

.section.service-process {
	padding: 1.875rem 1.25rem;
}

.service-process__list dt,
.service-process__list dd {
	padding: 0.625rem;
}

.core__list {
	margin-top: 1.875rem;
}

.core__item {
	display: block;
	margin-top: 1.875rem;
}

.core__content {
	min-height: 18.75rem;
	padding: 1.25rem;
	width: 100%;
}

.core__content.type2 {
	margin-left: 0;
	padding: 1.25rem;
}

.core__img {
	margin-left: 0;
	margin-top: 0;
	max-width: 43.75rem;
	width: 100%;
}

.flow__list {
	display: block;
}

.flow__item {
	padding: 1.25rem;
	width: 100%;
}

.flow__arrow {
	margin: 0.625rem auto;
	transform: rotate(90deg);
}

.recommend__flex {
	display: block;
	margin-top: 1.875rem;
}

.recommend__item {
	justify-content: space-between;
}

.recommend__item:nth-child(2n) {
	margin-left: 0;
	margin-top: 1.25rem;
}

.recommend__item-content {
	margin: 0 auto;
	max-width: 18.75rem;
}

.recommend__item-pic {
	margin: 0 auto;
}

.recommend__bottom {
	display: block;
}

.recommend__bottom-img {
	margin-top: 1.25rem;
	max-width: 43.75rem;
}

.recommend__bottom-text {
	margin-left: 0;
}

.about__content {
	display: block;
}

.about__text {
	max-width: 100%;
}

.about__img {
	margin-left: 0;
	margin-top: 1.25rem;
	max-width: 43.75rem;
}

.section.inquiry {
	padding: 0 1.25rem;
}

.select-file {
	font-size: 1.125rem;
	padding: 0.125rem 0.625rem;
}

.select-file::before {
	padding: 0.8125rem 2.9375rem;
}

.select-image {
	font-size: 1rem;
	margin-left: 8.25rem;
	margin-top: -1.0625rem;
}

.footer__inner {
	display: block;
	padding: 1.25rem;
}

.footer__content {
	padding-left: 0;
}

.footer__btn-wrapper {
	margin-left: 0;
	width: 100%;
}

.footer__btn-link1,
.footer__btn-link2,
.footer__btn-link3 {
	margin-left: 0;
	margin-left: initial;
}

.footer__recept {
	margin-left: 0;
}

.footer__copyright {
	margin-top: 1.25rem;
}

.section {
	padding: 0 1.25rem;
}

.section-title {
	font-size: 1.5rem;
}

.section-subtitle {
	font-size: 1.375rem;
}

.section-heading {
	font-size: 1.125rem;
}

.section-text {
	font-size: 1rem;
}

.btn-wrapper {
	display: block;
	gap: 1.875rem;
}

.btn {
	margin: 0 auto;
	max-width: 18.75rem;
}

.btn:not(:first-child) {
	margin: 1.875rem auto 0;
}

.btn__link.btn__link--reverse {
	font-size: 1.75rem;
	padding: 0.9375rem;
}

a[href^="tel:"] {
	pointer-events: auto;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}
	
	
.btn-wrapper .header__contact{
	display:block!important;
}

	.btn-wrapper .header__contact-btn, .btn-wrapper .header__contact-btn--text{
		width:80%;
		margin:10px auto;
	}

	.btn-wrapper .header__contact-btn, .btn-wrapper .header__contact-btn--text{
			font-size: calc(30 / 767 * 100vw);
	}
	
}

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

.header__name {
	padding-left: 0.625rem;
}

.header__logo {
	width: 8.75rem;
}

.header__logo-sub {
	font-size: 0.8125rem;
	margin-left: 0.625rem;
}

.fv {
	padding: 1.25rem 0;
}

.fv__content {
	padding-left: 0;
	padding-top: 2.1875rem;
	text-align: center;
	z-index: 1;
}

.fv__link {
	font-size: 1.25rem;
}

.fv__img {
	display: none;
}

	.fv__link svg {
  width: calc(36 / 600 * 100vw);
  margin-right: calc(20 / 600 * 100vw);
}
	
.section.layout-service {
	margin-top: 1.875rem;
	padding: 0 1.25rem 3.125rem;
}

.service-product {
	padding: 2.5rem 0 1.875rem;
}

.service-product__lists {
	margin-top: 1.875rem;
}

.service-product__item {
	padding: 0.625rem;
}

.service-product__head {
	font-size:calc(22 / 600 * 100vw);
	padding: 0.625rem;
}

.service-product__body {
	font-size:calc(22 / 600 * 100vw);
	padding: 0.625rem;
}

.service-process__flex {
	display: block;
}

.service-process__list dt,
.service-process__list dd {
	font-size: 1.125rem;
	width: 100%;
}

.core__inner {
	padding: 0 1.25rem;
}

.flow {
	padding: 1.25rem;
}

.flow__item {
	padding: 0.625rem;
}

.flow__text {
	font-size: 1.125rem;
}

.recommend__inner {
	padding: 1.25rem 0;
}

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

.recommend__item {
	display: block;
}

.recommend_item-title {
	font-size: 1.5rem;
}

.recommend__text {
	font-size: 1rem;
}

.recommend__bottom {
	margin-top: 2.1875rem;
}

.recommend__bottom-text {
	font-size: 1rem;
	padding-top: 0;
}

.about {
	padding: 1.25rem 0 1.875rem;
}

.about__inner {
	padding: 0 1.25rem;
}

.about__content {
	padding: 1.25rem;
}

.about__text {
	font-size: 1rem;
	max-width: 100%;
}

.about__img {
	margin-left: 0;
}

.inquiry-form__annotation {
	font-size: 1rem;
}

[type=text],
[type=tel],
[type=email] {
	padding: 0.625rem;
}

.faqs__text {
	font-size: 1rem;
	padding: 0.625rem;
}

.footer__logo {
	width: 16.8125rem;
}

.footer__btn-icon {
	aspect-ratio: 30/30;
	width: 2.375rem;
}

.footer__copyright {
	font-size: 0.6875rem;
}

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

.section-subtitle {
	font-size: 1.125rem;
}

.section-heading {
	font-size: 1rem;
}

.section-text {
	font-size: 1rem;
}

.btn-wrapper {
	gap: 0.625rem;
	margin-top: 3.125rem;
}

.btn__link {
	font-size: 1.25rem;
}

.btn__link.btn__link--reverse {
	font-size: 1.25rem;
}
	
}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.content{
	margin-top: 6.5rem;
	padding: 4rem 0;
	
}

.content__inner{
	max-width: 82.5rem;
	margin: auto;
	padding: 0 1.875rem;
}

.content h2{
	margin-top: 2rem;
}

.content p{
	margin-top: 1rem;
}

.content ul{
	margin-top: 1rem;
}

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

.content{
	margin-top: 3.125rem;
	padding: 2rem 0;
}

.content__inner{
	padding: 0 1.25rem;
}

.content h2{
	margin-top: 1rem;
}

.content p{
	margin-top: 0.5rem;
}

.content ul{
	margin-top: 0.5rem;
}

}


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