@charset "UTF-8";

/*!01ヘッダ*/
#wrapper {
  background: #fff;
  min-height: 100%;
  min-width: 320px;	
  box-shadow: inset 0 0 0 16px #1933ce !important;
}

header {
  display: block;
  position: absolute;
  height: 70px;
  width:calc(100% - 48px);
  padding: 0;
  margin: 24px;
  z-index: 9;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}
/*ロゴ*/
.header_logo {
  width: 400px;
  margin-left: 24px;
  position: relative;
  top: 64px;
  left: 40px;
}
.header_logo h1 {
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 8px;
}
.ttl {
  width: 400px;
  transform: scale(1);
  transition: .4s;
  
}
/*PCメニュー*/
.pc_nav {
  padding-right: 24px;
  margin-top: -8px;
  position: relative;
  top: 64px;
  right: 40px;
}
.pc_nav a {
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 16px 16px;
  display: inline-block;
  line-height: 32px;
  color: #fff;
  width: 290px;
  display: inline-block;
}
.pc_nav a {
  transition: .4s;
}

.pc_nav a::before {
  content: "⚫︎";
  margin-right: 8px;
}

.pc_nav a:hover {
  transition: .2s;
  font-size: 16px;
  width: 290px;
  display: inline-block;
}

.contact {
  background: url(/img/mail.png) left 16px center no-repeat rgba(255, 255, 255, 0.2);
  background-size: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  list-style: none;
  width: 260px;
  height: auto;
  position: relative;
  left: 16px;
  margin-bottom: 16px;
  transition: .2s;
}
.contact:hover {
  background: url(/img/mail.png) left 16px center no-repeat rgba(255, 255, 255, 0.8);
  background-size: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  list-style: none;
  width: 260px;
  height: auto;
  position: relative;
  left: 16px;
  margin-bottom: 16px;
  transition: .2s;
}
.contact a {
  text-align: center;
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.contact a:hover {
  text-align: center;
  width: 100%;
  font-size: 15px;
  color: #121212;
}
.contact a::before {
  content: none !important;
}






/*!02FV*/
.fv {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;	
  height: 100vh;
}
.fv2 {
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  margin: 48px;
  padding: 0;
  overflow: hidden;
  z-index: 0;	
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: url(/img/bg.jpg) repeat;
  background-size: 40px;
}
.fv3 {
  width: 100%;
  height: 100%;
  padding: 32px;
  background: url(/img/award.png) no-repeat right 48px bottom 48px;
  background-size: 260px;
  
}
.fv_text {
  padding: 0;
  position: relative;
  z-index: 99;
  bottom: 16%;
}
.fv_text h2 {
  color: #121212;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6em !important;
  font-weight: bold;
  text-align: center;
 
}

.fv_text h2 span {
  color: #121212;
  font-weight: 400;
  font-size: 32px;
  background: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6em !important;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin: 8px;
  padding: 4px 8px;
}

.fv_award {
  background: url(/img/bg2.png) no-repeat center bottom;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

/*!3 FOOTER*/
footer {
  background: #1933ce;
  min-height: 320px;
  margin-top: 0px;
}

.footer_in {
  padding: 128px 32px 64px;
}

.footer_ttl {
  width: 320px;
}






/*コンテンツ１*/
.content_container {
  padding: 64px 32px;
  width: auto;
  margin: 0 auto;
}
.content_ttl_eng {
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1933ce;
  font-size: 128px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  line-height: 1em;
  letter-spacing: 0em;
  
}
.content_ttl_jp {
  font-size: 18px;
  font-weight: 800;
}

.recruit_l {
  width: 600px;
}
.recruit_l h6 {
  font-size: 18px;
  margin-bottom: 32px;
}
.recruit_r {
  width:calc(100% - 660px);
}

.btn {
  display: inline-block;
  color: #1933ce;
}

.btn::after {
  content: '→';
  padding-left: 8px;
  color: #1933ce;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}

.brother {
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.hover:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}

/*コンテンツ2*/
.top_about {
  border-radius: 16px;
  background: url(/img/note.jpg) repeat;
  background-size: 40px;
  overflow: hidden;
  width: 100%;
  border: 8px solid #1933ce;
}
.top_about3 {
  background: url(/img/content2.png) no-repeat center bottom;
  background-size: 400px;
  width: 100%;
}
.top_about4 {
  width: 100%;
  padding: 100px 16px 220px;
  
}

/*コンテンツ３*/
.three {
  width: calc(33.33% - 64px);
  margin-bottom: 48px;
}
.three p {
  font-size: 15px;
}

.three_thumb {
  background: #f7f7f2;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  margin-bottom: 24px;
}

.three_thumb img {
  max-width: 240px;
}
.font12 {
  font-size: 12px;
  font-weight: normal;
}

/*コンテンツ4 Program*/
.program {
  background: #f7f7f2;
  padding: 32px;
  width: calc(100% - 32px);
  margin: 64px auto;
}

/*コンテンツ 3STEP*/
.three_thumb_3step {
  background: #f7f7f2;
  border-radius: 16px;
  padding: 0 24px;
  text-align: center;
  margin-bottom: 24px;
  height: 200px;
}
.step1 {
  background: url(/img/step1.png) no-repeat center bottom;
  background-size: auto 100%;
  height: 200px;
  padding-top: 24px;
}
.step2 {
  background: url(/img/step2.png) no-repeat center bottom;
  background-size: auto 100%;
  height: 200px;
  padding-top: 24px;
}
.step3 {
  background: url(/img/step3.png) no-repeat center bottom;
  background-size: auto 100%;
  height: 200px;
  padding-top: 24px;
}

/*ご参加いただける方*/
.top_about4b {
  width: 100%;
  padding: 64px 24px 64px;
}
.h0a {
  height: 0;
  overflow: visible;
  text-align: left;
}
.h0a img {
  width: 130px;
  position: relative;
  bottom: 50px;
  right: 16px;
}
.h0b {
  height: 0;
  overflow: visible;
  text-align: right;
}
.h0b img {
  width: 190px;
  position: relative;
  bottom: 80px;
  left: 16px;
}


/*REWARD*/
.news_l {
  width: 250px;
}
.news_r {
  width:calc(100% - 320px);
}
.news_ttl {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #2e2b2b;
  transition: .2s;
  display: block;
}
.news_ttl:hover {
  padding-left: 4px;
  transition: .2s;
}
.font_blue {
  color: #1933ce;
}
.font_red {
  color: #ce1818;
}
.ul li {
  list-style-type: disc;
  list-style-position: outside;
  padding: 8px;
}


/*TABLE*/






/*!1.5 ハンバーガーボタン*/

.header {
  position: relative;
  z-index: 10;
  display: fixed;
  width: 100%;
  display: none;
}





.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(/img/bg.jpg) repeat;
      background-size: 40px;
  padding: 20px 28px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.header__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.header__nav-list {
  list-style: none;
  padding-top: 88px;
}

.header__nav-item {
  margin: 0 0 0 0;
}
.header__nav-item a {
  color: #fff;
  text-decoration: none;
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  
  font-size: 18px;
  margin: 0 0 16px;
  text-align: right;
  display: block;
}
.header__nav-item a:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  
}
.header__nav-item a span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin: 0px;
}

.hamburger {
  position: absolute;
  top: 64px;
  right: 64px;
  width: 28px;
  height: 17px;
  z-index: 9999;
}
.hamburger__trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 24px;
  height: 21px;
}
.hamburger__trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.hamburger__trigger span:nth-of-type(1) {
  top: 0;
}
.hamburger__trigger span:nth-of-type(2) {
  top: 9px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.hamburger__trigger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger__trigger.is-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  background: #fff;
}
.hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger__trigger.is-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
  background: #fff;
}


body.is-open {
  height: 100vh;
  overflow-y: hidden;
}














.content_ttl_eng_layer {

    font-family: "brother-1816", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #1933ce;
    font-size: 128px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    line-height: 1em;
    letter-spacing: 0em;
}
.content_ttl_jp_layer2 {
  font-size: 30px;
  color: #222;
  font-weight: 600;
  margin: 0 0 16px;
  line-height: 1.7em;
}
.content_ttl_eng_layer2 {
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  position: relative;
  z-index: 1;
  color: #161414;
  line-height: 1.7em;
  margin: 0 0 0 24px;
}


/*!CONTACT FORM*/
.hissu {
background: #fff;
font-size: 10px;
color: #121212;
padding: 4px;
border-radius: 4px;
display: inline-block;
margin: 0 16px 0 0;
line-height: 1.2em;
position: relative;
bottom: 2px;
}
.nini {
background: #ddd;
font-size: 10px;
color: #222;
padding: 4px;
border-radius: 4px;
display: inline-block;
margin: 0 16px 0 0;
line-height: 1.2em;
}

.top_contact_tbl {
width: 100%;
max-width: 800px;
margin: 32px auto 32px;
padding: 0;
}
.top_contact_tbl tr th {
font-weight: 400;
font-size: 16px;
padding: 24px 8px 0 0px;
text-align: left;
width: 220px;
}

.top_contact_tbl tr th br {
  display: none;
}
.ml_foem {
  margin-left: 8px !important;
}

.top_contact_tbl tr td {
font-weight: 400;
font-size: 16px;
padding: 16px 8px;
width:calc(100% - 280px);
}

.btn_send input[type="submit"] {
background: #1933ce;
color: #fff;
font-size: 18px;
font-weight: 600;
padding: 16px 24px;
text-align: center;
margin: 0 auto 0;
display: inline-block;
min-width: 320px;
border-radius: 4px;

}
.btn_send:hover input[type="submit"] {

background: #1b1818;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
cursor: pointer;

}


select {
background: url(/img/arrow_bottom.svg) no-repeat right 10px center #f9f9f8;
background-size: 10px;
padding: 8px 32px 8px 8px;
border-radius: 4px;
margin-bottom: 16px;
border: 1px solid #8b8b8b;
}
input[type="text"] {
background: #fff;
padding: 8px;
border-radius: 4px;
width: 100%;
border: 1px solid #8b8b8b !important;

}
input[type="email"] {
background: #fff;
padding: 8px;
border-radius: 4px;
width: 100%;
border: 1px solid #8b8b8b;

}
input[type="tel"] {
background: #fff;
padding: 8px;
border-radius: 4px;
width: 100%;
border: 1px solid #8b8b8b;

}

textarea {
  background: #fff;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
}

/* チェックボックス01 */
input[type="checkbox"] {
all: revert !important;


}

.form_ul li {
  padding-right: 24px;
}
.undeline {
text-decoration: underline;
padding-left: 8px;
}
.undeline:hover {
text-decoration: none;
padding-left: 8px;
}

.border {
text-decoration: underline;
}
.border:hover {
text-decoration: none;
}

.top_contact_tbl textarea {
background: #f9f9f8;
padding: 8px;
border-radius: 4px;
resize: none;
width: 100%;
border: 1px solid #8b8b8b;
height: 160px;
}
::placeholder {
  color: #bcbcbc;
  font-size: 0.9em;
}
.ml_foem {
  margin-left: 46px;
}



input[type="text"] {
  background: #fff !important;
  border: 1px solid rgba(205, 205, 205, 0.628);
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px !important;
  width: 100% !important;
  display: block !important;
}
input[type="submit"] {
  text-align: center;
  color:#fff;
  font-size: 16px;
  background: url(img/search_icon.png) right 16px center no-repeat #000;
  background-size: 16px;
  padding: 8px;
  border-radius: 8px;
  font-weight: 600;
}
input[type="submit"]:hover {
  text-align: center;
  color:#fff;
  font-size: 16px;
  background: url(img/search_icon.png) right 16px center no-repeat #333;
  background-size: 16px;
  padding: 8px;
  border-radius: 8px;
  font-weight: 600;
}

.searchandfilter ul li {
  list-style: none;
  display: block;
  padding: 0px 0 !important;
  margin: 0;
}

.meiwaku {
  font-size: 14px !important;
  color: #fff !important;
  padding: 16px 0;
}
