body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 3s;
	transition: opacity 3s;
}

.fade.view {
	opacity: 1;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

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

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.p-author {
	background-color: #1A1A1A;
	color: #fff;
	margin-top: -1px;
	overflow: hidden;
	position: relative;
}

.p-author::before {
	background: url(../images/deco.png) no-repeat top right/contain;
	content: "";
	height: 1000px;
	height: 62.5rem;
	position: absolute;
	right: -610px;
	top: -42%;
	width: 1000px;
	width: 62.5rem;
}

.p-author::after {
	background: url(../images/deco.png) no-repeat top left/contain;
	bottom: -51%;
	content: "";
	height: 1000px;
	height: 62.5rem;
	left: -500px;
	position: absolute;
	width: 1000px;
	width: 62.5rem;
}

.p-author__inner {
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 60px 20px 53px;
	padding: 3.75rem 1.25rem 3.3125rem;
	position: relative;
	z-index: 1;
}

.p-author__items {
	padding-top: 46px;
	padding-top: 2.875rem;
}

.p-author__text {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-author__lead {
	font-size: 16px;
	font-size: 1rem;
}

.p-author__name {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 800;
	line-height: 1.6;
}

.p-author__name span {
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 0.3px;
	padding-left: 14px;
	padding-left: 0.875rem;
	text-transform: capitalize;
}

.p-author__detail {
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	line-height: 1.78571;
	padding-top: 23px;
	padding-top: 1.4375rem;
}

.p-author__detail:not(:first-of-type) {
	padding-top: 20px;
	padding-top: 1.25rem;
}

.p-book {
	background: url(../images/bottom-back-sp.png) no-repeat center center/cover;
	color: #fff;
	margin-top: -2px;
	padding-bottom: 59px;
	padding-bottom: 3.6875rem;
	padding-top: 56px;
	padding-top: 3.5rem;
	position: relative;
}

.p-book__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.p-book__text {
	display: contents;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-weight: 800;
	text-align: center;
}

.p-book__top {
	display: block;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
}

.p-book__top::after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-bottom: 1px solid #fff;
	content: "";
	left: 50%;
	position: absolute;
	top: 140%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.p-book__title {
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-top: 19px;
	padding-top: 1.1875rem;
}

.p-book__bottom {
	display: block;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.p-book__detail {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	margin: 0 auto;
	padding-top: 20px;
	padding-top: 1.25rem;
	text-align: left;
}

.p-book__img {
	height: auto;
	margin: 0 auto;
	max-width: 335px;
	max-width: 20.9375rem;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	padding-top: 33px;
	padding-top: 2.0625rem;
	width: 100%;
}

.p-book__img img {
	height: 100%;
	width: 100%;
}

.p-mv__btn-wrapper {
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.p-content__btn-wrapper {
	margin-top: -12px;
	margin-top: -0.75rem;
}

.p-voice__btn-wrapper {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.p-book__btn-wrapper {
	margin-top: 35px;
	margin-top: 2.1875rem;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.c-btn {
	background-color: #AD0011;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 auto;
	max-width: 335px;
	max-width: 20.9375rem;
	padding: 22px 0;
	padding: 1.375rem 0;
	text-align: center;
}

.p-case {
	background-color: rgba(59, 0, 0, .9);
	color: #fff;
	margin-top: -1px;
}

.p-case__inner {
	background-color: #600202;
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 55px 20px;
	padding: 3.4375rem 1.25rem;
}

.p-case__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.p-case__items {
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding-top: 35px;
	padding-top: 2.1875rem;
}

.c-case-item {
	background-color: #390B0B;
	padding: 16px 22px 20px;
	padding: 1rem 1.375rem 1.25rem;
}

.c-case-item + .c-case-item {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.c-case-item__lead {
	font-family: "Avenir";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
}

.c-case-item__lead span {
	display: inline-block;
	font-size: 22px;
	font-size: 1.375rem;
	padding-left: 5px;
	padding-left: 0.3125rem;
	padding-top: 2px;
	padding-top: 0.125rem;
}

.c-case-item__lead::before {
	border-top: 1px solid #fff;
	content: "";
	left: -21px;
	position: absolute;
	top: 50%;
	width: 14px;
}

.c-case-item__detail {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.8px;
	padding-top: 6px;
}

.c-case-item__big {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #A50000));
	background: linear-gradient(transparent 80%, #A50000 20%);
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 700;
}

.c-case-item__small {
	font-size: 12px;
	font-size: 0.75rem;
}

.c-case-item__attention {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 4px;
	padding-top: 0.25rem;
	vertical-align: top;
}

.case2 {
	padding: 16px 22px 17px;
	padding: 1rem 1.375rem 1.0625rem;
}

.case2 .c-case-item__detail {
	line-height: 1.6;
}

.case3 .c-case-item__detail {
	line-height: 1.5;
}

.case3 {
	padding: 16px 22px 21px;
	padding: 1rem 1.375rem 1.3125rem;
}

.case4 .c-case-item__detail {
	line-height: 1.5;
}

.case4 {
	padding: 16px 22px 21px;
	padding: 1rem 1.375rem 1.3125rem;
}

.case5 .c-case-item__detail {
	line-height: 1.6;
}

.case5 {
	padding: 16px 22px 19px;
	padding: 1rem 1.375rem 1.1875rem;
}

.case6 .c-case-item__detail {
	line-height: 1.55;
}

.case6 {
	padding: 16px 22px 18px;
	padding: 1rem 1.375rem 1.125rem;
}

.p-case-item__attention {
	font-size: 12px;
	font-size: 0.75rem;
	letter-spacing: 0.3px;
	line-height: 2;
	padding-top: 19px;
}

.p-content {
	background-color: #000822;
	color: #fff;
	margin-top: -1px;
	padding-bottom: 60px;
	padding-bottom: 3.75rem;
}

.p-content__inner {
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 51px 20px 0;
	padding: 3.1875rem 1.25rem 0;
}

.p-content__items {
	margin: 0 auto;
	margin-top: 40px;
	margin-top: 2.5rem;
	max-width: 500px;
	max-width: 31.25rem;
}

.c-content-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(35, 56, 128, .7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 15px 8px 15px;
	padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
}

.c-content-item:nth-child(odd) {
	background-color: rgba(30, 39, 75, .7);
}

.c-content-item + .c-content-item {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.c-content-item__number {
	font-family: "Avenir";
	font-size: 26px;
	font-size: 1.625rem;
	width: 19.5%;
}

.c-content-item__number img {
	display: inline;
	height: 100%;
	padding-left: 5px;
	width: 18px;
}

.c-content-item__detail {
	font-size: 18px;
	font-size: 1.125rem;
	width: 80%;
}

.p-content__img {
	padding-top: 25px;
	padding-top: 1.5625rem;
	width: 100%;
}

.p-footer {
	background-color: #191E26;
	margin-top: -1px;
}

.p-footer__inner {
	margin: 0 auto;
	max-width: 320px;
	max-width: 20rem;
	padding: 42px 20px 60px;
	padding: 2.625rem 1.25rem 3.75rem;
}

.p-footer__logo {
	display: block;
	width: 280px;
	width: 17.5rem;
}

.p-footer__btn {
	padding-top: 26px;
	padding-top: 1.625rem;
}

.c-btn-footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #E8E8E8;
	border-radius: 3px;
	color: #AF0000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 13px 0;
	padding: 0.8125rem 0;
	text-align: center;
	width: 280px;
	width: 17.5rem;
}

.p-header {
	background-color: rgba(0, 0, 0, .8);
	height: 64px;
	height: 4rem;
	opacity: 0;
	position: fixed;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 2;
}

.p-header.is-show {
	opacity: 1;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 13px;
	padding-left: 0.8125rem;
	padding-right: 17px;
	padding-right: 1.0625rem;
}

.p-header__logo {
	width: 180px;
	width: 11.25rem;
}

.p-header__logo a {
	display: grid;
	place-items: center;
}

.p-header__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-header__btn-pc {
	display: none;
}

.p-header__btn-sp {
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	padding: 8px;
	padding: 0.5rem;
}

.p-header__btn-sp::after {
	display: none;
}

.p-header__btn-sp__img {
	display: block;
	margin: 0 auto 4px;
	max-width: 21px;
	max-width: 1.3125rem;
}

.p-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.comlogo img {
	height: auto;
	left: 21px;
	left: 1.3125rem;
	position: absolute;
	top: 20px;
	top: 1.25rem;
	width: 179px;
	width: 11.1875rem;
	z-index: 3;
}

.p-header__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-btn-contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #D93802;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	font-size: 0.625rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.5px;
	padding: 10px 0;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 108px;
	width: 6.75rem;
	z-index: 0;
}

.c-btn-contact img {
	display: inline;
	height: auto;
	margin-right: 5px;
	margin-right: 0.3125rem;
	width: 14px;
	width: 0.875rem;
}

.c-btn-contact:hover {
	background-color: #923939;
	background-image: none;
	opacity: 1;
}

.u-desktop-contact {
	display: none;
}

.p-mv {
	background: url(../images/mv-sp.jpg) no-repeat center center/cover;
	color: #fff;
	padding-bottom: 30px;
	padding-bottom: 1.875rem;
	padding-top: 90px;
	padding-top: 5.625rem;
	position: relative;
}

.p-mv__inner {
	margin: 0 auto;
	max-width: 1140px;
	max-width: 71.25rem;
	padding: 0 20px;
	padding: 0 1.25rem;
}

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

.p-mv__title {
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.4;
	padding-top: 19px;
	padding-top: 1.1875rem;
}

.p-mv__img {
	height: auto;
	margin: 0 auto;
	max-width: 335px;
	max-width: 20.9375rem;
	padding-top: 24px;
	padding-top: 1.5rem;
	width: 100%;
}

.p-mv__img img {
	height: 100%;
	width: 100%;
}

.p-mv__top {
	display: block;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0px;
	position: relative;
}

.p-mv__top::after {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	border-bottom: 1px solid #fff;
	content: "";
	left: 50%;
	position: absolute;
	top: 140%;
	transform: translate(-50%, -50%);
	width: 20px;
}

.p-mv__bottom {
	display: block;
	font-family: "Yu Mincho Demibold", "YuMincho Demibold", serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	letter-spacing: 0;
	padding-top: 10px;
	padding-top: 0.625rem;
}

.c-section__title {
	background-image: linear-gradient(0deg, #fff 0px, #fff 1px, transparent 1px, transparent 5px, #fff 3px, #fff 4px);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 6px;
	display: block;
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 800;
	letter-spacing: 2px;
	padding-bottom: 21px;
	padding-bottom: 1.3125rem;
	text-align: center;
}

.c-section__title span {
	font-size: 30px;
	font-size: 1.875rem;
}

.c-to-top {
	bottom: 100px;
	opacity: 0;
	position: fixed;
	right: 5.5%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
	width: 2.5rem;
	z-index: 1;
}

.c-to-top.is-show {
	opacity: 1;
	visibility: visible;
}

.p-voice {
	background: url(../images/voice-back.png) no-repeat top center/contain, #191E26;
	color: #fff;
	position: relative;
}

.p-voice::after {
	background-color: rgba(49, 49, 49, .8);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.p-voice__inner {
	margin: 0 auto;
	max-width: 500px;
	max-width: 31.25rem;
	padding: 50px 20px 60px;
	padding: 3.125rem 1.25rem 3.75rem;
	position: relative;
	z-index: 1;
}

.p-voice__items {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.c-voice-item {
	background-color: #E8E8E8;
	color: #191E26;
	max-width: 450px;
	max-width: 28.125rem;
	padding: 35px 25px;
	padding: 2.1875rem 1.5625rem;
	width: 100%;
}

.c-voice-item + .c-voice-item {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.c-voice-item__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.6;
}

.c-voice-item__human {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 11px;
	padding-top: 0.6875rem;
}

.c-voice-item__img {
	height: 80px;
	height: 5rem;
	margin-right: 22px;
	margin-right: 1.375rem;
	width: 80px;
	width: 5rem;
}

.c-voice-item__name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

.c-voice-item__detail {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	padding-top: 14px;
	padding-top: 0.875rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

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

a:hover {
	opacity: 0.7;
}

.p-author::before {
	right: -608px;
	top: -59%;
}

.p-author::after {
	bottom: -70%;
	left: -500px;
}

.p-author__inner {
	max-width: 71.25rem;
	padding: 7rem 1.25rem 6.875rem;
}

.p-author__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 3.25rem;
}

.p-author__img {
	width: 46.5%;
}

.p-author__text {
	line-height: 1;
	padding-top: 0;
	width: 46.3%;
}

.p-author__name {
	line-height: 1.95;
}

.p-author__detail {
	letter-spacing: 1.45px;
	padding-top: 1.125rem;
}

.p-author__detail:not(:first-of-type) {
	padding-top: 1.1875rem;
}

.p-book {
	background: url(../images/bottom-back.png) no-repeat center center/cover;
	padding-bottom: 6.875rem;
	padding-top: 4.6875rem;
}

.p-book__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	max-width: 70rem;
}

.p-book__text {
	display: block;
	margin: 0 auto;
	max-width: 36rem;
}

.p-book__top {
	font-size: 1.25rem;
}

.p-book__title {
	font-size: 2.25rem;
	padding-top: 1.4375rem;
}

.p-book__bottom {
	font-size: 1.375rem;
	padding-top: 0.8125rem;
}

.p-book__detail {
	font-size: 0.9375rem;
	line-height: 1.6;
	max-width: 24rem;
	padding-top: 2.5rem;
}

.p-book__img {
	max-width: 27.625rem;
	right: -79%;
	top: -26%;
}

.p-mv__btn-wrapper {
	margin-top: 1.875rem;
}

.p-content__btn-wrapper {
	margin: 0 auto;
	max-width: 71.25rem;
	padding: 0 1.25rem;
}

.p-voice__btn-wrapper {
	margin-top: 3.125rem;
}

.p-book__btn-wrapper {
	margin-top: 3.125rem;
}

.c-btn {
	max-width: 30rem;
	padding: 1.5625rem 0;
}

.p-content__btn-wrapper .c-btn {
	margin-left: 0;
	margin-right: auto;
	max-width: 31.25rem;
}

.p-case__inner {
	max-width: 68.75rem;
	padding: 6.875rem 3.125rem 4.625rem;
}

.p-case__title {
	font-size: 1.875rem;
	text-align: center;
}

.p-case__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 62.5rem;
	padding-top: 3.25rem;
}

.c-case-item {
	padding: 1rem 2.1875rem 1.6875rem;
	width: 48%;
}

.c-case-item + .c-case-item {
	margin-top: 0;
}

.c-case-item:nth-child(n+3) {
	margin-top: 1.5625rem;
}

.c-case-item__lead::before {
	left: -8.5%;
	width: 6%;
}

.c-case-item__detail {
	letter-spacing: 0;
	padding-top: 18px;
}

.c-case-item__big {
	letter-spacing: 1px;
}

.c-case-item__small {
	letter-spacing: 1px;
}

.c-case-item__attention {
	padding-top: 0;
}

.case2 .c-case-item__detail {
	line-height: 1.6;
}

.case2 .c-case-item__big,
.case5 .c-case-item__big {
	letter-spacing: 2px;
}

.case3 .c-case-item__detail {
	line-height: 1.1;
}

.case3 {
	padding: 1rem 2.1875rem 2.25rem;
}

.case4 .c-case-item__detail {
	line-height: 1.1;
}

.case4 {
	padding: 1rem 2.1875rem 2.125rem;
}

.case5 {
	padding: 1rem 2.1875rem 2.1875rem;
}

.p-case-item__attention {
	padding-top: 0.6875rem;
}

.p-content {
	padding-bottom: 6.875rem;
	position: relative;
}

.p-content__inner {
	max-width: 71.25rem;
	padding: 6.25rem 1.25rem 2.9375rem;
}

.p-content__items {
	margin-left: 0;
	margin-right: auto;
	margin-top: 2.1875rem;
}

.c-content-item {
	padding: 0.4375rem 1.5625rem;
}

.c-content-item + .c-content-item {
	margin-top: 1.3125rem;
}

.c-content-item__number {
	font-size: 2.25rem;
}

.c-content-item__number img {
	padding-left: 13px;
	width: 1.8125rem;
}

.c-content-item__detail {
	font-size: 1.25rem;
}

.p-content__img {
	position: absolute;
	right: 2%;
	top: 12%;
	width: 46%;
}

.p-footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 71.25rem;
	padding: 1.6875rem 1.25rem 1.5625rem;
}

.p-footer__logo {
	height: inherit;
	width: 14.0625rem;
}

.p-footer__btn {
	padding-top: 0;
}

.c-btn-footer {
	padding: 0.4375rem 0;
	width: 13.6875rem;
}

.p-header {
	height: 5rem;
}

.p-header__inner {
	margin: 0 auto;
	max-width: 71.875rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.p-header__logo {
	height: inherit;
	width: 18rem;
}

.p-header__logo a {
	height: inherit;
}

.p-header__btn-pc {
	display: block;
	font-size: 0.875rem;
	line-height: 1;
	max-height: 2.875rem;
	padding: 1rem 3.5rem;
}

.p-header__btn-sp {
	display: none;
}

.p-header__inner {
	margin: 0 auto;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.comlogo img {
	left: 1.25rem;
	top: 2.8125rem;
	width: 14.8125rem;
}

.c-btn-contact {
	font-size: 0.875rem;
	padding: 10px 0 8px 0;
	width: 15.4375rem;
}

.c-btn-contact img {
	margin-right: 0.5625rem;
	width: 1.125rem;
}

.u-desktop-contact {
	display: inline-block;
}

.p-mv {
	background: url(../images/mv-pc.jpg) no-repeat center center/cover;
	padding-bottom: 7.5rem;
	padding-top: 13.6875rem;
}

.p-mv__detail {
	max-width: 36rem;
	position: relative;
}

.p-mv__title {
	font-size: 3.125rem;
	padding-top: 1.25rem;
}

.p-mv__img {
	max-width: 27.625rem;
	position: absolute;
	right: -79%;
	top: -50%;
	padding: 0;
}

.p-mv__top {
	font-size: 1.4375rem;
}

.p-mv__bottom {
	font-size: 1.4375rem;
	padding-top: 0;
}

.p-content__title {
	text-align: left;
	width: 45.5%;
}

.p-author__title {
	padding-bottom: 1.75rem;
}

.c-to-top {
	right: 9.5%;
	width: 3.75rem;
}

.p-voice__inner {
	max-width: 71.25rem;
	padding: 7.5rem 1.25rem 5rem;
}

.p-voice__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 4rem;
	max-width: 71.25rem;
}

.c-voice-item {
	max-width: 33.125rem;
	padding: 2.1875rem 2.5rem 1.875rem;
	width: 49%;
}

.c-voice-item + .c-voice-item {
	margin-top: 0;
}

.c-voice-item:nth-child(n+3) {
	margin-top: 2.6875rem;
}

.c-voice-item__title {
	font-size: 1.375rem;
}

.l-voice-item {
	padding-left: 0.75rem;
}

.c-voice-item__detail {
	font-size: 0.9375rem;
	line-height: 1.86666;
}

}

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

.case2 .c-case-item__big,
.case5 .c-case-item__big {
	letter-spacing: 1px;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

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

.comlogo img {
	left: 12.625rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

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