#mainimage {
height: 100vh;
}
#mainimage dl {
position: relative;
display: grid;
place-content: center;
background-image: url("../image/mainimage_sp.jpg");
background-size: cover;
background-position: center center;
height: 100vh;
}
#mainimage dt {
width: 100%;
display: none;
height: 400px;
background-image: url("../image/mainimage_sp.jpg");
background-size: cover;
background-position: center center;
position: absolute;
}
#mainimage dd {
width: 75%;
position: relative;
z-index: 100;
background-color: rgba(255,255,255,0.9);
margin: 0px auto 0 auto;
display: grid;
place-content: center;
text-align: center;
height: 140px;
}
#mainimage dd #logo {
display: none;
}
#mainimage dd #lifechange {
width: 80%;
margin: 0px auto 0 auto;
}
#mainimage dd h1 {
font-size: 16px;
line-height: 1.5em;
}

#concept {
background-color: #001844;
padding: 2em 1.5em 2em 1.5em;
}
#concept p {
font-size: 14px;
line-height: 1.6em;
color: #FFF;
}

#story {
padding: 50px 0 0 0;
}
#story h2 {
color: #001844;
text-align: center;
}
#story h2 b {
font-size: 20px;
line-height: 1.2em;
font-weight: normal;
display: block;
margin-bottom: 10px;
}
#story h2 img {
width: 60%;
height: auto;
}
#story h2:after {
content: '';
border-bottom: 5px solid #b7b7b7;
display: block;
width: 30%;
margin: 15px auto 0 auto;
}
#story dl {
margin: 30px 0 100px 0;
width: 100%;
}
#story dt {
width: 100%;
}
#story dt img {
aspect-ratio: 4 / 2;
width: 100%;
object-fit: cover;
}
#story dd {
width: 90%;
text-align: left;
border-bottom: 2px solid #b7b7b7;
position: relative;
margin: 20px auto 0 auto;
}
#story dd:after {
content: '';
box-sizing: border-box;
display: block;
position: absolute;
border: 1px solid #b7b7b7;
height: 30px;
bottom: -3.5%;
right: 5%;
}
#story dl h3 {
color: #001844;
font-size: 18px;
line-height: 1.3em;
background-color: #e5e7ec;
clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
padding: 0.6em 2em 0.6em 0.8em;
box-sizing: border-box;
width: 100%;
margin: 0px auto 0 auto;
}
#story dd p {
color: #444444;
font-size: 16px;
line-height: 1.6em;
padding: 1em 0 2em 0;
}
#story dl:nth-of-type(2) h3 {
background-color: #ccd1da;
}
#story dl:nth-of-type(3) h3 {
background-color: #99a3b4;
color: #FFF;
}
#story dl:nth-of-type(4) h3 {
background-color: #66748f;
color: #FFF;
}
#story ul {}
#story ul li {
font-size: 16px;
line-height: 1.4em;
color: #001844;
text-align: center;
}
#story ul li img {
width: 50%;
height: auto;
padding: 0.5em 0 0.3em 0;
}

#point {
margin: 30px 0 0 0;
text-align: center;
}
#point h3 {
background-color: #001844;
display: block;
font-size: 20px;
line-height: 1.5em;
color: #FFF;
padding: 0.2em 0 0.2em 0;
margin: 0px auto 0 auto;
width: 100%;
}
#point h3 b {
font-weight: normal;
margin: 0 0.1em 0 0.1em;
}
#point ul#menu {
width: 94%;
margin: 50px auto 20px auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#point ul#menu li {
width: 31%;
}
#point ul#menu a {
display: block;
width: 100%;
background-color: #f4f4f4;
position: relative;
text-decoration: none;
padding: 0px 0 30px 0;
transition: all 0.5s ease 0s;
height: 90px;
}
#point ul#menu a:before {
content: '';
display: block;
width: 40px;
height: 40px;
background-image: url("../image/mark.png");
background-size: contain;
vertical-align: middle;
position: relative;
top: -20px;
margin: 0px auto 0 auto;
}
#point ul#menu li h4 {
color: #001844;
font-size: 15px;
line-height: 1.3em;
margin-bottom: 0em;
position: relative;
top: -10px;
}
#point ul#menu li h4 b {
display: block;
}
#point ul#menu li p {
color: #7487a5;
font-size: 12px;
line-height: 1.2em;
}
#point ul#menu a:hover {
background-color: #d8d8d8;
}
#point p.text {
font-size: 14px;
line-height: 1.6em;
padding: 0 1.5em 0 1.5em;
}
#point p.text b {
color: #9b0000;
font-size: 16px;
line-height: 1.5em;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#point1,
#point2,
#point3 {
margin: 80px auto 0 auto;
background-color: #f2f3f5;
text-align: left;
padding-bottom: 50px;
}
#point1 .body,
#point2 .body,
#point3 .body {
width: 90%;
margin: 0px auto 0 auto;
text-align: left;
}
#point1 ul.title,
#point2 ul.title,
#point3 ul.title {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
width: 96%;
margin: 0px auto 10px auto;
position: relative;
}
#point1 ul.title li:nth-of-type(1),
#point2 ul.title li:nth-of-type(1),
#point3 ul.title li:nth-of-type(1) {
width: 20%;
}
#point1 ul.title li:nth-of-type(2),
#point2 ul.title li:nth-of-type(2),
#point3 ul.title li:nth-of-type(2) {
font-size: 24px;
line-height: 1.3em;
color: #001844;
padding: 0 0 0 0.5em;
box-sizing: border-box;
width: 80%;
}
#point1 ul.title li:nth-of-type(3),
#point2 ul.title li:nth-of-type(3),
#point3 ul.title li:nth-of-type(3) {
width: 100%;
color: #c9c9c9;
font-size: 13px;
line-height: 1.5em;
text-align: right;
position: absolute;
top: 0.2em;
}
#point1 p,
#point3 p {
color: #444444;
font-size: 16px;
line-height: 1.6em;
margin-bottom: 1em;
}
#point1 p b,
#point3 p b{
color: #9b0000;
font-size: 18px;
line-height: 1.3em;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#point1 #basic {
width: 100%;
margin: 30px auto 0 auto;
}
#point1 #basic h5 {
color: #001844;
font-size: 18px;
line-height: 1.3em;
}
#point1 #basic ol {
margin: 20px 0 40px 0;
}
#point1 #basic ol li {
background-color: #FFF;
border: 2px solid #e5e5e5;
box-sizing: border-box;
color: #444444;
font-size: 16px;
line-height: 1.3em;
text-align: center;
padding: 20px 0 20px 0;
margin-bottom: 20px;
}
#point1 #basic ol li img {
display: block;
width: 30%;
margin: 20px auto 20px auto;
}
#point1 #basic ol li p {
font-size: 14px;
line-height: 1.3em;
text-align: left;
padding: 0 1em 0 1em;
margin: 0;
}
#point1 #basic dl {
margin: 20px auto 0 auto;
font-size: 16px;
line-height: 1.3em;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
#point1 #basic dt {
background-color: #9e9e9e;
border-radius: 100vh;
text-align: center;
color: #FFF;
padding: 0.4em 0 0.5em 0;
width: 100%;
margin-bottom: 0.5em;
}
#point1 #basic dd {
box-sizing: border-box;
margin-bottom: 1em;
}

#point2 {}
#point2 h4 {
font-size: 18px;
line-height: 1.3em;
}
#point2 p {
font-size: 16px;
line-height: 1.3em;
}
#point2 .body ul {
margin: 20px auto 0 auto;
}
#point2 .body ul li {
}
#point2 .body ul li h5 {
color: #001844;
background-color: #FFF;
text-align: center;
font-size: 16px;
line-height: 1.5em;
padding: 0.4em 0 0.3em 0;
}
#point2 .body ul li p {
padding: 0.4em 0 1em 0;
}
#point2 .body .box {
background-color: #FFF;
margin: 20px auto 0 auto;
text-align: center;
padding: 20px 0 10px 0;
}
#point2 .body .box h6 {
color: #001844;
font-size: 16px;
line-height: 1.3em;
padding: 0 1em 0 1em;
}
#point2 .body .box dl {
width: 93%;
margin: 20px auto 0 auto;
}
#point2 .body .box dd {
color: #001844;
font-size: 16px;
line-height: 1.3em;
background-color: #ebf0f7;
padding: 0.4em 0 0.4em 0;
margin: 10px 0 10px 0;
}

#point3 {}
#point3 .box {
margin: 0px auto 0 auto;
width: 100%;
}
#point3 h4 {
color: #001844;
background-color: #FFF;
text-align: center;
font-size: 18px;
line-height: 1.3em;
padding: 0.4em 0 0.5em 0;
}
#point3 .box ul {
margin-bottom: 20px;
}
#point3 .box ul li {
text-align: center;
margin-bottom: 20px;
}
#point3 .box ul li p {
font-size: 14px;
line-height: 1.3em;
margin: 10px auto 10px auto;
padding: 0;
}
#point3 .box ul li h6 {
font-size: 18px;
line-height: 1.3em;
color: #444444;
}
#point3 .box ul li h6 b {
color: #9b0000;
font-size: 26px;
line-height: 1.3em;
}
#point3 .box ul li h6 i {
font-style: normal;
font-size: 13px;
}
#point3 .advance {}
#point3 .advance h4 {
margin-bottom: 10px;
}
#point3 .advance p {
text-align: center;
margin: 0px auto 0 auto;
font-size: 14px;
line-height: 1.3em;
}
#point3 .advance dl {
align-items: center;
margin: 20px 0 20px 0;
}
#point3 .advance dt {
border: 1px solid #b2b2b2;
text-align: center;
padding: 1em;
}
#point3 .advance dd {
margin-top: 20px;
}
#point3 .advance dd ol {}
#point3 .advance dd ol li {
background-color: #8a8ead;
border-radius: 100vh;
display: block;
color: #FFF;
font-size: 16px;
line-height: 1.3em;
text-align:center;
padding: 0.5em 0 0.5em 0;
}
#point3 .advance dd ol li:nth-of-type(2) {
margin: 10px 0 10px 0;
}

#photos {}
#photos ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#photos li {
width: 25%;
line-height: 0;
}
#photos li img {
aspect-ratio: 4 / 3;
width: 100%;
object-fit: cover;
shape-margin: 0.75rem;
}
#photos p {
color: #001844;
font-size: 18px;
line-height: 1.5em;
margin: 2em 0 2em 0;
text-align: center;
padding: 0 1em 0 1em;
}

#contact {
margin: 0 0 50px 0;
}
#contact h2 {
background-color: #001844;
color: #FFF;
text-align: center;
font-size: 17px;
line-height: 1.3em;
padding: 0.4em 0 0.4em 0;
}
#contact .tel {
border: 1px solid #001844;
box-sizing: border-box;
width: 90%;
margin: 20px auto 20px auto;
padding: 1em;
}
#contact h3 {
font-size: 20px;
line-height: 1.3em;
color: #001844;
font-weight: bold;
text-align: center;
}
#contact .tel img {
margin: 10px 0 5px 0;
}
#contact p {
color: #56253b;
font-size: 14px;
line-height: 1.5em;
text-align: center;
}


