
/****reset
*****************************************/
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  height: auto; }

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,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, select {
  vertical-align: middle; }



html {
font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
html {
  font-size: calc(100vw / 100);
  }
}

@media only screen and (max-width: 540px) {
html {
  font-size: calc(100vw / 75);
  }
}

html, body {
  width: 100%;
  height: auto; }

body {
  color: #1C1C1C;
  font-family: "Noto Serif JP",Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #D5D5D5;
  }
@media screen and (max-width: 768px) {
body {
}
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

figure {
  line-height: 0; }

.center {
  text-align: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

::-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;
}
.f_en{
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body.fixed{
  position: fixed;
  width:100%;
}

#wrapper_all{
	position:relative;
    width: 100%;
    overflow: hidden;
}
#wrapper{
}



#l-header_wrap a,
.footer a,
#wrapper a img {
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out; }

#l-header_wrap a:hover,
.footer a:hover,
#wrapper a:hover img {
  opacity: .85; }
a.mover_btn{
  opacity: 1;
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;}
a.mover_btn:hover{
  opacity: .5 !important;
}

@media screen and (max-width: 768px) {
#wrapper{
}
}


/*****フッター****/

.l-footer {
    width: 100%;
    padding:3rem 0 5rem;
    color: #1C1C1C;
}
.l-footer .l-footer__inner {
    width:100%;
	max-width: 1280px;
    margin: 0 auto;
    padding: 0;
	position:relative;
}
.l-footer_wrap{
text-align: center;
}
.foot_logo{
display: inline-block;
margin: 0 auto;
width: 120px;
}
.l-footer_copy{
font-size: 1.0rem;
margin: 3.0rem auto 0;
}
#page-top{
    height: 52px;
    width: 52px;
    position: fixed;
    right: 20px;
    bottom: 120px;
    z-index: 102;
    transition: all 0s;
    /*transition: all .2s;*/
}
.pagetop__arrow {
}
#page-top {
}
#page-top:hover {

}
@media (max-width : 768px) {
.l-footer {
}
.l-footer .l-footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.foot_logo{
width: 25%;
}
.l-footer_copy{
font-size: 1.8rem;
margin: 5.0rem auto 0;
}
#page-top{
    bottom: 2rem;
    right: 10px;
	width:30px;
    height: 30px;
}
}

/***** pg wrap ****/
.pg_wrap{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 100px 0;
}
@media screen and (max-width: 1280px) {
.pg_wrap{
max-width: 1540px;
padding: 0 50px 0;
}
}
@media screen and (max-width: 768px) {
.pg_wrap{
padding: 0 30px 0;
}
}
/***** head ****/
.header_wrap{
position: relative;
margin: 0 auto 20rem;
padding: 22rem 0 0;
}

.mv{
transform: translateX(70px);
}
.entry_box_wrap{
position: absolute;
top: 0;
left: 0;
color: #1C1C1C;
width: 60%;
z-index: 2;
}
.entry_box{
margin: 5rem 0 0 0;
}
.orgatec_2024{
max-width: 278px;
margin-bottom: 1rem;
}
.orgatec_txt{
font-size: 1.6rem;
margin: 0.5rem 0 0.5rem;
}
.orgatec_txt span{
}
.entry_btn{
margin-top: 4rem;
}
a.btn_def{
display: block;
border: solid 1px #1C1C1C;
padding: 0.6rem 1.5rem;
color: #1C1C1C;
font-size: 1.6rem;
max-width: 200px;
text-align: center;
}
a.btn_def:hover{
color: #1C1C1C;
background: rgba(255,255,255,1.00);
}
.head_read{
font-size: 1.6rem;
line-height: 2.0;
margin: 6rem 0 0;
}
.anditoki_logo{
position: absolute;
right: 0;
bottom: 3rem;
width: 32%;
max-width: 390px;
}
@media screen and (max-width: 1400px) {
.anditoki_logo{
bottom: 3rem;
}
}
@media screen and (max-width: 1280px) {
.header_wrap{
padding: 24rem 0 0;
}
.mv{
transform: translateX(40px);
}
.entry_box_wrap{
width: 100%;
}
.anditoki_logo{
bottom: 5rem;
}
}
@media screen and (max-width: 980px) {
.header_wrap{
padding: 34rem 0 0;
}
.mv{
width: 110%;
transform: translateX(0px);
}
.anditoki_logo{
bottom: 2rem;
}
}
@media screen and (max-width: 768px) {
.header_wrap{
padding: 0rem 0 0;
margin: 5rem auto 5rem;
}
.entry_box_wrap{
position: static;
}
.entry_box{
display: block;
}
.orgatec_2024{
width: 60%;
margin-bottom: 1.2rem;
}
.orgatec_txt{
font-size: 2.2rem;
margin: 1rem 0 1.5rem;
}
.entry_btn{
margin-top: 20rem;
margin-bottom: 10rem;
text-align: center;
}
a.btn_def{
padding: 1.0rem 2.5rem 1.2rem;
font-size: 2.2rem;
width: 50%;
margin: 0 auto;
color: #1C1C1C;
background: rgba(255,255,255,1.00);
border: solid 0.5px #1C1C1C;
}
.mv{
width: 120vw;
margin: 3rem -20vw 0;
transform: translateX(0);
}
.head_read{
font-size: 2.1rem;
margin: 6rem 0 0;
line-height: 2.0;
}
.anditoki_logo{
position: static;
right: auto;
bottom: auto;
width: 76%;
margin: 8rem auto 0;
}
}

@keyframes topani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
vertical-align: bottom;
margin: 0;
padding: 0;
}
img {
}

/*****コンテンツ****/
.contents{
	margin-top:0em;
	min-height:500px;
	margin-bottom:0;
}
.main_contents{
position: relative;
/*max-width: 1068px;*/
margin: 5rem auto;
padding: 0 0;
}

@media screen and (max-width: 768px) {
.contents{
	margin-top:0em;
	margin-bottom:0em;
}
.main_contents{
width: 100%;
padding: 0;
margin: 6rem auto;
}
}

/***** brand ****/
.brand_wrap{
width: 100%;
  margin: 15rem auto 15rem 0;
  text-align: left;
}
.brand_box{
position: relative;
margin: 80px auto;
border-top: solid 1px #1C1C1C;
padding: 50px 0;
}
.brand_logo{
max-width: 580px;
margin-bottom: 50px;
}
.brand_inn{
display: flex;
justify-content: space-between;
}
.brand_read{
width: 47.5%;
font-size: 1.6rem;
line-height: 2.0;
}
.brand_fig{
width: 47.5%;
}


@media screen and (max-width: 768px) {
.brand_wrap{
width: 100%;
  margin: 0rem 0 10rem;
}
.brand_box{
width: 100%;
margin: 50px auto;
padding: 30px 0;
border-top: solid 0.5px #1C1C1C;
}
.brand_logo{
width: 90%;
max-width: inherit;
margin-bottom: 30px;
}
.brand_inn{
display: block;
justify-content: flex-start;
}
.brand_read{
width: 100%;
font-size: 2.2rem;
line-height: 2.0;
}
.brand_fig{
width: 100%;
margin-top: 30px;
}
ul.brand_fig_list li{
margin-top: 3px;
}
}

/***** kikaku ****/
.kikaku_wrap_area{
margin: 200px auto;
padding-top: 100px;
border-top: solid 1px #1C1C1C;
}
.kikaku_wrap{
display: flex;
justify-content: space-between;
}
.kikaku_box1{
width: 47.5%;
}
.kikaku_box2{
width: 47.5%;
}
.kikaku_txt_1{
font-size: 2.4rem;
text-align: center;
}
.kikaku_txt_2{
font-size: 1.6rem;
margin-top: 4rem;
line-height: 1.8;
}
.kikaku_txt_3{
font-size: 1.3rem;
margin-top: 5rem;
margin-bottom: 1.0rem;
line-height: 1.8;
}
.kikaku_txt_4{
font-size: 1.3rem;
margin-top: 2rem;
line-height: 1.8;
}
.sub{
font-size: 80%;
padding: 0 0 0 0.1rem;
}
@media screen and (max-width: 768px) {
.kikaku_wrap_area{
margin: 80px auto;
padding-top: 30px;
border-top: solid 0.5px #1C1C1C;
}
.kikaku_wrap{
display: block;
justify-content:flex-start;
}
.kikaku_box1{
width: 100%;
}
.kikaku_box2{
width: 100%;
margin-top: 30px;
}
.kikaku_txt_1{
font-size: 3.3rem;
margin-bottom: 30px;
line-height: 2.0;
}
.kikaku_txt_2{
font-size: 2.2rem;
line-height: 2.0;
}
.kikaku_txt_3{
font-size: 2.0rem;
margin-top: 25px;
line-height: 2.0;
}
.kikaku_txt_4{
font-size: 2.0rem;
margin-top: 25px;
line-height: 2.0;
}
}

/***** slick ****/
.slick-dots > li:first-child:last-child {
    display: none;
}
.slick-dots {
bottom: -25px;
	width:100%;
    text-align: right;
}
.slick-dots li{
	margin:0 2px;
    width: auto;
}
.slick-dots li button{
width: 12px;
height: 12px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: #FFF;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    content: '●';
    text-align: center;
    opacity: 1.0;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1.0;
    color: #1C1C1C;
    content: '●';
}

.slide_cap{
/*background: #FFF;*/
font-size: 1.2rem;
padding: 0.6rem 0 0;
line-height: 1.5;
}
@media screen and (max-width: 768px) {
.slide_cap{
font-size: 1.5rem;
padding: 0.8rem 0 1.5rem;
}
}

/***** anime ****/
.anime {
    opacity : 0.01;
    transform : translate(0, 30px);
    transition : all 800ms;
    }
.anime.fadein {
    opacity : 1;
    transform : translate(0, 0);
    }

.logoshow {
    opacity : 1;
    transition : all 500ms;
    }
.logoshow.fadein {
    opacity : 0;
    }



/* ==========================================================================
   Helper classes
   ========================================================================== */

.pc-only{ display:inline;}
.sp-only{ display:none;}
.pc-b-only{ display: block;}
.sp-b-only{ display:none;}
@media screen and (max-width: 768px) {
.pc-only{ display:none;}
.sp-only{ display:inline;}
.pc-b-only{ display: none;}
.sp-b-only{ display:block;}
}
.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;
}

