* {box-sizing:border-box}

a {
    text-decoration: none;
}

header {
    height: 100px;
    border-bottom: 5px solid #5ED079;
    padding: 0 50px;
    position: relative;
}

/* .header-logo {

} */

.header-img {
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: inline-block;
}

.header-list {
    width: 750px;
    position: relative;
    position: absolute;
    top: 50%;
    right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* text-align: right; */
}

.header-list ul {
    position: absolute;
    right: 0;
}

.header-list a {
    color: #7E7E7E;
    padding-bottom: 5px;
}


.header-list li {
    /* margin-left: 20px; */
    font-size: 16px;
    color: #7E7E7E;
    padding-bottom: 5px;
}

.header-list li:hover {
    cursor: pointer;
    color: rgb(43, 41, 41);
}

.line-blueblack {
    border-bottom: 2px solid #171155;
    /* background: linear-gradient(transparent 80%, #0EFF57 100%); */
    padding: 0 10px;
}

.line-green {
    border-bottom: 2px solid #0EFF57;
    /* background: linear-gradient(transparent 80%, #0EFF57 100%); */
    padding: 0 10px;
}

.line-blue {
    border-bottom: 2px solid #00C4FF;
    padding: 0 10px;
}

.line-red {
    border-bottom: 2px solid #FF0000;
    padding: 0 10px;
}

.line-yellow {
    border-bottom: 2px solid #01740b;
    padding: 0 10px;
}

.line-purple {
    border-bottom: 2px solid #ff8800;
    padding: 0 10px;
}

.container {
    margin: 0 50px;
    /* display: flex;
    flex-direction: column;
    justify-content: start; */
}

.catch {
    margin-top: 20px;
    width: 1180px;
    height: 150px;
    background-image: url(../img/test.jpg);
    background-position: right 50% bottom 50%;
    background-size: cover;
    position: relative;
    border: 1px solid white;
}

.catch::after {
    content: "";
    background-color: white;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.catch h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.title {
    margin-top: 30px;
    /* border-left: 10px solid #0EFF57; */
    /* height: 50px; */
    margin-bottom: 50px;
    display: block;
    /* padding-bottom: 200px; */
}

.about-title {
    padding-left: 10px;
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 20px;
    height: 50px;
    border-left: 10px solid #FF0000;
}

.subtitle {
    position: relative;
    /* margin-bottom: 15px; */
}

.urgent {
    width: 800px;
    /* height: 120px; */
    background-color: rgb(243, 76, 70);
    border-radius: 20px;
    margin: 0 auto 50px auto;
    padding: 15px 0;
}

.urgent p {
    text-align: center;
    color: white;
    line-height: 30px;
    font-weight: bold;
    /* padding: 15px 0; */
}

.metar-flex {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.rank {
    width: 30px;
    height: 30px;
    background-color: rgb(243, 109, 187);
    color: white;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.metar-p {
    margin-bottom: 10px;
    line-height: 20px;
}

.metar-red {
    color: red;
    font-weight: 600;
}

.metar-item {
    border: 1px solid rgb(243, 181, 181);
    padding: 15px 10px;
    height: 200px;
    width: 300px;
}

.gus-flex {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.gus-item {
    border-radius: 10px;
    border: 2px solid rgba(236, 139, 49, 0.74);
    padding: 15px 10px;
    width: 360px;
    color: white;
    background-color: rgba(236, 139, 49, 0.657);
}

.step {
    /* text-align: center; */
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.gus-top {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.gus-p {
    margin-bottom: 10px;
    line-height: 20px;
}

.gus-info {
    border-bottom: 1px solid rgb(255, 0, 0);
    color: red;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.balloon {
    text-align: center;
}

.balloon1 {
  position: relative;
  display: inline-block;
  /* margin: 1.5em 0; */
  margin-bottom: 20px;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: rgb(27, 27, 27);
  font-size: 16px;
  background: #f1e648;
  text-align: left;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f1e648;
}

.gus-red {
    color: red;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.disa {
    border: 3px solid orange;
    margin-bottom: 30px;
    padding: 15px 10px;
}

.disa-flex {
    display: flex;
    justify-content: space-evenly;
}

.disa-item {
    height: 100px;
}

.disa-item ul {
    font-size: 20px;
    line-height: 35px;
}

.cursol {
    line-height: 100px;
    font-size: 35px;
}

.disa-p {
    font-size: 25px;
    font-weight: bold;
    line-height: 100px;
}

/* .balloon1 p {
  margin: 0;
  padding: 0;
} */

.service-parent {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin-bottom: 30px;
    padding: 30px 0;
    position: relative;
}

.service-block {
    height: 150px;
    width: 200px;
    /* margin: 70px 0; */
    background-color: #fff;
    /* text-align: center; */
    /* display: inline-block; */
    /* margin: 0 auto; */
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    /* margin-top: 20px; */
}

.service-block2 {
    height: 180px;
    width: 300px;
    /* margin-right: 20px; */
    /* margin: 70px 0; */
    background-color: #fff;
}

.service-block3 {
    height: 180px;
    /* width:300px; */
    /* margin: 70px 0; */
    background-color: #fff;
}

.box26 {
    position: relative;
    margin: 10px 0;
    padding: 0.5em 1em;
    border: solid 3px #ff1e00;
    border-radius: 8px;
    width: 320px;
}
.box27 {
    position: relative;
    margin: 10px 0;
    padding: 0.5em 1em;
    border: solid 3px rgb(255, 136, 0);
    border-radius: 8px;
    width: 320px;
}
.box28 {
    position: relative;
    margin: 10px 0;
    padding: 0.5em 1em;
    border: solid 3px #d100b5;
    border-radius: 8px;
    width: 320px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    width: 120px;
    text-align: center;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 10px 9px;
    line-height: 1;
    font-size: 19px;
    border-radius: 5px;
    color: white;
    background: #ff1e00;
    /* color: #0084ff; */
    font-weight: bold;
}

.box27 .box-title2 {
    position: absolute;
    display: inline-block;
    width: 120px;
    text-align: center;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 10px 9px;
    line-height: 1;
    font-size: 19px;
    border-radius: 5px;
    background: rgb(255, 136, 0);
    color: white;
    font-weight: bold;
}

.box28 .box-title3 {
    position: absolute;
    display: inline-block;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 120px;
    text-align: center;
    padding: 10px 9px;
    line-height: 1;
    font-size: 19px;
    border-radius: 5px;
    background: #d100b5;
    color: white;
    font-weight: bold;
}
.box26 ul {
    margin: 0; 
    padding: 20px;
    line-height: 25px;
}
.box27 ul {
    margin: 0; 
    padding: 20px;
    line-height: 25px;
}
.box28 ul {
    margin: 0; 
    padding: 20px;
    line-height: 25px;
}

.lp-p-flex {
    display: flex;
    justify-content: space-evenly;
}

.lp-flex {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.lp-item {
    height: 130px;
    width: 200px;
}

.lp-bold {
    font-weight: bold;
    margin-bottom: 10px;
}

.lp-curcle {
    background-color: rgb(248, 157, 38);
    border-radius: 50%;
    position: relative;
}

.lp-curcle2 {
    background-color: rgb(248, 38, 38);
    border-radius: 50%;
    position: relative;
}

.lp-curcle p {
    color: white;
    text-align: center;
    position: absolute;
    /* line-height: 130px; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* left: 50%; */
    top: 50%;
    /* margin-left: -35px; */
    margin-top: -35px;
    /* margin-right: 15px; */
}

.lp-curcle2 p {
    color: white;
    text-align: center;
    position: absolute;
    /* line-height: 130px; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* left: 50%; */
    top: 50%;
    /* margin-left: -35px; */
    margin-top: -35px;
}

.about-section {
    line-height: 25px;
    margin-bottom: 20px;
}

/* .about-section2 {
    line-height: 25px;
    margin-bottom: 50px;
} */

.subtitle h3 {
    width: 300px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    /* padding-left: 20px; */
    border-radius: 20px;
    background-color: #FF0000;
    color: white;
    /* text-shadow    : 
       1px  1px 1px #256600,
      -1px  1px 1px #256600,
       1px -1px 1px #256600,
      -1px -1px 1px #256600,
       1px  0px 1px #256600,
       0px  1px 1px #256600,
      -1px  0px 1px #256600,
       0px -1px 1px #256600; */
    /* opacity: 0.5; */
    margin-bottom: 50px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1100px;
  margin: 0 auto;
  /* height: 500px; */
  margin-bottom: 50px;
  /* overflow-y: scroll; */
}

.subtitle {
    position: relative;
}

.subtitle img {
    width: 15vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #eb3737;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  height: 500px;
  overflow-y: scroll;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #eb3737;
  color: #fff;
}

.gus-tab {
    font-weight: bold;
    color: rgb(255, 153, 0);
    font-size: 20px;
    margin-bottom: 15px;
}

.gus-check {
    font-size: 25px;
    margin-right: 10px;
}

.gus-red2 {
    color: red;
    margin-bottom: 10px;
}

.tab-flex {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.tab-item {
    border: 3px solid rgb(255, 166, 0);
    padding: 15px 10px;
}

.tab-flex2 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.tab-item2 {
    border: 3px solid rgb(255, 166, 0);
    padding: 15px 10px;
}

.tab-flex3 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.tab-item3 {
    border: 3px solid rgb(255, 166, 0);
    padding: 15px 10px;
}

.tab-flex4 {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.tab-item4 {
    border: 3px solid rgb(255, 166, 0);
    padding: 15px 10px;
}

.tab-flex5 {
    display: flex;
    justify-content: space-evenly;
}

.tab-item5 {
    border: 3px solid rgb(255, 166, 0);
    padding: 15px 10px;
}

.trouble-section2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 50px;
    text-align: right;
}


.sub-graf {
    /* text-align: center; */
    margin: 0 auto;
    height: 300px;
}

.img-center {
    text-align: center;
    margin-bottom: 100px;
}

.footer-up {
    height: 80px;
    background-color: rgb(241, 239, 239);
    padding: 20px 50px;
    font-size: 12px;
    color: #7ACC8D;
}

.footer-up a {
    color: #7ACC8D;
}

.footer-top {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.footer-middle {
    display: flex;
    flex-direction: row;
}

.footer-bottom {
    height: 40px;
    background-color: #7ACC8D;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: lighter;
}

@media (max-width:1279px) {
    .header-img {
        height: 40px;
        top: auto;
        bottom: 25%;
    }

    .header-list li {
        font-size: 80%;
        /* margin-right: 10px; */
    }

    .header-list a {
        margin-right: 10px;
    }

    .header-list {
        justify-content: flex-end;
    }

    .tabs {
        width: 85vw;
    }
    .gus-tab {
        font-size: 16px;
    }
    .gus-p {
        font-size: 14px;
    }
    .gus-red2 {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {

        header {
        width: 100%;
        /* height: 100px; */
        /* margin-bottom: 50px; */
        z-index: 100;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
    }

    .container {
        margin-top: 150px;
    }

.header-list {
    flex-direction: column;
}

    .hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 45px;
  top   : 30px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger 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;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 70px;
  left : 70%;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 30%;
}

nav.globalMenuSp ul {
  background: rgb(255, 255, 255);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  height: 70px;
  line-height: 50px;
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

.urgent {
    width: 75vw;
}

.metar-flex {
    flex-wrap: wrap;
}
.metar-item {
    width: 40vw;
    height: 180px;
}
.metar-p {
    font-size: 15px;
}

.gus-flex {
    flex-wrap: wrap;
}
.gus-item {
    margin-bottom: 15px;
}

.about-section {
    font-size: 14px;
    line-height: 20px;
}

.step {
    font-size: 16px;
}
.disa-item ul {
    line-height: 25px;
}
.disa-item li {
    font-size: 16px;
}
.cursol {
    font-size: 16px;
    line-height: 70px;
}
.disa-p {
    font-size: 16px;
    line-height: 70px;
}
.disa {
    height: 150px;
}

.lp-p-flex {
    flex-wrap: wrap;
    border-top: 5px solid orange;
    border-bottom: 5px solid orange;
    padding-top: 25px;
    margin-bottom: 30px;
}
.lp-flex {
    margin-bottom: 25px;
}

.tab-flex {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tab-item {
    margin-bottom: 20px;
}
.tab-flex2 {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tab-item2 {
    margin-bottom: 20px;
}
.tab-flex3 {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tab-item3 {
    margin-bottom: 20px;
}
.tab-flex4 {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tab-item4 {
    margin-bottom: 20px;
}
.tab-flex5 {
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tab-item5 {
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {
    .metar-p {
        font-size: 13px;
    }

    .box26 {
        height: 130px;
        margin-bottom: 30px;
    }
    .box27 {
        margin-bottom: 30px;
    }
    .box28 {
        height: 130px;
    }

    .lp-item p {
        font-size: 15px;
    }
    /* .lp-p-flex {
        display: block;
        flex-direction: column;
        justify-content: space-evenly;
    } */
    .lp-flex {
        flex-direction: column;
    }

}

@media (max-width: 599px) {
    .subtitle h3 {
        font-size: 16px;
        width: 270px;
    }
    h2 {
        font-size: 18px;
    }
    .container {
        margin: 0 50px;
        margin-top: 150px;
    }
    .urgent p {
        font-size: 14px;
    }

    .metar-item {
        width: 70vw;
    }

    .box28 {
        height: 150px;
    }

    .subtitle img {
        width: 15vw;
        position: absolute;
        right: 0;
        top: 5%;
        z-index: 1;
    }
    .tabs {
        width: 100%;
    }

    .disa-flex {
        flex-direction: column;
    }
    .disa {
        height: 220px;
    }
    .disa-item {
        text-align: center;
        height: 50px;
    }
    .cursol {
        line-height: 100px;
    }
    .disa-p {
        height: 50px;
    }
    .disa-pc {
        display: none;
    }
    .gus-top {
        font-size: 13px;
        color: red;
    }

}

@media (min-width: 600px) {
    .disa-sp {
        display: none;
    }
}

@media (min-width: 1280px) {
    .about-section br {
        display: none;
    }
}

@media (min-width: 1025px) {

    .about-section br {
        display: none;
    }

}

@media (min-width: 1501px) {
    .container {
        width: 1500px;
        margin: 0 auto;
        /* background-color: rgb(238, 235, 235); */
    }
    .subtitle img {
        width: 200px;
        position: absolute;
        right: 5%;
        top: 0;
        z-index: 1;
    }
}