@charset "UTF-8";

body {
  min-width: auto;
}

.cnt, header .inner, footer .inner, .information .information__inner {
  width: auto;
}

p, a {
  color: #666666;
}

header {
  background-color: transparent;
}

header .inner {
  padding: 15px 30px;
}

header .logo-area a .logo {
  height: 60px;
}

@media screen and (max-width: 950px) {
  header .logo-area a .logo {
    height: 50px;
  }
  
  header .logo-area h1 .corpname {
    width: 110px;
    margin-top: 30px;
  }
}

ul.gmenu {
  padding: 5px;
}

ul.gmenu li {
  padding: 0px 10px;
}

ul.gmenu li .nav-contact {
  border-radius: 100px;
  background-color: #00a0e9;
}

ul.gmenu li .nav-contact {
  color: white;
}

ul.gmenu li a {
  border: 0;
  padding: 0;
  width: 90px;
  max-width: 90px;
  color: #666666;
}

ul.gmenu li a::after {
  content: unset;
}

@media screen and (max-width: 950px) {
  ul.gmenu li {
    padding: 0px 0px;
  }
}

header .navarea {
  background-color: white;
  border-radius: 100px;
  border: 1px solid #666666;
  right: 30px;
}

.mainVisual {
  position: relative;
}

.mainVisual .mainVisual-img {
  height: 730px;
}

.mainVisual .mainVisual-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mainVisual .mainVisual-set {
  position: absolute;
  bottom: -50px;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1140px;
  gap: 40px;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  padding: 0 30px;
}

.mainVisual .mainVisual-copy {
  max-width: 400px;
  width: 100%;
  margin-top: -400px;
}

.mainVisual .mainVisual-sub div {
  max-width: 380px;
  background-color: white;
  padding: 30px 20px;
  border-radius: 30px;
  border: 2px solid #666666;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.mainVisual .mainVisual-sub div p:first-child {
  color: #00a0e9;
  font-size: 25px;
}

.mainVisual .mainVisual-sub div p:last-child {
  font-size: 23px;
}

.mainVisual .mainVisual-sub div img {
  width: 80%;
  padding: 30px 0;
  display: block;
}

.mainVisual .mainVisual-sub div .btn {
  position: relative;
  background-color: #00a0e9;
  border-radius: 100px;
  color: white;
  font-size: 20px;
  padding: 10px 30px;
}

.mainVisual .mainVisual-sub div .btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 950px) {
  .mainVisual .mainVisual-set {
    position: absolute;
    bottom: 0;
    flex-flow: column;
    gap: 20px;
    top: 70px;
    margin: auto;
    height: 75%;
  }
  
  .mainVisual .mainVisual-copy {
    margin-top: 0;
  }
}

.content.top .services {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 30px;
}

.content.top .services .services__heading {
  text-align: center;
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
}

.content.top .services .services__heading h1 {
  display: flex;
  flex-flow: column;
  font-size: 32px;
  font-weight: bold;
}

.content.top .services .services__heading h1 strong {
  font-size: 25px;
  color: #00a0e9;
  margin-top: 10px;
}

.content.top .services .services__heading p {
  margin-top: 30px;
  font-size: 23px;
}

.content.top .services .services__wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.content.top .services .services__wrap figure {
  display: flex;
  flex-flow: column;
  width: 40%;
  gap: 30px;
}

.content.top .services .services__wrap figure img {
  border-radius: 50%;
  width: 30vw;
  height: 30vw;
  object-fit: cover;
  max-width: 330px;
  max-height: 330px;
  margin: 0 auto;
}

.content.top .services .services__wrap figure figcaption strong {
  text-align: center;
  display: block;
  color: #808080;
  font-size: 23px;
}

.content.top .services .services__wrap figure figcaption p {
  font-size: 16px;
  margin-top: 20px;
}

.content.top .services .link-btn {
  border-radius: 100px;
}

.content.top .services .link-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.content.top .services .link-btn::before {
  content: unset;
}

@media screen and (max-width: 950px) {
  .content.top .services .services__wrap figure {
    width: calc(50% - 10px);
  }

  .content.top .services .services__wrap {
    gap: 10px;
  }

  .content.top .services .services__wrap figure img {
    width: 40vw;
    height: 40vw;
    margin: 0 auto;
  }
}

.information {
  background-color: #f2f2f2;
  margin-top: 100px;
}

.information .information__inner {
  max-width: 1140px;
  padding: 100px 30px;
}

.information .info-head__heading h1 {
  color: #666666;
  font-size: 33px;
}

.information .info-head__heading h1 strong {
  font-size: 25px;
  color: #00a0e9;
  display: block;
  margin-top: 15px;
}

.information .info-head__heading .link-btn {
  border-radius: 100px;
}

.information .info-head__heading .link-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.information .info-head__heading .link-btn::before {
  content: unset;
}

.information .info-list {
  width: 70%;
}

.information .info-list dl {
  border-bottom: 1px dotted #ccc;
}

.information .info-list dl dd.date {
  width: 15%;
}

@media screen and (max-width: 767px) {
  .information .info-head__heading h1 {
    text-align: center;
  }
  
  .information .info-head__heading .link-btn {
    margin-top: 30px;
  }

  .information .info-list {
    width: 100%;
  }
}

.company {
  background: unset;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 20px;
}

.company .company__inner {
  display: unset;
  padding: 0;
}

.company .company__heading {
  color: #666666;
  font-size: 33px;
  display: flex;
  flex-flow: column;
  gap: 5px;
  text-align: center;
  margin-bottom: 50px;
}

.company .company__heading::first-letter {
  font-size: unset;
  color:#666666;
}

.company .company__heading strong {
  color: #00a0e9;
  font-size: 25px;
}

.company .company-set {
  display: flex;
  gap: 60px;
}

.company .company-set .company-img {
  width: 50%;
}

.company .company-set .company-img img {
  width: 100%;  
}

.company .company-set .company-text {
  width: 50%;
}

.company .company-set .company-text h2 {
  color: #808080;
  font-size: 23px;
}

.company .company-set .company-text p {
  font-size: 16px;
  color: #000000;
}

.company .company-set .company-text .link-btn {
  border-radius: 100px;
}

.company .company-set .company-text .link-btn::before {
  content: unset;
}

.company .company-set .company-text .link-btn::after {
  content: "";
  position: absolute;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: white;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .company .company-set {
    gap: 30px;
    flex-flow: column;
  }
  
  .company .company-set .company-img {
    width: 100%;
  }

  .company .company-set .company-text {
    width: 100%;
  }
}

footer .f-menu ul li a::before {
  border-left: 8px solid #00a0e9;
}

footer .copyright {
  background-color: #00a0e9;
  color: white;
}

footer .logo-area {
  position: relative;
}

footer .logo-area::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #666666;
  right: -70px;
}

footer .inner {
  max-width: 1140px;
}

@media screen and (max-width: 950px) {
  footer .inner {
    flex-flow: column;
    gap: 40px;
    align-items: center;
  }

  footer .logo-area::after {
    content: unset;
  }
}

@media screen and (max-width: 767px) {
  footer .f-menu {
    width: 80%;
  }
}

/* ナビゲーション(PC) */
.gmenu .nav-child {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: absolute;
  background-color: white;
  border-radius: 0 0 10px 10px;
}

.gmenu .nav-child li a {
  text-align: left;
}

.gmenu .nav-parent:hover .nav-child {
  max-height: 200px;
  top: 27px;
}

/* ナビゲーション(SP) */
#dmenu .nav-child {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
}

#dmenu .nav-child.open {
  max-height: 200px;
}