@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@300&display=swap");

.hide_txt {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: block;
}

a{
  color:#000;
}

/*pc sp only*/

@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body {
  animation: opacity ease 1s forwards;
  color: #000;
}

.wrapper {
  overflow: hidden;
  margin-top: 149px;
}

/* Common
***************************************************************/

/*body {
      overflow-x: hidden;
  }*/
@media all and (min-width: 681px) {
  .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .sec {
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media all and (max-width: 680px) {
  .wrapper{
    margin-top: 77px;
  }
  .inner {
    width: auto;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
  }
  .sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* header Nav
***************************************************************/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6000;
  background: #fff;
}
.headLogo span {
  width: 476px;
  height: auto;
}
.headLogo p {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
/*header a{
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  font-weight: 500;
  font-size: 25px;
  margin-right: 20px;
}*/

.convertionList {
  position: fixed;
  top: 149px;
  right: 0;
  width: 74px;
  z-index: 1000;
}
.convertionList__item a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.466;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.convertionList__item.item__01 a {
  background-color: #50bef1;
}
.convertionList__item.item__02 a {
  background-color: #062939;
}

@media all and (min-width: 681px) {
  .con_wrap {
    position: absolute;
    right: 0;
    top: calc(50% - 1em);
    font-weight: 500;
    font-size: 25px;
    /*margin-right: 20px;*/
    display: flex;
    align-items: center;
  }
  header {
    padding-top: 20px;
  }
  header .banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
  }
  .h_tel {
    color:#000;
    pointer-events: none;
  }
  .con_wrap a + a {
    margin-left: 13px;
  }
  .gnavi {
    height: auto !important;
  }
  .gnaviList {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .gnaviList__item + .gnaviList__item {
    margin-left: 55px;
  }
  .gnaviList__item a {
    padding-bottom: 10px;
    font-size: 13px;
    color:#000;
    position: relative;
    display: block;
  }
  .gnaviList__item.is__current a {
    border-bottom: 5px solid #50bef1;
  }
  .gnaviList__item a:before {
    content: "";
    background-color: #50bef1;
    display: block;
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    z-index: 10;
  }
  .gnaviList__item.is__current a:hover:before,
  .gnaviList__item a:hover:before {
    width: 100%;
  }

  .gnaviList__item.item__09,
  .gnaviList__item.item__06,
  .gnaviList__item.item__07,
  .gnaviList__item.item__08,
  .gnaviList__item.item__10 {
    display: none;
  }

  .gnaviList__item__under {
    display: none;
  }
  .convertionList__item a {
    position: relative;
    transition: 0.3s ease;
  }
  .convertionList__item.item__01 a:hover {
    background-color: #3c98c3;
  }
  .convertionList__item.item__02 a:hover {
    background-color: #044f71;
  }
  #hamburger {
    display: none;
  }
}
@media all and (max-width: 680px) {
  header {
    height: 77px;
  }
  h1.headLogo {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .headLogo span {
    margin-right: auto;
    display: block;
    width: 47.2vw;
    margin-top: 15px;
    margin-left: 0;
  }
  .headLogo p {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 0.5em;
  }
  .header__inner {
    position: static;
  }
  .con_wrap {
    padding-right: 45px;
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
  }
  .h_tel {
    font-size: 23px;
    letter-spacing: 0em;
    order: 2;
    margin-left: 5px;
  }
  .h_mail {
    order: 1;
  }
  #hamburger {
    padding-top: 33px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    font-size: 9px;
    text-align: center;
    color: #000;
    text-indent: 2px;
    z-index: 1000;
    background-color: #fff;
  }
  #hamburger .hamburger__line {
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 4px;
  }
  #hamburger .hamburger__line:nth-child(1) {
    top: 10px;
  }

  #hamburger .hamburger__line:nth-child(2) {
    top: 17px;
  }

  #hamburger .hamburger__line:nth-child(3) {
    top: 24px;
  }
  .hamburger__text {
    background-image: url(../img/txt_hamburger.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 25px;
    height: 6px;
    margin-left: auto;
    margin-right: auto;
  }
  .gnavi {
    box-sizing: border-box;
    padding: 0 10%;
    background-color: #062939;
    position: fixed;
    width: 100%;
    top: 77px;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease;
    z-index: 5000;
  }
  .gnaviList {
    padding-top: 15px;
    padding-bottom: 60px;
    overflow: scroll;
  }
  .gnaviList__item > a {
    border-bottom: 1px solid #50bef1;
  }
  .gnaviList__item a {
    padding: 10px 5px;
    color: #fff;
    display: block;
  }
  .gnaviList__item.item__01,
  .gnaviList__item.item__02,
  .gnaviList__item.item__05 {
    display: none;
  }
  .gnaviList__item__under__item a {
    border-bottom: 1px solid #50bef1;
  }
  .gnaviList__item__under__item a {
    padding-left: 30px;
    margin-left: -5px;
  }
  .gnaviList__item__under__item a:before {
    content: "ー";
  }
  .convertionList {
    padding: 10px 3%;
    display: flex;
    background-color: #fff;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .convertionList__item {
    width: 50%;
  }
  .convertionList__item a {
    font-size: 15px;
    font-weight: 50;
    height: 41px;
  }
  .is__naviOpen .gnavi {
    height: 100%;
  }
  .is__naviOpen #hamburger .hamburger__line:nth-child(1) {
    top: 16px;
    transform: rotate(45deg);
  }
  .is__naviOpen #hamburger .hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .is__naviOpen #hamburger .hamburger__line:nth-child(3) {
    top: 16px;
    transform: rotate(-45deg);
  }
}

@media all and (max-width: 414px) {
  h1.headLogo {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
}
@media all and (max-width: 370px) {
  .h_tel {
    font-size: 21px;
  }
  .con_wrap {
    width: 140px;
  }
  .gnaviList__item a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }
}

/* footer
***************************************************************/
footer {
  background-color: #f5f5f5;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footLogo {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 50px;
}
.footLogo p {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: justify;
  padding-left: 0.3em;
}
.footLogo span {
  margin-top: 18px;
  display: block;
  width: 240px;
}
.f_right {
  padding-top: 75px;
  display: flex;
  /*align-items: flex-end;*/
  flex-wrap: wrap;
  /*padding-bottom: 50px;*/
}
.tel_txt01 {
  font-size: 16px;
  letter-spacing: 0em;
}
.f_tel {
  font-size: 42px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
  display: block;
}
.tel_txt02 {
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 12px;
}
.company_wrap {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.83;
}
.company_wrap span {
  font-size: 12px;
  letter-spacing: 0;
  line-height: inherit;
}
.mail_wrap {
  text-align: center;
  margin-top: 20px;
}
.f_mail {
  background-color: #fff;
  width: 288px;
  border: 1px solid #50bef1;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mail_wrap p {
  font-size: 13px;
  margin-top: 15px;
}

.footer__sitemap__under__item a:before {
  content: "ー";
}

@media all and (min-width: 681px) {
  .company_wrap {
    /*margin-left: 50px;*/
    /*bottom: -4px;*/
    margin-top: 40px;
    position: relative;
  }
  .f_tel {
    pointer-events: none;
  }
  /*.footLogo{
    padding-right: 45px;
    margin-right: 45px;
    border-right: 1px solid #D9D9D9;
  }*/
  .f_right {
    padding-left: 30px;
    width: 722px;
    margin-left: 45px;
    border-left: 3px solid #fff;
    margin-bottom: 20px;
  }
  .footer__sitemap {
    font-size: 13px;
    line-height: 1.923;
    margin-left: 80px;
  }
  .footer__sitemap__item a {
    transition: 0.3s ease;
  }
  .footer__sitemap__item a:hover {
    color: #ccc;
  }
}
@media all and (max-width: 680px) {
  footer {
    padding-bottom: 40px;
  }
  footer .inner {
    flex-direction: column;
    align-items: center;
  }
  .f_right {
    flex-direction: column;
    padding-top: 35px;
    align-items: center;
  }
  .footLogo {
    padding-top: 60px;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footLogo p {
    letter-spacing: 0.1em;
    padding-left: 0.05em;
  }
  .footLogo span {
    width: 244px;
  }
  .f_tel {
    letter-spacing: 0.04em;
    text-align: center;
    padding-left: 0.04em;
  }
  .tel_txt01 {
    letter-spacing: 0.04em;
  }
  .company_wrap {
    margin-top: 30px;
    width: 298px;
  }
  .tel_txt02 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    margin-top: 20px;
  }
  .footer__sitemap {
    margin-top: 50px;
  }
  .footer__sitemap__under__item a:before {
    content: none;
  }
  .footer__sitemap__item {
    text-align: center;
    width: 194px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__sitemap__item:first-child a {
    border-top: 1px solid #c4c4c4;
  }
  .footer__sitemap__item a {
    border-bottom: 1px solid #c4c4c4;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
    display: block;
  }
}
@media all and (max-width: 370px) {
  .tel_txt01 {
    font-size: 14px;
    text-align: center;
  }
  .footLogo {
    padding-bottom: 35px;
  }
  .headLogo p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .f_right {
    padding-top: 30px;
  }
  .f_tel {
    letter-spacing: 0.02em;
    font-size: 41px;
    margin-top: 5px;
  }
  .tel_txt02 {
    font-size: 12px;
    margin-top: 10px;
  }
  .company_wrap {
    margin-top: 40px;
    width: 270px;
    font-size: 12px;
  }
  .company_wrap span {
    font-size: 11px;
  }
}
