@charset "UTF-8";

/* ==========================================================================
 * 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.6rem;
	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 {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
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: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
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.2;
	margin: 0;
}
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;
}

/* ==========================================================================
 * 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;
}
.sec__ttl,
.sec__subTtl {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.inner-width {
		width: 92%;
        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%;
	z-index: 10;
}
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;
}

/* ==========================================================================
 * Header
 * ========================================================================== */
.header {
	background: #fef8e6;
	padding: 10px 0;
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
	position: sticky;
    top: 0;
    z-index: 9999;
}
.header__flexBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__btn-list {
	display: flex;
	align-items: center;
}
.header__btn-list li {
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}
.header__btn-list li:first-child {
	margin-right: 15px;
}
@media screen and (max-width: 640px) {
	.header {
		padding: 8px 0;
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
	}
	.header__logo {
		margin-right: 5px;
	}
	.header__btn-list li {
		filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));
	}
	.header__btn-list li:first-child {
		margin-right: 5px;
	}
}

/* ==========================================================================
 * FV
 * ========================================================================== */
.fv {
	position: relative;
}
.fv__catch {
	position: absolute;
	top: calc(50% - 310px);
    right: calc(50% - 283px);
}
.movie {
	display: flex;
    justify-content: center;
}
video {
	width: 100%;
	height: 700px;
	object-fit: cover;
	margin-bottom: -5px;
}
@media screen and (max-width: 640px) {
	.fv {
		position: relative;
		overflow: hidden;
	}
	.fv__catch {
		padding: 5% 0 5% 0;
		top: calc(50% - 50%);
		right: calc(50% - 45%);
		left: calc(50% - 45%);
	}
	video {
		height: 100%;
		width: 170%;
	}
}

/* ==========================================================================
 * CTA
 * ========================================================================== */
.cta {
	position: relative;
	background: #23859c;
	padding: 40px 0;
	z-index: 3;
}
.cta .sec__ttl {
	margin-bottom: 30px;
}
.cta__btn--wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.cta_blue,
.cta_pink {
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}
.tel__number {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 640px) {
	.cta {
		padding: 6% 0;
	}
	.cta .sec__ttl {
		margin-bottom: 16px;
	}
	.cta__btn--wrap {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.cta_blue {
		margin-bottom: 15px;
	}
}

/* ==========================================================================
 * PLAN
 * ========================================================================== */
.plan .sec__ttl {
	margin-bottom: 20px;
}
.plan__inner--bottom h3 {
	margin-bottom: 20px;
}
.plan__inner--bottomImg {
	display: flex;
	justify-content: center;
}
@media screen and (min-width: 641px) {
	.plan {
		background: url("../images/pc/plan_bg.jpg") no-repeat center top / cover;
		padding: 90px 0;
	}
	.plan__inner--bottom {
		background: url("../images/pc/plan_inner-bottom-bg.jpg") no-repeat center top / cover;
		padding: 30px 0 90px 0;
	}
}
@media screen and (max-width: 640px) {
	.plan {
		padding: 10% 0 15% 0;
		background: url("../images/sp/plan_bg@2x.jpg") no-repeat center top / cover;
	}
	.plan__inner--bottom {
		background: url("../images/sp/plan_inner-bottom-bg@2x.jpg") no-repeat center top / cover;
		padding: 30px 0 7% 0;
		position: relative;
	}
	.plan__inner--bottom::after {
		content: "";
        background: url(../images/sp/plan_girl@2x.png) no-repeat center bottom / cover;
        position: absolute;
        width: 38%;
        height: 21%;
        bottom: -3%;
	}
}

/* ==========================================================================
 * worries
 * ========================================================================== */
.worries {
	background: #f4f4f4;
	padding: 75px 0 0 0;
}
.worries .sec__ttl,
.worries .sec__subTtl {
	margin-bottom: 45px;
}
.worries__inner--top,
.worries__inner--bottom {
	display: flex;
	justify-content: center;
}
.worries__inner--top {
	margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
	.worries {
		padding: 10% 0;
	}
	.worries .sec__ttl,
	.worries .sec__subTtl {
		margin-bottom: 7%;
	}
	.worries__inner--top {
		margin-bottom: 8%;
	}
}

/* ==========================================================================
 * solution
 * ========================================================================== */
.solution {
	background: #fde6ac;
	padding-bottom: 90px;
}
.solution__top {
	margin-bottom: 36px;
	display: flex;
	justify-content: center;
}
.solution .sec__ttl {
	margin-bottom: 45px;
	position: relative;
}
.solution .sec__ttl::before {
	position: absolute;
}
.solution__inner--top,
.solution__inner--middle {
	margin-bottom: 40px;
}
@media screen and (min-width: 641px) {
	.solution .sec__ttl::before {
		content: url("../images/pc/solution_ttl-ill.png");
		top: -90%;
		left: 4%;
	}
}
@media screen and (max-width: 640px) {
	.solution__top {
		margin-bottom: 5%;
	}
	.solution .sec__ttl {
		margin-bottom: 2%;
	}
	.solution .sec__ttl::before {
		content: "";
		background: url("../images/sp/solution_ttl-ill@2x.png") no-repeat center top / cover;
		width: 18%;
        height: 55px;
		top: -60%;
        left: 3%;
	}
	.solution__inner--top,
	.solution__inner--middle {
		margin-bottom: 6%;
	}
	.solution__inner--middle {
		position: relative;
	}
	.solution__inner--middle::after {
		content: "";
		background: url("../images/sp/solution_consultation-ill@2x.png") no-repeat center top / cover;
		width: 30%;
        height: 50%;
        position: absolute;
        top: 52%;
        left: 74%;
	}
	.solution {
		background: #fde6ac;
		padding-bottom: 10%;;
	}
}

/* ==========================================================================
 * reason
 * ========================================================================== */
.reason {
	padding: 90px 0;
	background: #f3fdff;
}
.reason .sec__ttl {
	margin-bottom: 48px;
	position: relative;
}
.reason .sec__ttl::before {
	position: absolute;
}
.reason2 {
	margin-top: -10px;
	margin-bottom: 45px;
}
.reason3 {
	margin-bottom: 45px;
}
.reason4 {
	position: relative;
}
.reason4::after {
	position: absolute;
}
@media screen and (min-width: 641px) {
	.reason .sec__ttl::before {
		content: url("../images/pc/reason_ttl-ill.png");
		top: -110%;
		left: 2%;
	}
	.reason4::after {
		content: url("../images/pc/reason04__ill.png");
		top: -6%;
		right: -10%;
	}
}
@media screen and (max-width: 640px) {
	.reason {
		padding: 15% 0 10% 0;
	}
	.reason .sec__ttl {
		margin-bottom: 2%;
	}
	.reason .sec__ttl::before {
		content: "";
		background: url("../images/sp/reason_ttl-ill@2x.png") no-repeat center top / contain;
        position: absolute;
		width: 18%;
        height: 55px;
		top: -60%;
        left: 3%;
	}
	.reason1,
	.reason2,
	.reason3 {
		position: relative;
	}
	.reason1::before {
		content: "";
		background: url("../images/sp/reason01__ill@2x.png") no-repeat 0% 0% /contain;
		position: absolute;
		width: 8%;
        height: 8%;
		left: -5%;
		top: 12%
	}
	.reason2 {
		margin-top: 0;
		margin-bottom: -12px;
	}
	.reason2::before {
		content: "";
		background: url("../images/sp/reason02__ill@2x.png") no-repeat 0% 0% /contain;
		position: absolute;
		width: 12%;
        height: 12%;
		right: -3%;
		top: 23%
	}
	.reason4::after {
		top: -6%;
        right: -3%;
        content: "";
        background: url(../images/sp/reason04__ill@2x.png) no-repeat center top / cover;
        position: absolute;
        width: 48%;
        height: 20%;
	}
	.reason3 {
		margin-bottom: 9%;
	}
}

/* ==========================================================================
 * recommend
 * ========================================================================== */
.recommend {
	padding-bottom: 90px;
}
.recommend .sec__ttl {
	margin-bottom: 45px;
}
.recommend__inner--top {
	margin-bottom: 30px;
}
.recommend__inner--graph {
	margin-bottom: 25px;
}
.recommend__diff {
	position: relative;
	overflow: hidden;
}
.program {
	display: flex;
	justify-content: center;
	margin: -68px 0 50px 0;
}
.recommend__merit .sec__subTtl {
	margin-bottom: 35px;
}
@media screen and (min-width: 641px) {
	.recommend__wrap {
		background: url("../images/pc/osusume_bg.png") no-repeat center bottom/ cover;
		padding: 90px 0 60px 0;
	}
	.recommend__diff .sec__ttl {
		background: url("../images/pc/osusume_diff-ttl-bg.png") no-repeat center bottom/ cover;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 40px 0 100px 0;
	}
}
@media screen and (max-width: 640px) {
	.recommend {
		padding: 10% 0;;
	}
	.recommend .sec__ttl {
		margin-bottom: 7%;
	}
	.recommend__wrap {
		background: url("../images/sp/osusume_bg@2x.png") no-repeat center bottom/ cover;
		padding-bottom: 13%;
	}
	.recommend__diff .sec__ttl {
		background: url("../images/sp/osusume_diff-ttl-bg@2x.png") no-repeat center bottom/ cover;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 5% 0 28% 0;
	}
	.program {
		margin-bottom: 8%;
	}
}


/* ==========================================================================
 * review
 * ========================================================================== */
.review {
	background: #fef8e6;
	padding: 90px 0
}
.review .sec__ttl {
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.review {
		padding: 10% 0;
	}
	.review .sec__ttl {
		margin-bottom: 2%;
	}
}

/* ==========================================================================
 * flow
 * ========================================================================== */
.flow {
	padding: 90px 0
}
.flow .sec__ttl {
	margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
	.flow {
		padding: 10% 0;
	}
	.flow .sec__ttl {
		margin-bottom: 6%;
	}
	.flow__inner {
		padding: 0 12%;
	}
}

/* ==========================================================================
 * Q&A
 * ========================================================================== */
#faq {
	padding: 100px 0;
	background-color: #fff;	
}
#faq ul {
	margin-top: 50px;
}
#faq ul li+li {
	margin-top: 30px;
}
.faq__qaList {
	border: solid 2px #2b2b2b;
	padding: 0 48px;
}
.faq__qaList dt {
	background: url("../images/pc/qa_q.png") left top no-repeat;
	background-position: 20px 50%;
	background-size: 5%;
	font-size: 2.4rem;
	font-weight: bold;
	color: #181818;
	padding: 20px 90px 20px 75px;
	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 #101010;
    border-right: 3px solid #101010;
    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 #101010;
    border-right: 3px solid #101010;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/qa_a.png") left top no-repeat;
	background-size: 5%;
	background-position: 20px 16%;
	font-size: 1.8rem;
    padding: 30px 75px;
	border-top: solid 2px #2b2b2b;
	display: none;
}
.faq__qaList dd a {
	border-bottom: solid 1px #0069d4;
	color: #0069d4;
}

@media screen and (max-width: 640px) {
	#faq {
		padding: 10% 0;
	}
	#faq ul {
		margin-top: 20px;
	}
	#faq ul li+li {
		margin-top: 10px;
	}
	.faq__qaList {
		padding: 2% 5%;
	}
	.faq__qaList dt {
		background: url(../images/sp/qa_q@2x.png) 0% 4% no-repeat;
        font-size: 1.8rem;
        padding: 47px 30px 10px 2px;
        background-size: 40px;
	}
	.faq__qaList dd {
		background: url(../images/sp/qa_a@2x.png) 0% 4% no-repeat;
        padding: 66px 20px 30px 2px;
        background-size: 40px;
    }
	.faq__qaList dt.open::before {
		bottom: -10%;
    	right: 0.5em;
    	width: 15px;
    	height: 15px;
	}
	.faq__qaList dt.close::after {
		bottom: -10%;
    	right: 0.5em;
    	width: 15px;
    	height: 15px;
	}
}

/* ==========================================================================
 * company
 * ========================================================================== */
.company {
	padding: 30px 0;
	background: #fef8e6;
}
.company p {
	font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
	.company {
		padding: 5% 0;
	}
	.company p {
		font-size: 1rem;
	}
}

/* ==========================================================================
 * footer
 * ========================================================================== */
.footer {
	padding: 10px 0;
	background: #23859c;
}
.footer p {
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.footer {
		padding: 2% 0;
	}
	.footer p {
		font-size: 1rem;
	}
}