/* reset-css
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

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

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

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

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	cursor: pointer;
}

/* base
---------------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	color: #000;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
}

.is-pc {
	display: block !important;
}

.is-sp {
	display: none !important;
}

/*=========================================================================
# Layout
========================================================================== */

.l-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.l-floating {
	z-index: 30;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #008b96;
}

.l-floating-btn {
	z-index: 30;
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.l-wrapper {
	position: relative;
	overflow: hidden;
}

/*=========================================================================
# Component
========================================================================== */

.c-float {
	position: relative;
	padding: 10px 0;
}

.c-float__content {
	width: 100%;
	padding: 0;
}

.c-float__img {
	position: absolute;
	bottom: 0;
	width: 39.2%;
	max-width: 400px;
	padding-left: 10px;
}

.c-float__fukidashi {
	position: absolute;
	top: -27px;
	top: -7.2vw;
	right: 0;
	width: 80%;
	pointer-events: none;
}

.c-float__btn {
	width: 60.8%;
	max-width: 620px;
	margin-left: auto;
}

.c-float__btn.c-btn:hover {
	opacity: 1;
}

.c-float__btn.c-btn input[type=submit] {
	height: 68px;
}

.c-btn {
	text-align: center;
}

.c-btn input[type=submit] {
	width: 100%;
	max-width: 765px;
	height: 90px;
	border: none;
	background: url(../img/pc/btn_cart.png) no-repeat center center;
	background-size: 90% auto;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.c-btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.c-floating-btn {
	display: block;
}

.c-ttl {
	position: relative;
	width: 100%;
	text-align: center;
}

.c-ttl .en {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	font-weight: normal;
	font-family: Avenir;
	letter-spacing: 0.1rem;
	text-align: center;
}

.c-ttl .jp {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
}

.c-ttl--bg-w .en {
	color: rgba(0, 139, 150, 0.1);
}

.c-reason__title h3 {
	font-weight: bold;
	line-height: 1;
}

.c-reason__txt h4 {
	color: #1A1A1A;
	font-weight: bold;
}

/* #r01
-------------------------------------------------------*/

#r02 .c-reason__follow p {
	color: #1A1A1A;
}

#r02 .c-reason__flex {
	display: flex;
}

#r02 .c-reason__flex p {
	color: #1A1A1A;
}

.c-fukidashi {
	display: inline-block;
	position: relative;
	flex: 1;
	border-radius: 15px;
	background: #FFF;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
}

.c-fukidashi::before {
	z-index: 2;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	content: "";
}

.c-fukidashi p {
	margin: 0;
	padding: 0;
	line-height: 1.75;
}

.c-video {
	padding: 25px 40px 40px;
	border-radius: 15px;
	background: #F6921E;
}

.c-video__head {
	text-align: center;
}

.c-video__ttl {
	position: relative;
	padding-right: 55px;
	padding-left: 55px;
	color: #fff;
	font-size: 3rem;
}

.c-video__ttl .txt-la {
	font-weight: bold;
	font-size: 4.6rem;
	letter-spacing: 0.1em;
}

.c-video__ttl::before,
.c-video__ttl::after {
	position: absolute;
	top: 50%;
	width: 45px;
	height: 41px;
	transform: translateY(-50%);
	content: "";
}

.c-video__ttl::before {
	right: 0;
	background: url(../img/pc/ttl-voice-right.png) no-repeat center center/cover;
}

.c-video__ttl::after {
	left: 0;
	background: url(../img/pc/ttl-voice-left.png) no-repeat center center/cover;
}

.c-video__row {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.c-video__item {
	width: 48%;
}

.c-video__iframe {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

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

.c-use-box {
	border-radius: 10px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2784313725) 0 0 10px;
}

.c-use-box__ttl {
	font-weight: bold;
}

.c-use-box__txt {
	line-height: 1.6;
}

.c-cta {
	padding: 80px 40px;
	background-color: #fff;
}

.c-cta__content {
	position: relative;
	padding-bottom: 30px;
	border: #036174 5px solid;
	background: #fff;
	font-weight: 600;
	font-size: 2.4rem;
}

.c-cta__content span {
	display: inline-block;
}

.c-cta__img1 {
	position: absolute;
	top: -20px;
	left: -20px;
	max-width: 150px;
}

.c-cta__head {
	margin-bottom: 20px;
	background: #036174;
	text-align: right;
	text-align: center;
}

.c-cta__head .text0 {
	padding-left: 10%;
	background: none;
	color: #f7f3a2;
	font-size: 2em;
	line-height: 1.6;
	text-shadow: #000 0 0 10px;
}

.c-cta__box {
	padding: 0 20px;
}

.c-cta__row {
	display: flex;
}

.c-cta__left {
	width: 23%;
	padding: 0 20px;
	padding-top: 40px;
	text-align: center;
}

.c-cta__right {
	width: 77%;
	padding: 0 20px;
}

.c-cta__right .text1 {
	font-weight: 600;
	font-size: 1.2em;
}

.c-cta__right .text1-1 {
	position: relative;
	font-size: 1.3em;
}

.c-cta__right .text1-1:before {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #b50602;
	content: "";
}

.c-cta__right .text1-2 {
	padding-left: 10px;
	font-size: 0.8em;
}

.c-cta__right .text2 {
	margin-top: -30px;
	line-height: 1;
}

.c-cta__right .text2-1 {
	background: #bf0205;
	color: #fff;
	font-size: 1.5em;
	line-height: 1;
}

.c-cta__right .text2-1.is-pc {
	display: inline-block !important;
}

.c-cta__right .text2-1-1 {
	padding: 0.3em;
	background: #bd0406;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-align: center;
}

.c-cta__right .text2-2 {
	padding-left: 10px;
	font-size: 5em;
}

.c-cta__right .text2-3 {
	display: inline-block;
	font-size: 3em;
	line-height: 1;
}

.c-cta__right .text3 {
	display: block;
	position: relative;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1;
	text-align: right;
}

.c-cta__right .red {
	color: #b50402;
}

.c-cta__right .zei {
	color: #000;
	font-size: 0.3em;
}

.c-cta__orange {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.c-cta__orange.is-pc {
	display: table !important;
}

.c-cta__orange.is-sp {
	display: none !important;
}

.c-cta__orange-inner {
	display: table-cell;
	padding: 10px 2px;
	border: #fff 2px solid;
	background: #e4a525;
	color: #fff;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}

.c-cta__b-name {
	font-size: 1em;
	line-height: 3;
}

.c-cta__b-name .b-name2 {
	font-size: 1.5em;
	line-height: 2;
}

.c-cta__flex {
	display: flex;
	margin-top: 10px;
}

.c-cta__bottom {
	margin-top: 20px;
	text-align: center;
}

.c-cta__btn {
	padding: 0 20px;
}

.c-box {
	border: 1px solid rgb(131, 131, 131);
	border-radius: 15px;
}

.c-box--green {
	border: 1px solid #008B96;
}

.c-box--green .c-box__ttl {
	background: linear-gradient(53deg, rgb(75, 161, 178) 0%, rgb(14, 109, 117) 100%);
}

.c-box--green .c-box__body {
	background-color: #FFFFEC;
}

.c-box__ttl {
	border-radius: 15px 15px 0 0;
	background: linear-gradient(0deg, rgb(131, 131, 131) 0%, rgb(103, 103, 103) 61%, rgb(85, 85, 85) 100%);
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.c-box__body {
	padding: 15px;
	border-radius: 0 0 15px 15px;
}

.c-table {
	width: 509px;
	max-width: 100%;
	margin-bottom: 33px;
	border-bottom: 1px solid #808080;
	border-collapse: collapse;
}

.c-table th,
.c-table td {
	font-size: 1.8rem;
	line-height: 24px;
}

.c-table th {
	width: 146px;
	padding: 13px 0 10px 15px;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	font-weight: normal;
	text-align: left;
}

.c-table td {
	padding: 13px 0 10px 13px;
	border-top: 1px solid #808080;
}

.c-line__ttl {
	line-height: 1em;
}

.c-line__ttl strong {
	color: #fbe76d;
}

.c-line__txt {
	text-align: center;
}

.c-line__txt strong {
	display: block;
	width: -webkit-fit-content;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}

.c-line__row {
	display: flex;
}

/*=========================================================================
# Project
========================================================================== */

.p-header {
	z-index: 20;
	width: 100%;
	height: 60px;
	padding: 11.5px 20px;
	border-bottom: 3px solid #008B96;
	background: white;
}

.p-header--fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.p-footer {
	background-color: #fff;
}

.p-footer p {
	text-decoration: underline;
}

.p-fv {
	position: relative;
	height: calc(100vh - 60px);
}

.p-fv__img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.p-fv__img img {
	width: 100%;
	max-width: 600px;
}

.p-fv__btn {
	display: block;
	right: 0;
	bottom: 0;
}

.p-fv__video-area::before {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(26, 26, 26, 0.3);
	content: "";
}

.p-fv__video-area .video {
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%; /*縦横幅指定*/
	width: 177.77777778vh;
	min-width: 100%;
	height: 56.25vw;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.p-sec01 {
	padding: 40px 0;
	background: url(../img/pc/bg-archive.webp) no-repeat center center/cover;
}

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

.p-sec02 {
	padding: 60px 40px;
	background: url(../img/pc/bg-trouble.webp) no-repeat center center/cover;
}

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

.p-sec03 {
	overflow: hidden;
	background: #fff;
}

.p-sec03__img {
	position: relative;
	text-align: center;
}

.p-sec03__bg {
	background: url(../img/pc/bg-solve.webp) no-repeat center center/cover;
}

.p-sec03__box {
	width: 100%;
}

.p-sec04 {
	position: relative;
	padding: 100px 0 60px;
	background: url(../img/pc/bg-voice.webp) no-repeat center center/cover;
}

.p-sec04::before {
	position: absolute;
	top: 1%;
	left: 0;
	background: url(../img/pc/bg-voice-left.png) no-repeat center center/cover;
	content: "";
}

.p-sec04::after {
	position: absolute;
	top: 2%;
	right: 0;
	background: url(../img/pc/bg-voice-right.png) no-repeat center center/cover;
	content: "";
}

.p-sec04__inner {
	z-index: 1;
	position: relative;
}

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

.p-sec04__ttl .jp::before {
	z-index: -1;
	position: absolute;
	background: url(../img/pc/ttl-voice-under.webp) no-repeat center center/cover;
	content: "";
}

.p-sec04__ttl .jp span {
	padding-top: 0.4em;
	background-image: radial-gradient(circle at center, #F6921E 15%, transparent 15%);
	background-position: top left -2px;
	background-size: 1.05em 0.4em;
	background-repeat: repeat-x;
}

.p-sec04__ttl .jp span::before,
.p-sec04__ttl .jp span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
}

.p-sec04__ttl .jp span::before {
	left: 0;
	content: "";
}

.p-sec04__ttl .jp span::after {
	right: 0;
	content: "";
}

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

.p-sec04__desc strong {
	font-weight: bold;
}

.p-sec04__row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.p-sec04__row + .p-sec04__row {
	margin-top: 25px;
}

.p-sec04__item {
	display: flex;
	flex-direction: column;
	width: 31.5%;
}

.p-sec04__fukidashi {
	max-width: 100%;
	margin: 0 0 1.5rem;
}

.p-sec05 {
	background: #e5f3f3;
}

.p-sec05__box01 {
	margin: 40px auto;
}

.p-sec05__box02,
.p-sec05__box03,
.p-sec05__box04 {
	margin: 60px auto;
}

.p-sec06 {
	padding: 80px 0;
	background: #f2f2f2;
}

.p-sec06__head {
	position: relative;
}

.p-sec06__head .en {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #D3ECEA;
	font-weight: lighter;
	font-family: Avenir;
	letter-spacing: 0.1rem;
	text-align: center;
}

.p-sec06__head .jp {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #016074;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-sec06__list {
	display: flex;
}

.p-sec06__box {
	flex: 1;
}

.p-sec07 {
	padding: 80px 0;
	background-color: #fff;
}

.p-sec07__ttl {
	position: relative;
	font-weight: 600;
	text-align: center;
}

.p-sec07__ttl .round {
	position: relative;
	color: #008b96;
}

.p-sec07__ttl .round::before {
	display: block;
	position: absolute;
	width: 100%;
	content: "●";
	color: #e4a525;
}

.p-sec07__row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.p-sec07__box-item {
	position: relative;
	width: 48%;
}

.p-sec07__box-item:nth-of-type(1)::after {
	position: absolute;
	background: url(../img/pc/arrow-merit01.png) no-repeat center center/cover;
	content: "";
}

.p-sec07__box-item:nth-of-type(2)::after {
	position: absolute;
	background: url(../img/pc/arrow-merit02.png) no-repeat center center/cover;
	content: "";
}

.p-sec07__img {
	margin-top: 80px;
}

.p-sec08 {
	background-color: #fff;
}

.p-sec08__ttl {
	position: relative;
	width: 100%;
	text-align: center;
}

.p-sec08__ttl .en {
	display: inline-block;
	position: absolute;
	left: 0;
	color: rgba(0, 139, 150, 0.1);
	font-weight: normal;
	font-weight: 500;
	font-family: Avenir;
	letter-spacing: 0.1rem;
	text-align: center;
}

.p-sec08__ttl .jp {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
	text-align: center;
	white-space: nowrap;
}

.p-sec08__row {
	display: flex;
	position: relative;
}

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

.p-sec08__table h3 {
	width: 461px;
	max-width: 100%;
	margin: 0 0 14px 9px;
}

.p-sec08__detail {
	display: flex;
	justify-content: space-between;
	width: 918px;
	max-width: 100%;
	margin: 58px auto 0;
}

.p-sec08__detail li {
	max-width: 100%;
}

.p-sec09 {
	background-color: #CCE8EA;
}

.p-sec09__box {
	border-top: 10px solid #038b96;
	background: #fff;
}

.p-sec09__ttl {
	max-width: 100%;
}

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

.p-sec10 {
	padding: 120px 0 80px;
	background: #E5F3F4;
}

.p-sec10__ttl {
	margin-bottom: 40px;
}

.p-sec10__list {
	position: relative;
	margin: 0 auto;
}

.p-sec10__list li {
	margin-bottom: 30px;
	background: #fff;
}

.p-sec10__list dl {
	display: flex;
	align-items: center;
}

.p-sec11 {
	padding: 120px 0 80px;
	background-color: #fff;
}

.p-sec11__ttl {
	margin-bottom: 60px;
}

.p-sec11__line {
	margin-top: 100px;
}

.p-sec12 {
	background-color: #fff;
}

.p-sec03-box {
	border-top: 10px solid #038b96;
	background: #fff;
}

.p-sec03-box__inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.p-sec03-box__head {
	font-weight: bold;
	letter-spacing: -0.01em;
	text-align: center;
}

.p-sec03-box__head .marker {
	background: linear-gradient(transparent 70%, #FBE76D 70%);
}

.p-sec03-box__tag picture {
	display: block;
}

.p-sec03-box__img {
	width: 100%;
	text-align: center;
}

.p-sec03-box__img video {
	width: 100%;
}

.p-sec03-box__txt {
	width: 100%;
	margin: 0 auto;
	background: url(../img/pc/dot.png) repeat 0 0/0.5vw;
	line-height: 2;
}

.p-sec05-box01 {
	padding-bottom: 40px;
	border-top: 10px solid #038b96;
	background: #fff;
}

.p-sec05-box01__inner {
	position: relative;
	padding: 50px;
	background: url(../img/pc/shori@2x.jpg) no-repeat top right;
	background-size: auto 100%;
}

.p-sec05-box01__head {
	position: relative;
	font-size: 28px;
	letter-spacing: 0.05em;
}

.p-sec05-box01__head .num {
	z-index: 0;
	position: absolute;
	top: -45px;
	left: -50px;
	color: #f2f2f2;
	font-weight: 400;
	font-size: 24rem;
	line-height: 1;
	letter-spacing: -0.05em;
}

.p-sec05-box01__head .txt-sm {
	z-index: 1;
	position: relative;
	font-weight: bold;
}

.p-sec05-box01__head .txt-la {
	display: block;
	z-index: 1;
	position: relative;
	color: #038b96;
	font-weight: 900;
	font-size: 9rem;
	line-height: 1;
}

.p-sec05-box01__txt .ttl {
	z-index: 3;
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
}

.p-sec05-box01__txt p {
	line-height: 1.6;
}

.p-sec05-box01__desc {
	margin-top: 60px;
	font-size: 1.4rem;
}

.p-sec05-box01__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	max-width: 32%;
}

.p-sec05-box01__min-box {
	max-width: 900px;
	margin: 0 auto;
}

.p-sec05-box02 {
	padding-bottom: 40px;
	border-top: 10px solid #038b96;
	background: #fff;
}

.p-sec05-box02__inner {
	position: relative;
	padding: 50px 50px 50px 50%;
	background: url(../img/pc/dasshu@2x.jpg) no-repeat top left;
	background-size: auto 100%;
}

.p-sec05-box02__head {
	position: relative;
	font-size: 28px;
	letter-spacing: 0.05em;
}

.p-sec05-box02__head .num {
	z-index: 0;
	position: absolute;
	top: -45px;
	left: -50px;
	color: #f2f2f2;
	font-weight: 400;
	font-size: 24rem;
	line-height: 1;
	letter-spacing: -0.05em;
}

.p-sec05-box02__head .txt-sm {
	z-index: 1;
	position: relative;
	font-weight: bold;
}

.p-sec05-box02__head .txt-la {
	display: block;
	z-index: 1;
	position: relative;
	color: #038b96;
	font-weight: 900;
	font-size: 9rem;
	line-height: 1;
}

.p-sec05-box02__txt .ttl {
	text-align: right;
}

.p-sec05-box02__txt .ttl span {
	display: inline-block;
	z-index: 3;
	position: relative;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
}

.p-sec05-box02__txt p {
	line-height: 1.6;
}

.p-sec05-box02__min-box {
	display: flex;
	max-width: 900px;
	margin: 40px auto 0;
}

.p-sec05-box02__follow {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 5px solid #038b96;
}

.p-sec05-box02__follow .ttl {
	position: relative;
	padding: 0.5rem;
	background: #038b96;
	color: #fff;
	font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}

.p-sec05-box02__follow .text {
	display: flex;
}

.p-sec05-box02__follow .box {
	padding: 20px;
}

.p-sec05-box02__follow .box p {
	line-height: 1.6;
	text-align: left;
}

.p-sec05-box03 {
	border-top: 10px solid #038b96;
	background: #fff;
}

.p-sec05-box03__inner {
	position: relative;
	padding: 50px;
}

.p-sec05-box03__head {
	position: relative;
	font-size: 28px;
	letter-spacing: 0.05em;
}

.p-sec05-box03__head .num {
	z-index: 0;
	position: absolute;
	top: -45px;
	left: -40px;
	color: #f2f2f2;
	font-weight: 400;
	font-size: 24rem;
	line-height: 1;
	letter-spacing: -0.05em;
}

.p-sec05-box03__head .txt-sm {
	z-index: 1;
	position: relative;
	font-weight: bold;
}

.p-sec05-box03__head .txt-la {
	display: block;
	z-index: 1;
	position: relative;
	color: #038b96;
	font-weight: 900;
	font-size: 9rem;
	line-height: 1;
}

.p-sec05-box03__body {
	display: flex;
	margin-top: 40px;
}

.p-sec05-box03__txt {
	flex: 1;
}

.p-sec05-box03__txt .ttl {
	z-index: 3;
	position: relative;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
}

.p-sec05-box03__txt p {
	line-height: 1.6;
}

.p-sec05-box03__txt .desc {
	margin-top: 60px;
	font-size: 1.4rem;
}

.p-sec05-box03__min-box {
	flex: 1;
	padding-left: 30px;
}

.p-sec05-box04 {
	border-top: 10px solid #038b96;
	background: #fff;
}

.p-sec05-box04__inner {
	position: relative;
	padding: 50px 50px 50px 47%;
	background: url(../img/pc/seion@2x.png) no-repeat top left;
	background-size: auto 100%;
}

.p-sec05-box04__head {
	position: relative;
	font-size: 28px;
	letter-spacing: 0.05em;
}

.p-sec05-box04__head .num {
	z-index: 0;
	position: absolute;
	top: -53px;
	left: -40px;
	color: #f2f2f2;
	font-weight: 400;
	font-size: 24rem;
	line-height: 1;
	letter-spacing: -0.05em;
}

.p-sec05-box04__head .txt-sm {
	z-index: 1;
	position: relative;
	font-weight: bold;
}

.p-sec05-box04__head .txt-la {
	display: block;
	z-index: 1;
	position: relative;
	color: #038b96;
	font-weight: 900;
	font-size: 9rem;
	line-height: 1;
}

.p-sec05-box04__txt .ttl {
	text-align: left;
}

.p-sec05-box04__txt .ttl span {
	display: inline-block;
	z-index: 3;
	position: relative;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.2;
}

.p-sec05-box04__txt p {
	line-height: 1.6;
}

.p-sec05-box03__img {
	width: 50%;
	margin-left: auto;
}

/*=========================================================================
# Utility
========================================================================== */

.u-txt-green {
	color: #008B96;
}

.u-txt-deep-green {
	color: #006074;
}

.u-txt-orange {
	color: #F6921E;
}

.u-txt-yellow {
	color: #FBE76D;
}

.u-txt-dotted {
	padding-bottom: 0.4em;
	background-image: radial-gradient(circle at 0.5px center, #333, #333 0.5px, transparent 0.5px, transparent 100%);
	background-position: center bottom;
	background-size: 4px 6px;
	background-repeat: repeat-x;
}

/* メディアクエリ
-------------------------------------------------------*/

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

.p-sec04__item + .p-sec04__item {
	margin-top: 20px;
	margin-top: 1.668vw;
}

}

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

.p-sec04__item + .p-sec04__item {
	margin-top: 20px;
}

}

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

.c-floating-btn img {
	width: 14.5vw;
}

.c-ttl {
	min-height: 120px;
	min-height: 10.008vw;
}

.c-ttl .en {
	font-size: 10rem;
	font-size: 8.34vw;
}

.c-ttl .jp {
	bottom: 10px;
	bottom: 0.834vw;
	font-size: 4.2rem;
	font-size: 3.503vw;
}

.c-reason__inner {
	position: relative;
	width: 83.3333333333vw;
	margin: 0 auto;
	padding: 5vw 4.1666666667vw 0 4.1666666667vw;
}

.c-reason__title {
	margin-bottom: 3vw;
}

.c-reason__title h3 {
	color: #008b96;
	font-size: 8.3333333333vw;
}

.c-reason__title p {
	margin-bottom: 1.5vw;
	color: #1a1a1a;
	font-weight: bold;
	font-size: 2.5vw;
	line-height: 1;
}

.c-reason__txt h4 {
	margin-bottom: 1.6666666667vw;
	font-size: 2.6666666667vw;
	line-height: 3.5833333333vw;
}

.c-reason__txt p {
	font-size: 1.6666666667vw;
	line-height: 3vw;
}

.c-reason__txt span {
	display: block;
	margin-top: 3.75vw;
	font-size: 1.1666666667vw;
}

#r01 {
	height: 71.1666666667vw;
	margin-bottom: 5.3333333333vw;
	background: url(../img/pc/r01.png) no-repeat center 0/100%;
}

#r01 .c-reason__txt {
	margin-bottom: 3.3333333333vw;
}

#r01 .c-reason__ex {
	width: 75.9166666667vw;
	margin-left: -0.8333333333vw;
}

#r02 {
	height: 108.8333333333vw;
	margin-bottom: 6.25vw;
	background: url(../img/pc/r02.png) no-repeat center 0/100%;
}

#r02 .c-reason__title {
	padding-left: 34.8333333333vw;
}

#r02 .c-reason__txt {
	margin-bottom: 7.75vw;
	padding-left: 34.8333333333vw;
}

#r02 .c-reason__sys {
	width: 73.5vw;
	margin-bottom: 0.25vw;
}

#r02 .c-reason__follow {
	border: 0.1666666667vw solid #008B96;
}

#r02 .c-reason__follow h3 {
	height: 3.5833333333vw;
	padding: 0.334vw 0 0 1.251vw;
	background: #008B96;
	color: #fff;
	font-size: 1.8333333333vw;
}

#r02 .c-reason__follow p {
	width: 48.6666666667vw;
	font-size: 1.6666666667vw;
	line-height: 3vw;
	letter-spacing: 0.04em;
}

#r02 .c-reason__flex {
	padding: 2.6666666667vw 0 1.3333333333vw 1.3333333333vw;
}

#r02 .c-reason__flex p {
	width: 48.6666666667vw;
	font-size: 1.6666666667vw;
	line-height: 3vw;
	letter-spacing: 0.04em;
}

#r02 .c-reason__img {
	width: 20.75vw;
	margin: 0 1.8333333333vw 0 0;
}

#r03 {
	height: 49.9166666667vw;
	margin-bottom: 6vw;
	background: url(../img/pc/r03.png) no-repeat center 0/100%;
}

#r03 .c-reason__txt p {
	width: 38.3333333333vw;
}

#r03 .c-reason__img {
	position: absolute;
	top: -1.25vw;
	right: 4.8333333333vw;
	width: 33.5833333333vw;
}

#r04 {
	height: 47.8333333333vw;
	background: url(../img/pc/r04.png) no-repeat center 0/100%;
}

#r04 .c-reason__title {
	padding-top: 0.4166666667vw;
	padding-left: 34.8333333333vw;
}

#r04 .c-reason__img {
	display: flex;
	position: absolute;
	bottom: 1.75vw;
	left: 2.25vw;
}

#r04 .c-reason__img img {
	display: block;
	width: 11.6666666667vw;
	margin-right: 0.6666666667vw;
}

#r04 .c-reason__txt {
	margin-bottom: 7.75vw;
	padding-left: 34.8333333333vw;
}

.c-fukidashi {
	padding: 30px 25px;
	padding: 2.502vw 2.085vw;
	font-size: 1.8rem;
	font-size: 1.501vw;
}

.c-fukidashi::before {
	bottom: -24px;
	bottom: -2.002vw;
	border-width: 25px 25px 0 0;
	border-width: 2.085vw 2.085vw 0 0;
}

.c-fukidashi p {
	font-size: 2rem;
	font-size: 1.668vw;
}

.c-use-box {
	margin: 1.668vw;
	padding: 1.668vw;
}

.c-use-box__ttl {
	padding: 20px 10px;
	padding: 1.668vw 0.834vw;
	font-size: 2.7rem;
	font-size: 2.252vw;
	line-height: 1;
}

.c-use-box__ttl img {
	margin-bottom: -5px;
	margin-bottom: -0.417vw;
	padding-right: 10px;
	padding-right: 0.834vw;
}

.c-use-box__txt {
	padding: 0 10px;
	padding: 0 0.834vw;
	font-size: 1.668vw;
}

.c-box--green .c-box__ttl {
	font-size: 2.085vw;
}

.c-box--green .c-box__body {
	font-size: 2.002vw;
}

.c-box__ttl {
	font-size: 1.668vw;
}

.c-box__body {
	font-size: 1.668vw;
}

.c-qa-list__q {
	padding: 0.8333333333vw 0 1.5833333333vw 6.5vw;
	border-bottom: 1px solid #008B96;
	background: url(../img/pc/q.png) no-repeat 1.668vw 1.251vw/4.003vw;
	color: #008B96;
	font-weight: bold;
	font-size: 2.4166666667vw;
}

.c-qa-list__a {
	margin-bottom: 2.0833333333vw;
	padding: 1.0833333333vw 0 1.5833333333vw 6.5vw;
	background: url(../img/pc/a.png) no-repeat 2.9166666667vw 1.25vw/2.5vw;
	background: url(../img/pc/a.png) no-repeat 2.669vw 1.251vw/2.919vw;
	font-size: 1.6666666667vw;
	line-height: 3.1666666667vw;
}

.c-line {
	width: 76.8333333333vw;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 2.6666666667vw;
	border: 0.3333333333vw solid #008B96;
}

.c-line__ttl {
	position: relative;
	top: -2.75vw;
	width: 51.1666666667vw;
	height: 5.1666666667vw;
	margin: 0 auto 1.5vw;
	padding: 0.8333333333vw 0 0;
	border-radius: 100vh;
	background: #008B96;
	color: #fff;
	font-size: 3.3333333333vw;
	line-height: 1.1em;
	letter-spacing: 0.06em;
	text-align: center;
}

.c-line__ttl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -1.5vw;
	left: 0;
	width: 0.3333333333vw;
	height: 1.5vw;
	margin: 0 auto;
	background: #008B96;
	content: "";
}

.c-line__txt {
	font-size: 2vw;
}

.c-line__txt strong {
	margin-bottom: 1vw;
	padding: 0 0 0.4166666667vw;
	border-bottom: 1px solid #000;
}

.c-line__row {
	margin: 3vw 0 0 7.0833333333vw;
}

.c-line__qr {
	width: 16vw;
	margin-right: 2.9166666667vw;
	padding-top: 1.25vw;
}

.c-line__staff {
	width: 39.5vw;
}

.p-footer {
	padding: 4.1666666667vw 0 3.3333333333vw;
	text-align: center;
}

.p-footer p {
	margin-bottom: 2.3333333333vw;
	font-size: 1.5vw;
}

.p-footer small {
	font-size: 1.5vw;
}

.p-sec03__img img {
	width: 943px;
	width: 78.649vw;
}

.p-sec03__box {
	max-width: 1015px;
	max-width: 84.654vw;
	margin: 10px auto 0;
	margin: 10px auto 0;
}

.p-sec04::before {
	width: 600px;
	height: 550px;
}

.p-sec04::after {
	width: 590px;
	height: 444px;
}

.p-sec04__ttl .jp {
	padding-right: 75px;
	padding-right: 6.255vw;
	padding-left: 75px;
	padding-left: 6.255vw;
}

.p-sec04__ttl .jp::before {
	bottom: 5px;
	bottom: 0.417vw;
	left: 75px;
	left: 6.255vw;
	width: 265px;
	width: 22.102vw;
	height: 20px;
	height: 1.668vw;
}

.p-sec04__ttl .jp span::before,
.p-sec04__ttl .jp span::after {
	width: 4.587vw;
	height: 0.083vw;
}

.p-sec04__desc {
	font-size: 2.4rem;
	font-size: 2.002vw;
}

.p-sec04__row {
	margin-top: 40px;
	margin-top: 3.336vw;
}

.p-sec04__row + .p-sec04__row {
	margin-top: 25px;
	margin-top: 2.085vw;
}

.p-sec04__item picture img {
	margin-top: 25px;
	margin-top: 2.085vw;
}

.p-sec04__video {
	margin-top: 60px;
	margin-top: 5.004vw;
}

.p-sec04__fukidashi {
	min-width: 120px;
	min-width: 10.008vw;
}

.p-sec05 {
	padding: 6.6666666667vw 0 8.3333333333vw;
}

.p-sec05__reason {
	margin-top: 3.753vw;
}

.p-sec06__head {
	min-height: 10.008vw;
	margin-bottom: 2.085vw;
	font-size: 2.002vw;
}

.p-sec06__head .en {
	font-size: 8.34vw;
}

.p-sec06__head .jp {
	font-size: 2.669vw;
}

.p-sec06__head .la {
	font-size: 3.503vw;
}

.p-sec07__ttl {
	min-height: 10.008vw;
	margin-bottom: 5.004vw;
	font-size: 3.837vw;
}

.p-sec07__ttl .round::before {
	top: -2.335vw;
	left: 0;
	font-size: 2.2rem;
}

.p-sec07__ttl .round {
	font-size: 7.59vw;
}

.p-sec07__box-item:nth-of-type(1)::after {
	bottom: -5.838vw;
	left: 4.17vw;
	width: 16.681vw;
	height: 5.671vw;
}

.p-sec07__box-item:nth-of-type(2)::after {
	right: 4.17vw;
	bottom: -5.838vw;
	width: 16.681vw;
	height: 5.671vw;
}

.p-sec08 {
	padding: 120px 0 80px;
	padding: 10.008vw 0 6.672vw;
}

.p-sec08__ttl {
	min-height: 120px;
	min-height: 10.008vw;
}

.p-sec08__ttl .en {
	bottom: 10px;
	bottom: 0.834vw;
	font-size: 14rem;
	font-size: 11.676vw;
}

.p-sec08__ttl .jp {
	bottom: 10px;
	bottom: 0.834vw;
	font-size: 4vw;
}

.p-sec08__row {
	margin-top: 60px;
	margin-top: 5.004vw;
}

.p-sec08__img img {
	width: 400px;
	width: 33.361vw;
}

.p-sec08__table h3 {
	width: 461px;
	width: 38.449vw;
	margin: 0 0 14px 9px;
	margin: 0 0 1.168vw 0.751vw;
}

.p-sec08__table {
	padding: 13px 15px 0;
	padding: 1.084vw 1.251vw 0;
}

.p-sec08__desc {
	font-size: 1.6rem;
	font-size: 1.334vw;
}

.p-sec08__detail {
	width: 918px;
	width: 76.564vw;
	margin: 58px auto 0;
}

.p-sec08__detail li {
	width: 300px;
	width: 25.021vw;
}

.p-sec09 {
	padding: 64px 0;
	padding: 5.338vw 0;
}

.p-sec09__box {
	padding: 20px 0 36px;
	padding: 1.668vw 0 3.003vw;
	padding-bottom: 40px;
	padding-bottom: 3.336vw;
}

.p-sec09__ttl {
	width: 788px;
	width: 65.721vw;
	margin: 0 auto 10px;
	margin: 0 auto 0.834vw;
}

.p-sec09__body {
	font-size: 2rem;
	font-size: 1.668vw;
}

.p-sec10__list {
	width: 83.3333333333vw;
}

.p-sec10__list dt {
	width: 25.8333333333vw;
}

.p-sec10__list dd {
	width: 57.5vw;
	padding: 0 1.6666666667vw 0 2.5vw;
}

.p-sec10__txt {
	font-size: 1.6666666667vw;
	line-height: 2.75vw;
}

.p-sec10__txt em {
	font-style: normal;
	font-size: 2.1666666667vw;
}

.p-sec10__desc {
	display: block;
	margin-top: 0.4166666667vw;
	font-size: 1.1666666667vw;
	line-height: 1.6666666667vw;
	letter-spacing: 0.08em;
}

.p-sec12 {
	height: 78.3333333333vw;
	padding: 2.25vw 0 0;
	background: url(../img/pc/bg06.jpg) no-repeat center 0/166.6666666667vw;
}

.p-sec12__ttl {
	width: 83.25vw;
	margin: 0 auto -4.5833333333vw;
}

.p-sec12__body {
	width: 63.25vw;
	margin: 0 auto;
}

.p-sec03-box__inner {
	max-width: 800px;
	max-width: 66.722vw;
	padding: 60px 15px;
	padding: 5.004vw 1.251vw;
}

.p-sec03-box__head {
	font-size: 4.6rem;
	font-size: 3.837vw;
}

.p-sec03-box__head .txt-xs {
	margin-right: 10px;
	margin-right: 0.834vw;
	font-size: 3.6rem;
	font-size: 3.003vw;
}

.p-sec03-box__head .txt-sm {
	font-size: 4.1rem;
	font-size: 3.42vw;
}

.p-sec03-box__tag {
	position: absolute;
	top: 130px;
	top: 10.842vw;
	right: -125px;
	right: -10.425vw;
	content: "";
}

.p-sec03-box__tag picture img {
	width: 168.5px;
	width: 14.053vw;
}

.p-sec03-box__tag picture + picture {
	margin-top: 20px;
	margin-top: 1.668vw;
}

.p-sec03-box__img {
	max-width: 656px;
	max-width: 54.712vw;
	margin: 40px auto 35px;
	margin: 3.336vw auto 2.919vw;
}

.p-sec03-box__txt {
	width: 63.386vw;
	margin: 0 auto;
	padding: 0 1.5vw;
	font-size: 1.6666666667vw;
	line-height: 4.3333333333vw;
}

.p-sec03-box__desc {
	margin-top: 40px;
	margin-top: 3.336vw;
	font-size: 1.2rem;
	font-size: 1.001vw;
}

.p-sec05-box03__img {
	position: absolute;
	top: -30px;
	right: 75px;
	width: 26%;
}

}

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

.c-floating-btn img {
	width: 174px;
}

.c-ttl {
	min-height: 120px;
}

.c-ttl .en {
	font-size: 10rem;
}

.c-ttl .jp {
	bottom: 10px;
	font-size: 4.2rem;
}

.c-reason__inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 50px 0 50px;
}

.c-reason__title {
	margin-bottom: 36px;
}

.c-reason__title h3 {
	color: #008b96;
	font-size: 100px;
}

.c-reason__title p {
	margin-bottom: 18px;
	color: #1a1a1a;
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
}

.c-reason__txt h4 {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 43px;
}

.c-reason__txt p {
	font-size: 20px;
	line-height: 36px;
}

.c-reason__txt span {
	display: block;
	margin-top: 45px;
	font-size: 14px;
}

#r01 {
	height: 854px;
	margin-bottom: 64px;
	background: url(../img/pc/r01.png) no-repeat center 0/100%;
}

#r01 .c-reason__txt {
	margin-bottom: 40px;
}

#r01 .c-reason__ex {
	width: 911px;
	margin-left: -10px;
}

#r02 {
	height: 1306px;
	margin-bottom: 75px;
	background: url(../img/pc/r02.png) no-repeat center 0/100%;
}

#r02 .c-reason__title {
	padding-left: 418px;
}

#r02 .c-reason__txt {
	margin-bottom: 93px;
	padding-left: 418px;
}

#r02 .c-reason__sys {
	width: 882px;
	margin-bottom: 3px;
}

#r02 .c-reason__follow {
	border: 2px solid #008B96;
}

#r02 .c-reason__follow h3 {
	height: 43px;
	padding: 4px 0 0 15px;
	background: #008B96;
	color: #fff;
	font-size: 22px;
}

#r02 .c-reason__follow p {
	width: 74.6666666667vw;
	margin: 0 auto;
	line-height: 5.6vw;
	letter-spacing: 0.04em;
}

#r02 .c-reason__flex {
	padding: 32px 0 16px 16px;
}

#r02 .c-reason__flex p {
	width: 584px;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.04em;
}

#r02 .c-reason__img {
	width: 249px;
	margin: 0 22px 0 0;
}

#r03 {
	height: 599px;
	margin-bottom: 72px;
	background: url(../img/pc/r03.png) no-repeat center 0/100%;
}

#r03 .c-reason__txt p {
	width: 460px;
}

#r03 .c-reason__img {
	position: absolute;
	top: -15px;
	right: 58px;
	width: 403px;
}

#r04 {
	height: 574px;
	background: url(../img/pc/r04.png) no-repeat center 0/100%;
}

#r04 .c-reason__title {
	padding-top: 5px;
	padding-left: 418px;
}

#r04 .c-reason__img {
	display: flex;
	position: absolute;
	bottom: 21px;
	left: 27px;
}

#r04 .c-reason__img img {
	display: block;
	width: 140px;
	margin-right: 8px;
}

#r04 .c-reason__txt {
	margin-bottom: 93px;
	padding-left: 418px;
}

.c-fukidashi {
	padding: 30px 25px;
	font-size: 1.8rem;
}

.c-fukidashi::before {
	bottom: -24px;
	border-width: 25px 25px 0 0;
}

.c-fukidashi p {
	font-size: 2rem;
}

.c-use-box {
	margin: 20px;
	padding: 20px;
}

.c-use-box__ttl {
	padding: 20px 10px;
	font-size: 2.7rem;
	line-height: 1;
}

.c-use-box__ttl img {
	margin-bottom: -5px;
	padding-right: 10px;
}

.c-use-box__txt {
	font-size: 2rem;
}

.c-box--green .c-box__ttl {
	font-size: 2.5rem;
}

.c-box--green .c-box__body {
	font-size: 2.4rem;
}

.c-box__ttl {
	font-size: 2rem;
}

.c-box__body {
	font-size: 2rem;
}

.c-qa-list__q {
	padding: 10px 0 19px 78px;
	border-bottom: 1px solid #008B96;
	background: url(../img/pc/q.png) no-repeat 20px 15px/48px;
	color: #008B96;
	font-weight: bold;
	font-size: 2.9rem;
}

.c-qa-list__a {
	margin-bottom: 25px;
	padding: 13px 0 19px 78px;
	background: url(../img/pc/a.png) no-repeat 32px 15px/35px;
	font-size: 2rem;
	line-height: 38px;
}

.c-line {
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 32px;
	border: 4px solid #008B96;
}

.c-line__ttl {
	position: relative;
	top: -33px;
	width: 614px;
	height: 62px;
	margin: 0 auto 18px;
	padding: 15px 0 0;
	border-radius: 100vh;
	background: #008B96;
	color: #fff;
	font-size: 4rem;
	line-height: 0.9em;
	letter-spacing: 0.06em;
	text-align: center;
}

.c-line__ttl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -18px;
	left: 0;
	width: 4px;
	height: 18px;
	margin: 0 auto;
	background: #008B96;
	content: "";
}

.c-line__txt {
	font-size: 2.4rem;
}

.c-line__txt strong {
	margin-bottom: 12px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
}

.c-line__row {
	margin: 36px 0 0 85px;
}

.c-line__qr {
	width: 192px;
	margin-right: 35px;
	padding-top: 15px;
}

.c-line__staff {
	width: 474px;
}

.p-footer {
	padding: 50px 0 40px;
	text-align: center;
}

.p-footer p {
	margin-bottom: 28px;
	font-size: 1.8rem;
}

.p-footer small {
	font-size: 1.8rem;
}

.p-sec03__img img {
	width: 943px;
}

.p-sec03__box {
	max-width: 1015px;
	margin: 10px auto 0;
}

.p-sec04::before {
	width: 893px;
	height: 819px;
}

.p-sec04::after {
	width: 812px;
	height: 611px;
}

.p-sec04__ttl .jp {
	padding-right: 75px;
	padding-left: 75px;
}

.p-sec04__ttl .jp::before {
	bottom: 5px;
	left: 75px;
	width: 265px;
	height: 20px;
}

.p-sec04__ttl .jp span::before,
.p-sec04__ttl .jp span::after {
	width: 55px;
	height: 1px;
}

.p-sec04__desc {
	font-size: 2.4rem;
}

.p-sec04__row {
	margin-top: 40px;
}

.p-sec04__row + .p-sec04__row {
	margin-top: 25px;
}

.p-sec04__item picture img {
	margin-top: 25px;
}

.p-sec04__video {
	margin-top: 60px;
}

.p-sec04__fukidashi {
	min-width: 120px;
}

.p-sec05 {
	padding: 80px 0 100px;
}

.p-sec05__reason {
	margin-top: 45px;
}

.p-sec06__head {
	min-height: 120px;
	margin-bottom: 25px;
	font-size: 2.4rem;
}

.p-sec06__head .en {
	font-size: 10rem;
}

.p-sec06__head .jp {
	font-size: 3.2rem;
}

.p-sec06__head .la {
	font-size: 4.2rem;
}

.p-sec07__ttl {
	min-height: 120px;
	margin-bottom: 60px;
	font-size: 4.6rem;
}

.p-sec07__ttl .round::before {
	top: -28px;
	left: 0;
	font-size: 2.2rem;
}

.p-sec07__ttl .round {
	font-size: 9.1rem;
}

.p-sec07__box-item:nth-of-type(1)::after {
	bottom: -70px;
	left: 50px;
	width: 200px;
	height: 68px;
}

.p-sec07__box-item:nth-of-type(2)::after {
	right: 50px;
	bottom: -70px;
	width: 200px;
	height: 68px;
}

.p-sec08 {
	padding: 120px 0 80px;
}

.p-sec08__ttl {
	min-height: 120px;
}

.p-sec08__ttl .en {
	bottom: 10px;
	font-size: 14rem;
}

.p-sec08__ttl .jp {
	bottom: 10px;
	font-size: 4.2rem;
}

.p-sec08__row {
	margin-top: 60px;
}

.p-sec08__img img {
	width: 400px;
}

.p-sec08__table h3 {
	width: 461px;
	margin: 0 0 14px 9px;
}

.p-sec08__table {
	padding: 13px 15px 0;
}

.p-sec08__desc {
	font-size: 1.6rem;
}

.p-sec08__detail {
	width: 918px;
	margin: 4.837vw auto 0;
}

.p-sec08__detail li {
	width: 300px;
}

.p-sec09 {
	padding: 64px 0;
}

.p-sec09__box {
	padding: 20px 0 36px;
	padding-bottom: 40px;
}

.p-sec09__ttl {
	width: 788px;
	margin: 0 auto 10px;
}

.p-sec09__body {
	font-size: 2rem;
}

.p-sec10__list {
	width: 100%;
}

.p-sec10__list dt {
	width: 300px;
}

.p-sec10__list dd {
	width: 690px;
	padding: 0 20px 0 30px;
}

.p-sec10__txt {
	font-size: 2rem;
	line-height: 33px;
}

.p-sec10__txt em {
	font-style: normal;
	font-size: 2.6rem;
}

.p-sec10__desc {
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 20px;
	letter-spacing: 0.08em;
}

.p-sec12 {
	height: 940px;
	padding: 27px 0 0;
	background: url(../img/pc/bg06.jpg) no-repeat center 0;
}

.p-sec12__ttl {
	width: 999px;
	margin: 0 auto -55px;
}

.p-sec12__body {
	width: 759px;
	margin: 0 auto;
}

.p-sec03-box__inner {
	max-width: 800px;
	padding: 60px 15px;
}

.p-sec03-box__head {
	font-size: 4.6rem;
}

.p-sec03-box__head .txt-xs {
	margin-right: 10px;
	font-size: 3.6rem;
}

.p-sec03-box__head .txt-sm {
	font-size: 4.1rem;
}

.p-sec03-box__tag {
	position: absolute;
	top: 130px;
	right: -125px;
	content: "";
}

.p-sec03-box__tag picture img {
	width: 168.5px;
}

.p-sec03-box__tag picture + picture {
	margin-top: 20px;
}

.p-sec03-box__img {
	max-width: 656px;
	margin: 40px auto 35px;
}

.p-sec03-box__txt {
	width: 760px;
	margin: 0 auto;
	padding: 0 18px;
	background: url(../img/pc/dot.png) repeat 0 0/6px;
	font-size: 20px;
	line-height: 52px;
}

.p-sec03-box__desc {
	margin-top: 40px;
	font-size: 1.2rem;
}

}

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

.c-cta__img1 {
	top: -2vw;
	left: -2vw;
	max-width: 15vw;
}

.c-cta__head .text0 {
	font-size: 4.6vw;
}

.c-cta__left {
	padding: 0 2vw;
	padding-top: 4vw;
}

.c-cta__right {
	padding: 0 2vw;
}

.c-cta__right .text1 {
	font-size: 2.6vw;
}

.c-cta__right .text1-1 {
	font-size: 3.6vw;
}

.c-cta__right .text1-1:before {
	height: 0.3vw;
}

.c-cta__right .text1-2 {
	padding-left: 1vw;
	font-size: 2.2vw;
}

.c-cta__right .text2 {
	margin-top: -2vw;
}

.c-cta__right .text2-1 {
	font-size: 1.8em;
}

.c-cta__right .text2-1-1 {
	padding: 10px;
	padding: 1vw;
	font-size: 39.6px;
	font-size: 3.96vw;
}

.c-cta__right .text2-2 {
	font-size: 110px;
	font-size: 11vw;
}

.c-cta__right .text2-3 {
	font-size: 68px;
	font-size: 6.8vw;
}

.c-cta__right .text3-2 {
	font-size: 1.8vw;
	line-height: 1;
}

.c-cta__right .zei {
	font-size: 21.5px;
	font-size: 2.15vw;
}

.c-cta__orange-inner {
	font-size: 2.2vw;
}

.c-cta__b-name {
	font-size: 0.9em;
}

.c-cta__b-name .b-name1 {
	font-size: 2.2vw;
}

.c-cta__b-name .b-name2 {
	font-size: 3.4vw;
}

}

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

body {
	font-size: 1.6rem;
}

.is-pc {
	display: none !important;
}

.is-sp {
	display: block !important;
}

.l-floating-btn {
	right: 2.6666666667vw;
	bottom: 2.6666666667vw;
}

.c-float {
	padding: 5px 0 3px;
}

.c-float__img {
	bottom: -6px;
	bottom: -1.6vw;
	left: 10px;
	left: 2.667vw;
	width: 74px;
	width: 19.733vw;
	pointer-events: none;
}

.c-float__btn.c-btn input[type=submit] {
	width: 100%;
	max-width: 100%;
}

.c-float__btn {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
}

.c-float__btn.c-btn input[type=submit] {
	max-width: 100%;
	max-width: 100%;
	height: 42px;
	height: 11.2vw;
	background: url(../img/sp/btn-sp.svg) no-repeat center center;
	background-size: 90% auto;
}

.c-btn input[type=submit] {
	max-width: 300px;
	max-width: 80vw;
	height: 60px;
	height: 16vw;
	background: url(../img/sp/btn_cart.png) no-repeat center center;
	background-size: 90% auto;
}

.c-floating-btn img {
	width: 23.2vw;
}

.c-ttl {
	min-height: 40px;
	min-height: 10.667vw;
}

.c-ttl .en {
	font-weight: 500;
	font-size: 5.6rem;
	font-size: 14.933vw;
}

.c-ttl .jp {
	bottom: 0;
	font-size: 3rem;
	font-size: 8vw;
	line-height: 1.1;
}

.c-reason__inner {
	position: relative;
	width: 92vw;
	margin: 0 auto;
	padding: 8.6666666667vw 0 0 4vw;
}

.c-reason__title {
	margin-bottom: 6vw;
	white-space: nowrap;
}

.c-reason__title h3 {
	color: #008b96;
	font-size: 13.3333333333vw;
}

.c-reason__title p {
	margin-bottom: 2.1333333333vw;
	color: #1a1a1a;
	font-weight: bold;
	font-size: 4.8vw;
	line-height: 1;
}

.c-reason__txt {
	font-size: 3.4666666667vw;
}

.c-reason__txt h4 {
	margin-bottom: 2.6666666667vw;
	font-size: 4.2666666667vw;
	line-height: 6.1333333333vw;
}

.c-reason__txt p {
	line-height: 5.6vw;
}

.c-reason__txt span {
	display: block;
	margin-top: 1.7333333333vw;
	font-size: 2.6666666667vw;
}

#r01 {
	height: 180vw;
	margin-bottom: 10.6666666667vw;
	background: url(../img/sp/r01.png) no-repeat center 0/100%;
}

#r01 .c-reason__txt {
	margin-bottom: 4.8vw;
}

#r01 .c-reason__ex {
	width: 84.2666666667vw;
}

#r02 {
	height: 289.3333333333vw;
	margin-bottom: 10.6666666667vw;
	background: url(../img/sp/r02.png) no-repeat center 0/100%;
}

#r02 .c-reason__title {
	margin-bottom: 4vw;
	padding-left: 31.3333333333vw;
}

#r02 .c-reason__txt {
	margin-bottom: 4.9333333333vw;
}

#r02 .c-reason__txt h4 {
	margin-bottom: 4vw;
	padding-left: 31.3333333333vw;
}

#r02 .c-reason__sys {
	width: 83.7333333333vw;
	margin-bottom: 3.0666666667vw;
}

#r02 .c-reason__follow {
	margin-right: 4vw;
	border: 0.2666666667vw solid #008B96;
}

#r02 .c-reason__follow h3 {
	height: 13.0666666667vw;
	padding: 1.6vw 0 0 2vw;
	background: #008B96;
	color: #fff;
	font-weight: bold;
	font-size: 3.7333333333vw;
	line-height: 4.9333333333vw;
	text-align: center;
}

#r02 .c-reason__follow p {
	width: 584px;
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 0.04em;
}

#r02 .c-reason__flex {
	display: block;
	padding: 3.1333333333vw 0 3.8vw;
}

#r02 .c-reason__flex p {
	width: 74.6666666667vw;
	margin: 0 auto;
	font-size: 3.4666666667vw;
	line-height: 5.6vw;
	letter-spacing: 0.04em;
}

#r02 .c-reason__img {
	width: 42.6666666667vw;
	margin: 0 auto 3.4666666667vw;
}

#r03 {
	height: 183.7333333333vw;
	margin-bottom: 9.6vw;
	background: url(../img/sp/r03.png) no-repeat center 0/100%;
}

#r03 .c-reason__txt {
	margin-bottom: 3.4666666667vw;
}

#r03 .c-reason__img {
	width: 84vw;
}

#r04 {
	height: 114.6666666667vw;
	background: url(../img/sp/r04.png) no-repeat center 0/100%;
}

#r04 .c-reason__title {
	margin-top: -0.6666666667vw;
	margin-bottom: 2.4vw;
	padding-left: 28.6666666667vw;
}

#r04 .c-reason__img {
	display: flex;
	justify-content: flex-end;
	margin: 0 4vw 9.6vw 0;
}

#r04 .c-reason__img img {
	width: 24vw;
	margin-left: 1.3333333333vw;
}

#r04 .c-reason__txt h4 {
	margin-bottom: 0.6666666667vw;
	font-size: 4.9333333333vw;
	line-height: 6.8vw;
}

.c-fukidashi {
	padding: 20px 15px;
}

.c-fukidashi::before {
	top: 50%;
	right: -20px;
	right: -5.333vw;
	left: initial;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-width: 10px 0 0 20px;
	border-width: 2.667vw 0 0 5.333vw;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.c-fukidashi p {
	font-size: 1.2rem;
	font-size: 3.2vw;
}

.c-video {
	padding: 15px 25px 30px;
}

.c-video__ttl {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 1.7rem;
}

.c-video__ttl .txt-la {
	font-size: 2.6rem;
}

.c-video__ttl::before,
.c-video__ttl::after {
	width: 32px;
	height: 27.5px;
}

.c-video__row {
	display: block;
}

.c-video__item {
	width: 100%;
}

.c-video__item + .c-video__item {
	margin-top: 25px;
}

.c-use-box {
	margin: 0;
	padding: 5.333vw;
}

.c-use-box__ttl {
	padding: 10px 0;
	padding: 2.667vw 0;
	font-size: 1.9rem;
	font-size: 5.067vw;
	line-height: 1;
}

.c-use-box__ttl img {
	width: 40px;
	width: 10.667vw;
	margin-bottom: -1.333vw;
	padding-right: 2.667vw;
}

.c-use-box__txt {
	padding: 0 10px;
	padding: 0 2.667vw;
	font-size: 1.4rem;
	font-size: 3.733vw;
}

.c-cta {
	padding: 60px 0 20px;
	padding: 16vw 0 5.333vw;
}

.c-cta__inner {
	width: 94.8vw;
	margin: 0 0 0 1.3333333333vw;
}

.c-cta__content {
	margin-bottom: 30px;
	margin-bottom: 8vw;
}

.c-cta__img1 {
	width: 30%;
}

.c-cta__head {
	margin-bottom: 10px;
	margin-bottom: 2.667vw;
}

.c-cta__head .text0 {
	font-size: 18px;
	font-size: 4.8vw;
}

.c-cta__box {
	padding-left: 32%;
	text-align: right;
}

.c-cta__left {
	width: 30%;
	padding: 0 10px;
	padding: 0 2.667vw;
}

.c-cta__right {
	width: 70%;
	padding-right: 15px;
	padding-right: 4vw;
	padding-left: 0;
}

.c-cta__right .text1 {
	padding-bottom: 10px;
	padding-bottom: 2.667vw;
	font-size: 12px;
	font-size: 3.2vw;
}

.c-cta__right .text1-1 {
	font-size: 15.6px;
	font-size: 4.16vw;
}

.c-cta__right .text1-2 {
	padding-left: 10px;
	padding-left: 2.667vw;
	font-size: 10px;
	font-size: 2.667vw;
}

.c-cta__right .text2-1.is-pc {
	display: none !important;
}

.c-cta__right .text2-1-1 {
	display: block;
	margin-bottom: 0;
	font-size: 19px;
	font-size: 5.067vw;
	line-height: 1;
	text-align: center;
}

.c-cta__right .text2-2 {
	font-size: 10.4vw;
}

.c-cta__right .text2-3 {
	font-size: 6.4vw;
}

.c-cta__right .text3 {
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 2em;
	line-height: 0;
}

.c-cta__right .gentei {
	display: block;
	padding: 3.6px;
	padding: 0.96vw;
	border: 2px solid;
	border: 2px solid;
	border-radius: 40px;
	border-radius: 10.667vw;
	font-size: 12px;
	font-size: 3.2vw;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}

.c-cta__right .zei {
	font-size: 10px;
	font-size: 2.667vw;
}

.c-cta__orange.is-pc {
	display: none !important;
}

.c-cta__orange.is-sp {
	display: table !important;
}

.c-cta__orange-inner {
	font-size: 12px;
	font-size: 3.2vw;
	line-height: 1.2;
}

.c-cta__b-name {
	padding-bottom: 0;
	line-height: 1;
	text-align: right;
}

.c-cta__b-name .b-name1 {
	padding-bottom: 6px;
	padding-bottom: 1.6vw;
	font-size: 10px;
	font-size: 2.667vw;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
}

.c-cta__b-name .b-name2 {
	padding-bottom: 0;
	padding-left: 4px;
	padding-left: 1.067vw;
	font-size: 18px;
	font-size: 4.8vw;
	line-height: initial;
}

.c-cta__b-name .logo {
	width: 50px;
	width: 13.333vw;
}

.c-cta__flex {
	display: none;
}

.c-cta__bottom {
	margin-top: 0;
}

.c-cta__btn {
	margin-top: 10px;
	margin-top: 2.667vw;
}

.c-box--green .c-box__ttl {
	font-size: 1.8rem;
	font-size: 4.8vw;
}

.c-box--green .c-box__body {
	font-size: 1.7rem;
	font-size: 4.533vw;
}

.c-box__ttl {
	font-size: 1.4rem;
	font-size: 3.733vw;
}

.c-box__body {
	font-size: 1.4rem;
	font-size: 3.733vw;
}

.c-table {
	width: 92vw;
	margin-right: auto;
	margin-left: auto;
}

.c-table th,
.c-table td {
	font-size: 3.2vw;
	line-height: 4.2666666667vw;
}

.c-qa-list__q {
	position: relative;
	padding: 1.3333333333vw 0 0.2666666667vw;
	border-bottom: 1px solid #008B96;
	color: #008B96;
	font-weight: bold;
	font-size: 4.4vw;
	line-height: 5.7333333333vw;
	white-space: nowrap;
}

.c-qa-list__q::before {
	display: block;
	position: absolute;
	left: -10vw;
	width: 7.3333333333vw;
	height: 6.2666666667vw;
	background: url(../img/sp/q.png) no-repeat 0 0/100%;
	content: "";
}

.c-qa-list__a {
	position: relative;
	margin-bottom: 2.4vw;
	padding: 4.8vw 0 2.5333333333vw;
	font-size: 3.4666666667vw;
	line-height: 5.6vw;
}

.c-qa-list__a::before {
	display: block;
	position: absolute;
	left: -7.7333333333vw;
	width: 5.7333333333vw;
	height: 4.8vw;
	background: url(../img/sp/a.png) no-repeat 0 0/100%;
	content: "";
}

.c-line {
	width: 92vw;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 5.7333333333vw;
	border: 0.5333333333vw solid #008B96;
}

.c-line__ttl {
	position: relative;
	top: -4.4vw;
	width: 81.8666666667vw;
	height: 8.2666666667vw;
	margin: 0 auto 1.3333333333vw;
	padding: 1.3333333333vw 0 0;
	border-radius: 100vh;
	background: #008B96;
	color: #fff;
	font-size: 5.3333333333vw;
	letter-spacing: 0.06em;
	text-align: center;
}

.c-line__ttl::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -2.4vw;
	left: 0;
	width: 0.5333333333vw;
	height: 2.4vw;
	margin: 0 auto;
	background: #008B96;
	content: "";
}

.c-line__txt {
	font-size: 3.4666666667vw;
	line-height: 5.0666666667vw;
}

.c-line__txt strong {
	margin-bottom: 1.6vw;
	padding: 0 0 0.6666666667vw;
	border-bottom: 1px solid #000;
	font-size: 3.7333333333vw;
	line-height: 5.7333333333vw;
}

.c-line__row {
	display: block;
	margin: 2.6666666667vw 0 0;
}

.c-line__staff {
	width: 100%;
	margin: 0 auto 2.6666666667vw;
	text-align: center;
}

.c-line__btn {
	width: 84vw;
	margin: 0 auto;
	filter: drop-shadow(0.4vw 0.4vw 0.4vw rgba(0, 0, 0, 0.4));
}

.p-header {
	height: 64px;
}

.p-header__logo img {
	width: 60px;
}

.p-footer {
	padding: 5.3333333333vw 0 5.3333333333vw;
	text-align: center;
}

.p-footer p {
	margin-bottom: 2.9333333333vw;
	font-size: 3.2vw;
}

.p-footer small {
	font-size: 3.2vw;
}

.p-fv {
	height: calc(100vh - 64px);
}

.p-fv__img {
	padding: 0 20px;
}

.p-fv__img img {
	max-width: 80%;
}

.p-sec01 {
	padding: 60px 0;
	background: url(../img/sp/bg-archive.webp) no-repeat top center/cover;
}

.p-sec02 {
	background: url(../img/sp/bg-trouble.webp) no-repeat center center/cover;
}

.p-sec03__img::after {
	position: absolute;
	bottom: -40px;
	bottom: -10.667vw;
	left: 50%;
	width: 11.5px;
	width: 3.067vw;
	height: 60px;
	height: 16vw;
	transform: translateX(-50%);
	background: url(../img/sp/arrow-solve.webp) no-repeat center center/cover;
	content: "";
}

.p-sec03__bg {
	padding: 0 15px;
	padding: 0 4vw;
	background: url(../img/sp/bg-solve.webp) no-repeat center center/cover;
}

.p-sec04 {
	padding: 80px 15px 60px;
	padding: 21.333vw 4vw 16vw;
}

.p-sec04::before {
	display: none;
}

.p-sec04::after {
	display: none;
}

.p-sec04__ttl .jp {
	padding-right: 55px;
	padding-right: 14.667vw;
	padding-left: 55px;
	padding-left: 14.667vw;
}

.p-sec04__ttl .jp::before {
	bottom: 2px;
	bottom: 0.533vw;
	left: 55px;
	left: 14.667vw;
	width: 165px;
	width: 44vw;
	height: 12.4px;
	height: 3.307vw;
}

.p-sec04__ttl .jp span::before,
.p-sec04__ttl .jp span::after {
	width: 45px;
	width: 12vw;
	height: 1px;
	height: 0.267vw;
}

.p-sec04__desc {
	font-size: 1.8rem;
	font-size: 4.8vw;
}

.p-sec04__row {
	display: block;
	margin-top: 30px;
	margin-top: 8vw;
	padding: 0 5px;
	padding: 0 1.333vw;
}

.p-sec04__row + .p-sec04__row {
	margin-top: 25px;
	margin-top: 6.667vw;
}

.p-sec04__item picture {
	width: 48%;
}

.p-sec04__item picture img {
	margin-top: 0;
}

.p-sec04__item {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.p-sec04__item--reverse {
	flex-direction: row-reverse;
}

.p-sec04__item--reverse .p-sec04__fukidashi {
	margin-right: 0;
	margin-left: 7%;
}

.p-sec04__item--reverse .c-fukidashi::before {
	top: 50%;
	bottom: initial;
	left: -20px;
	left: -5.333vw;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-width: 0 20px 10px 0;
	border-width: 0 5.333vw 2.667vw 0;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
}

.p-sec04__video {
	margin-top: 40px;
	margin-top: 10.667vw;
}

.p-sec04__fukidashi {
	width: 45%;
	margin-right: 7%;
	margin-bottom: 0;
}

.p-sec05 {
	padding: 60px 0 40px;
	padding: 16vw 0 10.667vw;
}

.p-sec05__ttl .jp {
	bottom: -25px;
}

.p-sec05__reason {
	margin-top: 60px;
	margin-top: 16vw;
}

.p-sec05__box01 {
	width: 90%;
	margin-top: 60px;
}

.p-sec05__box02,
.p-sec05__box03,
.p-sec05__box04 {
	width: 90%;
	margin: 40px auto;
}

.p-sec06 {
	padding: 80px 0 60px;
	padding: 21.333vw 0 16vw;
}

.p-sec06__content {
	max-width: 90%;
	margin: 0 auto;
}

.p-sec06__head {
	min-height: 10.667vw;
	margin-bottom: 4vw;
}

.p-sec06__head .en {
	bottom: 20px;
	bottom: 5.333vw;
	font-weight: 200;
	font-size: 6.4rem;
	font-size: 17.067vw;
}

.p-sec06__head .jp {
	font-size: 2.3rem;
	font-size: 6.133vw;
}

.p-sec06__head .la {
	font-size: 2.9rem;
	font-size: 7.733vw;
	line-height: 1.1;
}

.p-sec06__list {
	display: block;
}

.p-sec06__box + .p-sec06__box {
	margin-top: 25px;
	margin-top: 6.667vw;
}

.p-sec07 {
	padding: 60px 15px;
}

.p-sec07__ttl {
	margin-bottom: 20px;
	margin-bottom: 5.333vw;
	font-weight: 600;
	font-size: 26px;
	font-size: 6.933vw;
	text-align: center;
}

.p-sec07__ttl img {
	position: absolute;
	top: 20px;
	top: 5.333vw;
	left: calc(50% - 110px);
	left: calc(50% - 29.333vw);
	width: 85px;
	width: 22.667vw;
	transform: translateX(-50%);
}

.p-sec07__ttl .round::before {
	top: -12px;
	top: -3.2vw;
	left: 0;
	width: 100%;
	font-size: 1.6rem;
	font-size: 4.267vw;
}

.p-sec07__ttl .round {
	display: inline-block;
	margin-top: 5px;
	margin-top: 1.333vw;
	padding-bottom: 20px;
	padding-bottom: 5.333vw;
	font-size: 4.6rem;
	font-size: 12.267vw;
}

.p-sec07__row {
	padding-bottom: 40px;
	padding-bottom: 10.667vw;
}

.p-sec07__box-item:nth-of-type(1)::after {
	bottom: -35px;
	bottom: -9.333vw;
	left: 25px;
	left: 6.667vw;
	width: 100px;
	width: 26.667vw;
	height: 34px;
	height: 9.067vw;
}

.p-sec07__box-item:nth-of-type(2)::after {
	right: 25px;
	right: 6.667vw;
	bottom: -35px;
	bottom: -9.333vw;
	width: 100px;
	width: 26.667vw;
	height: 34px;
	height: 9.067vw;
}

.p-sec07__img {
	margin-top: 13.333vw;
}

.p-sec08 {
	padding: 60px 15px;
}

.p-sec08__ttl {
	min-height: 40px;
	min-height: 10.667vw;
}

.p-sec08__ttl .en {
	bottom: 10px;
	bottom: 2.667vw;
	left: 20px;
	left: 5.333vw;
	font-weight: 500;
	font-size: 5.8rem;
	font-size: 15.467vw;
}

.p-sec08__ttl .jp {
	bottom: 0;
	font-size: 4.8vw;
	line-height: 1.1;
}

.p-sec08__row {
	display: block;
	margin-top: 60px;
	margin-top: 16vw;
}

.p-sec08__img {
	width: 100%;
}

.p-sec08__table h3 {
	width: 92vw;
	margin-right: auto;
	margin-left: auto;
}

.p-sec08__table {
	padding: 13px 15px 0;
	padding: 1.084vw 1.251vw 0;
}

.p-sec08__desc {
	font-size: 2.6666666667vw;
}

.p-sec08__detail {
	width: 92vw;
	margin: 15.467vw auto 0;
}

.p-sec08__detail li {
	width: 30vw;
}

.p-sec09 {
	padding: 64px 0;
	padding: 17.067vw 0;
}

.p-sec09__box {
	width: 92vw;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 0 36px;
	padding: 5.333vw 0 9.6vw;
}

.p-sec09__ttl {
	width: 87.4666666667vw;
	margin: 0 auto 3.3333333333vw;
}

.p-sec09__body {
	font-size: 1.4rem;
	font-size: 3.733vw;
}

.p-sec10 {
	padding: 80px 0 60px;
}

.p-sec10__list {
	width: 100%;
}

.p-sec10__list li {
	width: 92vw;
	margin-right: auto;
	margin-left: auto;
}

.p-sec10__list dl {
	display: block;
}

.p-sec10__list dt {
	text-align: center;
}

.p-sec10__list dt img {
	width: 100%;
}

.p-sec10__list dd {
	width: 92vw;
	padding: 2.1333333333vw 2.6666666667vw 1.7333333333vw 4vw;
}

.p-sec10__txt {
	font-size: 3.4666666667vw;
	line-height: 5.6vw;
	text-align: center;
}

.p-sec10__txt em {
	font-style: normal;
	font-size: 4.8vw;
}

.p-sec10__desc {
	display: block;
	margin-top: 0.9333333333vw;
	font-size: 2.6666666667vw;
	line-height: 4vw;
	letter-spacing: 0.08em;
}

.p-sec11 {
	padding: 80px 0 40px;
}

.p-sec11__ttl {
	margin-bottom: 9.8666666667vw;
}

.p-sec11__list {
	width: 82.6666666667vw;
	margin: 0 0 3.3333333333vw 14.1333333333vw;
}

.p-sec11__line {
	margin-top: 60px;
}

.p-sec12 {
	height: 201.3333333333vw;
	padding: 6.1333333333vw 0 0;
	background: url(../img/sp/bg06.jpg) no-repeat center 0/100%;
}

.p-sec12__ttl {
	width: 91.8666666667vw;
	margin: 0 auto 8vw;
}

.p-sec12__body {
	width: 92vw;
	margin: 0 auto;
}

.p-sec03-box {
	border-top: none;
}

.p-sec03-box__inner {
	padding: 40px 15px;
	padding: 10.667vw 4vw;
}

.p-sec03-box__head {
	font-size: 2.8rem;
	font-size: 7.467vw;
}

.p-sec03-box__head .txt-xs {
	margin-right: 0;
	margin-left: 6px;
	margin-left: 1.6vw;
	font-size: 1.8rem;
	font-size: 4.8vw;
}

.p-sec03-box__head .txt-sm {
	font-size: 2rem;
	font-size: 5.333vw;
}

.p-sec03-box__tag {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.p-sec03-box__tag picture img {
	width: 90px;
}

.p-sec03-box__tag picture + picture {
	margin-top: 0;
	margin-left: 20px;
	margin-left: 5.333vw;
}

.p-sec03-box__img {
	width: 95%;
	margin-top: 20px;
	margin-top: 5.333vw;
	margin-bottom: 15px;
	margin-bottom: 4vw;
}

.p-sec03-box__txt {
	width: 84.1333333333vw;
	margin: 0 auto;
	padding: 0 2.6666666667vw 0 0;
	background: url(../img/sp/dot.png) repeat 0 0/100%;
	line-height: 7.7333333333vw;
	letter-spacing: 0.06em;
}

.p-sec03-box__desc {
	margin-top: 25px;
	font-size: 1rem;
}

.p-sec05-box01__inner {
	padding: 20px;
	background: url(../img/sp/shori@2x-sp.jpg) no-repeat top right;
	background-position: right top;
	background-size: auto 50%;
}

.p-sec05-box01__head .num {
	top: -16px;
	left: 0;
	font-size: 14rem;
}

.p-sec05-box01__head .txt-sm {
	font-size: 1.8rem;
}

.p-sec05-box01__head .txt-la {
	font-size: 4rem;
}

.p-sec05-box01__txt .ttl {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.p-sec05-box01__txt p {
	width: 100%;
	font-size: 1.4rem;
}

.p-sec05-box01__desc {
	margin-top: 5px;
	font-size: 1.1rem;
}

.p-sec05-box01__img {
	top: 150px;
	right: 0;
	max-width: 30%;
}

.p-sec05-box01__min-box {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.p-sec05-box02__inner {
	padding: 20px;
	background-position: left top;
	background-size: auto 50%;
}

.p-sec05-box02__head {
	text-align: right;
}

.p-sec05-box02__head .num {
	top: -16px;
	right: 0px;
	left: 0;
	font-size: 14rem;
}

.p-sec05-box02__head .txt-sm {
	font-size: 1.8rem;
}

.p-sec05-box02__head .txt-la {
	font-size: 4rem;
}

.p-sec05-box02__txt .ttl span {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
}

.p-sec05-box02__txt p {
	width: 100%;
	font-size: 1.4rem;
}

.p-sec05-box02__min-box {
	display: block;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.p-sec05-box02__min-box .sys-img {
	display: block;
	max-width: 250px;
	margin: 0 auto;
}

.p-sec05-box02__follow {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 0;
	border: 5px solid #038b96;
}

.p-sec05-box02__follow .ttl {
	font-size: 16px;
	line-height: 1.35;
	text-align: center;
}

.p-sec05-box02__follow .text {
	display: block;
}

.p-sec05-box02__follow .box {
	padding: 20px 10px 0;
	text-align: center;
}

.p-sec05-box02__follow .box img {
	max-width: 150px;
}

.p-sec05-box02__follow .box p {
	padding-bottom: 20px;
	font-size: 1.4rem;
}

.p-sec05-box03__inner {
	padding: 20px;
	background-size: auto 50%;
}

.p-sec05-box03__head .num {
	top: -16px;
	left: 0;
	font-size: 14rem;
}

.p-sec05-box03__head .txt-sm {
	font-size: 1.8rem;
}

.p-sec05-box03__head .txt-la {
	font-size: 4rem;
}

.p-sec05-box03__body {
	display: block;
	margin-top: 10px;
}

.p-sec05-box03__txt .ttl {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.p-sec05-box03__txt p {
	width: 100%;
	font-size: 1.4rem;
}

.p-sec05-box03__txt .desc {
	margin-top: 10px;
	font-size: 1.1rem;
}

.p-sec05-box03__img {
	display: block;
	position: relative;
	margin-top: 20px;
}

.p-sec05-box03__min-box {
	margin-top: 20px;
	padding-left: 0;
}

.p-sec05-box04__inner {
	padding: 20px;
	background-position: left top;
	background-size: auto 50%;
}

.p-sec05-box04__head {
	text-align: right;
}

.p-sec05-box04__head .num {
	top: -16px;
	right: 0px;
	left: 0;
	font-size: 14rem;
}

.p-sec05-box04__head .txt-sm {
	font-size: 1.8rem;
}

.p-sec05-box04__head .txt-la {
	font-size: 4rem;
}

.p-sec05-box04__txt .ttl span {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
}

.p-sec05-box04__txt p {
	width: 100%;
	font-size: 1.4rem;
}

.p-sec05-box04__txt .desc {
	margin-top: 10px;
	font-size: 1.1rem;
}

}

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

.p-sec04__item + .p-sec04__item {
	margin-top: 20px;
	margin-top: 5.333vw;
}

}

