@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap');



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  /* font-weight: normal; */
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

select {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ol,
ul {
  list-style: none;
}

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

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a:hover img {
  opacity: 0.75;
}

a {
  color: #3c1e00;
  text-decoration: underline;
}

a:hover {
  color: #3c1e00;
  text-decoration: underline;
}

/*
#voice p.pc a {
  color: #fff;
  text-decoration: underline;
}

#voice p.pc a:hover {
  color: #fff;
  text-decoration: underline;
}
*/

.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}

.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}

.ib {
  display: inline-block;
}
.mt0 {
  margin-top: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.tc {
  text-align: center !important;
}
.tr {
  text-align: right !important;
}
.tl {
  text-align: left !important;
}
.just {
  text-align: justify;
  text-justify: inter-ideograph;
}


.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}



/* common */
.roboto{
  font-family: 'Roboto', sans-serif;
}
.yakuhan{
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.marker{
  background:linear-gradient(transparent 50%, #ffef68 50%);
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 894px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}
/* mv */
#mv{
  margin:0 auto;
  width:100%;
  background: url('../images/mv_bg.png')no-repeat;
  background-position: top center;
  padding-bottom:110px;
}
#mv .mv_b01{
  max-width:1400px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  /* background: url("../images/mv_photo_pc.png")no-repeat; */
  background-size: contain;
}
#mv .mv_b01 .mv_photo{
  width:70%;
}
#mv .mv_b01 h1{
    width: 15%;
    padding-top: 5.8%;
    margin-right: 7%;
}
#mv .mv_b02{
  position: relative;
}
#mv .mv_b02 p{
  font-size:22px;
  font-weight:bold;
  line-height:2.2;
  text-align: center;
  margin-top:-50px;
}
#mv .mv_b02:after{
  content:"";
  width:187px;
  height:187px;
  background: url("../images/mv_sub.png");
  background-size: contain;
  position:absolute;
  top:50px;
  left:calc(50% + 300px);
}
@media screen and (max-width: 894px) {
  #mv{
    margin:0 auto;
    width:100%;
    background: url('../images/mv_sp_bg.jpg')no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding-bottom:80px;
  }
  #mv .mv_b01{
    max-width:1400px;
    margin:0 auto;
    display: block;
    justify-content: space-between;

  }
  #mv .mv_b01 .mv_photo{
    width:100%;
  }
  #mv .mv_b01 h1{
    width:90%;
    margin:0 auto;
    padding-top:4.5%;
  }
  #mv .mv_b02{
    position: relative;
  }
  #mv .mv_b02 p{
    font-size:18px;
    font-weight:bold;
    line-height:2.2;
    text-align: center;
    margin-top:25px;
  }
  #mv .mv_b02:after{
    content:"";
    width:87px;
    height:87px;
    background: url("../images/mv_sub.png");
    background-size: contain;
    position:absolute;
    top:50px;
    right:0;
    left:inherit
  }
}

/* contact */
.contact{
  background:#f85039;
  text-align: center;
  color:#fff;
  position: relative;
  box-shadow: 0px 12px 0px -1px rgba(150,150,150,0.2);

}
.contact h2{
  font-size:28px;
  font-weight:bold;
  line-height:1;
  padding:18px 45px;
  color:#f85039;
  border-top:3px solid #f85039;
  display:inline-block;
  background: #fff;
  margin:-40px 0 25px;
  position: relative;

}
.contact h2:before{
  content:"";
  width:194px;
  height:136px;
  background: url("../images/contact_sub.png");
  background-size: contain;
  position:absolute;
  top:50px;
  left:-260px;
}
.contact .contact_b01{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 10px;
}
.contact .contact_b01 .logo{
  margin-right:50px;
}
.contact .contact_b02{
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 0 20px;
}
.contact .contact_b02 span{
  font-size:22px;
  line-height: 1;
  padding:0 15px;
  color:#f85039;
  background-color: #fff;
  margin:0 10px 0;
}
.contact .contact_b02 a{
  font-size:70px;
  line-height: 1;
  font-weight:bold;
  color:#fff;
  text-decoration: none;
}
.contact .contact_b03{
  font-size:13px;
  background: #f96a57;
  padding:10px;
}
@media screen and (max-width: 894px) {
  .contact{
    background:#f85039;
    text-align: center;
    color:#fff;
    position: relative;
    box-shadow: 0px 12px 0px 0px rgba(150,150,150,0.2);

  }
  .contact h2{
    width:90%;
    font-size:18px;
    font-weight:bold;
    line-height:1;
    padding:14px 0;
    color:#f85039;
    border-top:3px solid #f85039;
    display:inline-block;
    background: #fff;
    margin:0 0 0;
    position: relative;
    top:-25px;
  }
  .contact h2:before{
    content:"";
    width:194px;
    height:136px;
    background: url("../images/contact_sub.png");
    background-size: contain;
    position:absolute;
    top:50px;
    left:-260px;
  }
  .contact .contact_b01{
    display: block;
    align-items: center;
    justify-content: center;
    margin:0 0 10px;
  }
  .contact .contact_b01 .logo{
    margin-right:0;
  }
  .contact .contact_b02{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 0 15px;
  }
  .contact .contact_b02 span{
    font-size:13px;
    line-height: 1;
    padding:1px 8px;
    color:#f85039;
    background-color: #fff;
    margin:0 10px 0;
  }
  .contact .contact_b02 a{
    font-size:40px;
    line-height: 1;
    font-weight:bold;
    color:#fff;
    text-decoration: none;
  }
  .contact .contact_b03{
    font-size:13px;
    background: #f96a57;
    padding:10px;
  }
}



/* points */
#points{
  margin:0 auto;
  width:100%;
  background: url('../images/point_bg.png')no-repeat;
  background-position: top center;
  padding:80px 0;

  position: relative;
}
#points:after{
  content:"";
  width:188px;
  height:75px;
  background: url("../images/arrow.png")no-repeat;
  background-size: contain;
  position:absolute;
  bottom:-73px;
  left:calc(50% - 94px);
}
#points .point{
  display: flex;
  justify-content: space-between;
  margin:0 auto 40px;
  max-width:1200px;

  width:96%;
}

#points .point:nth-child(even){
  flex-direction: row-reverse;
}

#points .point dt p{
  max-width:530px;
  line-height:2;
  font-weight:bold;
  font-size:16px;
}
#points .point h3{
  display: flex;
  align-items: center;
  margin:0 0 25px;
}
#points .point h3 img{
  width:140px;
}
#points .point h3 div{
  margin-left:15px;
  font-size:32px;
  font-weight:bold;
  color:#0166b4;
}
#points .point h3 div .ul{
  color:#01a0da;
  border-bottom:2px solid #01a0da;
}

#points .point .photo img,
#points .point .photo img{
  position: relative;
}
#points .point01 dt .photo img{top:10px;left:40px;}
#points .point01 dd .photo img{top:80px;left:-10px;}
#points .point02 dt .photo img{top:20px;left:-10px;}
#points .point02 dd .photo img{top:10px;left:20px;width:95%}
#points .point03 dt .photo img{top:20px;left:100px;}
#points .point03 dd .photo img{top:50px;left:-10px;}

#points .point04 dt h3{margin-left:50px;}
#points .point04 dt p{margin-left:50px;}
#points .point04 dt .photo img{top:20px;left:0;}
#points .point04 dd .photo img{top:20px;left:0}
#points .point05 dt .photo img{top:20px;left:0;}
#points .point05 dd .photo img{top:40px;left:-30px}
@media screen and (max-width: 1150px) {
  #points .point01 dt .photo img{top:10px;left:40px;}
  #points .point01 dd .photo img{top:80px;left:0;}
  #points .point02 dt .photo img{top:20px;left:0;}
  #points .point02 dd .photo img{top:10px;left:0;width:90%}
  #points .point03 dt .photo img{top:20px;left:10px;}
  #points .point03 dd .photo img{top:50px;left:0;}

  #points .point04 dt h3{margin-left:30px;}
  #points .point04 dt p{margin-left:30px;}
  #points .point04 dt .photo img{top:20px;left:0;}
  #points .point04 dd .photo img{top:20px;left:0}
  #points .point05 dt .photo img{top:20px;left:0;}
  #points .point05 dd .photo img{top:40px;left:0}
}
@media screen and (max-width: 894px) {
  #points{
    margin:0 auto;
    width:100%;
    background: url('../images/point_bg.jpg')no-repeat;
    background-position: top center;
    background-size:cover;
    padding:50px 0 20px;
    position: relative;
  }
  #points:after{
    content:"";
    width:90px;
    height:35px;
    background: url("../images/arrow.png")no-repeat;
    background-size: contain;
    position:absolute;
    bottom:-34px;
    left:calc(50% - 47px);
  }
  #points .point{
    display: block;
    justify-content: space-between;
    margin:0 auto 40px;
    max-width:1200px;
    width:92%;
  }

  #points .point:nth-child(even){
    flex-direction: row-reverse;
  }

  #points .point dt p{
    max-width:100%;
    line-height:2;
    font-weight:bold;
    font-size:14px;
    margin:0 0 1.5em;
  }
  #points .point h3{
    display: flex;
    align-items: center;
    margin:0 0 18px;
  }
  #points .point h3 img{
    width:100px;
  }
  #points .point h3 div{
    margin-left:15px;
    font-size:20px;
    font-weight:bold;
    color:#0166b4;
  }
  #points .point h3 div .ul{
    color:#01a0da;
    border-bottom:2px solid #01a0da;
  }
  #points .point dt .photo-sp{
    text-align: center;
  }
  #points .point04 dt h3{margin-left:0;}
  #points .point04 dt p{margin-left:0;}
}



/* jump */
#jump{
  margin:0 auto;
  width:100%;
  text-align: center;
  background: url('../images/jump_bg.jpg')no-repeat;
  background-position: top center;
  padding-top:100px;
}
#jump img{
  margin:0 auto;
  vertical-align: bottom;
}
@media screen and (max-width: 894px) {
  #jump{
    margin:0 auto;
    width:100%;
    text-align: center;
  background: url('../images/jump_sp_bg.jpg');
    background-position: top center;
    padding-top:50px;
    padding-bottom:25px;
  }
}

/* eco */
#eco dl{
  display: flex;
  max-width:1200px;
  margin:0 auto;
  padding:90px 3% 80px;
  justify-content: space-between;
}
#eco dl dt{
  width:46%;
}
#eco dl dt p{
  font-weight:bold;
  line-height:2;
}
#eco dl dt h3{
  font-size:24px;
  font-weight:bold;
  line-height:1;
  padding:20px 5px;
  border-top:2px solid #000;
  border-bottom:2px solid #000;
  margin:0 0 35px;
}
#eco dl dt h3 span{
  color:#f85039;
}
#eco dl dt a{
  color:#f85039;
  text-decoration: underline;
}
#eco dl dt a:hover{
  text-decoration: none;
}
#eco dl dd{
  width:46%;
}
@media screen and (max-width: 894px) {
  #eco dl{
    display: block;
    max-width:1200px;
    width:92%;
    margin:0 auto;
    padding:50px 0 50px;
    justify-content: space-between;
  }
  #eco dl dt{
    width:100%;
    font-weight:bold;
    margin:0 0 1.5em;
  }
  #eco dl dt p{
    font-size:14px;
  }
  #eco dl dt h3{
    font-size:16px;
    font-weight:bold;
    line-height:1;
    padding:12px 0px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    margin:0 0 35px;
  }
  #eco dl dd{
    width:100%;
    text-align: center;
  }
}

/* footer */
#footer{
  background: #c7e8fa;
  text-align: center;
  padding:60px 0 50px;
}
#footer .logo{
  max-width:200px;
  margin:0 auto 10px;
}
#footer .link{
  font-weight:bold;
  margin:0 auto 60px;

}
#footer .link a{
  text-decoration: none;
  position: relative;
  padding-right:16px;
}
#footer .link a:after{
  content:"";
  width:14px;
  height:14px;
  background: url("../images/link.png")no-repeat;
  background-size: contain;
  position:absolute;
  top:0;
  right:0;
}
#footer .link a:hover{
  /* text-decoration: underline; */
}
#footer .copyright{
  font-size:14px;
}
@media screen and (max-width: 894px) {
  #footer .copyright{
    font-size:12px;
  }
}
.fadeInUp {
    opacity: 0;
	transform: translate(0,80px);
	-webkit-transition: all ease-in-out 0.6s;
    transition: all ease-in-out 0.6s;
}
@media all and (max-width: 896px) {
    .fadeInUp {
        transform: translate(0,50px);
    }
}
.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}
