@charset "UTF-8";

*{
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body{
  margin: unset;
  font-size: 1.6rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Verdana,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#fff;
	overflow-x:hidden;
  background-image: url(../images/sp/bg.png);
  background-size: contain;
  background-repeat: repeat;
}
p{
  margin: unset;
}
img{
  vertical-align: top;
  max-width: 100%;
}
a{
  transition: .3s;
}
a:hover{
  opacity: .7;
  transition: .3s;
}
.sp_view{
  display: block;
}
.pc_view{
  display: none;
}
#btn_pagetop_wrap{	
	position:fixed;
	right:20px;
	bottom:10px;
	z-index:200;
	opacity:0;
}
header{
  height: 50px;
}
.header-inner{
  height: 50px;
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  background-color: #000;
}
.contents_wrap{
  width: 90%;
  margin: 0 auto;
}
.header-contents_wrap{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-contents_wrap a{
  display: block;
  height: 20px;
}
.header-contents_wrap img{
  height: 100%;
}
footer{
  width: 100%;
  padding: 30px 0;
  background-color: #000;
}
footer a, footer p{
  color: #fff;
}
footer a{
  font-size: 1.4rem;
  line-height: 2;
}
footer p{
  font-size: 1.0rem;
  text-align: center;
}
.footer-contents-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0;
  top   : 50px;
  width : 50px;
  height: 50px;
  cursor: pointer;
  background-color: #1e2f5d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hamburger span {
  width   : 26px;
  height  : 2px ;
  margin: 3px;
  background-color: #fff7b3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
  margin: -1px;
  background-color: #fff7b3;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2){
  display: none;
}
.hamburger.active span:nth-child(3) {
  margin: -1px;
  background-color: #fff7b3;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 100px;
  left : 0;
  background-color: #fff7b3;
  text-align: center;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.globalMenuSp ul li a {
  display: block;
  padding: 1em 0;
  text-decoration :none;
  color: #1e2f5d;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav.globalMenuSp ul li:last-child a {
  border-bottom: unset;
}
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #1e2f5d;
  line-height: 1;
  position: relative;
  width: 10px;
  height: 10px;
  transform: translateX(-25%) rotate(45deg);
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
}
.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.main img{
  width: 100vw;
  z-index: -2;
  position: relative;
}
.section{
  position: relative;
}
.section-inner{
  padding: 15vw 5vw 0;
}
.sec_bg{
  position: absolute;
  z-index: -1;
}
.sec-01{
  background-image: url(../images/sp/sec-01-bg.jpg);
  background-size: contain;
}
.sec-01-01-div{
  display: flex;
  border: 1px solid #fff7b3;
  padding: 3vw;
  align-items: center;
}
.sec-01-01 {
  width: 250px;
  max-width: 70px;
  height: auto;
  padding-right: 3vw;
}
.mb {
  margin-bottom: 5vw !important; 
}
.sec-02, .sec-04, .sec-05, .sec-06{
  background-color: #000018;
}
.sec-03 {
  background-image: url(../images/sp/sec-03-bg.jpg);
  background-size: contain;
  background-color: #000018;
  background-position-y: 10vw;
}
.sec-03-div{
  position: relative;
  margin: 3vw 0;
}
.sec-03-div1{
  height: calc(110px + 75vw);
}
.sec-03-div2{
  height: calc(80px + 75vw);
}
.sec-03-div3{
  height: calc(110px + 75vw);
}
.sec-03-div4{
  height: calc(100px + 75vw);
}
.sec-03-div5{
  height: calc(60px + 75vw);
}
.sec-03-div6{
  height: calc(110px + 75vw);
}
.sec-03-div-box1{
  position: absolute;
  top: 60vw;
  left: 0;
  background-color: #1e2f5d;
  padding: 5vw;
  width: 70vw;
}
.sec-03-div-box2{
  position: absolute;
  top: 53vw;
  right: 0;
  background-color: #1e2f5d;
  padding: 5vw;
  width: 70vw;
}
.sec-03-div-box3{
  top: 60vw;
}
.sec-03-div-box4{
  top: 57vw;
}
.sec-03-div-box5{
  top: 47vw;
}
.sec-03-div-box6{
  top: 72vw;
}
.sec-03-div-box h3 {
  margin: 1vw 0;
}
.sec-03-div-box p{
  font-size: 1.4rem;
}
.sec-03_02, .sec-03_04, .sec-03_06, .sec-03_08, .sec-03_10, .sec-03_12 {
  width: 7vw;
}
.sec-03_14 {
  width: 10vw;
  margin: 8vw auto;
  display: block;
}
.sec-03_13 {
  margin: 30vw auto 0;
  width: 80%;
  display: block;
}
.sec-04-faq div {
  display: flex;
  margin: 10px 0;
}
.sec-04-faq div img{
  width: 35px;
  margin-right: 10px;
}
.sec-04-faq div p{
  width: 80vw
}
.sec-04-faq {
  margin: 20px 0 40px;
}
.sec-04-box-group .sec-04-faq:last-child{
  margin: 20px 0 0;
}
.sec-04-box-group .sec-04-faq:last-child div:last-child{
  margin: 10px 0 0;
}
.table-title{
  color: #fff7b3;
  font-weight: bold;
  background-color: #0f1835;
  border: 1px solid #fff7b3;
  padding: 15px;
}
.table-description{
  background-color: #00010d;
  border-left: 1px solid #fff7b3;
  border-right: 1px solid #fff7b3;
  padding: 15px;
}
.table .table-row:last-child .table-description{
  background-color: #00010d;
  border-bottom: 1px solid #fff7b3;
}
.sec-06 p{
  padding-bottom: 50px;
}
.sns_box ul {
  list-style: none;
  width: 320px;
  margin: 0 auto;
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.sec-08{
  color: #000;
  text-align: center;
  font-weight: bold;
}
.sec-08 img {
  margin: 10px 0;
}
.banner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 620px;
  margin: 0 auto;
}
.banner a{
  width: 48%;
  margin: 5px 0;
  max-width: 200px;
}
.banner img{
  width: 100%;
}
.sec-09 {
  margin: 30px 0 0;
  padding: 0 30px;
  background-color: #fef6be;
}
.recruit{
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.recruit-link{
  color: #333;
  font-weight: bold;
}
.sanwa-san{
  width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 960px) {
  .sp_view{
    display: none;
  }
  .pc_view{
    display: block;
  }
  .contents_wrap{
    max-width: 960px;
  }
  .footer-contents_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-contents-link {
    flex-direction: unset;
    margin-bottom: unset;
  }
  footer {
    padding: 10px 0;
  }
  .partition{
    border-left: #fff 1px solid;
    height: 16px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .globalMenuPc{
    width: 960px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .globalMenuPc ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: unset;
    padding: 10px 0;
    border-radius: 50px;
  }
  .globalMenuPc li {
    display: flex;
    align-items: center;
  }
  .globalMenuPc li img {
    width: 30px;
    z-index: 0;
  }
  .globalMenuPc a {
    text-decoration: none;
    font-weight: bold;
    color: #fff7b3;
  }
  .section{
    padding: 100px 0 0;
    position: relative;
  }
  .section-inner{
    max-width: 960px;
    margin: 0 auto;
    padding: unset;
  }
  .main{
    position: relative;
  }
  .sec-01{
    background-image: url(../images/pc/sec-01-bg.jpg);
    background-size: cover;
    text-align: center;
    height: 770px;
  }
  img.h2 {
    max-width: 760px;
    margin: 0 auto;
    display: block;
}
.mb {
  margin-bottom: 20px !important; 
}
.sec-01-01-div {
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 20px 0;
  max-width: 650px;
  margin: 0 auto;
}
img.sec-01-01 {
  position: absolute;
  top: 0;
  left: -50px;
  width: 90px;
  margin: 0;
  max-width: unset;
  padding: unset;
}
img.sec-01-02 {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 90px;
  margin: 0;
}
.sec-02_01 {
  width: 760px;
  margin: 0 auto;
  display: block;
}
.sec-03{
  background-image: url(../images/pc/sec-03-bg.jpg);
  background-size: cover;
  background-position-y: 60px;
}
.sec-03-div-box1 {
  top: 40px;
  left: unset;
  right: 0;
  padding: 25px;
  width: 390px;
}
.sec-03-div-box2 {
  top: 40px;
  left: 0;
  padding: 25px;
  width: 390px;
}
.sec-03_02, .sec-03_04, .sec-03_06, .sec-03_08, .sec-03_10, .sec-03_12 {
  width: 30px;
}
.sec-03-div-box h3 {
  margin: 10px 0;
  font-size: 2.8rem;
}
.sec-03-div {
  margin: 50px 0;
}
.sec-03-div1 {
  height: 620px;
}
.sec-03-div2 {
  height: 590px;
}
.sec-03-div3 {
  height: 590px;
}
.sec-03-div4 {
  height: 590px;
}
.sec-03-div5 {
  height: 520px;
}
.sec-03-div6 {
  height: 620px;
}
.sec-03_14 {
  width: 50px;
  margin: 30px auto;
}
.sec-03_01 {
  width: 860px;
}
.sec-03_03 {
  width: 920px;
  margin-left: 40px;
}
.sec-03_05 {
  width: 790px;
}
.sec-03_07 {
  width: 860px;
  margin-left: 100px;
}
.sec-03_09 {
  width: 890px;
}
.sec-03_11 {
  width: 870px;
  margin-left: 90px;
}
.sec-03_13 {
  margin: 160px auto 0;
  display: block;
  width: 350px;
  padding-bottom: 70px;
}
.sec-04-faq div img {
  width: 50px;
  margin: -12px 20px 7px 0;
}
.sec-04-box-group {
  display: flex;
  justify-content: space-between;
}
.sec-04-faq div p {
  width: 400px;
}
.sec-04-faq {
  margin: 10px 0 10px;
}
.table-row {
  display: flex;
}
.table-title {
  width: 260px;
  border-top: 1px solid #fff7b3;
  border-left: 1px solid #fff7b3;
  border-bottom: unset;
  border-right: unset;
  display: flex;
  align-items: center;
  padding: 15px 35px;
}
.table-description {
  width: 700px;
  border-top: 1px solid #fff7b3;
  border-left: 1px solid #fff7b3;
  border-right: 1px solid #fff7b3;
  border-bottom: unset;
  padding: 15px 35px;
}
.table .table-row:last-child .table-title, .table .table-row:last-child .table-description{
  border-bottom: 1px solid #fff7b3;
}
.contact-btn_list {
  display: flex;
  justify-content: space-around;
}
.sec-08 img {
  width: 380px;
  margin: 30px 0;
}
.sec-08 {
  font-size: 2.0rem;
}
.sec-06 p {
  text-align: end;
  padding-bottom: 150px;
}
  .sec-09{
    padding: 70px 0 0;
  }
  .banner {
    max-width: 960px;
  }
  .banner a {
    margin: 10px 0;
    max-width: 300px;
  }
  .recruit{
    padding: 60px 0;
  }
  .recruit-link {
    margin: unset;
    font-size: 2.0rem;
  }
  .sanwa-san{    
    position: absolute;
    right: calc(50vw - 500px);
    bottom: 0;
    width: 220px;
  }
}