@charset "utf-8";

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;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav 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;
}



/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}


/* inview */


.inview01{
	opacity: 0;
	transform: translate(0, 0);
	transition: 1.5s;
}
.inview01.is-show{
	transform: translate(0, 0);
	opacity: 1;	
}



body{
	position: relative;
	color:#0F1419;
	font-weight:300;
	font-family:sans-serif;
	line-height: 1.8em;
	font-size: 17px;
	width: 100vw;
	letter-spacing: 0.04em;
}

@media (max-width: 769px){

body{
	line-height: 1.8em;
	font-size: 16px;
	width: 100vw;
	letter-spacing: 0.04em;
}


}


img{
    vertical-align: middle;
}


.mrg-t20{
	margin-top: 20px !important;
}

.mrg-t40{
	margin-top: 40px !important;
}
.mrg-t60{
	margin-top: 60px !important;
}
.mrg-t100{
	margin-top: 100px !important;
}

@media (max-width: 480px){


.mrg-t100{
	margin-top: 12% !important;
}
}



.text_blue{
    color: #0b4f9c;
}


/* header */
#Header {

}
.logo {
    font-weight: 700;
    padding:10px 0 0 0px;
    margin: 10px auto;
}
.logo h1 img{
    height: 50px;
    width: auto;
}
@media (min-width: 769px){
    #Header {
    }

}

/* navi */
.hamburger-menu {
    width: 50px;
    height: 50px;
    position: relative;
    border: none;
    background: transparent;
    appearance: none;
    padding: 0;
    cursor: pointer;
}
.hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 3px;
    background: #4c078c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
}
.hamburger-menu__bar:first-child {
    top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
    top: 24px;
}
.hamburger-menu__bar:last-child {
    top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
}
.navigation {
    display: none;
    background: #4c078c;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 9999;
}
.navigation__list {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation__list-item {
    border-bottom: solid 1px #fff;
}
.navigation__list-item:first-child {
    border-top: solid 1px #fff;
}
.navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
    .navigation__link:hover {
        background: #333;
    }
}

/* footer */

#Footer{
    margin: 80px auto 0;
    background-color: #024e9b;
    padding: 10px 0;
}

#Footer div.logo{
    text-align: center;
    margin: 10px auto 20px;
}

#Copy{
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
}

.linklist{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 10px auto;
}
.linklist li{
    width: 32%;
    text-align: center;
    margin-right: 2%;
}
.linklist li:last-child{
    margin-right: 0;
}

.linklist li img{
    width: 100%;
}

@media (max-width: 768px){
    .linklist li{
        width: 48%;
        text-align: center;
        margin-right: 4%;
    }

}


/* Contents */



.pc_contents{
    display: block;
}
.sp_contents{
    display: none;
}


@media (max-width: 768px){

.pc_contents{
    display: none;
}
.sp_contents{
    display: block;
}

}






.ContentsWrap{
    max-width: 920px;
    margin: 0 auto;
    padding: 0 4%;
}
@media (max-width: 768px){
    .ContentsWrap{
        max-width: 100%;
        padding: 0 2%;
    }
}

h1{

}

#MainImage{
    margin:0 auto 0;
    text-align: center;
}

.text{
    margin: 1rem auto 3rem;
    width: 90%;
}

@media (max-width: 768px){
    #MainImage{
    }
    .text{
        width: 90%;
    }
}



.catch{
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #0b4f9c;
    margin: 10px auto;
    font-size: 3.3rem;
    line-height: 4.4rem;
    text-align: center;
}


.sub_catch{
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #0b4f9c;
    margin: 2% auto 1%;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: center;
}

.sub_catch2{
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #0b4f9c;
    margin: 2% auto 1%;
    font-size: 1.5rem;
    line-height: 2.4rem;
    text-align: center;
}

.catch_red{
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #ff0000;
    margin: 0 auto;
    font-size: 3.3rem;
    line-height: 4.4rem;
    text-align: center; 
}



.catch_img{
    max-width: 360px;
    margin: 50px auto 10px;
    text-align: center;
}


.midashi{
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #0b4f9c;
    margin: 10px auto;
    font-size: 2.5rem;
    line-height: 3.4rem;
    text-align: center;
}
.midashi2{
    font-family: sans-serif;
    font-weight: bold;
    font-style: normal;
	color:#0F1419;
    margin: 10px auto;
    font-size: 3.2rem;
    line-height: 5rem;
    text-align: center;
}





@media (max-width: 768px){

    .catch{
        margin: 0 auto;
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .sub_catch{
        color: #0b4f9c;
        margin: 2% auto 1%;
        font-size: 1.2rem;
        line-height: 1.6rem;
        text-align: center;
    }
    .sub_catch2{
        color: #0b4f9c;
        margin: 2% auto 1%;
        font-size: 1.2rem;
        line-height: 1.6rem;
        text-align: center;
    }

    .catch_red{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .midashi{
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
    .midashi2{
        margin: 10px auto;
        font-size: 2.4rem;
        line-height: 3.8rem;
    }

}



@media (max-width: 480px){

    .catch{
        margin: 0 auto;
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .sub_catch{
        color: #0b4f9c;
        margin: 2% auto 1%;
        font-size: 1rem;
        line-height: 1.6rem;
        text-align: center;
    }
    .sub_catch2{
        color: #0b4f9c;
        margin: 2% auto 1%;
        font-size: 1rem;
        line-height: 2.4rem;
        text-align: center;
    }

    .catch_red{
        font-size: 1.7rem;
        line-height: 2.2rem;
    }

    .catch_img{
        max-width: 70%;
        margin: 30px auto 0px;
        text-align: center;
    }
    .midashi{
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .midashi2{
        margin: 10px auto;
        font-size: 1.5rem;
        line-height: 2.8rem;
    }
}


.color_mark{
    background-color: #fedd5a;
    display: inline-block;
    padding: 0px 6px;
}

.color_red{
    color: #ff0000 !important;

}
.f_bold{
    font-weight: bold;
}


.textbox{
    margin: 3% 5% 6%;
    font-size: 1.4em;
    line-height: 1.8em;
}



.midashi3{
    margin: 4% 5% 2%;
    font-size: 2em;
    line-height: 1.5em;
}


@media (max-width: 769px){

.textbox{
    margin: 3% 5%;
    font-size: 1.1em;
    line-height: 1.8em;
}

.midashi3{
    margin: 4% 5% 2%;
    font-size: 1.6em;
    line-height: 1.5em;
}

}


@media (max-width: 480px){

.textbox{
    margin: 3% 5%;
    font-size: 1em;
    line-height: 1.7em;
}
.midashi3{
    margin: 4% 5% 2%;
    font-size: 1.1em;
    line-height: 1.5em;
}

}


section p{
    width: 90%;
    margin: 2% auto;
    font-size: 0.9rem;
}



.lp_img{
    width: 100%;
}

.lp_btn{
    max-width: 600px;
    text-align: center;
    margin: 0px auto 40px;
}

@media (max-width: 769px){

.lp_btn{
    max-width: 600px;
    width: 80%;
    margin: 0px auto 26px;
}


}


.cwtable{
    max-width: 90%;
    margin: 0 auto 60px;
}

@media (min-width: 769px){

}


.flexbox{
    display: flex;
    flex-wrap: wrap;
}

.flexbox div{
    width: 50%;
      box-sizing: border-box; /* ボックスモデルを維持するために必要なスタイル */
}

.flexbox p{
    line-height: 1.6em;
    width: 100%;
    margin-bottom: 2%;
}


@media (max-width: 480px){
.flexbox p{
    font-size: 0.9em;
}


}