@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
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:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{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;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
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 #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #000000;

  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #000000;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}

.go_top{
}

/* web font
-----------------------------------------------------------------*/
.noto_serif{
  font-family: 'Noto Serif JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",serif;
}

/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
}
#Header.under{
}
#Header .logo{
  margin: 10px 0 6px 50px;
}
#Header .logo a{
  display: block;
}

#Header .back_btn{
  position: absolute;
  right: 50px;
  top: 5px;
}
#Header .back_btn a{
  font-size: 1.2rem;
}

.global_navi{
  position: relative;
  width: 100%;
  height: 80px;
background: #ea5504; /* Old browsers */
background: -moz-linear-gradient(left, #ea5504 0%, #e60012 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ea5504 0%,#e60012 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ea5504 0%,#e60012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.global_navi .name{
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 2;
}

#Navi{
  position: relative;
}
#Navi > ul{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 50px 0 0;
  height: 80px;
}
#Navi > ul > li{
  margin-left: 50px;
}
#Navi > ul > li span{
  display: block;
  width: 30px;
  height: 4px;
  background: #ffffff;
  margin: 25px auto 0;
  opacity: 0;
  transition: 0.6s;
}
#Navi > ul > li:hover span{
  opacity: 1;
}
#Navi ul li a{
  color: #ffffff
}
#Navi ul li a:hover{
  opacity: 1;
}

.back_btn_sp{
  display: none;
}

#Header .nav_box{
  display: none;
}

#Header .mv{
  position: relative;
}
#Header .mv .catch{
  position: absolute;
  top: 15%;
  left: 9%;
}
#Header .mv .txt{
  max-width: 650px;
  position: absolute;
  right: 9%;
  top: 50%;
	margin-top: 60px;
  color: #ffffff;
  font-size: 1.6rem;
}
#Header .mv .scroll{
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -20px;
}

@media screen and (max-width: 940px) {
/* 940pxまでの幅の場合に適応される */

}

/* 940pxまでの幅の場合に適応される */
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main section{
}
#Main .inner{
}
#Main h2.ttl{
}
#Main h3.ttl{
}

.under_mv{
  background-image: url(../images/oe_top/under_mv.jpg);
  background-size: cover;
  background-position: center;
  height: 130px;
}

.more_btn_220{
  width: 220px;
  text-align: center;
background: #ea5504; /* Old browsers */
background: -moz-linear-gradient(left, #ea5504 0%, #e60012 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ea5504 0%,#e60012 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ea5504 0%,#e60012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: 0.6s;
  font-size: 1.6rem;
}
.more_btn_220:hover{
  opacity: 0.7;
}
.more_btn_220 a{
  display: block;
  background-image: url(../images/common/arrow_btn_r_w.png);
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: left 10px center;
  padding: 17px 12px;
  color: #ffffff;
}

.btn_r{
  text-align: center;
  border-radius: 20px;
}
.btn_r a{
  border-radius: 20px;
  background-color: #DC4F03;
  display: inline-block;
  background-image: url(../images/sq_top/arrow_r_w.png);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: left 18px center;
  padding: 6px 25px 6px 40px;
  font-size: 1.4rem;
  color: #ffffff;
}

.en_ttl{
  font-size: 3rem;
  font-family: 'Maven Pro', sans-serif;
  line-height: 4rem;
  letter-spacing: 0;
  background-image: url(../images/sq_top/ttl_bar.png);
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: left top 17px;
  padding-left: 150px;
  margin-left: -78px;
}
.en_ttl span{
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}

.bnr_sec{
  background: rgba(220,79,3,0.2);
}
.bnr_sec .inner{
  max-width: 1120px;
  margin: 60px auto 0;
  padding: 70px 50px;
}
.bnr_sec ul{
  display: flex;
  justify-content: space-between;
  max-width: 808px;
  margin: 70px auto 0;
}
.bnr_sec ul li{
  width: 31%;
}
.bnr_sec .big_bnr{
  max-width: 808px;
  margin: 55px auto 0;
}

.back_area{
  padding: 40px 50px 100px;
}

.breadcrumb{
  padding: 20px 50px 0;
}
.breadcrumb .inner{
  max-width: 960px;
  margin: 0 auto;
}
.breadcrumb ul{
  display: flex;
  justify-content: flex-start;
}
.breadcrumb ul li{
  font-size: 1rem;
  font-weight: 300;
  padding-right: 5px;
}
.breadcrumb ul li a{
  padding-right: 5px;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  position: relative;
  background: #ea5504; /* Old browsers */
  background: -moz-linear-gradient(left, #ea5504 0%, #e60012 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ea5504 0%,#e60012 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ea5504 0%,#e60012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#Footer .go_top{
  position: absolute;
  top: -68px;
  right: 0;
}
#Footer .inner{
  padding: 25px 50px 15px;
  text-align: center;
}

#Footer .add_tel{
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
}
#Footer .add_tel a{
  color: #ffffff;
}
#Footer .add_tel .add{
  margin-right: 20px;
}
#FooterNavi{
  margin-top: 20px;
}
#FooterNavi ul{
  display: flex;
  justify-content: center;
}
#FooterNavi ul li{
  margin: 0 20px;
}
#FooterNavi ul li a{
  color: #ffffff;
}

#Footer .copy{
  font-size: 1rem;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
}


@media screen and (max-width: 820px) {
/* 820pxまでの幅の場合に適応される */

body{
  min-width: 320px;
  font-size: 1.4rem;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}
.breadcrumb {
  padding: 5px 20px 0;
}

/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
#Header{
}


#Header .logo{
  margin: 20px 0 7px 20px;
  position: relative;
  z-index: 11;
}
#Header .logo img{
  width: 186px;
  height: auto;
}

#Header .back_btn{
  display: none;
}

#Header .name{
  background: #ea5504; /* Old browsers */
  background: -moz-linear-gradient(left, #ea5504 0%, #e60012 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ea5504 0%,#e60012 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ea5504 0%,#e60012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  width: 100%;
  padding: 28px 20px 23px;
}

.global_navi{
  display: none;
  text-align: center;
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: #ea5504; /* Old browsers */
  background: -moz-linear-gradient(left, #ea5504 0%, #e60012 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ea5504 0%,#e60012 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ea5504 0%,#e60012 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 0 0 50px;
  height: auto;
}
.global_navi .global_navi_inner{
  width: 100%;
  margin: 0 auto;
}

#Navi{
  position: relative;
}
#Navi > ul{
  display: block;
  margin: 0;
  height: auto;
}
#Navi > ul > li{
  margin-left: 0;
  margin-top: 30px;
}
#Navi > ul > li span{
  display: none;
}
#Navi > ul > li:hover span{
  opacity: 1;
}
#Navi ul li a{
  font-size: 1.5rem;
}
#Navi ul li a:hover{
}
.back_btn_sp{
  margin-top: 40px;
  display: block;
}
.back_btn_sp a{
  color: #ffffff;
}

#Header .nav_box{
  display: block;
  position: absolute;
  top: 68px;
  right: 15px;
  width: 50px;
  text-align: center;
  font-size: 1.2rem;
  z-index: 12;
}
#Header .menu-trigger,
#Header .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
#Header .menu-trigger{
  position: relative;
  width: 10px;
  height: 20px;
  cursor: pointer;
  padding: 18px 13px;
}
#Header .menu-trigger a:hover{
  opacity: 1;
}
#Header .menu-trigger span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
#Header .menu-trigger span:nth-of-type(1){
  top: 21px;
}
#Header .menu-trigger span:nth-of-type(2){
  top: 11px;
}
#Header .menu-trigger span:nth-of-type(3){
  bottom: 2px;
}
#Header .menu-trigger.active span:nth-of-type(1),
#Header .menu-trigger.active span:nth-of-type(2){
  top: 12px;
  margin-top: 10px;
  transform: rotate(-45deg);
}
#Header .menu-trigger.active span:nth-of-type(3){
  bottom: 0;
  margin-bottom: 12px;
  transform: rotate(-135deg);
}


#Header .mv{
  position: relative;
  max-height: 550px;
}
#Header .mv > img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 550px;
}
#Header .mv .catch{
  position: absolute;
  top: 15%;
  left: 50%;
  margin-left: -161px;
}
#Header .mv .txt{
  text-align: left;
  max-width: 650px;
  position: absolute;
  right: 0;
  left: 0;
  top: 55%;
  margin: 0 40px;
  letter-spacing: 0;
}
#Header .mv .scroll{
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -20px;
}

/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main .inner{
}
#Main section{
}
#Main h2.ttl{
}
#Main h3.ttl{
}

.under_mv{
  background-image: url(../images/oe_top/under_mv_sp.jpg);
  background-size: cover;
  background-position: center;
  height: 90px;
}


.en_ttl{
  font-size: 3rem;
  font-family: 'Maven Pro', sans-serif;
  line-height: 4rem;
  letter-spacing: 0;
  background-image: url(../images/sq_top/ttl_bar_sp.png);
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: left top 17px;
  padding-left: 60px;
  margin-left: -20px;
}

.bnr_sec{
}
.bnr_sec .inner{
  margin: 60px auto 0;
  padding: 35px 20px;
}
.bnr_sec ul{
  display: block;
  max-width: 480px;
  margin: 25px auto 0;
}
.bnr_sec ul li{
  width: 100%;
  margin-top: 13px;
}
.bnr_sec .big_bnr{
  max-width: 480px;
  margin: 55px auto 0;
}

.btn_r{
  text-align: center;
  border-radius: 20px;
}
.btn_r a{
  border-radius: 20px;
  background-color: #DC4F03;
  display: inline-block;
  background-image: url(../images/sq_top/arrow_r_w.png);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: left 10px center;
  padding: 6px 15px 6px 25px;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: 0;
}

.back_area{
  padding: 35px 20px 100px;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
}
#Footer .go_top{
  right: 50%;
  margin-right: -34px;
}
#Footer .inner{
  padding: 30px 20px 10px;
}

#Footer .add_tel{
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}
#Footer .add_tel a{
  color: #ffffff;
}
#Footer .add_tel .add{
  margin-right: 0;
}
#FooterNavi{
  margin-top: 20px;
}
#FooterNavi ul{
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
#FooterNavi ul li{
  margin: 0;
	width: 32%;
}
#FooterNavi ul li a{
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0;
}


#Footer .copy{
  letter-spacing: 0;
  font-size: 0.9rem;
  margin-top: 30px;
}



/* 820pxまでの幅の場合に適応される */
}