/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */



@import url("anim.css");





html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul,li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{
  scroll-behavior: smooth;
  overflow-x:hidden;
}

body {
    font-family: "Noto Sans JP";
    line-height: 1.8;
    font-size: 21px;
    color: #898989;
}

a{transition: opacity .3s ease-out;}
a:hover{
    opacity: .7;
    transition: 0.3s ease-in-out;
}

.bg_l-bg{ background: #f7f7ef;}
.bg_bg{ background: #f2ebd6;}
.bg_gr{ background: #dee7ea;}
.bg_br{ background: #b29f78;}


/*フォント*/
.text-ttl{
    font-family:"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,
    sans-serif;
    letter-spacing: .1em;
    font-size: 32px;
    margin: 0;
    line-height: 1.6;
}

.text-ttl.f-color-bl{
    margin-bottom:50px;
}

.text-ttl-serif{
    font-family:'Noto Serif JP', serif;
    letter-spacing: .1em;
    line-height: 1.2;
    font-size: 50px;
    margin: 0 0 15px;
    color: #dea300;
    text-align: left;
    filter:drop-shadow(3px 0px 3px rgba(255,255,255,1));
}




.text-ttl-gd{
    font-size: 38px;
    color: #dea300;
    margin: 0;
}

/*.text-ttl-gd span*/.under_line{
    border-bottom: 1px solid #dea300;
}
.text-ttl-gd span.text-ttl{
    letter-spacing: .1em;
    font-size: 32px;
    color: #898989;
    padding-left:15px;
}

p{
    letter-spacing: .2em;
    margin: 0;
}

.text-14{font-size: 14px;}
.text-16{font-size: 16px;}



/*バンザイ文字*/
.text-midashi{
    color: #dea300;
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.text-midashi:before, .text-midashi:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 24px;
    height: 2px;
    background-color: #dea300;
}
.text-midashi:before{
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.text-midashi:after{
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.text-midashi:before {
    left:0;
}
.text-midashi:after {
    right: 0;
}





/*フォントカラー*/
.f-color-bl{color: #47afbe;}
.f-color-gd{color: #dea300;}


/*フォントポジション*/
.text-l{text-align: left;}
.text-c{text-align: center;}
.text-r{text-align: right;}











#container-slider{
    position: relative;
    text-align: center;
}
.flexslider {
    position:absolute;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    margin: 0!Important;
    border: none!Important;
}
.slides{
    margin: 0;
    padding: 0;
}
#main img {
    height: 800px;
    position: relative;
    vertical-align: bottom;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
#main  ul {
    margin: 0;
    padding: 0;
}

.flex-control-nav {
    bottom: 20px!important;
    right: 0;
    text-align: center;
    width: 100%!important;
    z-index: 100;
}

.flex-direction-nav .flex-next {
    right: 0px!important;
    text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 20px!important;
}


.flex-direction-nav a {
    height: 80px!important;
}


/*レイアウト*/

.container{
    width: 980px;
    margin: auto;
    padding:90px 0;
    text-align: center;
    display: block;
}

.flexblock{

}



.box01 .text-ttl span{
    position: relative;
    padding-top: 0.6em;
}

.box01 .text-ttl span::before {
position: absolute;
content: "";
width: 0.3em;
height: 0.3em;
border-radius: 50%;
background-color: #47afbe;
top: 0;
left: 50%;
transform: translate(-50%, 0);
}


.dot-text {
/*text-emphasis: filled circle #47afbe;
-webkit-text-emphasis: filled circle #47afbe;
    font-family: "Helvetica Neue",
    Arial;*/
}





/* =======================================
    おすすめリボン
======================================= */
.osusume {
 display: inline-block;
 color: #FFFFFF;
  font-size: 18px;
  line-height: 50px;
 margin: 31px 0 20px;
 position: relative;
 padding: 0 60px;
 text-align: center;
 background: #47afbe;
}


.osusume:before, .osusume:after {
 content: "";
 border-style: solid;
 border-width: 0;
 position: absolute;
 width: 0;
 height: 0;
}

.osusume:before{
 border-width: 25px 25px 25px 10px;
}

.osusume:after{
 border-width: 25px 10px 25px 25px;
}

.osusume:before {
 border-color: #47afbe transparent ;
 left: -10px;
}
.osusume:after {
 border-color: #47afbe transparent;
 right: -10px;
}



ul.osusume01{
    display: flex;
    flex-wrap: wrap;
}
ul.osusume01 li{
    width: 46%;
    font-size: 21px;
    line-height: 1;
    margin:0 2% 30px;
}

ul.osusume01 li:nth-child(1),ul.osusume01 li:nth-child(2) {
    border-bottom:1px #a39f9f dotted;
    padding-bottom: 10px;
}

ul.osusume01 li:before{
    content:"";
    background: url(../img/mark.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

ul.osusume01 li span{
    margin-left: 35px;
}



ul.osusume02{
    display: flex;
    margin-top: 30px;
}
ul.osusume02 li{
    width: 33%;
    font-size: 21px;
    margin:0 0 10px;
}



ul.osusume02 li:before{
    content:"";
    background: url(../img/mark.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    animation-name: 'fade';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-name: 'fade';
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}

.osusume-wrap02 p{
    margin-bottom: 40px;
}


.box02 li:before{
    content:"";
    background: url(../img/mark.png) no-repeat;
    display: inline-block;
    width: 27px;
    height: 22px;
    vertical-align: middle;
    margin: 0 10px 3px 0;
    animation-name: 'fade';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-name: 'fade';
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}







/* =======================================
    ヘッダー
======================================= */
.header{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    align-items: center;
    height: 90px;
}
.header.container{

    padding: 0;
}

.header h1{
    font-size: 18px;
}

.top_logo{
	width: 135px;
	height: auto;
}
.top_logo img{
	width: 100%;
}

@media screen and (max-width:640px) {
.top_logo{
	width: 88px;
}
}



/* =======================================
    最初の帯 fst-obi
======================================= */
.fst-obi{
    color: #fff;
    background: #b29f78;
  position: relative;
  display: inline-block;
  width: 100%;
}

.fst-obi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #b29f78;
}



.fst-obi .container{
    padding:25px 0;
}




/* =======================================
    感染予防対策の補助が活用できます。
======================================= */


.box01 .flexblock{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}









/* =======================================
    感染拡大を防ぐための取り組み例
======================================= */
#block02{
    margin-bottom: -120px;
}
.box02 ul{
    background: #fff;
    padding:10px 100px;
}
.box02 ul li{
    text-align: left;
    line-height: 80px;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 50px;
}

.box02 ul li:last-Child{
    border: none;
}

.box02 p{
    letter-spacing: normal;
}

.box02 .attention{
    font-size: 14px;
    text-align: center;
    margin:28px 0 0;
}

.offer-box{
    width: 980px;
    margin: auto;
    padding: 0 0 260px;
    display: flex;
}

.boxbd{
    background:#47afbe;
    width:220px;
    position:relative;
    padding: 35px 0 35px 20px;
    text-align: center;
    color: #fff;
/*    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);*/
    margin-left: 100px;

}
.boxbd:before{
    content:"";
    width:50px;
    height:100%;
    position:absolute;
    top:0;
    right:-50px;
    background:linear-gradient(to bottom left, transparent 50%, #47afbe 50%) top left/ 100% 50% no-repeat,
    linear-gradient(to top left, transparent 50%, #47afbe 50%) bottom left / 100% 50% no-repeat;
    filter:drop-shadow(3px 0px 6px rgba(0,0,0,0.3));
}
.boxbd:after {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    background-color: #47afbe;
    top: 0;
    right: 0;
}

.box02-human{
    margin-left: 80px;
    position: relative;
}

.box02-human .question{
    position: absolute;
}
.box02-human .question01,
.box02-human .question02{
    top: 0;
}
.box02-human .question02{
    right: 30px;
}

.offer-txt {
    margin-left: 15px;
}
.offer-txt p{
    letter-spacing: normal;
    margin:10px 0;
}

.btn-offer a{
  position: relative;
  display: inline-block;
  padding: 25px 65px 25px 45px;
  background:#ffdc00;
  color: #1b438f;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
  filter:drop-shadow(0px 0px 6px rgba(0,0,0,0.1));
  transition: all .3s;
}


.btn-offer a:after {
    position: absolute;
    top: 36px;
    right: 25px;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #1b438f;
    border-right: 3px solid #1b438f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}

.btn-offer a:hover{
    opacity: .5;
    transition-duration:1s;
}
.btn-offer a:hover::after {
  right: 20px;
}






/* =======================================
    シンフォニアおすすめ　COVID-19感染拡大防止　対策アイテム
======================================= */
.box03 .box03-ttl{
    text-align: left;
    display: flex;
    margin-bottom: 80px;
}

.box03 .box03-ttl .ornament{
    width: 28%;
    padding-left: 15px;
}
.box03 .box03-ttl .text{
    padding-left: 50px;
    width: 72%;
}
.box03 .box03-ttl .text-16{
    letter-spacing: normal;
}

.box03 .flexblock{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 80px;
}

.box03 .flexblock div{
    width: 46%;
}


/* =======================================
    ジェイエアー ブロック
======================================= */

.kv-jair{
    background: url(../img/jair_KV.jpg) no-repeat top center;
    margin-top: -6%;
}

.jair-kv-copy{
    text-align: left;
}

.jair-box-01-wrap{
    position: relative;
    /*padding-top: 6%*/
    padding-top: 60px;
}
.jair-kv-obi{
    position: absolute;
    top: 4%;
    left:0;
}


.osusume-wrap{
text-align: center;
_margin-top: -147px;
background: #dee7ea;
}

.osusume-in{
    width: 980px;
    margin: auto;
    position: relative;
    padding:50px 0;
}
.osusume{
    position: absolute;
    top: -25px;
    left: 37%;
    margin: 0 auto;
}



.jair-box-02 .box{
    display: inline-block;
}
.jair-box-02 .left-box{
    margin: 0 40px 50px 0px;
}
.jair-box-02 .right-box{
    vertical-align: middle;
}

.jair-box-02 .text-body{
    width: 910px;
    margin: auto;
    letter-spacing: normal;
}





/*.jair-box-03{
    display: block;
}*/


.jair-box-03 .text-l,
.jair-box-04 .text-l{
    display: inline-block;
}

.jair-box-03 .text-l,
.jair-box-04 .text-l{
    letter-spacing: 0.1em;
}

.jair-box-03 .chart{
    margin-top: 60px;
}


.jair-box-04 .submarine{
    margin-bottom: 35px;
}


.jair-box-04 .text-ttl.f-color-bl{
    margin-bottom: 55px;
}

.jair-box-04 .virus{
    margin-top: 63px;
    position: relative;
}
.jair-box-04 .virus-x{
    position: absolute;
    top: 0;
    left: 121px;
}



.jair-box-05 ul,
.ecokimera-box04 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 65px;
}

.jair-box-05 ul li{
    width: 451px;
}

.jair-box-05 ul li:nth-child(1),
.jair-box-05 ul li:nth-child(2),
.ecokimera-box04 ul li:nth-child(1),
.ecokimera-box04 ul li:nth-child(2){
    margin-bottom: 30px;
}


.jair-box-06 img{
    padding-bottom: 20px;
    margin-bottom: 36px;
    border-bottom: 1px solid #898989;
}

.jair-box-06 p{
    line-height: 1.6;
    letter-spacing: normal;
}

.jair-mark01{
    margin:0 0 40px;
    display: flex;
    justify-content: center;
}






#ecokimera{
    margin-top: -75px;
}
.kv-ecokimera{
    background: url(../img/ecokimera_KV.jpg) no-repeat 50% -100px ;
    margin-top: -6%;
    height: 800px;
}


.osusume-wrap02{
text-align: center;
background: #f2ebd6;
}



.ecokimera-box{
    position: relative;
}

.ecokimera-kv-obi{
    position: absolute;
    left: 0;
    top:40px;
}

.ecokimera-kv-copy {
    text-align: left;
    margin-top: 75px;
}


.ecokimera-box01{
    text-align: left;
}
.ecokimera-box01 .flexblock,
.ecokimera-box02 .flexblock{
    display: flex;
}

.ecokimera-box01 .flexblock .photo,
.ecokimera-box02 .flexblock .photo{
    margin:15px 67px 0 0;
}
.ecokimera-box01 .flexblock .photo img,
.ecokimera-box02 .flexblock .photo img{
/*    width: 385px;
    height: 135px;*/
    height: 246px;
    transform: rotate(-5deg);
    filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
    border: 3px solid #fff;

}

.ecokimera-box01 .flexblock .photo p,
.ecokimera-box02 .flexblock .photo p{
    font-size: 14px;
    text-align: right;
    letter-spacing: normal;
    margin-top:15px;
}
/*.ecokimera-box01 .flexblock .photo img{
    width: 100%;
}
*/
.ecokimera-box01 .flexblock .text h2.ttl{
    font-size: 28px;
    margin: 0 0 40px;
    letter-spacing: .3em;
    line-height: 1.6;
}


.ecokimera-box01 .flexblock .text .text-body,
.ecokimera-box02 .flexblock .text .text-body{
    letter-spacing: normal;
    text-align: left;
}

.ecokimera-box03 .chart{
    margin-top:60px;
}


.ecokimera-box05 img{
    padding-bottom: 20px;
    margin-bottom: 36px;
    border-bottom: 1px solid #898989;
}

 .icon{margin:15px 0 30px;}







/* ==========================================================================
   フッター
   ========================================================================== */
.footer .container{
    display: flex;
    justify-content: space-between;
    padding: 40px 0 170px;
}

.footer .container ul{
    display: flex;
    font-size: 16px;
    line-height: 50px;
}
.footer .container ul li{
    margin:0 17px;
}

.footer .container a{
    color: #898989;
    text-decoration: none;
}
.footer .container .copy{
    font-size: 16px;
    line-height: 50px;
}



.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
}

.fix-menu .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0;
}








@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .symphonia-osusume{
        margin-top: -30px;
    }
    #jair{
        margin-top: -50px;
    }
}





/* --------------------------------------------------------------------------------------------
: page-top
-------------------------------------------------------------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 20%;
  right: 20px;
}

#pageTop a {
    display: block;
    z-index: 999;
    padding: 15px;
    width: 100px;
    height: 100px;
    background-color: #47afbe;
    /*color: #fff;*/
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    padding-top: 18pxpx;
    color: #fff;
    line-height: 1;
}

#pageTop a:before,
#pageTop a:after {
    content: " ";
    display: table;

}

#pageTop a:after {
    position: absolute;
    top: 26px;
    right: 44px;
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .3s;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#pageTop small{
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #pageTop {
    bottom: 12%;
    right: 10px;
  }
  #pageTop small{
    display: none;
  }
  #pageTop a {
    width: 60px;
      height: 60px;
      padding-top: 18px;
  }
  #pageTop .fa, #pageTop .fas {
      font-weight: 900;
      font-size: 2rem;
  }
  #pageTop .fa-lg{
    vertical-align: top;
    padding-top:3px;
  }
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
