html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	padding: 0;
}

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

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

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

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

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

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

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

*,
*::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 {
	line-height: 1.5;
	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;
}

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

#footer {
	background: #efa336;
	color: #fff;
}

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

.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: #fff;
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.l-footer__link:hover {
	text-decoration: underline;
}

.l-footer__copy {
	padding: 1em .3em;
	text-align: center;
}

#header {
	background: #efa336;
	color: #fff;
	height: 80px;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 20;
}

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

.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 {
	width: 200px;
}

#main {
	position: relative;
	z-index: 0;
}

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

.c-btn::after {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: '';
	height: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	background: #fff;
	color: #efa336;
}

.c-btn:hover::after {
	border-color: #efa336;
	right: 5%;
}

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

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

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

.c-gnav {
	padding: 0 1.6em;
}

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

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

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

.c-gnav__link {
	color: #1b1b1b;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

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

.c-gnav__icon {
	display: none;
}

.c-mv {
	position: relative;
	width: 100%;
	z-index: 1;
}

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

.c-mv__img img {
	-o-object-fit: cover;
	-o-object-position: center bottom;
	height: 100%;
	margin: auto;
	max-height: 100vh;
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
}

.c-mv__logo {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 15%;
}

.c-mv__logo img {
	margin: auto;
}

.c-mv__text {
	display: inline-block;
	position: absolute;
	right: 50%;
	top: 60%;
}

.c-mv__text2 {
	bottom: 0%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transform: translateY(50%);
	z-index: 1;
}

.c-mv__text2 img {
	margin: auto;
}

.c-mv__insta {
	position: absolute;
	right: 30px;
	top: 30px;
}

.p-sec1 {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	padding: 90px 20px;
	width: 790px;
}

.p-sec1__content {
	width: 42%;
}

.p-sec1__img {
	width: 44%;
}

.p-sec1__text {
	font-size: 17px;
	font-weight: 500;
	line-height: calc(35 / 17);
	margin-bottom: 30px;
}

.p-sec1__list ul {
	list-style: none;
	padding: 0;
}

.p-sec1__list li {
	border-top: 3px solid #0068b6;
	color: #0068b6;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 7px 0;
	text-align: center;
}

.p-sec1__list li:last-child {
	border-bottom: 3px solid #0068b6;
}

.p-sec2__h2 {
	color: #0068b7;
	font-size: 33px;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
	text-align: center;
}

.p-sec2__h2 img {
	display: inline-block;
	margin-right: 5px;
}

.p-sec2__item {
	color: #fff;
	margin-bottom: 5px;
	padding-right: 100px;
}

.p-sec2__bg {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 50px 45px 50px 0;
	width: 1150px;
}

.p-sec2__bg--1 {
	background: #1eafe4;
}

.p-sec2__bg--2 {
	background: #53c9d8;
}

.p-sec2__bg--3 {
	background: #33c5a1;
}

.p-sec2__bg--4 {
	background: #f59c1b;
}

.p-sec2__content {
	width: 55%;
}

.p-sec2__img {
	margin-bottom: 35px;
}

.p-sec2__body {
	margin-left: auto;
	max-width: 100%;
	padding-left: 20px;
	width: 460px;
}

.p-sec2__headline {
	align-items: center;
	display: flex;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1;
	margin-bottom: 25px;
}

.p-sec2__headline > span {
	border: 1px solid #fff;
	display: grid;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 30px;
	font-weight: bold;
	height: 40px;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 15px;
	place-items: center;
	width: 40px;
}

.p-sec2__text {
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}

.p-sec2__graph {
	width: 38%;
}

.p-sec3 {
	padding: 80px 20px;
}

.p-sec3__h2 {
	color: #0068b7;
	font-size: 33px;
	letter-spacing: 0.1em;
	margin-bottom: 120px;
	text-align: center;
}

.p-sec3__h2 img {
	display: inline-block;
	margin-right: 5px;
}

.p-sec3__wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 100%;
	width: 1000px;
}

.p-sec3__item {
	padding: 25px 20px;
	position: relative;
	width: 32%;
}

.p-sec3__item--1 {
	background: #a2c1dd;
}

.p-sec3__item--2 {
	background: #abddd3;
}

.p-sec3__item--3 {
	background: #c9cdf2;
}

.p-sec3__head {
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-size: 27px;
	font-weight: bold;
	height: 160px;
	left: 0;
	letter-spacing: 0.2em;
	margin: auto;
	place-items: center;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-50%);
	width: 160px;
}

.p-sec3__head--1 {
	background: #1570ba;
}

.p-sec3__head--2 {
	background: #01acc8;
}

.p-sec3__head--3 {
	background: #b194dd;
}

.p-sec3__content {
	background: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 80px 20px 20px;
}

.p-sec3__headline {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.p-sec3__text {
	flex-grow: 1;
	font-size: 13px;
	margin-bottom: 20px;
}

.p-sec3__img img {
	margin: auto;
}

.p-sec4 {
	background: #def0f6;
	padding: 80px 20px;
}

.p-sec4__container {
	margin: auto;
	max-width: 100%;
	width: 950px;
}

.p-sec4__h2 {
	color: #0068b7;
	font-size: 33px;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
	text-align: center;
}

.p-sec4__h2 img {
	display: inline-block;
	margin-right: 5px;
}

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

.p-sec4__item {
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px;
	position: relative;
	width: 46%;
}

.p-sec4__item::after {
	background: url(../img/bubble@2x.png) no-repeat center/contain;
	content: "";
	height: 47px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
	transform: translateY(-15px);
	width: 94px;
}

.p-sec4__item:last-child::after {
	transform: translateY(-15px) scale(-1, 1);
}

.p-sec4__text {
	font-size: 15px;
	margin-bottom: 5px;
}

.p-sec4__text > span {
	color: #0068b6;
	font-weight: bold;
}

.p-sec4__name {
	font-size: 13px;
}

.p-sec4__youtube {
	aspect-ratio: 16 / 9;
	margin-bottom: 50px;
	width: 100%;
}

.p-sec4__youtube iframe {
	height: 100%;
	width: 100%;
}

.p-sec4__img {
	margin-top: 15px;
}

.p-sec4__img img {
	margin: auto;
}

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

.p-sec4__btn a {
	background: #fff;
	border: 3px solid #0068b6;
	border-radius: 10px;
	color: #0068b6;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	height: 83px;
	letter-spacing: 0.2em;
	line-height: 77px;
	max-width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 540px;
}

.p-sec4__btn a::after {
	border-bottom: 6px solid transparent;
	border-left: 10px solid #0068b6;
	border-right: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.p-sec4__btn a > span {
	position: relative;
}

.p-sec4__btn a > span::before {
	background: url(../img/icon_insta@2x.png) no-repeat center/contain;
	content: "";
	height: 36px;
	left: -70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
}

.p-sec5 {
	padding: 90px 20px;
}

.p-sec5__h2 {
	color: #0068b7;
	font-size: 33px;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
	text-align: center;
}

.p-sec5__h2 img {
	display: inline-block;
	margin-right: 5px;
}

.p-sec5__frame {
	border: 5px solid #0068B6;
	margin: 0 auto 50px;
	max-width: 100%;
	width: 540px;
}

.p-sec5__head {
	background: #0068B6;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .2em;
	padding: 17px 0;
	text-align: center;
}

.p-sec5__content {
	padding: 20px;
}

.p-sec5__text {
	color: #0068B6;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 0px;
	text-align: center;
}

.p-sec5__tel {
	color: #0068B6;
	font-size: 41px;
	font-weight: 900;
	letter-spacing: .2em;
	line-height: 1;
	text-align: center;
}

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

.p-sec5__btn a {
	background: #0068b6;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	height: 83px;
	letter-spacing: 0.2em;
	line-height: 83px;
	max-width: 100%;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 540px;
}

.p-sec5__btn a::after {
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
	border-right: 0;
	border-style: solid;
	border-top: 6px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.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) {

* {
	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: 28px;
	font-size: 2.8rem;
}

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

#header {
	height: 60px;
}

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

.c-gnav__icon {
	display: block;
}

.c-gnav__wrapper {
	background: #fff;
	bottom: auto;
	color: #1b1b1b;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding: 0 0.8em;
	padding-top: 60px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 300px;
	z-index: 40;
}

.c-gnav__wrapper.is-open {
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	height: 100%;
	transform: translate(0);
}

.c-gnav__list {
	display: initial;
}

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

.c-gnav__link {
	color: #1b1b1b;
	text-decoration: none;
}

.c-gnav__icon {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.c-gnav__icon::after {
	color: #424242;
	content: "MENU";
	display: block;
	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: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 30px;
}

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

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #757575;
	height: 4px;
	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: 100%;
}

.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: 88%;
}

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

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

.c-mv__logo {
	top: 15%;
}

.c-mv__logo img {
	width: 230px;
}

.c-mv__text {
	left: 0;
	margin: auto;
	right: 0%;
	top: 40%;
	width: 220px;
}

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

.c-mv__text2 img {
	margin: auto;
}

.c-mv__insta {
	right: 20px;
	top: 20px;
}

.p-sec1 {
	flex-direction: column;
	padding: 35px 20px;
}

.p-sec1__content {
	width: 100%;
}

.p-sec1__img {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-sec1__img img {
	width: 55%;
}

.p-sec1__text {
	font-size: 13px;
	margin-bottom: 20px;
}

.p-sec1__list {
	width: 31%;
}

.p-sec1__list ul {
	height: 100%;
	margin: 0;
}

.p-sec1__list li {
	border-width: 1px;
	display: grid;
	font-size: 16px;
	height: 50%;
	letter-spacing: 0.1em;
	padding: 7px 0;
	place-items: center;
}

.p-sec1__list li:last-child {
	border-bottom: 1px solid #0068b6;
}

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

.p-sec2__h2 img {
	margin-right: 5px;
	width: 89px;
}

.p-sec2__item {
	margin-bottom: 0px;
	padding-right: 0px;
}

.p-sec2__bg {
	flex-direction: column;
	margin: 0 auto;
	padding: 0px 0px 30px 0;
}

.p-sec2__content {
	width: 100%;
}

.p-sec2__img {
	margin-bottom: 35px;
	margin-top: -1px;
}

.p-sec2__img img {
	margin: auto;
}

.p-sec2__body {
	margin-bottom: 20px;
	margin-left: initial;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-sec2__headline {
	font-size: 26px;
	margin-bottom: 15px;
}

.p-sec2__headline > span {
	font-size: 20px;
	height: 27px;
	margin-right: 15px;
	width: 27px;
}

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

.p-sec2__graph {
	padding: 0 20px;
	width: 100%;
}

.p-sec2__graph img {
	margin: auto;
}

.p-sec3 {
	padding: 40px 20px;
}

.p-sec3__h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.p-sec3__h2 img {
	margin-right: 5px;
	width: 89px;
}

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

.p-sec3__item {
	padding: 15px 20px;
	width: 100%;
}

.p-sec3__head {
	border-radius: 10px 10px 0 0;
	font-size: 20px;
	height: auto;
	padding: 10px;
	position: initial;
	transform: initial;
	width: 100%;
}

.p-sec3__content {
	border-radius: 0 0 10px 10px;
	height: 100%;
	padding: 20px 25px 20px;
}

.p-sec3__headline {
	font-size: 17px;
	margin-bottom: 15px;
}

.p-sec3__text {
	font-size: 12px;
	margin-bottom: 20px;
}

.p-sec3__img img {
	margin: auto;
}

.p-sec4 {
	padding: 35px 20px 30px;
}

.p-sec4__h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.p-sec4__h2 img {
	margin-right: 5px;
	width: 89px;
}

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

.p-sec4__item {
	margin-bottom: 30px;
	padding: 20px 20px;
	width: 100%;
}

.p-sec4__item::after {
	height: 27px;
	transform: translateY(-5px);
	width: 55px;
}

.p-sec4__item:last-child::after {
	transform: translateY(-5px) scale(-1, 1);
}

.p-sec4__text {
	font-size: 12px;
	margin-bottom: 5px;
}

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

.p-sec4__youtube {
	margin-bottom: 25px;
}

.p-sec4__img {
	margin-top: 15px;
}

.p-sec4__btn a {
	font-size: 13px;
	height: 59px;
	line-height: 53px;
}

.p-sec4__btn a::after {
	border-bottom: 4px solid transparent;
	border-left: 8px solid #0068b6;
	border-top: 4px solid transparent;
	right: 10px;
}

.p-sec4__btn a > span::before {
	height: 27px;
	left: -60px;
	width: 27px;
}

.p-sec5 {
	padding: 40px 20px 25px;
}

.p-sec5__h2 {
	font-size: 20px;
	margin-bottom: 5px;
}

.p-sec5__h2 img {
	margin-right: 5px;
	width: 89px;
}

.p-sec5__frame {
	border: 3px solid #0068B6;
	margin: 0 auto 30px;
}

.p-sec5__head {
	font-size: 11px;
	padding: 10px 0;
}

.p-sec5__content {
	padding: 10px;
}

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

.p-sec5__tel {
	font-size: 25px;
}

.p-sec5__btn a {
	font-size: 13px;
	height: 59px;
	line-height: 59px;
}

.p-sec5__btn a::after {
	border-bottom: 4px solid transparent;
	border-left: 8px solid #fff;
	border-top: 4px solid transparent;
	right: 10px;
}

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

}

