@charset "UTF-8";
/* ========================================================================== 
 * Responsive 
 * ========================================================================== */ 
/*PCのみ表示(959px以下非表示)*/  
/*PCのみ表示(640px以下非表示)*/
@media screen and (max-width: 640px) {
	.visible-pc {
		display: none !important;
	}
}
/*SPのみ表示(641px以上非表示)*/
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
/*PCのみ非表示(640px以上非表示)*/
@media screen and (min-width: 640px) {
	.hidden-pc {
		display: none !important;
	}
}
/*SPのみ非表示(641px以下非表示)*/
@media screen and (max-width: 641px) {
	.hidden-sp {
		display: none !important;
	}
}
/*SPのみ非表示(599px以下非表示)*/ @media screen and (max-width: 599px) { 
	.hidden-sp { 
		display: none !important; 
	}  
}
/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP","Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;
	font-size: 1.6em;
	font-size: 1.8rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
	font-size: 1.2rem;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 0px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
.large {
	font-size: 3.9rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: .5em;
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}
.pink-mark {
	background: linear-gradient(transparent 85%, #f39ca5 60%) -7px;
	font-weight: bold;
}
.txt-red {
	color: #cc0014;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.pink-mark {
		background: linear-gradient(transparent 85%, #f39ca5 60%) 0px;
	}
}
/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
.header-width {
	width: 2000px;
	margin-right: auto;
	margin-left:  auto;
}

/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
/*SP*/
@media screen and (max-width: 640px) {
.inner {
	width: 100%;
}
.inner-width {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}
.header-width {
	width: 100%;
	margin-right: auto;
	margin-left:  auto;
}
}
/* ==========================================================================
 * Header
 * ========================================================================== */
.header__wrap {
	display: flex;
    justify-content: space-between;
    height: 90px;
	align-items: center;
}
.header__open {
	font-size: 1.2rem;
}
.header__tel {
	text-align: center;
}
.header__tel a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.tel__link {
	font-size: 2.8rem;
}
.tel__icon img {
	padding-bottom: 6px;
    padding-right: 6px;
}
@media screen and (max-width: 640px) {
	.hd {
	    width: 100%;
		height: 60px;
		position: fixed;
		z-index: 998;
		background: #fff;
		filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
	}
	.header__wrap {
		width: auto;
		height: 60px;
		justify-content: flex-start;
	}
	.header__logo {
		width: 60%;
		display: flex;
	}
	.header__cta {
		margin-top: 0;
    	width: 36%;
		filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.2));
	}
	.header__tel {
		width: 50%;
		padding-bottom: 1%;
	}
	.header__tel a {
		font-size: 2.0rem;
	}
	.header__open {
		font-size: 1.0rem;
	}
	.tel__icon img {
		padding-bottom: 2px;
		width: 28px;
	}
	#page-container > header > div > div > li.visible-sp {
		list-style: none;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 30px;
		justify-content: center;
		position: fixed;
		top: 0px;
		right: 10px;
		padding: 30px;
		z-index: 90;
		width: 30px;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #000;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		background: #fff;
		padding: 20% 10px 120%;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #cc0014;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #000;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.navi__link {
		background: none;
	}
	.navi__link a {
		color: #000 !important;
	}
	.navi__link a::before {
		border-top: solid 2px #000 !important;
		border-right: solid 2px #000 !important;
	}
	/* /hamburger menu */
}
@media screen and (max-width: 420px) {
	.header__tel {
		width: 45%;
		margin-left: 10px;
		padding-bottom: 5px;
	}
	.header__tel a {
		font-size: 1.4rem;
	}
}
/* ==========================================================================
 * Header
 * ========================================================================== */
#fv {
    background: url("../images/pc/fv_bg.jpg") no-repeat center/cover;
}
.fv__wrap {
    padding-right: 295px;
	padding-top: 30px;
    padding-bottom: 20px;
}
.copy h1 {
	text-align: center;
	filter: drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 10px #ffffff);
}
.copy h1 img {
	padding-top: 20px;
}
.copy h1 span {
	display: block;
}
.fv__ttl-sub {
	font-size: 2.7rem;
    font-weight: normal;
    width: 75%;
    margin: 0 auto;
    padding: 16px;
    background: #d1192b;
    color: #FFF;
    outline: 2px solid #f39ca5;
    outline-offset: -7px;
    border-radius: 5px;
}
.fv__ttl-main {
	padding-top: 20px;
}
.award__ul {
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 20px 0;
	filter: drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 10px #ffffff);
}
.award__ul li {
	padding: 0 10px;
}
.main__cta {
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
.main__cta-annotation {
	text-align: center;
	font-weight: bold;
	color: #1f7119;
	filter: drop-shadow(0px 0px 10px #ffffff);
}
.fv__wrap .list-annotation {
	filter: drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff) drop-shadow(0px 0px 2px #ffffff);
}
@media screen and (max-width: 640px) {
	#fv {
		padding-top: 60px;
		background: url("../images/sp/fv_bg.jpg")  no-repeat bottom/cover;
		background-position: right;
	}
	.fv__wrap {
		padding-right: 0;
		padding-top: 15px;
	}
	.fv__ttl-sub {
		font-size: 1.8rem;
		width: 100%;
		padding: 7px;
		outline: 1px solid #f39ca5;
   	 	outline-offset: -4px;
	}
	.fv__ttl-main {
		font-size: 1.6rem;
		padding-top: 10px;
	}
	.copy h1 img {
		padding-top: 10px;
	}
	.award__ul {
		padding: 10px 0;
		filter: none;
	}
	.award__ul li {
		padding: 0 5px;
	}
	.main__cta {
		padding-top: 80%;
	}
	.main__cta-annotation {
		font-size: 1.4rem;
	}
	.fv__wrap .list-annotation {
		font-size: 1.0rem;
	}
}
/* ==========================================================================
 * Gnavi(PC)
 * ========================================================================== */
.gnavi {
	background: #cc0014;
	font-size: 1.8rem;
}
.gnavi__list {
	display: flex;
}
.gnavi__list li {
	align-items: center;
	display: flex;
	position: relative;
}
.gnavi__list li::after {
	content: "｜";
	color: #fff;
}
.gnavi__list li:nth-child(5)::after {
	content: "";
	padding: 0 10px 0 0;
}
.gnavi__list li:last-child::after {
	content: "";
}
.gnavi__list li:last-child {
	margin-left: auto;
}
.gnavi__list a {
	color: #fff;
	display: block;
	padding: 10px 0;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 998;
    width: 100%;
}
@media screen and (max-width: 640px) {
}
/* ==========================================================================
 * worries
 * ========================================================================== */
#worries {
	background: url(../images/pc/bg_triangle.jpg) no-repeat bottom;
	padding-bottom: 100px;
}
.heading__line {
    position: relative;
    padding: 10px 0;
	padding-top: 50px;
    border-bottom: 3px solid #000000;
    color: #000000;
    width: 37%;
    margin: 0 auto;
}
.heading__line::before,
.heading__line::after {
    position: absolute;
	left: calc(50% - 15px);
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading__line::before {
    background-color: #000000;
}

.heading__line::after {
    bottom: -11px;
    background-color: #fff;
}
.worries__list {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.worries__list li {
	padding: 0 15px;
}
.arrow {
	width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #cc0014;
    margin: 0 auto;
}
.worries__content .arrow {
	margin-top: 10px;
}
.worries__txt-01 {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}
.worries__txt-02 {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.worries__logo {
	text-align: center;
	margin-top: 30px;
}
.worries__txt-03 {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.worries__txt-04 {
	width: 400px;
    margin-top: 100px;
    margin-left: 480px;
}
.obi {
	background: url("../images/pc/obi_red.jpg") no-repeat center;
}
.obi p {
	text-align: center;
	color: #fff;
	font-size: 3.5rem;
	font-weight: bold;
	padding: 157px 0;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
@media screen and (max-width: 640px) {
	#worries {
		background: url(../images/sp/certificate.jpg) no-repeat bottom/373px 210px;
		padding-bottom: 210px;
	}
	.heading__line {
		width: 100%;
	}
	.worries__list {
		display: block;
	}
	.worries__list li {
		padding: 0;
	}
	.worries__list li+li {
		padding-top: 20px;
	}
	.worries__txt-01 {
		width: 72%;
		margin-right: auto;
		margin-left: auto;
	}
	.worries__txt-03 {
		font-size: 1.4rem;
	}
	.large {
		font-size: 3.4rem;
	}
	.worries__txt-04 {
		width: auto;
		margin-left: 0;
		margin-top: 50px;
	}
	.obi {
		background: url("../images/sp/obi_red.jpg") no-repeat center/cover;
	}
	.obi p {
		text-align: center;
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		padding: 20% 5%;
		filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
	}
}
/* ==========================================================================
 * service
 * ========================================================================== */
#service {
	background: url(../images/pc/bg_triangle2.jpg) #f5f5f5 no-repeat bottom;
}
.service__link {
	list-style: none;
	margin: 0;
	padding-top: 100px;
	display: flex;
	justify-content: space-between;
}
.service__link-txt {
	text-align: center;
	font-size: 1.6rem;
	padding-top: 10px;
}
.service__list {
	background-position-x: 90%;
	list-style: none;
	margin-top: 50px;
	margin-bottom: 0;
	padding: 50px 0 100px;
}
.service__list li {
	background-color: #fff;
	padding: 40px 50px;
}
.service__list li+li {
	margin-top: 50px;
}
.service__list-01 {
	background: url("../images/pc/service_media-logo.jpg") no-repeat 90%;
}
.service__list-ttl {
	display: flex;
	align-items: center;
}
.service__list-ttl p {
	font-size: 2.8rem;
	padding-left: 20px;
}
.service__list-txt {
	width: 460px;
	margin-top: 40px;
}
.service__list-02 {
	background: url("../images/pc/service_ad.jpg") no-repeat 98%;
}
.service__list-03 {
	background: url("../images/pc/service_03-pic.jpg") no-repeat 95%;
}
.service__list-03 .service__list-txt {
	width: 355px;
}
.comment__box {
	background: #cc0014;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}
.service__comment {
	padding-top: 30px;
	padding-bottom: 100px;
}
.service__comment-list {
	background: #fff;
	padding: 30px 50px;
}
.service__comment-list li {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.service__comment-list li:nth-child(1) {
	padding-bottom: 30px;
}
.service__comment-list li:nth-child(2) {
	flex-direction: row-reverse;
	padding-top: 30px;
    border-top: 2px solid #eee;
}
.service__comment-list li div {
	width: 590px;
}
.service__comment-txtSmall {
	font-size: 1.4rem;
	font-weight: bold;
	color: #cc0014;
	padding-top: 20px;
}
@media screen and (max-width: 640px) {
	.service__list-txt {
		width: auto;
	}
	.service__list-03 .service__list-txt {
		width: auto;
	}
	.service__list {
		margin-top: 0;
		padding: 50px 0;
	}
	.service__list li {
		padding: 20px;
		background: #fff;
	}
	.service__list-ttl {
		display: flex;
		align-items: flex-start;
	}
	.service__list-ttl figure {
		width: 18%;
	}
	.service__list-ttl p {
		font-size: 2.4rem;
		padding-left: 20px;
		margin-top: -8px;
	}
	.service__list-txt {
		background: url("../images/sp/service_media-logo.jpg") no-repeat bottom/313px 353px;
		padding-bottom: 375px;
	}
	#service_03 .service__list-ttl figure {
		width: 14%;
	}
	.service__list-02 .service__list-txt{
		background: url("../images/sp/service_ad.jpg") no-repeat bottom/313px 218px;
		padding-bottom: 250px;
	}
	.service__list-03 .service__list-txt{
		background: url("../images/sp/service_03-pic.jpg") no-repeat bottom/313px 219px;
		padding-bottom: 250px;
	}
	.comment__box {
		padding: 5px 0 15px;
	}
	.service__comment {
		padding-bottom: 80px;
	}
	.service__comment-list {
		padding: 20px;
	}
	.service__comment-list li {
		display: block;
	}
	.service__comment-list li figure {
		width: 80%;
		margin: 0 auto;
	}
	.service__comment-list li div {
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.service__comment-txtSmall {
		text-align: right;
	}
}
/* ==========================================================================
 * cta
 * ========================================================================== */
.cta {
	background: url("../images/pc/cta_bg.jpg") no-repeat;
}
.cta .inner-width {
	display: flex;
	justify-content: center;
}
.cta__box {
	background: #fff;
    outline: 2px solid #d1192b;
    outline-offset: -7px;
	width: 380px;
	height: 230px;
	margin: 50px 10px;
	text-align: center;
	padding: 30px;
}
.cta__txt {
	padding-top: 10px;
	color: #d1192b;
	font-size: 1.6rem;
	font-weight: bold;
}
.cta__btn img {
	padding-top: 10px;
}
.cta__txtSmall {
	font-size: 1.2rem;
	padding-top: 10px;
}
.cta__tel {
	padding-top: 10px;
}
.cta__tel a {
	font-size: 3.4rem;
}
@media screen and (max-width: 640px) {
	.cta {
		background: url("../images/sp/cta_bg.jpg") no-repeat;
		padding: 50px 0;
	}
	.cta .inner-width {
		display: block;
	}
	.cta__box {
		width: auto;
		height: auto;
		margin: 0;
	}
	.cta__box figure {
		width: 15%;
    	margin: 0 auto;
	}
	.cta__box:nth-child(2) {
		margin-top: 10px;
	}
	.cta__box .header__tel {
		width: auto;
	}
}
/* ==========================================================================
 * price
 * ========================================================================== */
#price h2 {
	width: 45%;
}
.price__gragh {
	text-align: center;
}
.price__list {
	padding-top: 40px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
}
.price__list li {
	width: 270px;
	margin: 0px 15px;
}
.price__txt {
	text-align: center;
}
.price__time {
	display: flex;
}
.price__time dt {
	background: #cd7f32;
	font-size: 1.6rem;
	color: #fff;
	width: 147px;
	height: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.price__time dd {
	display: flex;
    justify-content: center;
    align-items: center;
	padding-left: 10px;
}
.price__cont-txt {
	height: 240px;
}
.price__recommend-ttl {
	background: #cd7f32;
	font-size: 1.6rem;
	color: #fff;
	height: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.price__recommend ul {
	height: 200px;
}
.price__recommend ul li {
	margin-left: 0;
	margin-top: 10px;
}
.price__recommend .list-annotation {
	height: auto;
	font-size: 1.2rem;
}
.silver .price__time dt {
	background: #888;
}
.silver .price__recommend .price__recommend-ttl {
	background: #888;
}
.gold .price__time dt {
	background: #c6a805;
}
.gold .price__recommend .price__recommend-ttl {
	background: #c6a805;
}
@media screen and (max-width: 640px) {
	#price h2 {
		width: auto;
	}
	.price__list {
		display: block;
		padding-top: 0;
	}
	.price__list li {
		width: auto;
		margin: 0;
	}
	.price__gragh {
		margin-top: 30px;
	}
	.price__ttl {
		background: #cd7f32;
		outline: 1px solid #fff;
		outline-offset: -5px;
		text-align: center;
		padding: 15px;
		margin-top: 50px;
	}
	.price__ttl img {
		width: 36%;
	}
	.price__txt {
		padding-top: 10px;
	}
	.price__time {
		display: flex;
		justify-content: center;
	}
	.price__time dd {
		width: 150px;
	}
	.price__cont-txt {
		height: auto;
	}
	.price__recommend {
		margin-top: 20px;
	}
	.price__recommend-ttl {
		font-size: 2.0rem;
	}
	.price__recommend ul {
		height: auto;
	}
	.silver .price__ttl {
		background: #888888;
	}
	.gold .price__ttl {
		background: #c6a805;
	}
	.price__list {
		padding-bottom: 50px;
	}
}
/* ==========================================================================
 * comment
 * ========================================================================== */
.comment {
	background: url(../images/pc/sample_bg.jpg) #eeeeee no-repeat top;
	padding-top: 50px;
}
.comment .heading__line {
	width: 44%;
	line-height: 5rem;
}
.comment .heading__line::after {
    background-color: #eee;
}
.comment__h2 {
	background: #fff;
	font-size: 2.2rem;
	color: #cc0014;
	border: 1px solid #000;
	padding: 2px 10px;
}
.comment__user {
	padding-top: 30px;
	padding-bottom: 100px;
}
.comment__user-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 23px;
}
.comment__user-bronze,.comment__user-silver {
	width: 440px;
	background: #fff;
}
.comment__user-silver .comment__ttl {
	background: #888;
} 
.comment__ttl {
	text-align: center;
	font-weight: bold;
	background: #cd7f32;
	color: #fff;
	padding: 10px 0;
}
.comment__user-list {
	padding: 25px;
}
.comment__user-list p {
	padding-top: 10px;
}
.comment__user-list li+li {
	padding-top: 30px;
}
.comment__user-list li:nth-child(2) .comment__user-flex {
	flex-direction: row-reverse;
}
.comment__user-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.comment__user-txtSmall {
	font-size: 1.4rem;
	font-weight: bold;
	color: #cc0014;
	padding-right: 15px;
}
@media screen and (max-width: 640px) {
	#comment {
		background: #eeeeee;
		padding-top: 0;
	}
	#comment .heading__line {
		width: auto;
	}
	.comment__h2 {
		font-size: 1.8rem;
		padding: 2px 5px;
	}
	#comment .heading__line small {
		padding-left: 2px;
	}
	.comment__user {
		padding-bottom: 50px;
	}
	.comment__user-wrap {
		padding-top: 0;
	}
	.comment__user-wrap {
		display: block;
	}
	.comment__user-bronze, .comment__user-silver {
		width: auto;
		padding: 30px 20px;
	}
	.comment__user-list {
		padding: 25px 0;
	}
	.comment__user-flex {
		display: block;
		text-align: center;
	}
	.comment__user-flex figure {
		width: 80%;
    	margin: 0 auto;
	}
}
/* ==========================================================================
 * Tab
 * ========================================================================== */
.sample {
	text-align: center;
	padding-top: 50px;
}
.sample__btn {
	background: #fff;
	border: 4px solid #cc0014;
	width: 390px;
	height: 70px;
	font-weight: bold;
	padding: 6px 0;
	cursor: pointer;
	position: relative;
}
.sample__btn::before {
	content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #cc0014;
    margin: 0 auto;
    position: absolute;
    left: 30px;
    top: 27px;
}
.sample__btn small {
	font-weight: normal;
}
.sample__txtlist {
	background: #fff;
}
.sample__test .sample__btn{
	margin-left: 530px;
}
.tab-content {
	margin-top: -4px;
	background: #fff;
	border-top: 4px solid #cc0014;
	padding: 30px 80px;
}
.sample__wrap {
    display: flex;
	justify-content: space-evenly;
}
.tab-content{
 	display: none;
}
.tab-content.active{
	display: block;
}
@media screen and (max-width: 640px) {
	.tabnav > li{
		cursor: pointer;
	}
	.tabnav > li.active{
		cursor: default;
	}
	.sample__btn {
		width: 42%;
		height: 63px;
		font-size: 1.4rem;
		padding-left: 2%;
	}
	.sample__btn::before {
		content: "";
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #cc0014;
		left: 6%;
		top: 24px;
	}
	.tab-content {
		padding: 20px 5%;
	}
}
/* ==========================================================================
 * slider
 * ========================================================================== */
.slider {
	margin: 0 auto;
	position: relative;
}
.slider .slick-arrow {
	background: #cc0014;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	opacity: .3;
	padding: 3px 6px;
	position: absolute;
	top: 50%;
	text-align: center;
	width: 35px;
	z-index: 1;
}
.slider .slick-arrow.next {
	right: 0;
}
.slick-img img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 640px) {
}
/* ==========================================================================
 * after
 * ========================================================================== */
.after__ttl {
	height: 100px;
	background: #cc0014;
	color: #fff;
	font-size: 2.8rem;
	display: flex;
    align-items: center;
    justify-content: center;
}
.after__ttl::before {
	content: "";
    background: url(../images/pc/headline-line.png) no-repeat;
    height: 30px;
    width: 40px;
    margin-top: 10px;
}
.after__ttl::after {
	content: "";
    background: url(../images/pc/headline-line.png) no-repeat;
    height: 30px;
    width: 40px;
    margin-top: 10px;
	transform: scale(-1, 1);
}
#after {
	background: url("../images/pc/after_bg.jpg") #d6bbbb no-repeat top;
}
.after__list {
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.after__list li {
	width: 420px;
}
.after__list li:nth-child(n+3) {
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	#after {
		background: url(../images/sp/after_bg.jpg) #d6bbbb no-repeat top;
		padding-bottom: 50px;
	}
	.after__ttl {
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
	}
	.after__list {
		padding: 0;
	}
	.after__list li {
		width: auto;
		padding-top: 50px;
	}
	.after__list li:nth-child(n+3) {
		margin-top: 0;
	}
}
/* ==========================================================================
 * profile
 * ========================================================================== */
#profile {
	background: url("../images/pc/profile_bg.jpg") #f5f5f5 no-repeat bottom;
	padding-bottom: 100px;
}
#profile h2 {
	width: 14%;
	margin-bottom: 60px;
}
#profile .heading__line::after {
    background-color: #f5f5f5;
}
.profile__list {
	background: #fff;
	padding: 50px;
}
.profile__flex {
	display: flex;
	justify-content: space-between;
}
.profile__flex div {
	width: 510px;
}
.profile__name {
	color: #cc0014;
	font-size: 2.4rem;
	font-weight: bold;
}
.profile__seminar {
	padding-top: 30px;
	flex-direction: row-reverse;
}
.profile__list li:nth-child(2) {
	margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #eeeeee;
}
@media screen and (max-width: 640px) {
	#profile {
		background: url("../images/sp/profile_bg.jpg") #f5f5f5 no-repeat bottom;
	}
	#profile h2 {
		width: 40%;
		margin-bottom: 60px;
	}
	.profile__list {
		padding: 30px 20px;
	}
	.profile__flex {
		display: block;
	}
	.profile__flex figure {
		width: 58%;
		margin: 0 auto;
	}
	.profile__flex div {
		width: auto;
	}
	.profile__name {
		font-size: 2.0rem;
		padding-top: 20px;
		text-align: center;
	}
	.profile__seminar div {
		padding-top: 20px;
	}
	.profile__seminar figure {
		width: 80%;
		margin: 0 auto;
	}
}
/* ==========================================================================
 * flow
 * ========================================================================== */
#flow {
	padding-bottom: 50px;
}
#flow h2 {
	width: 16%;
	margin-bottom: 60px;
}
.flow__list dt {
	background-color: #cd7f32;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}
.flow__list dt.open::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
}
.flow__list dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg);
}
.flow__list dd {
	display: none;
}
.flow__list-wrap {
	padding-top: 50px;
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: center;
}
.flow__list-open {
	list-style: none;
	width: 165px;
	height: 165px;
	border: 2px solid #cd7f32;
	position: relative;
	padding: 30px 0;
}
.flow__triangle::before, .flow__triangle::after {
    position: absolute;
    left: calc(50% - -81px);
    bottom: 72px;
    width: 13px;
    height: 15px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: '';
}
.flow__triangle::before {
    background-color: #cd7f32;
}
.flow__triangle::after {
	left: calc(50% - -77px);
    background-color: #fff;
}
.flow--margin {
	margin: 0 20px 0 0;
}
.flow--margin-T20  {
	margin: 20px 20px 0 0;
}
.flow--margin-T20-last  {
	margin: 20px 0 0 0;
}
.flow__list-open p {
	padding-top: 10px;
	font-weight: bold;
	color: #cd7f32;
}
.flow__list-silver dt {
	background-color: #888888;
}
.flow__list-wrap-silver .flow__list-open {
	border: 2px solid #888888;
}
.flow__list-wrap-silver .flow__triangle::before {
	background-color: #888888;
}
.flow__list-wrap-silver .flow__list-open p {
	color: #888888;
}
.flow__list-gold dt {
	background-color: #c6a805;
}
.flow__list-wrap-gold .flow__list-open {
	border: 2px solid #c6a805;
}
.flow__list-wrap-gold .flow__triangle::before {
	background-color: #c6a805;
}
.flow__list-wrap-gold .flow__list-open p {
	color: #c6a805;
}
@media screen and (max-width: 640px) {
	#flow h2 {
		width: 46%;
		margin-bottom: 60px;
	}
	.flow__list-wrap {
		display: block;
		padding-top: 30px;
	}
	.flow--margin {
		margin: 0;
	}
	.flow--margin-T20  {
		margin: 0;
	}
	.flow--margin-T20-last  {
		margin: 0;
	}
	.flow__list-wrap li {
		text-align: left;
	}
	.flow__list-wrap li+li {
		margin-top: 20px;
	}
	.flow__list-open {
		width: auto;
		height: auto;
		display: flex;
		align-items: center;
		padding: 10px 20px;
	}
	.flow__list-open p {
		padding-top: 0;
		font-size: 2.2rem;
		padding-left: 10px;
	}
	.flow__list-open picture img {
		width: 60%;
	}
	.flow__triangle::before, .flow__triangle::after {
		position: absolute;
		left: calc(50% - 15px);
		bottom: -15px;
		width: 30px;
		height: 15px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		content: '';
	}
	.flow__triangle::after {
		left: calc(50% - 15px);
		bottom: -12px;
	}
}
/* ==========================================================================
 * faq
 * ========================================================================== */
#faq {
	padding-bottom: 100px;
	background: #f4f4f4;
}
#faq h2 {
	width: 19%;
	margin-bottom: 60px;
}
#faq .heading__line::after {
    background-color: #f4f4f4;
}
#faq ul {
	margin-top: 50px;
}
#faq ul li+li{
	margin-top: 30px;
}
.faq__qaList dt {
	background: url(../images/pc/faq_q.jpg) left top no-repeat;
    background-position: 20px 50%;
    border-radius: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    padding: 20px 90px 20px 80px;
    position: relative;
    cursor: pointer;
}
.faq__qaList dt.open::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #cc0014;
    border-right: 3px solid #cc0014;
    transform: rotate(135deg);
}
.faq__qaList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 1.5em;
    width: 20px;
    height: 20px;
    border-top: 3px solid #cc0014;
    border-right: 3px solid #cc0014;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/qa_a.png") left top no-repeat;
	background-position: 20px 50%;
	font-size: 1.8rem;
    padding: 30px 20px 30px 75px;
	display: none;
}
@media screen and (max-width: 640px) {
	#faq {
		padding-bottom: 50px;
	}
	#faq h2 {
		width: 50%;
		margin-bottom: 60px;
	}
	.faq__qaList dt {
		background: url(../images/sp/faq_q.jpg) left top no-repeat;
		background-position: 0px 0px;
		background-size: 10%;
		border-radius: 0px;
		font-size: 1.8rem;
		padding: 0px 43px 0px 50px;
	}
	.faq__qaList dt.open::before {
		right: 0.5em;
	}
	.faq__qaList dt.close::after {
		right: 0.5em;
	}
	.faq__qaList dd {
		padding: 20px 5% 0px 5%;
	}
}
/* ==========================================================================
 * group
 * ========================================================================== */
#group {
	padding-bottom: 100px;
	background: #666666;
}
#group h2 {
	width: 46%;
	margin-bottom: 60px;
	color: #fff;
}
#group .heading__line {
    border-bottom: 3px solid #fff;
}
#group .heading__line::before {
    background-color: #fff;
}
#group .heading__line::after {
    background-color: #666666;
}
.group--info {
	width: 640px;
	margin: 0 auto;
	color: #fff;
}
.group--info dl {
	display: flex;
}
.group--info dl:nth-child(n+2) {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.group--info dl dt{
	width: 75px;
}
.group--info dl dd{
	padding-left: 88px;
}
#group iframe {
	width: 640px;
	height: 400px;
	margin: 0 auto;
	margin-top: 50px;
}
#group .company__link a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	#group {
		padding-bottom: 50px;
	}
	#group h2 {
		width: 77%;
	}
	.group--info {
		width: auto;
		font-size: 1.6rem;
	}
	#group iframe {
		width: 100%;
		margin-top: 10px;
	}
	.group--info dl {
		display: block;
	}
	.group--info dl dd {
		padding-left: 0;
	}
}
/* ==========================================================================
 * footer
 * ========================================================================== */
footer {
	background: #000;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}
.privacy a {
	color: #fff;
}
.copy {
	font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
	footer {
		padding: 20px 0;
	}
}