html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.6;
}

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

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #efa336;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

input,
textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

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

ul[class],
ol[class] {
	padding: 0;
}

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

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

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

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

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

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

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	margin: auto;
	max-width: 1000px;
	padding: 0 15px;
}

.l-footer__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	position: relative;
	width: 1000px;
}

.l-footer-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px;
	width: 220px;
}

.l-footer-head__logo {
	margin-right: 30px;
	width: 62px;
}

.l-footer__nav {
	padding: .5em .3em 0;
	text-align: center;
}

.l-footer__item {
	display: inline;
	margin-right: 46px;
}

.l-footer__item:last-child {
	margin-right: 0;
}

.l-footer__link {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.l-footer__link:hover {
	opacity: .8;
}

.l-footer__img {
	margin-top: 50px;
}

.l-footer__img > img {
	-o-object-fit: cover;
	-o-object-position: top;
	height: 230px;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

#header {
	color: #fff;
	left: 0;
	position: fixed;
	top: 29px;
	width: 100%;
	z-index: 20;
}

.l-header__wrapper {
	align-items: flex-start;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 1170px;
}

.header-content {
	align-items: center;
	display: flex;
}

.l-header__logo {
	margin-right: auto;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	transition: .3s;
	width: 212px;
}

.l-header__logo img.is-animation {
	width: 67px;
}

.c-btn {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #000;
	border-radius: 20px;
	box-shadow: 4px 3px #000;
	color: #000;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	height: auto;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
	max-width: 100%;
	padding: 11px 16px;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: auto;
}

.c-btn:hover {
	background: #000;
	color: #fff;
	opacity: .8;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.c-btn--line {
	background: #67BF02;
	border-color: #67BF02;
	border-radius: 30px;
	box-shadow: 4px 3px #539B00;
	color: #fff;
	font-size: 20px;
	padding: 18px 39px 18px 70px;
}

.c-btn--line::before {
	background: url(../img/icon_line@2x.png) no-repeat center/contain;
	content: "";
	height: 46px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
}

.c-btn--line:hover {
	background: #67BF02;
	color: #fff;
}

.c-gnav {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.c-gnav__list {
	align-items: center;
	display: flex;
}

.c-gnav__item {
	margin-right: 40px;
}

.c-gnav__item:last-child {
	margin-right: 0;
}

.c-gnav__link {
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav__link:hover {
	opacity: 0.6;
}

.c-gnav__icon {
	display: none;
}

.c-gnav__wrapper {
	background: #fff;
	border-radius: 40px;
	box-shadow: 4px 3px #CCCCCC;
	font-size: 14px;
	margin-right: 30px;
	padding: 20px 36px;
}

.c-gnav--current {
	color: #E83E10;
}

.c-gnav-bg {
	background: #f8f8f8;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: -1;
}

.c-gnav-bg.is-open {
	display: block;
}

.c-gnav-bg__s {
	background: url(../img/bg_s5.png) no-repeat center/contain;
	height: 149px;
	position: absolute;
	right: -36px;
	top: 20%;
	width: 67px;
}

.c-gnav-bg__switch {
	background: url(../img/bg_switch.png) no-repeat center/contain;
	bottom: -76px;
	height: 153px;
	left: -50px;
	position: absolute;
	width: 139px;
}

.c-gnav-bg__stripe {
	background: url(../img/bg_stripe.png) no-repeat center/contain;
	bottom: -30px;
	height: 75px;
	position: absolute;
	right: -55px;
	width: 203px;
}

.c-gnav__logo {
	display: none;
}

.l-header__logo--gnav {
	display: none;
}

.l-header__logo.is-open .l-header__logo--normal {
	display: none;
}

.l-header__logo.is-open .l-header__logo--gnav {
	display: block;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-mv {
	margin: auto;
	margin-bottom: 100px;
	max-width: 100%;
	padding: 60px 15px 0;
	position: relative;
	width: 1200px;
}

.c-mv__img {
	height: 100%;
	position: relative;
}

.c-mv__img img {
	margin: auto;
	top: 0;
}

.c-mv__img video {
	border-radius: 20px;
	margin: 0;
	width: 100%;
}

.c-mv__text {
	bottom: -85px;
	position: absolute;
	right: -20px;
}

.c-mv__stripe {
	bottom: -30px;
	left: 15%;
	position: absolute;
	transform: translateY(19.8646px);
	z-index: 1;
}

.c-mv__mask {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-sec1 {
	background: #f4f4f4;
	padding: 80px 0;
	position: relative;
}

.p-sec1__switch {
	background: url(../img/bg_switch.png) no-repeat center/contain;
	height: 186px;
	left: -80px;
	position: absolute;
	top: -155px;
	transform: translateY(78.0394px);
	width: 170px;
}

.p-sec1__t {
	background: url(../img/bg_t.png) no-repeat center/contain;
	height: 197px;
	position: absolute;
	right: -30px;
	top: 100px;
	transform: translateY(5.34111px);
	width: 156px;
}

.p-sec1__lead {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}

.p-sec1__lead::after {
	background: url(../img/quote@2x.png) no-repeat center/contain;
	content: "";
	height: 66px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 690px;
}

.p-sec1-slider {
	text-align: center;
}

.p-sec1-slider__item {
	padding: 0 70px;
}

.p-sec1-slider__img img.is-fadein {
	-webkit-animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
	animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-sec1-slider__bottom {
	background: url(../img/slider_bg.png) no-repeat center/contain;
	padding: 20px 0 0;
	position: relative;
	top: -43px;
}

.p-sec1-slider__logo {
	margin-bottom: 5px;
}

.p-sec1-slider__logo img {
	margin: auto;
}

.p-sec1-slider__text {
	font-size: 22px;
	font-weight: bold;
}

.p-sec1-slider__text > span {
	color: #e83e10;
}

.p-sec2 {
	padding: 80px 0;
	position: relative;
}

.p-sec2 .l-container {
	position: relative;
}

.p-sec2__n {
	background: url(../img/bg_n.png) no-repeat center/contain;
	height: 143px;
	position: absolute;
	right: 32%;
	top: -80px;
	width: 135px;
}

.p-sec2::before {
	background: url(../img/sec2_bg2.png) no-repeat center/contain;
	content: "";
	height: 377px;
	position: absolute;
	right: -30px;
	top: 80px;
	width: 377px;
	z-index: -1;
}

.p-sec2::after {
	background: url(../img/sec2_bg1.png) no-repeat center/contain;
	content: "";
	height: 225px;
	position: absolute;
	right: 230px;
	top: 560px;
	width: 225px;
	z-index: -1;
}

.p-sec2__lead {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.09em;
	margin-bottom: 65px;
}

.p-sec2__lead > span {
	position: relative;
}

.p-sec2__lead > span::after {
	background: url(../img/sec2_bubble@2x.png) no-repeat center/contain;
	bottom: 0;
	content: "";
	height: 104px;
	left: 100%;
	position: absolute;
	width: 99px;
}

.p-sec2__wrap {
	display: flex;
	flex-wrap: wrap;
}

.p-sec2__item {
	margin: 0 10px 20px 0;
}

.p-sec3 {
	padding: 0 0 80px;
	position: relative;
}

.p-sec3__w {
	background: url(../img/bg_w.png) no-repeat center/contain;
	height: 205px;
	left: -10px;
	position: absolute;
	top: 0px;
	width: 220px;
	z-index: -2;
}

.p-sec3__lead {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 90px;
	text-align: center;
}

.p-sec3__wrap {
	display: flex;
	justify-content: space-between;
}

.p-sec3__item {
	background: #fff;
	border: 1px solid #000000;
	border-radius: 20px;
	padding-top: 70px;
	position: relative;
	text-align: center;
	width: 29.5%;
	z-index: 0;
}

.p-sec3__head {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -35px;
}

.p-sec3__head img {
	margin: auto;
}

.p-sec3__class {
	font-weight: bold;
}

.p-sec3__text {
	padding: 15px 0 20px;
	position: relative;
}

.p-sec3__text::after {
	background: #f4f4f4;
	border-radius: 50%;
	content: "";
	height: 164px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 164px;
	z-index: -1;
}

.p-sec4 {
	padding: 0 0 50px;
	position: relative;
}

.p-sec4 .l-container {
	position: relative;
	z-index: 1;
}

.p-sec4__g {
	background: url(../img/bg_g.png) no-repeat center/contain;
	height: 196px;
	position: absolute;
	right: -20px;
	top: -100px;
	width: 179px;
	z-index: -2;
}

.p-sec4__stripe {
	background: url(../img/bg_stripe.png) no-repeat center/contain;
	bottom: -20px;
	height: 87px;
	position: absolute;
	right: 220px;
	width: 238px;
	z-index: -2;
}

.p-sec4__img {
	float: left;
	margin-right: 55px;
}

.p-sec4__lead {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.p-sec4__text {
	font-size: 14px;
	margin-bottom: 30px;
}

.p-sec5 {
	padding: 150px 0 80px;
	position: relative;
}

.p-sec5 .l-container {
	position: relative;
	z-index: 1;
}

.p-sec5__i {
	background: url(../img/bg_i.png) no-repeat center/contain;
	height: 169px;
	position: absolute;
	right: 49%;
	top: 150px;
	width: 37px;
	z-index: 1;
}

.p-sec5__c {
	background: url(../img/bg_c.png) no-repeat center/contain;
	height: 182px;
	left: 100px;
	position: absolute;
	top: 40%;
	width: 154px;
}

.p-sec5__wrap {
	padding-bottom: 50px;
	position: relative;
}

.p-sec5__img {
	max-width: calc(100% - 200px);
	position: relative;
	z-index: 1;
}

.p-sec5__frame {
	background: #fff;
	border: 1px solid #000000;
	border-radius: 20px;
	margin-left: auto;
	margin-top: -220px;
	padding: 250px 200px 40px 40px;
	position: relative;
	width: 80%;
}

.p-sec5__text {
	font-size: 14px;
}

.p-sec5__copys {
	-ms-writing-mode: tb-rl;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 2.2;
	position: absolute;
	right: 40px;
	text-orientation: upright;
	top: 0;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-sec5__copy {
	display: inline-block;
	position: relative;
}

.p-sec5__copy::after {
	border-radius: 5px;
	content: "";
	height: 100%;
	position: absolute;
	right: 30px;
	top: 0px;
	width: 40%;
	z-index: -1;
}

.p-sec5__copy--red::after {
	background: #ffcfc3;
}

.p-sec5__copy--blue::after {
	background: #dbe6ff;
}

.p-sec5__copy--yellow::after {
	background: #f7eab6;
}

.p-sec5__copy--green::after {
	background: #cdead3;
}

.p-sec5__btn {
	text-align: center;
}

.p-sec6 {
	background: #f4f4f4;
	padding: 100px 0 120px;
	position: relative;
}

.p-sec6 .l-container {
	position: relative;
	z-index: 1;
}

.p-sec6__a {
	background: url(../img/bg_a.png) no-repeat center/contain;
	height: 181px;
	position: absolute;
	right: 30%;
	top: -100px;
	width: 184px;
}

.p-sec6__s {
	background: url(../img/bg_s1.png) no-repeat center/contain;
	height: 200px;
	position: absolute;
	right: 10%;
	top: 30%;
	width: 91px;
}

.p-sec6__r {
	background: url(../img/bg_r.png) no-repeat center/contain;
	height: 193px;
	left: -50px;
	position: absolute;
	top: 38%;
	width: 158px;
}

.p-sec6__switch {
	background: url(../img/bg_switch.png) no-repeat center/contain;
	height: 213px;
	position: absolute;
	right: -50px;
	top: 60%;
	width: 194px;
}

.p-sec6__wrap {
	display: flex;
	margin-bottom: 20px;
}

.p-sec6__img {
	flex-shrink: 0;
	margin-right: 50px;
	width: 255px;
}

.p-sec6__content {
	padding-top: 60px;
}

.p-sec6__title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.p-sec6__text {
	font-size: 14px;
}

.p-sec6__note {
	font-size: 12px;
	margin-top: 10px;
}

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

.p-sec6__line {
	margin-bottom: 50px;
	margin-top: 50px;
	text-align: center;
}

.p-sec6-bottom {
	background: #fff;
	border-radius: 20px;
	margin: 0 15px;
	margin: auto;
	max-width: calc(100% - 30px);
	padding: 45px 65px;
	width: 1100px;
}

.p-sec6-bottom__head {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.p-sec6-bottom__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.p-sec6-bottom__item {
	position: relative;
	width: 48.5%;
}

.p-sec6-bottom__btn {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.p-sec6-bottom__btn .c-btn {
	width: 356px;
}

.p-sec6-bottom__note {
	color: #b4b4b4;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.p-sec7 {
	padding: 120px 0 90px;
	position: relative;
}

.p-sec7 .l-container {
	position: relative;
}

.p-sec7__o1 {
	background: url(../img/bg_o1.png) no-repeat center/contain;
	height: 174px;
	left: 30%;
	position: absolute;
	top: -130px;
	width: 179px;
}

.p-sec7__o2 {
	background: url(../img/bg_o2.png) no-repeat center/contain;
	height: 174px;
	position: absolute;
	right: -80px;
	top: 60%;
	width: 179px;
}

.p-sec7__stripe {
	background: url(../img/bg_stripe.png) no-repeat center/contain;
	height: 87px;
	position: absolute;
	right: 20%;
	top: 180px;
	width: 238px;
}

.p-sec7__s {
	background: url(../img/bg_s2.png) no-repeat center/contain;
	height: 200px;
	left: -40px;
	position: absolute;
	top: 75%;
	width: 91px;
}

.p-sec7__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-sec7__item {
	margin-bottom: 30px;
	width: 47%;
}

.p-sec7__img {
	height: 450px;
}

.p-sec7__img img {
	-o-object-fit: cover;
	border-radius: 20px 20px 0 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-sec7__content {
	background: #f4f4f4;
	border-radius: 0 0 20px 20px;
	padding: 50px 35px;
	position: relative;
}

.p-sec7__name {
	background: #fff;
	border: 1px solid #000;
	border-radius: 25px;
	display: block;
	font-size: 20px;
	font-weight: 500;
	left: 50%;
	margin: auto;
	padding: 6px 25px;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: auto;
}

.p-sec7__text {
	font-weight: 500;
	margin-bottom: 30px;
	min-height: 77px;
}

.p-sec7__info {
	font-size: 13px;
	font-weight: 500;
}

.p-sec7__info dl {
	border-top: dashed 1px #767676;
	display: flex;
	padding: 10px 0;
}

.p-sec7__info dt {
	white-space: nowrap;
}

.p-sec7__info dt::after {
	content: "：";
}

.p-sec7__info a {
	color: #000;
	text-decoration: none;
}

.p-sec7-bottom {
	font-size: 13px;
	margin-top: 50px;
}

.p-sec7-bottom dl {
	display: flex;
}

.p-sec7-bottom dt {
	border-bottom: 1px dashed #1f1d1d;
	flex-shrink: 0;
	font-weight: bold;
	margin-right: 10px;
	padding: 15px 0;
	width: 170px;
}

.p-sec7-bottom dd {
	border-bottom: 1px dashed #d1d1d1;
	flex-grow: 1;
	padding: 15px 0;
}

.p-sec7-bottom a {
	color: #000;
	text-decoration: none;
	word-break: break-all;
}

.p-sec8 {
	background: url(../img/sec8_bg@2x.jpg) no-repeat center/cover;
	color: #fff;
	padding: 80px 0 100px;
	position: relative;
}

.p-sec8 .l-container {
	position: relative;
}

.p-sec8__s {
	background: url(../img/bg_s3.png) no-repeat center/contain;
	height: 200px;
	left: 47%;
	position: absolute;
	top: 50px;
	width: 91px;
}

.p-sec8__stripe {
	background: url(../img/bg_stripe2.png) no-repeat center/contain;
	height: 87px;
	position: absolute;
	right: -50px;
	top: 45%;
	width: 238px;
}

.p-sec8__wrap {
	display: flex;
	justify-content: space-between;
}

.p-sec8__content {
	width: 45%;
}

.p-sec8__content > p {
	font-size: 13px;
	margin-bottom: 25px;
}

.p-sec8__map {
	width: 50%;
}

.p-sec8__map-wrap {
	border-radius: 20px;
	height: 0;
	overflow: hidden;
	padding-bottom: 74%;
	position: relative;
}

.p-sec8__map-wrap iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-sec8__address {
	font-size: 13px;
	margin-top: 30px;
}

.p-sec9 {
	padding: 120px 0 85px;
	position: relative;
}

.p-sec9__s {
	background: url(../img/bg_s4.png) no-repeat center/contain;
	height: 200px;
	position: absolute;
	right: -20px;
	top: 0px;
	width: 91px;
}

.p-sec9__stripe {
	background: url(../img/bg_stripe.png) no-repeat center/contain;
	height: 87px;
	left: -20px;
	position: absolute;
	top: 120%;
	width: 238px;
}

.p-sec9__switch {
	background: url(../img/bg_switch2.png) no-repeat center/contain;
	height: 186px;
	position: absolute;
	right: 10%;
	top: 113%;
	width: 170px;
}

.p-sec9__bg {
	background: url(../img/sec9_bg@2x.png) no-repeat center/contain;
	display: grid;
	margin: auto;
	max-width: 100%;
	place-items: center;
	position: relative;
	position: relative;
	width: 680px;
}

.p-sec9__bg::after {
	background: #e83e10;
	border-radius: 50%;
	content: "";
	height: 35px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translate(-30%, -30%);
	width: 35px;
}

.p-sec9__bg::before {
	content: "";
	display: block;
	padding-top: 30.7%; /* 高さを幅の75%に固定 */
}

.p-sec9__wrap {
	bottom: 0;
	display: grid;
	left: 0;
	place-content: center;
	position: absolute;
	right: 0;
	top: 0;
}

.p-sec9__h2 {
	margin-bottom: 20px;
}

.p-sec9__h2 img {
	margin: auto;
}

.p-sec9__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0 15px;
	text-align: center;
}

.js-fadein,
.js-fadein-up,
.js-fadein-down {
	opacity: 0;
	transition: 1s .5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-up,
.is-fadein.js-fadein-down {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-mbl {
	margin-bottom: 5em;
}

.u-mbm {
	margin-bottom: 3em;
}

.u-mbs {
	margin-bottom: 1em;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

.u-sp-only {
	display: none;
}

}

@media (max-width: 999px) {

.l-footer__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 16px;
	text-align: center;
}

h2 img {
	margin: auto;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-footer__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__item {
	margin: 0;
}

.l-footer__link {
	padding: 0.4em 1em;
}

.l-footer__img {
	margin-top: 50px;
}

.l-footer__img > img {
	height: 270px;
}

#header {
	height: 60px;
}

.l-header__wrapper {
	padding-left: 15px;
	padding-right: 15px;
}

.l-header__logo {
	width: 94px;
}

.l-header__logo img {
	width: 94px;
}

.c-btn--line {
	font-size: 18px;
	padding: 17px 20px 17px 55px;
}

.c-btn--line::before {
	height: 40px;
	left: 15px;
	width: 40px;
}

.c-gnav__icon {
	display: block;
}

.c-gnav__wrapper {
	background: #fff;
	border-radius: 80px;
	border-radius: 130px;
	bottom: auto;
	color: #000;
	display: none;
	height: auto;
	left: auto;
	left: 50%;
	margin: 0;
	max-width: 90%;
	overflow: auto;
	padding: 33px 60px;
	position: fixed;
	text-align: left;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s ease 0s;
	width: auto;
	z-index: 40;
}

.c-gnav__wrapper li {
	font-size: 24px;
	margin: 25px 0;
	padding: 0;
	text-align: center;
}

.c-gnav__wrapper.is-open {
	box-shadow: none;
	display: block;
}

.c-gnav__list {
	display: initial;
}

.c-gnav__item {
	margin-bottom: 0.8em;
}

.c-gnav__link {
	text-decoration: none;
}

.c-gnav__icon {
	background: #fff;
	border-radius: 50%;
	box-shadow: 4px 3px #CCCCCC;
	height: 63px;
	position: absolute;
	right: 100px;
	top: 50%;
	transform: translateY(-50%);
	width: 63px;
	z-index: 100;
}

.c-gnav__icon::after {
	color: #424242;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 100%;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #757575;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 25px;
}

.c-gnav__icon a:before {
	top: 20px;
}

.c-gnav__icon a:after {
	bottom: 20px;
}

.c-gnav__icon a span {
	background: #757575;
	height: 3px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 25px;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #757575;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 50%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #757575;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 50%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	display: none;
	transform: translate(100%, -50%);
}

.c-mv {
	margin-bottom: 60px;
	padding: 60px 15px 0;
}

.c-mv__text {
	margin-top: 75px;
	position: initial;
}

.c-mv__text img {
	margin: auto;
}

.c-mv__stripe {
	bottom: 29px;
	left: auto;
	right: 5%;
	transform: translateY(57.0705px);
	width: 112px;
}

.p-sec1__switch {
	height: 64px;
	left: 35px;
	transform: translateY(121.734px);
	width: 58px;
}

.p-sec1__t {
	height: 67px;
	transform: translateY(66.3838px);
	width: 53px;
}

.p-sec1 {
	padding: 50px 0;
}

.p-sec1__lead {
	font-size: 20px;
	margin: 0 15px 50px;
}

.p-sec1__lead::after {
	background: url(../img/quote_sp@2x.png) no-repeat center/contain;
	height: 92px;
	max-width: 100%;
	position: absolute;
	width: 381px;
}

.p-sec1-slider__item {
	max-width: 90%;
	padding: 0 15px;
	width: 320px;
}

.p-sec1-slider__bottom {
	padding: 16px 0 0;
	top: -20px;
}

.p-sec1-slider__logo {
	margin-bottom: 5px;
}

.p-sec1-slider__logo img {
	width: 23px;
}

.p-sec1-slider__text {
	font-size: 18px;
}

.p-sec2__n {
	height: 47px;
	right: 15%;
	width: 46px;
}

.p-sec2 {
	padding: 60px 0 220px;
}

.p-sec2::before {
	bottom: 0;
	height: 220px;
	right: -60px;
	top: auto;
	width: 220px;
}

.p-sec2::after {
	bottom: 30px;
	height: 122px;
	left: 50px;
	right: auto;
	top: auto;
	width: 122px;
}

.p-sec2__h2 img {
	width: 197px;
}

.p-sec2__lead {
	font-size: 20px;
	margin-bottom: 65px;
	text-align: center;
}

.p-sec2__lead > span::after {
	content: none;
}

.p-sec2__wrap {
	justify-content: space-between;
}

.p-sec2__item {
	margin: 0 0 20px 0;
	width: 48%;
}

.p-sec2__item--bubble {
	margin-left: 10px;
}

.p-sec3__w {
	height: 70px;
	left: -30px;
	width: 75px;
}

.p-sec3 {
	padding: 30px 0 80px;
}

.p-sec3__lead {
	margin-bottom: 50px;
}

.p-sec3__wrap {
	width: 920px;
}

.p-sec3__wrap-scroll {
	overflow-x: auto;
	padding: 30px 0 10px;
}

.p-sec4__g {
	height: 73px;
	right: -10px;
	top: -100px;
	width: 61px;
}

.p-sec4__stripe {
	bottom: 60px;
	height: 48px;
	right: -10px;
	width: 130px;
}

.p-sec4 {
	padding: 0 0 50px;
}

.p-sec4__img {
	float: left;
	margin-right: 20px;
	width: 150px;
}

.p-sec4__lead {
	font-size: 20px;
	margin-bottom: 30px;
}

.p-sec4__text {
	clear: both;
	font-size: 14px;
	margin-bottom: 30px;
}

.p-sec4__btn {
	text-align: center;
}

.p-sec5__i {
	bottom: 100px;
	height: 67px;
	right: 20%;
	top: auto;
	width: 15px;
}

.p-sec5__c {
	height: 73px;
	left: -30px;
	top: auto;
	top: 20%;
	width: 61px;
}

.p-sec5 {
	padding: 80px 0;
}

.p-sec5__h2 img {
	width: 197px;
}

.p-sec5__wrap {
	padding-bottom: 0px;
	position: relative;
}

.p-sec5__img {
	max-width: calc(100% - 100px);
	position: relative;
	z-index: 1;
}

.p-sec5__frame {
	border: 1px solid #000000;
	border-radius: 20px;
	margin-left: auto;
	margin-top: -80px;
	padding: 95px 100px 40px 20px;
	position: relative;
	width: 100%;
}

.p-sec5__text {
	font-size: 14px;
}

.p-sec5__copys {
	-ms-writing-mode: tb-rl;
	font-size: 22px;
	letter-spacing: 0.3em;
	line-height: 2;
	right: 0px;
	text-orientation: upright;
	top: 0;
	writing-mode: vertical-rl;
	z-index: 1;
}

.p-sec5__copy {
	display: inline-block;
	position: relative;
}

.p-sec5__copy::after {
	border-radius: 5px;
	content: "";
	height: 100%;
	position: absolute;
	right: 25px;
	top: 0px;
	width: 30%;
	z-index: -1;
}

.p-sec5__btn {
	margin-top: -20px;
	text-align: center;
}

.p-sec6__a {
	height: 73px;
	right: -30px;
	top: 100px;
	width: 74px;
}

.p-sec6__s {
	height: 80px;
	right: -20px;
	top: 30%;
	width: 36px;
}

.p-sec6__r {
	height: 77px;
	left: 0px;
	top: -80px;
	width: 63px;
}

.p-sec6__switch {
	display: none;
}

.p-sec6 {
	padding: 60px 0 70px;
}

.p-sec6__h2 img {
	width: 210px;
}

.p-sec6__wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.p-sec6__img {
	flex-shrink: 0;
	margin-right: 50px;
	width: 100%;
}

.p-sec6__content {
	padding-top: 30px;
}

.p-sec6__title {
	font-size: 22px;
	margin-bottom: 20px;
}

.p-sec6__note {
	font-size: 12px;
}

.p-sec6__btn {
	text-align: center;
}

.p-sec6-bottom {
	margin: 0 15px;
	padding: 37px 16px;
}

.p-sec6-bottom__head {
	font-size: 21px;
	margin-bottom: 30px;
}

.p-sec6-bottom__wrap {
	flex-direction: column;
	margin-bottom: 20px;
}

.p-sec6-bottom__item {
	width: 100%;
}

.p-sec6-bottom__item:first-child {
	margin-bottom: 20px;
}

.p-sec6-bottom__btn {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.p-sec6-bottom__btn .c-btn {
	font-size: 13px;
	width: 300px;
}

.p-sec6-bottom__note {
	color: #b4b4b4;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.p-sec7__o1 {
	height: 70px;
	left: 30%;
	top: -100px;
	width: 72px;
}

.p-sec7__o2 {
	display: none;
}

.p-sec7__stripe {
	height: 48px;
	right: 10%;
	top: 190px;
	width: 130px;
}

.p-sec7__s {
	display: none;
}

.p-sec7 {
	padding: 120px 0 90px;
}

.p-sec7__container {
	padding: 10px 0;
	position: relative;
}

.p-sec7__container::before,
.p-sec7__container::after {
	border-left: 5px solid #BEBEBE;
	border-top: 5px solid #BEBEBE;
	content: "";
	height: 20px;
	position: absolute;
	width: 20px;
}

.p-sec7__container::before {
	left: 0;
	top: 0;
	transform: rotate(-45deg);
}

.p-sec7__container::after {
	right: 0;
	top: 0;
	transform: rotate(135deg);
}

.p-sec7__wrap {
	flex-wrap: nowrap;
	width: 1350px;
}

.p-sec7__wrap-scroll {
	overflow-x: auto;
	padding: 0 0 10px;
}

.p-sec7__item {
	margin-bottom: 0px;
	width: 320px;
}

.p-sec7__img {
	height: 315px;
}

.p-sec7__img img {
	border-radius: 20px 20px 0 0;
}

.p-sec7__content {
	background: #f4f4f4;
	border-radius: 0 0 20px 20px;
	padding: 40px 20px;
	position: relative;
}

.p-sec7__name {
	font-size: 13px;
	padding: 5px 22px;
}

.p-sec7__text {
	margin-bottom: 16px;
	min-height: initial;
}

.p-sec7__info {
	font-size: 12px;
}

.p-sec7__info dl {
	padding: 7px 0;
}

.p-sec7-bottom {
	margin-top: 20px;
}

.p-sec7-bottom dt {
	margin-right: 10px;
	padding: 15px 0;
	width: 110px;
}

.p-sec7-bottom dd {
	padding: 15px 0;
}

.p-sec8__s {
	height: 80px;
	left: 85%;
	top: 0;
	width: 36px;
}

.p-sec8__stripe {
	height: 48px;
	right: 20%;
	top: 50%;
	width: 130px;
}

.p-sec8 {
	padding: 50px 0 50px;
}

.p-sec8__wrap {
	flex-direction: column;
}

.p-sec8__content {
	margin-bottom: 20px;
	width: 100%;
}

.p-sec8__map {
	width: 100%;
}

.p-sec8__address {
	font-size: 10px;
	margin-top: 20px;
}

.p-sec9__s {
	height: 80px;
	right: 50px;
	top: -50px;
	width: 36px;
}

.p-sec9__stripe {
	height: 48px;
	left: -20px;
	top: 170%;
	width: 130px;
}

.p-sec9__switch {
	height: 64px;
	right: 10%;
	top: 170%;
	width: 58px;
}

.p-sec9 {
	padding: 50px 0;
}

.p-sec9__bg::after {
	height: 19px;
	width: 19px;
}

.p-sec9__bg::before {
	content: "";
	display: block;
	padding-top: 30.7%; /* 高さを幅の75%に固定 */
}

.p-sec9__h2 {
	margin-bottom: 10px;
}

.p-sec9__h2 img {
	width: 108px;
}

.p-sec9__text {
	font-size: 10px;
}

.u-pc-only {
	display: none;
}

}

@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@-webkit-keyframes img-wrap {

0% {
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}

100% {
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%);
}

}

@keyframes img-wrap {

0% {
	-webkit-clip-path: circle(0 at 50% 50%);
	clip-path: circle(0 at 50% 50%);
}

100% {
	-webkit-clip-path: circle(100% at 50% 50%);
	clip-path: circle(100% at 50% 50%);
}

}

