@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

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

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


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.mg20 {
	margin-bottom: 20px !important;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  mv
--------------------------------------------------------------------------------------------------*/
#mv {
	position: relative;
	height: 728px;
	background: url(../image/mv-01.png) no-repeat center 45%;
	background-size: cover;
}

#mv .lead {
	width: 1000px;
	margin: 0 auto;
	padding: 112px 0 30px;
	color: #e04989;
	font-size: 28px;
	font-style: italic;
}

#mv .lead span {
	position: relative;
	z-index: 10;
}

#mv .lead span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 14px;
	background-color: #FFF000;
	bottom: -2px;
	z-index: -1;
}

#mv .main {
	position: relative;
	width: 100%;
	z-index: 10;
}


@media only screen and (min-width: 1680px) and (max-width: 1920px) {
#mv .main {
	margin-top: 40px;
}
}

#mv .main:before {
	position: absolute;
	content: "";
	width: calc( 50% + 60px);
	height: 256px;
	background-color: rgba(255, 255, 255, .8);
	z-index: -1;
}

#mv .main .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0;
	font-size: 46px;
}

#mv .main .cont h1 {
	margin: 0 0 6px;
	line-height: 1.4;
}

#mv .main .cont span {
	color: #e04989;
}

#mv .main .cont p {
	margin-left: 40px;
}

#mv .contact {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	width: 1000px;
	text-align: right;
}

#nayami {
	position: relative;
	background-color: #e04989;
}

#nayami :before{
 content: '';
 position: absolute;
	background: url(../image/arrow-01.png) no-repeat 0 0;
	width: 140px;
	height: 56px;
	bottom: -56px;
	left: calc( 50% - 70px);
}

#nayami .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0;
}

#nayami .cont h2 {
	margin: 0 0 40px;
	font-size: 38px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.04em;
}

#nayami .cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#nayami .cont ul li {
	margin: 0;
	padding: 0;
}

#ikusei {
	padding: 90px 0 60px;
	background-color: #FEEBE1;
}

#ikusei .cont {
	width: 1000px;
	margin: 0 auto;
}

#ikusei .cont h2 {
	margin: 0 0 26px;
	text-align: center;
}

#ikusei .cont p.img {
	margin: 0;
	padding: 0 0 0 111px;
}

#ikusei .cont p {
	text-align: center;
	font-size: 18px;
	margin: 0 0 40px;
	font-weight: 500;
}

#ikusei .cont p span {
	position: relative;
	z-index: 10;
}

#ikusei .cont p span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	background-color: #FFF000;
	bottom: 0;
	z-index: -1;
}

#ikusei h2.line {
	position: relative;
	text-align: center;
	margin: 80px 0 0;
}

#ikusei h2.line:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	left: 0;
	top: calc( 50% - 3px);
	border-top: 6px solid #E04989;
	border-radius: 8px;
}

#ikusei h2.line span {
 position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 40px;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.1em;
	background-color: #FEEBE1;
	color: #E04989;
	line-height: 1.4;
}

#ikusei ul {
	margin: 30px auto 0;
	padding: 0;
	list-style: none;
	width: 1000px;
}

#ikusei ul li {
	margin: 0 0 60px;
	padding: 0;
}

#ikusei ul li:last-child {
	margin: 0 0 40px;
}

#ikusei ul li img {
	max-width: 100%;
	height: auto;
}

#contents .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

#contents .cont h2 {
	margin: 0 0 30px;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#contents .cont .contentsDetail {
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 12px #CCC;
	padding: 40px;
	border-radius: 16px;
	margin: 0 0 50px;
}

#contents .cont .contentsDetail:nth-child(2n-1) {
flex-direction: row-reverse;
}

#contents .cont .contentsDetail .text {
	font-size: 16px;
	width: 42%;
}

#contents .cont .contentsDetail .text h3 {
	position: relative;
	margin: 0 0 30px;
	padding: 8px 20px 8px 40px;
	background: #E04989;
	z-index:1;
	color: #FFF;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

#contents .cont .contentsDetail .text h3:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-bottom: solid 61px #FFF;
	z-index: 2;
}

#contents .cont .contentsDetail .text p {
	margin-right: 40px;
}

#contents .cont .contentsDetail .photo {
	width: 52%;
}

#merit {
	padding: 80px 0 100px;
	background-color: #E04989;
}

#merit h2 {
	margin: 0 0 120px;
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

#merit h2 span {
	color: #FFF;
}

#merit .cont {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

#merit .cont div {
	width: 310px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
}

#merit .cont div:nth-child(1):before {
	position: absolute;
	content: "01";
	top: -164px;
	left: -36px;
	opacity: .5;
	font-size: 125px;
	font-weight: 700;
	color: #FFF;
	z-index: -1;
}

#merit .cont div:nth-child(2):before {
	position: absolute;
	content: "02";
	top: -164px;
	left: -36px;
	opacity: .5;
	font-size: 125px;
	font-weight: 700;
	color: #FFF;
	z-index: -1;
}

#merit .cont div:nth-child(3):before {
	position: absolute;
	content: "03";
	top: -164px;
	left: -36px;
	opacity: .5;
	font-size: 125px;
	font-weight: 700;
	color: #FFF;
	z-index: -1;
}

#merit .cont div img {
	max-width: 100%;
	height: auto;
}

#example {
	padding: 40px 0 60px;
	background-color: #fdf7f1;
}

#example .cont {
	width: 1000px;
	margin: 0 auto;
}

#example .cont h2 {
	font-size: 38px;
	text-align: center;
	color: #2d84a8;
	letter-spacing: 0.08em;
	font-weight: 700;
}

#example .cont dl {
	margin: 0 0 60px;
}

#example .cont dt {
	background-color: #2D84A8;
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	padding: 0 10px;
	margin: 0 0 20px;
}

#example .cont dd {
	line-height: 2.2;
	font-size: 16px;
}

#flow .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 60px;
}

#flow .cont h2 {
	text-align: center;
	position: relative;
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 38px;
	margin: 0 0 60px;
}

#flow .cont h2 span {
	color: #E04989;
}

#flow .cont h2:before {
	position: absolute;
	background: url(../image/flow-01.png) no-repeat 0 0;
	width: 291px;
	height: 95px;
	left: calc( 50% - 400px);
	top: calc( 50% - 50px);
	content: "";
}

#flow .cont .steps {
	display: flex;
	position: relative;
	padding: 0 0 100px;
}

#flow .cont .steps:before {
	position: absolute;
	background-color: #e04989;
	opacity: .6;
	content: "";
	top: 10px;
	left: 50px;
	width: 9px;
	height: 100%;
	z-index: -1;
}

#flow .cont .steps:nth-child(6):before {
	display: none;
}

#flow .cont .steps .step {
	font-size: 18px;
	color: #FFF;
	width: 118px;
	height: 118px;
	background-color: #e04989;	
	border-radius: 100%;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	padding: 24px 0 0;
	letter-spacing: 0.1em;
}

#flow .cont .steps .step span {
	font-size: 47px;
	display: block;
	letter-spacing: 0.1em;
}

#flow .cont .steps .detail {
	position: relative;
	left: -20px;
	top: 20px;
	box-shadow: 0 0 12px #CCC;
	background-color: #FFF;
	border-radius: 16px;
	padding: 20px 20px 20px 50px;
	width: 910px;
	z-index: -1;
	font-size: 16px;
}

#flow .cont .steps .detail h3 {
	font-size: 30px;
	margin: 0 0 10px;
	font-weight: 700;
}

#flow .cont .steps .detail p {
	line-height: 2;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
}

#flow .cont .steps .detail p.tit {
	font-size: 17px;
	font-weight: 700;
	color: #2d84a8;
	margin-bottom: 0;
	line-height: 1.6;
}

#flow .cont .steps .detail p.mgt {
	margin-top: 20px;
}


#qa {
	background-color: #fff4ea;
}

#qa .cont {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

#qa .cont h2 {
	margin: 0 0 40px;
	font-size: 60px;
	font-weight: 700;
	color: #2d84a8;
	text-align: center;
}

#qa .cont h2 span {
	font-size: 20px;
	display: block;
	color: #000;
}

#qa .cont .qaList {
	margin: 0 0 40px;
}

#qa .cont .qaList .title .title-q {
	background-color: #2d84a8;
 padding: 18px 24px;
	color: #FFF;
	font-weight: 500;
	font-size: 20px;
}

#qa .cont .qaList .title .title-text {
	padding: 22px 65px 22px 24px;
	width: 100%;
}

#qa .cont .qaList span {
	display: inline-block;
}

#qa .cont .qaList .inner {
	display: flex;
}

#qa .cont .qaList .title-a {
 display: inline-block;
 padding: 20px 25.5px 20px 25px;
 background-color: #96C1D3;
 color:#FFF;
	font-weight: 500;
	font-size: 20px;
}

.answer-text {
					display: block;
					padding: 20px 80px 20px 20px;
					line-height: 1.8;
					background-color: #FFF;
					width: 100%;
				}

#qa .cont .qaList dt {
	cursor: pointer;
	background: url(../image/plus.png) #f6dbcc no-repeat 98% center;
}

#qa .cont .qaList dd {
	display: none;
}

#profile {
	padding: 40px 0 80px;
}

#profile h2 {
	text-align: center;
	margin: 0 0 40px;
	color: #2d84a8;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
	
#profile .cont {
	display: flex;
	justify-content: flex-end;
	width: 1000px;
	margin: 0 auto 100px;
	position: relative;
}

#profile .cont .photo {
	position: absolute;
	left: -100px;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
}

#profile .cont .photo img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#profile .cont .text {
	width: 620px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
}

#profile dl {
	width: 1000px;
	margin: 0 auto;
}

#profile dl dt {
	width: 278px;
	background-color: #e04989;
	color: #FFF;
	line-height: 58px;
	font-weight: 500;
	padding-left: 70px;
	position: relative;
	z-index: 5;
	font-size: 20px;
}

#profile dl dd {
	margin: -58px 0 0;
	padding: 80px 70px 20px;
	background-color: #fff4ea;
	font-size: 16px;
}

#profile dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#profile dl dd ul li {
	margin-bottom: 8px;
	padding: 0;
}

#contact {
	padding: 140px 0 41px;
	background-color: #e04989;
}

#contact .cont {
	display: flex;
	width: 1000px;
	margin: 0 auto;
}

#contact .cont div.left {
	width: 458px;
	position: relative;
}

#contact .cont div.left:before {
	position: absolute;
	content: "";
	background: url(../image/contact-04.png) no-repeat 0 0;
	width: 277px;
	height: 177px;
	right: -30px;
	bottom: -50px;
	z-index:99;
}

#contact .cont div.right {
	position: relative;
	right: -20px;
	width: 542px;
	text-align: center;
	padding: 20px 0 0;
}

#contact .cont div.right a {
	display: block;
	margin-top: 10px;
}

#contact .cont div.right a:hover {
	opacity: .8;
}

#footer {
	padding: 30px 0;
	background-color: #feeecd;
}

#footer .cont {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}

#footer .cont p.lead {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.4;
}

#footer .cont address {
	margin: 10px 0;
	font-style: normal;
}

#footer .cont a {
	text-decoration: none;
	color: #000;
	font-size: 13px;
}

#footer .cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .cont ul li {
	margin: 0 0 20px;
	padding: 0;
}


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

body {
	font-size: 14px;
}

img {
	max-width: 100%;
	height: auto;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

#mv {
	position: static;
	height: 400px;
	background: url(../image/mv-01.png) no-repeat 30% 50%;
	background-size: cover;
}

#mv .lead {
	width: 96%;
	padding: 20px 0 0;
	font-size: 24px;
	margin-bottom: 10px;
}

#mv .contact {
	position: fixed;
	top: 0;
	right: 3%;
	z-index: 100;
	width: 100%;
}

#mv .contact img {
	width: 90px;
	height: 67px;
}

#mv .main:before {
    display: none;
}

#mv .main .cont {
	width: 100%;
	font-size: 20px;
	padding: 20px 0 0;
}

#mv .main .cont h1 {
	margin-bottom: 14px;
}

#mv .main .cont p {
	margin-left: 0;
}

#mv .main .cont img {
	width: 380px;
	max-width: 100%;
	height: auto;
}

#nayami .cont {
	width: 96%;
	margin: 0 auto;
}

#nayami .cont h2 {
	font-size: 18px;
}

#ikusei {
	padding-bottom: 30px;
}

#ikusei .cont {
	width: 96%;
	margin: 0 auto;
}

#ikusei .cont h2 {
	margin: 0 20px 26px;
}

#ikusei .cont p {
	font-size: 17px;
}

#ikusei .cont p.img {
	padding: 0 0 0 20px;
}

#ikusei .cont p.img img {
	display: block;
	margin: 0 auto;
	width: 300px;
}

#ikusei ul {
	width: 96%;
	margin: 0 auto;
}

#ikusei ul li {
	margin: 0 0 30px;
}

#ikusei h2.line {
	margin-bottom: 40px;
}

#ikusei h2.line span {
	font-size: 20px;
	padding: 0 20px;
}

#contents .cont {
	width: 96%;
	margin: 0 auto;
}

#contents .cont h2 {
	font-size: 28px;
}

#contents .cont .contentsDetail {
	display: block;
	margin: 0 10px 30px;
	padding: 20px;
}

#contents .cont .contentsDetail .text {
	width: 100%;
}

#contents .cont .contentsDetail .text h3 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 4px 20px 4px 10px;
}

#contents .cont .contentsDetail .text h3:after {
	border-bottom: solid 57px #FFF;
}

#contents .cont .contentsDetail .text p {
	margin: 0 0 10px;
}

#contents .cont .contentsDetail .photo {
	width: 100%;
}

#merit {
	padding: 40px 0 1px;
}

#merit .cont {
	width: 96%;
	margin: 0 auto;
}

#merit h2 {
	margin: 0 0 60px;
	font-size: 28px;
	letter-spacing: 0;
}

#merit .cont {
	display: block;
}

#merit .cont div {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}

#merit .cont div img {
	width: 256px;
	height: auto;
}

#merit .cont div:nth-child(1):before {
	font-size: 60px;
	top: -80px;
	left: 20px;
}

#merit .cont div:nth-child(2):before {
	font-size: 60px;
	top: -80px;
	left: 20px;
}

#merit .cont div:nth-child(3):before {
	font-size: 60px;
	top: -80px;
	left: 20px;
}

#example .cont {
	width: 92%;
	margin: 0 auto;
}

#example .cont h2 {
	margin-bottom: 30px;
	font-size: 28px;
}

#example .cont dt {
	font-size: 18px;
}

#example .cont dd {
	line-height: 1.8;
}

#flow .cont {
	width: 96%;
	margin: 0 auto;
	padding: 60px 0;
}

#flow .cont h2 {
	font-size: 28px;
	margin-bottom: 40px;
	padding-left: 50px;
}

#flow .cont h2:before {
	width: 100px;
	background: url(../image/flow-01.png) no-repeat 0 0;
	background-size: 100px;
	top: 10px;
	left: calc( 50% - 160px);	
}

#flow .cont .steps {
	margin: 0 10px;
	padding: 0 0 60px;
}

#flow .cont .steps .step {
	width: 60px;
	height: 60px;
	padding: 10px 0 0;
	font-size: 16px;
}

#flow .cont .steps:before {
	left: 26px;
	top: 10px;
}

#flow .cont .steps .step span {
	font-size: 26px;
}

#flow .cont .steps .detail {
	width: calc( 100% - 60px);
	margin-left: 10px;
	padding: 20px 20px 10px 30px;
}	

#flow .cont .steps .detail h3 {
	font-size: 18px;
}

#flow .cont .steps .detail p {
	line-height: 1.4;
}

#flow .cont .steps .detail p.tit {
	line-height: 1.4;
	font-size: 15px;
}

#qa .cont {
	width: 96%;
	margin: 0 auto;
}

#qa .cont h2 {
	font-size: 34px;
}

#qa .cont h2 span {
	font-size: 18px;
}

.answer-text {
	padding: 20px;
}

#profile .cont {
	width: 96%;
	margin: 0 auto;
	display: block;
}

#profile .cont .photo {
	left: 0;
	position: static;
	text-align: center;
	font-size: 14px;
	margin: 0 0 20px;
}

#profile .cont .photo img {
	display: block;
	margin: 0 auto -10px;
	width: 300px;
	height: auto;
}

#profile .cont .text {
	width: 96%;
	margin: 0 auto 30px;
	line-height: 1.8;
}

#profile dl dt {
	width: auto;
	display: inline-block;
	padding: 0 40px;
}

#profile dl dd {
	padding: 80px 20px 20px;
	font-size: 14px;
}

#profile h2 {
	font-size: 28px;
}

#profile dl {
	width: 96%;
	margin: 0 auto;
}

#contact {
	padding: 20px 0;
}

#contact .cont {
	width: 96%;
	margin: 0 auto;
	display: block;
}

#contact .cont div.left {
	width: 100%;
	margin: 0 0 30px;
}

#contact .cont div.left:before {
	background-size: 138px;
	right: 0;
	bottom: -4px;
	width: 138px;
	height: 88px;
}

#contact .cont div.right {
	right: 0;
	width: 90%;
	margin: 0 auto;
}

#footer .cont {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#footer .cont .bnr {
	margin: 30px 0 0;
	text-align: center;
}

	

}

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


}




