@charset "UTF-8";
/*====================================================================
タブ
====================================================================*/
.tab-wrap {
  width: 100%;
  background: rgba(0, 191, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.tab-label {
  width: 20%;
  height: 280px;
  background: rgba(0, 191, 255, 0.1);
  padding-top: 170px;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  margin: 0 auto;
  -ms-grid-rows: 300px 0px 0px 0px 0px;
  grid-template-rows: 300px 0px 0px 0px 0px;
  -ms-grid-columns: 15% 20% 50% 15%;
  grid-template-columns: 15% 20% 50% 15%;
}

.tab-label:hover {
  background: White;
}

.tab-switch:checked + .tab-label {
  width: 60%;
  height: 450px;
  padding-top: 0px;
  background: White;
  margin: 0 auto;
  -ms-grid-rows: 100px 100px 50px 50px 80px;
  grid-template-rows: 100px 100px 50px 50px 80px;
  -ms-grid-columns: 15% 20% 50% 15%;
  grid-template-columns: 15% 20% 50% 15%;
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tab-switch:checked + .tab-label + .PLAN {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.tab-switch {
  display: none;
}

/*====================================================================
style
====================================================================*/
body {
  font-size: 17px;
}

p {
  display: block;
  word-wrap: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  line-height: 24px;
}

#keyvisual {
  position: absolute;
  top: 0px;
  height: 800px;
  width: 100%;
  background-image: url(image.php?id=008);
  z-index: -1;
  overflow-y: hidden;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

#keyvisual1 {
  height: 100%;
  margin-left: -210px;
}

#keyvisual2 {
  position: absolute;
  bottom: 0px;
  width: 45vw;
  height: 50vw;
  right: -4vw;
  z-index: -1;
  min-width: 285px;
  min-height: 320px;
}

#keyvisual3 {
  height: 100%;
  float: right;
  margin-right: -250px;
}

header {
  height: 800px;
}

/*-----------------------
ニュースページヘッダー
-----------------------*/
.news-page header {
  height: 300px;
}

@media (max-width: 768px) {
  .news-page header {
    height: 200px;
  }
}

.news-page #keyvisual {
  background-position: center center;
  background-size: cover;
  height: 300px;
}

@media (max-width: 768px) {
  .news-page #keyvisual {
    height: 200px;
  }
}

.news-page #keyvisual1 {
  margin-left: 0;
}

.news-page #keyvisual3 {
  margin-right: -50px;
}

/*-----------------------
ニュースページヘッダー end
-----------------------*/
.golp0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 0px;
  color: #1A71B4;
  top: 0px;
  left: 0px;
  width: 45%;
  width: calc(50% - 32.5px);
}

.golp0.-application {
  top: 0;
  right: 65px;
  left: auto;
}

.golp0 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.golp0 i {
  margin: 0 5px 0 0;
}

.golp0:hover {
  background-color: #0A1543;
  border-radius: 0px;
  color: #FFFFFF;
}

.navi_list {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 55px;
}

.navi_item {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  max-width: 100%;
  text-align: center;
}

.navi_item br {
  display: none;
}

.navi_item a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  letter-spacing: 0em;
  padding: 20px 0;
}

#nav_sp_menu, #nav_sp_close {
  background: #fff;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
}

#nav_sp_menu img, #nav_sp_close img {
  display: block;
}

#nav_sp_close {
  display: none;
}

.open .navi_list {
  display: block;
}

.open #nav_sp_close {
  display: block;
}

.open #nav_sp_menu {
  display: none;
}

#page_top {
  right: 10px;
  bottom: 5px;
}

.circle1, .circle2, .circle3 {
  font-size: 14px;
  width: 200px;
  height: 180px;
  padding-top: 12px;
  line-height: 18px;
  margin-top: 27vw;
  letter-spacing: 0.1em;
}

.circle1 span, .circle2 span, .circle3 span {
  font-size: 16px;
}

.circle1 img {
  width: 40px;
  margin-top: 10px;
}

.circle2 img {
  width: 30px;
  margin-top: 10px;
}

.circle3 img {
  width: 60px;
  margin-top: 0px;
}

.circle1 {
  position: absolute;
  left: 26px;
  top: 14px;
}

.circle2 {
  position: absolute;
  top: 220px;
}

.circle3 {
  position: absolute;
  top: 140px;
  left: 190px;
}

h1 {
  font-size: 4vw;
  line-height: 5vw;
}

div section {
  width: 80%;
}

#title {
  width: 80%;
  padding-top: 60px;
}

h1 span {
  font-size: 6vw;
  line-height: 7vw;
}

#google {
  height: 5vw;
  width: 15vw;
  left: 24vw;
  top: 60px;
}

#yahoo {
  width: 15vw;
  height: 5vw;
  left: 42vw;
  top: 60px;
}

.daiK_l {
  width: 30%;
}

.daiK_tx {
  width: 80%;
}

.syoK_l {
  width: 30%;
}

.syoK_tx {
  margin-top: 95px;
  width: 80%;
}

#tokutyo {
  background-color: #2E8EE5;
  width: 100%;
  position: relative;
  z-index: 0;
  height: 125vw;
}

.daiK2_tx {
  width: 60%;
}

#nagare_n {
  background-position: 10vw 240px;
}

#tokutyoimg {
  background-size: 110% auto;
  width: 100%;
  height: 150%;
}

#tokutyoimg img {
  margin-left: 10vw;
  margin-bottom: 1vw;
}

.cont img {
  margin-bottom: 50px;
  width: 80%;
}

footer {
  height: auto;
}

.footer__list2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 70px;
}

.footer__item2 {
  width: 550px;
  text-align: center;
}

.kyo p {
  letter-spacing: 0em;
  font-size: 16px;
  line-height: 0px;
}

.kyo p span {
  font-size: 16px;
}

.jaku p {
  font-size: 16px;
  letter-spacing: 0em;
}

.jaku p span {
  font-size: 16px;
  line-height: 16px;
}

.tigai_table {
  width: 120%;
  margin-left: -10%;
}

#kaisetu tr th {
  width: 30%;
  padding-right: 2%;
}

#kaisetu tr th p {
  margin-bottom: 30px;
  margin-top: 30px;
}

#kaisetu tr td {
  width: 80%;
  vertical-align: middle;
  padding-top: 30px;
}

.cont {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10px;
  letter-spacing: 0.05px;
}

.howtoimg1, .howtoimg2 {
  width: 120%;
  margin-left: -10%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cont:nth-of-type(2) {
  margin-left: 10%;
}

.cont:nth-of-type(4) {
  margin-left: 0px;
}

.PLAN {
  -ms-grid-rows: 100px 100px 40px 40px 60px;
  grid-template-rows: 100px 100px 40px 40px 60px;
  -ms-grid-columns: 5% 15% 75% 5%;
  grid-template-columns: 5% 15% 75% 5%;
}

#QandA {
  background-image: url(url);
  background-color: #2E8EE5;
  padding-bottom: 50px;
}

.circle4 {
  width: 20vw;
  height: 20vw;
}

.circle4 img {
  margin-top: 3vw;
}

.sentence_box {
  width: 18.5vw;
  top: 17vw;
}

#nagare1 {
  width: 20vw;
  margin-right: 30px;
}

#nagare2 {
  width: 20vw;
  margin-right: 30px;
}

#nagare3 {
  width: 20vw;
}

#nagare4 {
  width: 20vw;
  margin-right: 30px;
}

#nagare5 {
  width: 20vw;
  margin-left: 0px;
}

.nagare_b {
  width: 100%;
  background-color: #BBD7FF;
  margin-top: -34vw;
  padding-top: 50vw;
  padding-bottom: 10vw;
}

.nagare_b p {
  width: 80%;
}

.sentence_box p {
  font-size: 1.6vw;
}

#caution {
  width: 90%;
}

#tokutyoimg p {
  font-size: 1.5vw;
}

#tokutyoimg p span {
  font-weight: bolder;
  font-size: 1.6vw;
}

#tokutyo1 {
  left: -2.5vw;
  top: 47vw;
  position: absolute;
}

#tokutyo2 {
  left: 25vw;
  top: 0px;
  position: absolute;
}

#tokutyo3 {
  left: 37vw;
  top: 47vw;
  position: absolute;
}

#tokutyo4 {
  right: 10vw;
  top: 0px;
  position: absolute;
}

#tokutyo5 {
  right: -2vw;
  top: 47vw;
  position: absolute;
}

#kaisetu td p {
  font-size: 15px;
}

.letu1 p {
  font-size: 14px;
}

.letu2 p {
  font-size: 14px;
}

.letu3 p {
  font-size: 14px;
}

#hikaku {
  height: 1200px;
}

.howtoimg1 {
  height: 50vw;
}

.howtoimg2 {
  height: 25vw;
}

.itemF img {
  width: 40%;
}

#whatsSEO {
  width: 100%;
  position: fixed;
  z-index: 25;
}

#ryokin_hyo {
  width: 110%;
  margin-left: -7%;
}

@media screen and (max-width: 800px) {
  #tokutyo {
    position: relative;
    height: 1550px;
  }
  #tokutyoimg img {
    width: 40px;
    height: 40px;
    margin-left: 45%;
  }
  #tokutyoimg p {
    font-size: 15px;
  }
  #tokutyoimg p span {
    font-weight: bolder;
    font-size: 16px;
  }
  #tokutyo1 {
    width: 300px;
    position: absolute;
    top: 150px;
    left: 30vw;
  }
  #tokutyo2 {
    width: 300px;
    position: absolute;
    top: 430px;
    left: 30vw;
  }
  #tokutyo3 {
    width: 300px;
    position: absolute;
    top: 680px;
    left: 30vw;
  }
  #tokutyo4 {
    width: 300px;
    position: absolute;
    left: 30vw;
    top: 880px;
  }
  #tokutyo5 {
    width: 300px;
    position: absolute;
    left: 30vw;
    top: 1170px;
  }
  #tokutyoimg {
    background-size: 560px auto;
    width: 100%;
    height: 640vw;
    background-image: url(image.php?id=031);
    position: relative;
    background-position: -2vw 25px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
}

/*====================================================================
news.html
====================================================================*/
.news-container .sub {
  display: block;
}

.news-container .sub article {
  display: block;
}

.news-container .pager {
  margin: 20px 0 0 0;
}

.news-container .pager::after {
  content: "";
  display: block;
  clear: both;
}

.news-container .pager #pagination ul {
  display: none;
}

.news-container .pager #pagination ul li {
  display: none;
}

.news-container .pager #pagination ul li:nth-of-type(n+6) {
  display: none;
}

.news-container .pager #pagination ul li a {
  display: none;
}

.news-container .pager #nextpage,
.news-container .pager #prevpage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50%;
}

.news-container .pager #nextpage {
  float: right;
}

.news-container .pager #nextpage ul {
  list-style-type: none;
  text-align: right;
}

.news-container .pager #nextpage ul li a {
  display: inline-block;
  padding: 20px;
  background: #424242;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.news-container .pager #prevpage {
  float: left;
}

.news-container .pager #prevpage ul {
  list-style-type: none;
}

.news-container .pager #prevpage ul li a {
  display: inline-block;
  padding: 20px;
  background: #424242;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}