@charset "UTF-8";
/*============================
	html5 base style
============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
code,
em,
img,
a,
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,
figcaption,
figure,
footer,
header,
menu,
nav,
main,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

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

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,svg,video {
    width: 100%;
    vertical-align: bottom;
}

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

input,
select {
    vertical-align: middle;
}

input,
select,
button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input:focus,
select:focus,
button:focus {
    outline: 0;
}

/*============================
    module style
============================*/
html {
    overflow: auto;
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    font-weight: 400;
    background: #fff;
    color: #333;
    font-family: 'Noto Sans JP','游明朝体', 'YuMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', 'MS Ｐ明朝', 'MS PMincho', serif;
    margin: auto;
    overflow: hidden;
    position: relative;
}
p,li,dt,dd,h3,h4,h5{
    font-weight: 400;
    line-height: 1.6;
}
/*----------------------------
  layout
-----------------------------*/
.inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1%;
}
.inner__mid{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1%;
}
.inner__large{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1%;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flexwrap {
    flex-wrap: wrap;
    width: 100%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}

.w-full {
    width: 100%;
}

.block {
    display: block;
}

.block-center {
    display: block;
    margin: auto;
}

.jc-between {
    justify-content: space-between;
}

.jc-around {
    justify-content: space-around;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.align-items {
    align-items: center;
}
.fd-reverse{
    flex-direction: row-reverse;
}

.icon:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
}

.of-hidden {
    overflow: hidden;
}

.wp-nowrap {
    white-space: nowrap;
}


/*----------------------------
  text
-----------------------------*/
/* @font-face {
	font-family: 'bahnschrift';
	src: url('../font/bahnschrift.ttf')format('truetype');
} */
.font-en {
    font-family: 'Oswald', sans-serif;
}

.font-min {
    font-family: 'Noto Serif JP', serif;
}

.font-ex {
    font-family:'游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo',  'MS Ｐゴシック', 'MS PGothic', sans-serif;
}
.wr-vt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.bold {
    font-weight: bold;
}

.al-center {
    text-align: center;
}

.al-right {
    text-align: right;
}

.al-left {
    text-align: left;
}

.line-h-22 {
    line-height: 22px;
}


/*============================
    color
============================*/
.bg__wh {
    background: #fff;
}
.color-ma{
    color: #0e5ca7;
}

.bg_lg {
    background: -webkit-linear-gradient(90deg,#4894f0,#00e4ff);
    background: -moz-linear-gradient(90deg,#4894f0,#00e4ff);
    background: linear-gradient(90deg,#4894f0,#00e4ff);
}

.bg_lg02 {
    background: -moz-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: -webkit-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: linear-gradient(90deg, #ede4e4, #f7f4f4);
}

.b_shadow {
    box-shadow: 0px 3px 20px rgba(175, 213, 163, .38);
}

/*----------------------------
  border
-----------------------------*/

/*----------------------------
  space
-----------------------------*/
.m-auto {
    margin: auto;
}


/*----------------------------
  position
-----------------------------*/
.ps-r {
    position: relative;
}

.ps-a {
    position: absolute;
}

/*----------------------------
  list
-----------------------------*/
.list-style {
    list-style: disc;
}

.scale {
    transition: 0.5s;
}

.scale:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.spbr {
    display: none;
}

/*----------------------------
  responsive
-----------------------------*/
@media screen and (min-width:769px) {
    .sp{
        display: none;
    }
    .sponly{
        display: none;
    }
   
}
@media screen and (max-width:1024px) {
    .inner{
        padding: 0 3%;
    }
    .inner__large{
        padding: 0 3%;
    }
    .sponly{
        display: none;
    }
}
@media screen and (max-width:768px) {
    .pc{
        display: none;
    }
    .pcbr {
        display:none;
    }
   
}
@media screen and (max-width:767px) {
    body{
        font-size: 1.4rem;
    }
    .flex{
        display: block;
    }
    .spbr {
        display:block;
    }
    .pcbr {
        display:none;
    }
    .inner{
        padding: 0 3%;
    }
    .inner__large{
        padding: 0 3%;
    }
    .sponly{
        display: block;
    }
    .spnone{
        display: none;
    }
}



/*========= 背景色の動きのCSS ===============*/

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}
/*背景色が伸びて出現 共通*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
    z-index: 9999;
}
.fv.bgextend{
    overflow: unset;
}


@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}


/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
    height: 100%;
    display: block;
    
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から出現 --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1337E6;/*伸びる背景色の設定*/
    z-index: 9999;
}

@keyframes bgLRextendAnime01{
	0% {
		width: 0%;
	}
	
	100% {
		width:100%;
	}
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}


/*============================
	parts
============================*/

/* 吹き出し ▼*/
.section__pop {
    padding: 30px 3%;
    width: 100%;
    background: #f5f2e2;
    font-weight: bold;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    z-index: 9;
}

.section__pop::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 26px 11px 0;
    border-color: transparent #f5f2e2 transparent transparent;
    top: 40%;
    left: -12px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.section__pop.color02 {
    background: #e9f2f5;

}

.section__pop.color02::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 26px;
    border-color: transparent transparent transparent #e9f2f5;
    left: auto;
    right: -38px;
}

/* 吹き出し ▲*/

.marker {
    position: relative;
    z-index: 1;
}

.marker::after {
    position: absolute;
    content: "";
    background: #ffe867;
    width: 115%;
    height: 25px;
    bottom: -5px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

/*伸びる線*/

.stretch_border::after {
    content: "";
    width: 0;
    height: 1px;
    background: #d81626;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .7s;
}

/* hover zoom */
/*　画像の拡大　*/

.zoomIn img {
    transform: scale(1);
    transition: .5s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img {
    /*hoverした時の変化*/
    transform: scale(1.05);
    /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}


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

}

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

}



/*============================
	下層ページ共通
============================*/
.page__mv{
    height: 250px;
  
}
.page__ttl{
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: relative;
    padding-bottom: 20px;
}
.page__ttl .color-ma{
    display: block;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: .32em;
    line-height: 1;
    margin-bottom: 16px;
    text-shadow:2px 2px 5px #fff, -2px -2px 5px #fff;
}
.page__ttl .small{
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .32em;
    text-shadow:2px 2px 5px #fff, -2px -2px 5px #fff;
   
}
.page__ttl::before{
    content: "";
    position: absolute;
    width: 140px;
    height: 5px;
    background: #fbd85d;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}



/* page top */

#page-top {
    position: relative;
    width: 70px;
    opacity: 1;
    margin: 0 auto 50px;
    transition: .5s;
    z-index: 99;
}


@media screen and (max-width:1024px) {
    .page__mv{
        height: 200px;
        margin-top: 75px;
    }
    .page__ttl{
        padding-bottom: 15px;
    }
    .page__ttl .color-ma{
        display: block;
        font-size: 3.6rem;
        margin-bottom: 16px;
    }
    .page__ttl .small{
        font-size: 1.4rem;
    }
    .page__ttl::before{
        width: 100px;
        height: 3px;
    }
    
    /* page top */
    
    #page-top {
        position: relative;
        width: 60px;
        opacity: 1;
        margin: 0 auto 40px;
        transition: .5s;
        z-index: 99;
    }
    
}

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

@media screen and (max-width:767px) {
    .page__mv{
        height: 165px;
        margin-top: 75px;
    }
    .page__ttl{
        padding-bottom: 15px;
    }
    .page__ttl .color-ma{
        display: block;
        font-size: 3.6rem;
        margin-bottom: 16px;
    }
    .page__ttl .small{
        font-size: 1.4rem;
    }
    .page__ttl::before{
        width: 100px;
        height: 3px;
    }
    
    /* page top */
    
    #page-top {
        width: 50px;
        margin: 0 auto 30px;
    }
    

    .wow {
        animation-delay: 0s !important;
    }

}