﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
    line-height:1.5;
    font-size: 62.5%;
    color: #333333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media all and (-ms-high-contrast: none) {
    h1, h2, h3, h4, h5, h6,#mv p {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif!important;
        }
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', serif;
    font-weight: normal;
}
p {
    font-size: 1.8rem;
}
.noto{
    font-family: 'Noto Sans JP', serif;
}
html{
	position:relative;
}
html.scroll_no{
	overflow:hidden;
}
body {
    color: #333333;
    position: relative;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ol , ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
　　　vertical-align: top;
　　　font-size:0;
　　　line-height: 0;
		max-width:100%;
}
a {
    transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
a:hover a.hoverImg {
	filter:alpha(opacity=70);
	opacity:0.7;
    -moz-opacity: 0.7;
}
a img{border-style:none;}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
.sp_display{
	display:none;
}
.inner {
    max-width: 935px;
    margin: 0 auto;
} 


/* header */
header {
    max-width: 935px;
    margin: 0 auto;
    margin-bottom: -10rem;
}


/* main */
#mv {
    background: url(../img/main.jpg) top center no-repeat; 
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 16rem;
    margin-bottom: 14rem;
}
#mv p {
    color: #fff;
    font-family: 'Noto Sans JP', serif;
    line-height: 2;
    text-shadow:0px 0px 5px #000;
}
h1 {
    padding: 2.5rem 0 1.5rem;
    box-sizing: border-box;
}
h2 {
    background-color: #fff;
    width: 375px;
    margin: 4.7rem auto;
    padding: 0.4rem 0;
}
h2 span {
    color: #009fe8;
    font-size: 2.8rem;
    display: block;
    padding: 0.5rem;
    border: solid #009fe8;
    border-width: 0.2rem 0px;
    box-sizing: border-box;
}
#mv ul {
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
}
#mv li {
    text-align: center;
    position: relative;
    align-items: stretch;
    background-color: #009fe8;
    border-radius: 4rem;
    width: 29%;
    transition: 0.3s;
    margin-right: 1.5rem;
}
#mv li:last-of-type {
    margin-right: 0;
}
#mv li:hover {
    opacity: 0.7;
}
#mv li a {
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0.8rem 0;
    position: relative;
    justify-content: center;
}
#mv li a:hover {
    opacity: 1;
}
#mv li a::after {
    content: '';
    height: 23px;
    width: 78px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -1.8rem;
    background: url(../img/arrow.png) 0 0 no-repeat;
}

/* sec共通 */
.sec {
    margin-bottom: 17rem;
}
.sec h3 {
    text-align: center;
    background: url(../img/ttl_bg.gif) 0 0 repeat-x;
    color: #fff;
    font-size: 3rem;
    position: relative;
    box-sizing: border-box;
    padding: 4.5rem 0;
    margin-bottom: 4.5rem;
}
.sec h3 img {
    position: absolute;
    margin: 0 auto;
    width: auto;
    right: 0;
    left: 0;
    top: -8.5rem;
}
.sec h4 {
    color: #0d25a2;
    text-align: center;
    font-size: 2.6rem;
    margin: 4.5rem auto;
    position: relative;
    width: 51.5rem;
    font-weight: bold;
}
.sec h4::after {
    content: '';
    height: 46px;
    width: 50px;
    position: absolute;
    left: 0;
    margin: 0 auto;
    background: url(../img/icon.png) 0 0 no-repeat;
    background-size: contain;
}
.sec .column {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-start;
    margin-bottom: 5rem;
    justify-content: space-between;
}
.sec .column figure{
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.sec .column figcaption{
    margin-bottom: 1rem;
}
.sec .column .txt_area {
    width: 49%;
    padding-left: 0.8rem;
    box-sizing: border-box;
}

.sec .column p {
    line-height: 1.8;
}
.sec .column p:first-of-type {
    margin-bottom: 2em;
}

.sec .column + h4 {
    width: 79rem;
}

.sec .reverse {
    flex-flow: row-reverse;
}
.sec .reverse .txt_area {
    padding-right: 0.8rem;
    padding-left: 0;
    box-sizing: border-box;
}
.sec .reverse .note {
    font-size: 1.5rem;
    line-height: normal;
}


/* summary */
.summary {
    padding: 1rem 0 5rem;
    box-sizing: border-box;
}
.summary .pop {
    display: flex;
    justify-content: center;
}
.summary .pop li:first-of-type{
    margin-right: 1.3rem;
}
.summary figure{
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}
.summary figure img{
    width: 17%;
    margin-right: 2.5rem;
}
.summary figcaption{
   color: #0d25a2;
   font-size: 2.2rem;
   font-weight: bold;
   line-height: 1.8;
}

.img_Area {
    text-align: center;
}

/* feature01 */
#feature01 .summary {
    background: url(../img/feature01_bg.jpg) center top no-repeat;
}

/* feature02 */
#feature02 .inner {
    margin-bottom: 3rem;
}
#feature02 h3 {
    margin-bottom: 1.5rem;
}
#feature02 h4 {
   width: 60rem;
}
#feature02 .reverse {
    justify-content: flex-end;
    margin-bottom: -3rem;  
}
#feature02 .reverse .txt_area {
    width: 61%;
    padding-right: 0;
    margin-right: 3rem;
}
#feature02 .summary {
    background: url(../img/feature02_bg.jpg) center top no-repeat;
    padding: 11rem 0 1rem;
}

/* feature03 */
#feature03 {
    margin-bottom: 4.5rem;
}
#feature03 .inner {
    margin-bottom: 6rem;
}
#feature03 .inner:last-of-type {
    margin-bottom: 3rem;
}
#feature03 h3 {
    margin-bottom: 1.5rem;
}
#feature03 h4 {
    width: 64rem;
}
#feature03 h4 + p{
    margin-bottom: 4.5rem;
}
#feature03 .summary {
    background: url(../img/feature03_bg.jpg) center top no-repeat;
    padding: 3rem 0 1rem;
}

/* footer */
footer {
    text-align: center;
    margin-bottom: 5.5rem;
}
footer p {
    text-align: center;
    color: #333333;
    font-size: 1.2rem;
}

@media screen and (min-width:1px) and (max-width:768px) {

.sp_display {
	display: block;
}
.pc_display {
	display: none;
}

p {
    font-size: 4.5vw;
}

/* header */
header img {
    max-width: 40vw;
    margin-left: 7vw;
}

/* main */
h1 {
    padding: 10.5rem 0 0rem;
}

h1 img {
    max-width: 43vw;
}
#mv p {
    width: 80%;
    margin: 1rem auto;
    line-height: 1.8;   
}
h2{
   width: 80%;
   margin: 1rem auto 2rem;

}
h2 span {
    font-size: 6vw;
}
#mv {
    padding-bottom: 5rem;
    background: url(../img/main_sp.jpg) center top / cover no-repeat;
    margin-bottom: 11rem;
}
#mv ul {
    width: 100%;
    flex-flow: wrap;
}
#mv li {
    width: 45%;
}
#mv li:nth-last-of-type(2) {
    margin-right: 0;
}
#mv li a {
    font-size: 3.5vw;
    padding: 0.8rem;
}
#mv li:last-of-type {
    margin-top: 3rem;
}
#mv li:hover {
    opacity: 1;
}

/* sec共通 */
.sec {
    margin-bottom: 13rem;
}
.sec .inner {
    max-width: 95%;
}
.sec h3 {
    font-size: 5vw;
    padding: 4.5rem 0 3rem;
}
.sec h3 img {
    width: 27vw;
    top: -6rem;
}
.sec h4{
    font-size: 5vw;
    width: 100%;
    padding-left: 5rem;
    margin: 4.5rem auto 2rem;
}
.sec h4::after {
    top: -0.5rem;
}
.sec .column {
    flex-flow: column-reverse;
    margin-bottom: 5rem;
}
.sec .column .txt_area {
    padding: 0;
    width:100%;
}
.sec .column p,.sec .column p:first-of-type {
    margin-bottom: 2rem;
}
.sec .column p:last-of-type {
    margin-bottom: 3rem;
}
.sec .column + h4 {
    width: 100%;
    text-align: left;
    padding-left: 5.5rem;
    box-sizing: border-box;
}
.sec .column + h4::after {
    top: 0.5rem;
}
.sec .column .note {
    font-size: 3.5vw;
    margin-top: 2rem;
}

.summary {
    padding: 0 0 3rem;
}
.summary figure img {
    width: 25%;
    margin-right: 1.5rem;   
}
.summary figcaption {
    font-size: 4vw;
}

/* #feature01 */
#feature01 h4:first-of-type{
    margin-bottom: 3rem;
    box-sizing: border-box;
}
#feature01 .summary {
    background: url(../img/feature01_bg.jpg) center bottom no-repeat;
    background-size: cover;
}
#feature01 .column {
    margin-bottom: 3rem;
}


/* #feature02 */
#feature02 .inner {
    margin-bottom: 6rem;   
}
#feature02 h4 {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 6rem;
}
#feature02 h4::after {
    top: 1rem;
}
#feature02 .reverse .txt_area {
    width: 100%;
    margin-right: 0;
}
#feature02 .reverse {
    margin-bottom: 4rem;
}
#feature02 .reverse img {
    width: 70%;
    margin: 0 auto;
}
#feature02 .summary {
    background: url(../img/feature02_bg.jpg) right top no-repeat;
    padding: 5rem 0 1rem;
    background-size: cover;   
}
#feature02 .summary .inner {
    margin-bottom: 2rem;
}


/* #feature03 */
#feature03 {
    margin-bottom: 6.5rem;
}
#feature03 .inner {
    margin-bottom: 2rem;
}
#feature03 .inner:last-of-type {
    margin-bottom: 2rem;
}
#feature03 h4{
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 6rem;
}
#feature03 h4::after {
    top: 1rem;
}
#feature03 .summary {
    background: url(../img/feature03_bg.jpg) center bottom no-repeat;
    background-size: cover;
}

/* footer */
footer {
    margin-bottom: 2.5rem;  
}
footer p {
    font-size: 3vw;
}
}