* {
    margin:0;
    padding:0;
  }




.firstview {

    background-image: url(../img/firstview.gif);
    height: 100vh;
    background-size: 100% 100%;

}

.firstview_sp {
    display: none;
}

.flexbox1 {

    display: flex;
    position: relative;

}

h1 img {
    height: 70px;


}

.service {
    background-color:white;
    box-sizing: border-box;
    height: 30px;
    width: 130px;
    font-size: small;
    margin-top: 20px;
    text-align: center;
    padding-left: 3px;
    padding-top: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    white-space: nowrap;


}

.point_sp {
    display: none;
}


.gnavi__pc-style { 
    text-decoration: none;

}

.gnavi__pc-style ul {
    display: flex;
    margin-right: 20px;
}

.gnavi__pc-style ul li {
    list-style: none;
    margin-top: 25px;
    margin-right: 20px;
    white-space: nowrap;

}

.gnavi__pc-style ul li a {
    color: white;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;

}

.gnavi__pc-style ul li a:hover {
    color: white;
    text-decoration: none;
    font-family: 'Noto Sans JP', sans-serif;
    text-decoration: underline;
}

.list1 {
    margin-left: 30px;
    }

.gnavi__sp-style {
    display: none;
}

.contactbottan {
    position: absolute;
    top: 5px;
    right: 10px;

}

.contactbottan a {
    display: block;
    background-color: #ffcd1f;
    width: 160px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding-top: 8px;
    text-decoration: none;
    margin-top: 10px;

}

.contactbottan a:hover {
    display: block;
    background-color: #B38E0B;
    width: 160px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding-top: 8px;
    text-decoration: none;
    margin-top: 10px;
    transition: 0.5s;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;

}


.mainview {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.mainview_sp {
    display: none;
}

.backgroundblue {
    background-color: #38b5ff;
    width: auto;

}

.triangle {
  position: relative;
}

.triangle:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #fff;
}

.sec {
  padding: 50px 0px 30px;
}

.sec02 {
  padding-top: 150px;
  background-color: #38b5ff;
}

.featurebox {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    
}

.featurebox p {
    text-align: center;
    font-size: 30px;
    color: white;
    padding-top: 100px;
    font-family: 'Noto Sans JP', sans-serif;
}

h2 {
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    color: white;
    margin-bottom: 50px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.yellowtext {
    color: #ffcd1f;
    font-size: 70px;

}

.flexbox2 {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

.flexbox2 li {
    display: block;
    background-color: white;
    width: 480px;
    height: 330px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;

}

.flexbox2 li span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.featurebox_border1 {
    background-image: url(../img/featurebox_border1.jpg);
    background-size: cover;
}

.featurebox_border2 {
    background-image: url(../img/featurebox_border2.jpg);
    background-size: cover;
}

.featurebox_border3 {
    background-image: url(../img/featurebox_border3.jpg);
    background-size: cover;
}

.featurebox_border4 {
    background-image: url(../img/featurebox_border4.jpg);
    background-size: cover;
}

.box1 {
    margin-right: 40px;
}

.box2 {
    margin-bottom: 40px;
}

.text1, .text2 {
    text-align: center;
}

.text1 {
    font-size: 25px;
}

.text2 {
    display: block;
    font-size: 18px;
    margin-top: 30px;
}

h3, h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    margin-top: 200px;
    text-align: center;
    
}

h3 {
    margin-bottom: 100px;
}

.flexbox3 {
    display: flex;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.flexbox3 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: 700;
    
}

.flexbox3_p1, .flexbox3_p2 {
    display: block;
    border-bottom: #276fe8 5px solid;
    box-sizing: border-box;
    padding-top: 10px;
}

.pbox_logo {
    display: block;
    border-bottom: #276fe8 5px solid;
    box-sizing: border-box;

}

.indeedlogo {
    height: 40px;
    
}

.airworklogo {
    height: 50px;
}

.h3_img {
    width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.h3_img_sp {
    display: none;
}

h4 {
    margin-bottom: 50px;
}

.h4_section {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

.h4_img {
    width: 1200px;
}

.h4_section ul li {
    list-style: none;
}

.h5_box {
    background-color: #38b5ff;
    height: 200px;
}

h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding-top: 55px;
    
}

.triangle02 {
  position: relative;
}

.triangle02:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(5vw - 10px) solid transparent;
  border-left: calc(5vw - 10px) solid transparent;
  border-top: 30px solid #38b5ff;
}

.sec03 {
  padding: 50px 0px 30px;
}

.h5_sentence {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.h5_sentence p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.prbox {
    height: 300px;
    background-color: #27D4E8;
}

.prbox p {
    text-align: center;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    padding-top: 50px;
}

.prbox div a {
    display: block;
    text-align: center;
    width: 300px;
    height: 80px;
    background-color: #ffcd1f;
    font-size: 30px;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: 0.5s;
}

.prbox div a:hover {
    display: block;
    text-align: center;
    width: 300px;
    height: 80px;
    background-color: #B38E0B;
    font-size: 30px;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

footer {
    background-color: #1c5b80;
    height: 50px;    
}

footer p {
    text-align: center;
    color: white;
    box-sizing: border-box;
    padding-top: 15px;
}

@media screen and (max-width: 480px) { 

 .contactbottan, .gnavi__pc-style ul, .service {
    display: none;
}

.firstview {
    background-image: none;
    background-color: #38b5ff;
    height: 120%;

}

.firstview_sp {
    display: block;
    width: 100%;
}


    
.flexbox1  {
  display: block;

}

/*メニューボタン　展開前*/
.menu-btn {
  display : block;
  position: fixed;
  z-index : 3;
  right : 30px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.menu-btn span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.menu-btn span:nth-of-type(1) {
  top: 10px;
}
.menu-btn span:nth-of-type(2) {
  top: 20px;
}
.menu-btn span:nth-of-type(3) {
  top: 30px;
}
  
/*メニューボタン　展開後*/
.menu-btn.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);

}
.menu-btn.active span:nth-child(2),
.menu-btn.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
/*スマホ用のメニュー*/
.gnavi__sp-style {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: black;
  background-color: #38b5ff;
  text-align: center;
  width: 100%;
    height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
    visibility: hidden;
	display: flex;
	align-items: center;
}


.gnavi__sp-style ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.gnavi__sp-style ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
.gnavi__sp-style ul li:last-of-type {
  padding-bottom: 0;
}
.gnavi__sp-style ul li:hover{
  background :#ddd;
}
.gnavi__sp-style ul li a {
  display: block;
  color: #fff;
  font-family:  'Noto Sans JP', sans-serif;
  padding: 1em 0;
  text-decoration :none;
}
.gnavi__sp-style.active {
  opacity: 1;
  visibility: visible;
}

.point_sp {
    display: block;
    width: 100%;
}

.mainview {
    display: none;
}

.mainview_sp {
    display: block;
    margin-top: 10%;
    width: 100%;

}

.sec {
    margin: 0px 0px 0px;
    padding: 0px 0px 10%;

}

.triangle:after {
    border-top: white solid 50px;
}

.featurebox {
    width: 80%;
}

.featurebox p {
    font-size:23px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    margin-top: 20%;
    font-weight: 700;
}

.yellowtext {
    font-size: 50px;
}

.flexbox2 {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.flexbox2 li {
    display: block;
    background-color: white;
    width: 100%;
    height: 25%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;

}

.flexbox2 li span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.featurebox_border1 {
    background-image: url(../img/featurebox_border1.jpg);
    background-size: 100% 100%;
}

.featurebox_border2 {
    background-image: url(../img/featurebox_border2.jpg);
    background-size: 100% 100%;
}

.featurebox_border3 {
    background-image: url(../img/featurebox_border3.jpg);
    background-size: 100% 100%;
}

.featurebox_border4 {
    background-image: url(../img/featurebox_border4.jpg);
    background-size: 100% 100%;
}

.box1 {
    margin-right: 0px;
}

.box2 {
    margin-bottom: 20px;
}


.text1, .text2 {
    text-align: center;
}

.text1 {
    font-size: 20px;
}

.text2 {
    display: block;
    font-size: 14px;
    margin-top: 5%;
}

.prbox {
    height: 20%;
    padding-bottom: 30px;
}

.prbox p {
    font-size: 18px;
    padding-top: 30px;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.prbox div a {
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    background-color: #ffcd1f;
    font-size: 20px;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: 0.5s;
}

.prbox div a:hover {
    display: block;
    text-align: center;
    width: 200px;
    height: 50px;
    background-color: #B38E0B;
    font-size: 20px;
    font-family:  'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

h3, h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    margin-top: 100px;
    border-bottom: #38b5ff dotted 5px;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 3%;
    
}

h3 {
    margin-bottom: 30px;
}

.flexbox3 {
    display: none;
}

.h3_img {
    display: none;
}

.h3_img_sp {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

h4 {
    margin-bottom: 30px;
}

.h4_section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.h4_img {
    width: 100%;
}

.h4_section ul {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.h4_section ul li {
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;

}

.h5_box {
    background-color: #38b5ff;
    height: 20px;
}

h5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
    box-sizing: border-box;
    padding-top: 0px;

    
}

.triangle02 {
  position: relative;
}

.triangle02:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translatex(50%);
  box-sizing: border-box;
  border-right: calc(5vw - 10px) solid transparent;
  border-left: calc(5vw - 10px) solid transparent;
  border-top: 15px solid #38b5ff;
}

.sec03 {
  padding: 30px 0px 30px;
}

.h5_sentence {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.h5_sentence p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;

}

.h5_sentence p img {
    width: 100%;
}



}

