@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Cinzel:700');
/* 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, a {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: "Noto Sans JP", sans-serif;
}

body {
    line-height:1;
	position: relative;
	font-size: 16px;
	line-height: 150%;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 2px;
	-webkit-text-size-adjust: none;
	background:url(../img/common/line.jpg) repeat-x top;
	font-size: 14px;
	color: #212121;
}
.animsition-overlay{
	z-index: auto;
}


a:visited {
      color: #212121;
      text-decoration: none;
}

   @font-face {
      font-family: 'Noto Sans JP';
      font-style: normal;
      font-weight: 900;
+    src: local("Noto Sans CJK JP Regular"),
           url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
           url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
           url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
   }
   
   
@font-face {
font-family: ‘utsukushiregular’;
src: url('../font/UtsukushiFONT.otf');
src: url('../font/UtsukushiFONT.otf') format(‘embedded-opentype’),
url('../font/UtsukushiFONT.otf') format(‘woff’),
url('../font/UtsukushiFONT.otf') format(‘truetype’);
}

body a{
	color: #212121;
    text-decoration: none;
}
a:focus {
	text-decoration: none;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}

.drawr{
	display: 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;
}

 
a img {
-webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
	backface-visibility: hidden;
}

a,
a img{
	transition: 0.3s;
	outline: none;
}

.ml20{
	margin-left: 20px;
}

.mt-50{
	margin-top: 0 auto;
}

.mt-60{
	margin-top: 60px;
}

.br-sp { display:none; }

.br-tb { display:none; }


.btn.active, .btn:active{
	box-shadow: none;
	-webkit-box-shadow: none;
	}

#wap{
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
}

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

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.navy{
	color: #000000;
	font-weight: 600;
}

.black01{
  color: #000000;
}




.btn01 {
    padding: 15px 95px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn01 {
    background-color: #3169d1;
    color: #fff !important;
}

.btn-block{
	display:block;
	width: 340px;
	margin: auto;
}

.btn-block a{
	text-align: center;
}

.btn-navy3{
    /* background-color: #000000;
    border: 2px solid #000000;
    color: #fff !important;
	width: 100%;
	padding: 17px 0 13px;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; */
    -webkit-transition: all .3s;
    transition: .3s;


    font-size: 18px;
    padding: 13px 0 7px;
    border-radius: 100px;
    line-height: 60px;
    height: 60px;
    background-color: #666;
    padding: 0 30px;
    margin: 2rem 0;
    color: #fff !important;
    border: none;
    min-width: 120px;
    min-height: 50px;
    position: relative;


}

.btn-navy3::after {
  content: "";
  background-image: url(../img/top/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 70px;
  vertical-align: middle;
  position: absolute;
  margin-left: 10px;
  top: 27px;
}





.btn-red {
    background-color: #E85D5D;
    border: 5px solid #E85D5D;
    color: #fff !important;
}

.btn-red2 {
    background-color: #E85D5D;
    border: 3px solid #E85D5D;
    color: #fff !important;
}


.btn-org{
    background-color: #F79E44;
    border: 3px solid #F79E44;
    color: #fff !important;
}

.btn-org2{
    background-color: #FF7900;
    border: 3px solid #FF7900;
    color: #fff !important;
	width: 100%;
}


.btn-wh{
    background-color: #fff;
    border: 3px solid #000000;
    color: #000000 !important;
}


.btn-navy2{
	width: 280px;
  transition: .3s;
      font-size: 18px;
      padding: 13px 0 7px;
      border-radius: 100px;
      line-height: 60px;
      height: 60px;
      background-color: #666;
      padding: 0 30px;
      margin: 2rem 0;
      color: #fff !important;
      border: none;
      min-width: 120px;
      min-height: 50px;
      position: relative;
}


.triangle01{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  position: relative;
  top: -5px;
  right: -30px;
}

.triangle02{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #FFE3C3;
  position: relative;
  top: -5px;
  right: -30px;
}

.triangle03{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #FFE3C3;
  position: relative;
  top: -5px;
  right: -30px;
}
.triangle04{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #FFE3C3;
  position: relative;
  top: -5px;
  right: -30px;
}
.triangle05{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #000000;
  position: relative;
  top: -5px;
  right: -30px;
}

.triangle06{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #7BD386;
  position: relative;
  top: -5px;
  right: -30px;
}

.triangle07{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid #7BD386;
  position: relative;
  top: -5px;
  right: -30px;
}


.triangle08{
	font-size: 0 !important;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9E90C5;
  position: relative;
  top: -5px;
  right: -30px;
}




.triangle04-right{
	right: 0px;
}

/* Forward */
.hvr-forward {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}


/* Sink */
.hvr-sink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sec{
    margin-bottom: 120px;
}
 
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
 
.col2{
    width:40%;
}

.img-container-time,
.img-container{
    overflow: hidden;
    position: relative;
}
 
.img-container__img{
    display: block;
    opacity: 0;
    position: relative;
    transition:all .5s .3s ease; 
    z-index: 0;
}

.img-container-time:before, 
.img-container:before{
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}

.img-container09-time:before, 
.img-container09:before{
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}
.img-container10-time:before, 
.img-container10:before{
    background: #000000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition:all .8s 0s ease; 
    width: 100%;
    z-index: 1;     
}



.text-container{
    opacity: 0;
    padding:0 60px;
    transition: all .8s .5s ease;
}
 
.text-container__title{
    color: #333;
    font-size: 60px;
    font-weight: 700;
}
 
/*アニメーションするプロパティを設定します*/

.img-container-time.active img,
.img-container.active img{
    opacity: 1;
}
.img-container-time.active:before,
.img-container.active:before{
    transform: translateX(100%);        
}
.img-container-time.active,
.text-container.active{
    opacity: 1;
}


.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #F2CB32 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #F2CB32 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #F2CB32 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #F2CB32 50%);
    background-image: linear-gradient(left, transparent 50%, #F2CB32 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

.mr-20{
	margin-right: 20px;
}

.mt-20{
	margin-top: 20px;
}


#loading{
	z-index: 999 !important;
    position: absolute;
    margin-top: -25px;
    margin-left: -25px;
  }
      
.loader-bg-g{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-g01.png"), url("../img/common/main-bg-g02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}

.loader-bg-o{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-o01.png"), url("../img/common/main-bg-o02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}

.loader-bg-p{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-p01.png"), url("../img/common/main-bg-p02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}

.loader-bg-b{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-b01.png"), url("../img/common/main-bg-b02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}

.loader-bg-ppl{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-ppl01.png"), url("../img/common/main-bg-ppl02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}

.loader-bg-y{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-y01.png"), url("../img/common/main-bg-y02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}

.loader-bg-r{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #F9F5EA;
	z-index: 999;
	background-image: url("../img/top/main-ttl02.png") , url("../img/common/main-bg-r01.png"), url("../img/common/main-bg-r02.png");
	background-repeat: no-repeat;
	background-position: top 50% left 50% , top left , bottom right;
	background-size: 35% auto , 8% auto, 8% auto;
}




 


/*----------------------------header----------------------------*/

#header{
	height: 80px;
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	z-index: 99;
}

#header h1{
	padding: 15px 0 0 40px;
}


.dropmenu{
  *zoom: 1;
  list-style-type: none;
  margin: auto;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu > li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 0 20px;
  background: #fff;
}

.dropmenu li.nav-red{
	padding: 0;
	height: auto;
}

.dropmenu li a{
  display: block;
  margin: 0;
}

.dropmenu > li > a{
	line-height: 1;
	padding: 0 0 5px 0;
	margin: 30px 0;
	display: inline-block;
	font-weight: 500;
	
}


.dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 150%;
  margin-left: -25px;
}
.dropmenu li ul li a{
  padding: 30px 15px;
  border-top: 1px solid #E2E2E3;
  border-left: 1px solid #E2E2E3;
  border-right: 1px solid #E2E2E3;
  background: #fff;
  text-align: center;
  line-height: 1;
}

.dropmenu li ul li.nav-last a{
  border-bottom: 1px solid #E2E2E3;
}

#fade-in2 { position: relative; z-index: 5; }
#fade-in2 li ul{
  opacity: 0;
  top: 0%;
  visibility: hidden;
  transition: .5s;
  z-index: -10;
  width: 100%;
  margin-top: 2px;
}

.dropmenu > li.nav-red > a{

	background: #F79E44;
	color: #fff;
	position: relative;
	margin: 0;
	line-height: 71px;
	display: block;
}

.dropmenu li ul li a span,
.dropmenu a {
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(247,158,68,1) 50%);
  background-position: 0 0;
  background-size: 201% auto;
  transition: .3s;
}



.dropmenu > li.nav-red > a {
    background-color: #F79E44;
    border: 5px solid #F79E44;
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
	padding: 0 30px;
	margin-left: 20px;
}


.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.main {
  height: 100%;
  min-height: 100vh;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main.open {
  transform: translateX(-250px);
}
.main h1 {
  text-align: center;
  font-weight: 500;
}
.main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #212121;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 290px;
  height: 100%;
  padding-top: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(290px);
  transition: all .5s;
  font-size: 16px;
  /* background: url(../img/common/bg01.jpg); */
}

nav .nav-wap{
	height: 100%;
 overflow: auto;
 overflow-scrolling: touch;
	padding-bottom: 30px;

}

nav .btn{
	padding: 6px 11%;
}
nav.open {
  transform: translateZ(0);
}
nav .nav-wap > ul > li {
  padding: 10px 0 10px 20%;
}

nav .btn01{
	padding: 15px 55px;
}

nav .btn02 .btn01{
	padding: 15px 50px 15px 45px;
}

nav .btn02 .btn01 img{
	width: 12px;
	height: 12px;
	margin-left: 5px;
	
}

nav .ham_nav_entry{
  width: 100%;
  background-color: #FF7900;
  border: 2px solid #FF7900;
  border-radius: 9999px;
}

nav .ham_nav_contact{
  width: 100%;
  background-color: #FFFFFF;
  border: 2px solid #000000;
  color: #000000 !important;
  border-radius: 9999px;
}

nav .btn01 img{
	width: 12px;
	height: 12px;
}

nav h2{
	font-weight: 400;
}

.side-menu__ul--child {
	display: none;
}

.active .side-menu__ul--child {
	display: block;
	transition: all .5s;
}

.side-menu__ul--child li a {
	display: block;
	padding: 8px 0 0px 11px;
	font-size: 12px;
	transition: all .5s;
}
.side-menu__ul > li > a,
.side-menu__ul > li h2 {
	display: block;
	padding: 10px 0 10px 20px;
	color: #333;
	transition: all .5s;
}

.side-menu__ul h2 {
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.side-menu__li > h2:after {
	content: ' +';
	color: #F79E44;
	font-size: 20px;
	transition: all .5s;
	position: relative;
	top: 2px;
}

.side-menu__li.active h2:after {
	content: ' －';
	transition: all .5s;
}

.side-menu__ul > li > h2:hover,
.side-menu__ul > li a:hover {
	background: #f26964;
	color: #333;
}




/*----------------------------fot-bnr----------------------------*/
.fot-bnr{
	width: 100%;
	text-align: center;
}

.fot-bnr-wap{
	width: 630px;
	margin: auto;
}

.fot-bnr .row{
	margin-left: 0;
	margin-right: 0;
}

.fot-bnr .fot-bnr-yal{
	background: #F2CB32;
	padding: 90px 0 40px;
}

.fot-bnr h4{
	font-size: 28px;
	font-weight: 600;
	margin-top: 53px;
	padding-top: 50px;
}

.fot-bnr span{
	font-size: 20px;
	font-weight: 500;
}

.fot-bnr span.triangle01{
	font-size: 0;
}

.fot-bnr .fot-bnr-yal h4{
	background: url(../img/top/cont-icon01.png) no-repeat top right 132px;
}

.fot-bnr .fot-bnr-org h4{
	background: url(../img/top/cont-icon02.png) no-repeat top right 132px;
}


.fot-bnr .fot-bnr-org{
	background: #F79E44;
	padding: 90px 0 40px;
}

.fot-bnr .fot-bnr-inner{
	width: 630px;
	background: #fff;
	margin: auto;
	display: block;
}

.sub-fot-bnr02 .fot-bnr-inner{
	width: 100%;
}

.fot-bnr .btn-navy2{
	margin-top: -33px;
	padding: 15px 95px;
}


.fot-bnr2 h4{
	background: url(../img/top/bg01.png);
	width: 100%;
	text-align: center;
	padding: 50px 0;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
}


.fot-bnr2 span{
	font-size: 20px;
	background: url(../img/common/icon3.svg) no-repeat center right;
	padding-right: 30px;
	background-size: 20px 20px;
	position: relative;
	top: -3px;
	left: -15px;
}

/*----------------------------sub-fot-bnr----------------------------*/
.sub-fot-bnr{
	width: 1080px;
	margin: auto;
	padding: 50px 0 ;
}

.sub-fot-bnr p.sub-fot-bnr-ttl{
	font-size: 26px;
	font-weight:500;
	padding-bottom: 40px;
}

.sub-fot-bnr .col-lg-6{
	padding: 0;
	border-right: 1px solid #CCCCCC;
	height: 156px;
}

.sub-fot-bnr .sub-fot-bnr-box01{
	border-left: 1px solid #CCCCCC;
}

.sub-fot-bnr p.sub-fot-bnr-txt{
	font-size: 18px;
	font-weight: 600;
}

.sub-fot-bnr-tel{
	background: url(../img/common/icon6.png) no-repeat center top;
	padding-top: 45px;
}

.sub-fot-bnr-mail{
	background: url(../img/common/icon5.png) no-repeat center top 12px;
	padding-top: 45px;
}

.sub-fot-bnr p.sub-fot-bnr-txt span{
	font-size: 14px;
	font-weight: 400;
}

.sub-fot-bnr p.sub-fot-bnr-txt02{
	font-size: 28px;
	font-weight: 600;
	color: #FF7900;
	margin-top: 20px;
}


.sub-fot-bnr .btn{
	display: block;
	width: 260px;
	margin: 5px auto 0;
}

.sub-fot-bnr .btn01{
	padding: 10px 0;
}

.sub-fot-bnr02{
	width: 100%;
	background: #FFE3C3;
	padding: 70px 0 70px;
}

.sub-fot-bnr02.sub-fot-bnr02-02{
    width: 100%;
    background: #fff;
    padding: 70px 0 70px;
}

.sub-fot-bnr02.sub-fot-bnr02-02 p.sub-fot-bnr02-txt{
    background: #E85D5D;
}
.sub-fot-bnr02.sub-fot-bnr02-02 p.sub-fot-bnr02-txt.navy{
    color: #fff;
}





.sub-fot-bnr02 .row{
	width: 870px;
	background: #fff;
	margin: auto;
}

.sub-fot-bnr02 p.sub-fot-bnr02-txt{
	font-size: 28px;
	font-weight: 600;
	margin: 0 auto;
	line-height: 1.4em;
	width: 870px;
	background: #fff;
	padding: 74px 0;
}

.sub-fot-bnr02 p.sub-fot-bnr02-txt span{
	font-size: 20px;
	font-weight: 500;
}

.sub-fot-bnr02 .fot-bnr02-wap{
	width: 870px;
	margin: auto;
}

.sub-fot-bnr02 .btn-block{
	margin-top: -60px;
}

/*----------------------------footer----------------------------*/


#footer{
	width: 100%;
}

#footer .footer-hed{
		background: #757575;
	text-align: center;
	padding: 80px 0 80px;
}

#footer .footer-hed .btn{
	padding: 0;
}

#footer .footer-hed .btn a{

}
#footer .footer-hed .btn a .btn01{
  display: flex;
  justify-content: center;
  border-radius: 9999px;
  padding: 20px 95px;
  width: 300px;
}
#footer .footer-hed .btn a .btn_entry{
  background-color: #FF7900;
  border: 2px solid #FF7900;


  &:hover {
    background-color: transparent;
  }
}
#footer .footer-hed .btn a .btn_contact{
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #000000 !important;
  background-image: url(../img/common/contact_bg.svg);
      background-repeat: no-repeat;
      background-position: center right 75px;
      background-size: 12px 12px;

  &:hover {
    background-color: transparent;
  }
}



#footer .btn01{
	margin: 30px 0 60px;
}

#global-footer{
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#gf-table{
	padding-left: 65px;
	padding-top: 15px;
	/* width: 900px; */
	margin: 0 auto;
	text-align: left;
	height: auto;
	padding-bottom: 100px;
}

#gf-table a,
#gf-table th{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #fff;
}

#gf-table td{
	padding-bottom: 10px;
	padding-right: 40px;
}

#gf-table td.link-icon a{
	padding-right: 15px;
	background: url(../img/common/icon2.svg) no-repeat bottom right;
	background-position: right 15px;
	background-size: 12px 12px;
}

#footer .footer-fot{
	display: block;
	width: 940px;
	margin: 30px auto;
	text-align: center;
}

#footer .footer-fot li{
	float: left;
	padding: 0 10px 0 17px;
}

#footer .footer-fot li img{
	width: 12px;
	height: auto;
}

#footer .footer-fot p{
	font-size: 10px;
	font-weight: 600;
	margin-left: 50px;
}
#footer p.footer-top{
	margin-top: 10px;
}

#footer p.footer-top a{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}


#footer .btn-org{
	background-image: url(../img/common/icon2.svg);
	background-repeat: no-repeat;
	background-position: center right 75px;
	background-size: 12px 12px;
}

.btn-org2{
	background-image: url(../img/common/icon2.svg);
	background-repeat: no-repeat;
	background-position: center right 25px;
	background-size: 12px 12px;
}

#page-top {
	display: block;
    z-index: 200;
    position: absolute;
    bottom: 145px;
    right: 30px;
	background: url(../img/common/page-top.png) no-repeat;
	width: 80px;
	height: 80px;
	position: fixed;
	background-size: 80px;
}

.company-top{
	z-index: 200;
	position: fixed;
	right: 30px;
	bottom: 95px;
	width: 80px;
	height: 40px;
	background-color: #2B4357;
	border: #2B4357 3px solid;
	border-radius: 4px;
}

.company-top p{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding-right: 3px;
	line-height: 35px;
	background-image: url("../img/common/icon7.svg");
	background-repeat: no-repeat;
	background-position: center right 7px;
	background-size: 10px;
	padding: 0 17px 0 4px;
	text-align: center;
	
}

.hvr-forward span.arrow02{
	font-size: 10px;
	position: relative;
	top: -1px;
	left: 80px;
}


/*----------------------------sub-ttl----------------------------*/


.sub-ttl{
	margin-top: 80px;
	width: 100%;
	text-align: center;
	background: #FFE3C3;
	background-size: 100% 298px;
	padding: 50px 0 0 0 ;
	height: 200px;
}

.sub-ttl h3{
	font-size: 42px;
	letter-spacing: 5px;
	font-weight: 600;
}

.sub-ttl h4{
	font-weight: 500;
	font-size: 22px;
	margin-top: 10px;
}

.sub-ttl hr{
	width: 100px;
	border-top: 4px solid #F79E44;
}


.ityped-cursor {
    font-size: 3.6rem;
    color: #000000;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}

/*----------------------------sub-pan----------------------------*/

.pan{
	width: 1150px;
	margin: 25px auto 0;
	font-size: 12px;
	font-weight: 500;
}

.pan_sub02{
  margin: 25px auto;
}

.pan span{
	color: #7BD386;
}

.pan span.pan-red{
	color: #E85D5D;
}

.pan span.pan-ppl{
	color: #9E90C5;
}

.pan span.pan-bule{
	color: #6DACE1;
}

.pan span.pan-yal{
	color: #F2CB32;
}

.pan span.pan-pink{
	color: #EE91B0;
}

.pan span.pan-org{
	color: #F79E44;
}
.pan span.pan-sky{
	color: #97E2FC;
}


/*----------------------------contact(common)----------------------------*/

#c_ttl,
#c_conf{
    text-align: center;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 700;
    padding-bottom: 50px;
}

p#c_conf,
#c_maintxt_conf{
    display: none;
}

.mw_wp_form_confirm p#c_conf,
.mw_wp_form_confirm #c_maintxt_conf{
    display: inherit;
}

.mw_wp_form_confirm #c_maintxt{
    display: none;
}

#c_detail{
    text-align: center;
    width: 980px;
    margin: 0 auto;
    border-top: 1px solid #CCCCCC;
    padding: 40px 0px 80px;
}

#c_detail li:first-child{
    font-weight: 700;
    font-size: 18px;
    width: 490px;
    line-height: 60px;
    display: inline-block;
}

#c_detail li:first-child span,
h3#c_mainttl span{
    color:#ED7A00;
}

#c_detail li:nth-child(2){
    width: 489px;
    border-left: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 60px;
}

#c_detail li:nth-child(2) span{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 26px;
    padding-left: 30px;
}

h3#c_mainttl{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0px 30px;
}

#c_maintxt,
#c_maintxt_conf{
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 35px;
    text-align: center;
}

#c_maintxt span{
    color:#D04728;
}

#form{
    padding-bottom: 55px;
}

#form th{
    border-right: 1px solid #CCCCCC;
    width: 220px;
    font-weight: 300;
    font-size: 14px;
    padding: 25px 0px 15px;
    vertical-align: top;
}

#form th span{
    color:#D04728;
    display: inline-block;
    padding-left: 5px;
}

#form td{
    padding: 15px 0px 15px 30px;
    font-weight: 300;
    font-size: 14px;
}

#form td .it_a{
    width: 700px;
    height: 40px;
    border: 1px solid #666666;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    box-sizing: border-box;
}
#form td .it_b{
    width: 120px;
    height: 40px;
    border: 1px solid #666666;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    box-sizing: border-box;
}
#form td .it_d{
    width: 700px;
    height: 200px;
    border: 1px solid #666666;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    box-sizing: border-box;
}
#form td .it_c{
    width: 700px;
    height: 180px;
    padding-top: 10px;
    border: 1px solid #666666;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 14px;
    box-sizing: border-box;
}

#submit input{
    background-color: #ED7A00;
    border: 1px solid #ED7A00;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color:#fff;
    display: inline-block;
    margin-right: 10px;
    padding:  0 20px;
}

#contact_txt{
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
    padding-bottom: 55px;
}

/* ---------------------------------------------
Z-indexの変更　202404
----------------------------------------------*/

nav {
  z-index: 98;
}

.margin_inner{
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}


.area_bottom02 {
	margin-top: 50px;
	background-color: #FFE3C3;
	border-radius: 10px;
	padding: 50px;
	display: flex;
	align-items: center;
}
.area_bottom02 h2 {
	width: 40%;
	color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: bold;
  
}
.area_bottom02 h2 span{
  font-size: 16px;
  font-weight: bold;

}
.area_bottom02 ul {
	width: 60%;
}
.area_bottom02 ul li a {
	height: 90px;
	padding: 80px;
	border-radius: 80px;
	background-color: #fff;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.entry_link li {
	position: relative;
}
.entry_link li a:hover {
		transform: scale(1.03);
		transition: 0.2s ease-out;
}
.entry_link li a:after {
	content: "";
	display: block;
	width: 200px;
	height: 50px;
	background-image: url("../img/top/arrow_gray.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 50px;
	top: 50px;
}

.entry_link h3 {
	line-height: 1;
	font-size: 20px;
	margin: 0;
  letter-spacing: 0;
  font-weight: bold;
}
.entry_link h3 span {
	font-size: 12px;
	line-height: 1;
	display: block;
  letter-spacing: 0;
  font-weight: bold;
}

.bt_round {
  
  border: unset;
  border-radius: 100px;
  line-height: 60px;
  height: 60px;
  background-color: #666;
  padding: 0 30px;
  margin: 2rem 0;
  color: #fff;
      border: none;
      min-width: 120px;
      min-height: 50px;
}
.top_deflink {
  margin-top: 30px;
  padding-right: 80px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.top_deflink:after {
  content: "";
  background-image: url(../img/top/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 70px;
  vertical-align: middle;
  position: absolute;
  margin-left: 10px;
  top: 27px;
}

.top_deflink:hover {
  opacity: 0.9;
  transform: scale(1.03);
  transition: .3s all;
}

