html {
  width: 100%;
  margin: 0 auto;
  font-size: 0.715vw;
  color: #000;
}
@media screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
    font-size: 1.334vw;
  }
}

@media screen and (min-width: 769px) {
  .pc_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/** #ttl_wrapper **/
#ttl_wrapper {
  width: 100%;
  min-height: 30rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #ttl_wrapper {
    min-height: 500px;
  }
}

#ttl_wrapper .container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #ttl_wrapper .container {
    padding: 32rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #ttl_wrapper .container {
    padding: 18rem 0 0;
  }
}

#ttl_wrapper .container h1 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-style: italic;
  line-height: 1;
  padding-bottom: 3rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #ttl_wrapper .container h1 {
    font-size: 7rem;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  #ttl_wrapper .container h1 {
    font-size: 6.4rem;
    padding-bottom: 2rem;
    margin-bottom: 9.2rem;
  }
}

#ttl_wrapper .container h1:after {
  content: "";
  background: #1898d7;
  display: block;
  height: 2px;
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

#ttl_wrapper .container h1 span {
  display: block;
  padding-top: 0.6em;
  font-style: normal;
  color: #666666;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  #ttl_wrapper .container h1 span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #ttl_wrapper .container h1 span {
    font-size: 2.5rem;
  }
}

#ttl_wrapper .container .btn_wrapper {
  display: flex;
  justify-content: center;
}

#ttl_wrapper .container .btn_wrapper li {
  width: 390px;
  height: 58px;
  margin: 0 16px;
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
}

#ttl_wrapper .container .btn_wrapper li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
}

#ttl_wrapper .container .btn_wrapper li a i {
  display: inline-block;
  margin-left: 0.8em;
  width: 0.7em;
  height: 0.7em;
  border-top: 3px solid #006a99;
  border-right: 3px solid #006a99;
  transform: rotate(135deg);
}

#ttl_wrapper .container .btn_wrapper li.join a i {
  border-top: 3px solid #008f85;
  border-right: 3px solid #008f85;
}

#ttl_wrapper .container .btn_wrapper li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-28deg);
  transition-duration: 0.3s;
}

#ttl_wrapper .container .btn_wrapper li.entry:before {
  border: #006a99 1px solid;
}

#ttl_wrapper .container .btn_wrapper li.entry a {
  color: #006a99;
}

#ttl_wrapper .container .btn_wrapper li.join:before {
  border: #008f85 1px solid;
}

#ttl_wrapper .container .btn_wrapper li.join a {
  color: #008f85;
}

#ttl_wrapper .container .btn_wrapper li:hover:before {
  background: #dfebf0;
  z-index: -1;
}

#ttl_wrapper .container .btn_wrapper li.join:hover:before {
  background: #f3fbf9;
}

@media screen and (max-width: 987px) {
  #ttl_wrapper .container .catch {
    font-size: calc(100 / 987 * 27 * 1vw);
  }
  #ttl_wrapper .container .catch + p {
    font-size: calc(100 / 987 * 18 * 1vw);
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #ttl_wrapper {
    min-height: 210px;
  }
  #ttl_wrapper .container .catch {
    font-size: calc(100 / 375 * 18 * 1vw);
    line-height: 1.65em;
  }
  #ttl_wrapper .container .catch + p {
    font-size: calc(100 / 375 * 13 * 1vw);
    margin-bottom: 90px;
    text-align: justify;
  }
  #ttl_wrapper .container .btn_wrapper li {
    width: 260px;
    margin: 0 6px;
  }
}
@media screen and (max-width: 599px) {
  #ttl_wrapper .container .btn_wrapper li {
    margin: 0 auto 6px;
    font-size: 1.34rem;
    height: 48px;
    width: 168px;
    margin: 0 2px;
    position: relative;
  }
  #ttl_wrapper .container .btn_wrapper li a i {
    margin-left: 0.4em;
  }
}
/** .colray_wrapper **/
.colray_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: -1;
}

.colray_wrapper > span {
  position: absolute;
  display: block;
}

.colray_wrapper > span.blue1 {
  width: 5.2%;
  height: 10px;
  left: 48%;
  top: 0%;
  opacity: 1;
}

.colray_wrapper > span.blue1 span {
  background: #d8f2fa;
}

.colray_wrapper > span.blue2 {
  width: 13.2%;
  height: 14px;
  left: 65%;
  top: 19.2%;
  top: 165px;
  opacity: 0.8;
}

.colray_wrapper > span.blue3 {
  width: 39%;
  height: 58px;
  left: 54.1%;
  top: 34.8%;
  top: 299px;
  opacity: 0.6;
}

.colray_wrapper > span.blue3 span {
  background: #a9e3f5;
}

.colray_wrapper > span.blue4 {
  width: 12.7%;
  height: 26px;
  left: -7%;
  top: 15.6%;
  top: 134px;
  opacity: 1;
}

.colray_wrapper > span.blue4 span {
  background: #87ebf7;
}

.colray_wrapper > span.blue5 {
  width: 11%;
  height: 26px;
  left: 93.3%;
  top: 95.6%;
  top: 822px;
  opacity: 0.3;
}

.colray_wrapper > span.blue6 {
  width: 11%;
  height: 32px;
  left: 73%;
  top: 68%;
  top: 584px;
  opacity: 0.8;
}

.colray_wrapper > span.blue6 span {
  background: #87ebf7;
}

.colray_wrapper > span.blue7 {
  width: 22%;
  height: 42px;
  left: 84%;
  top: 31.62%;
  top: 271px;
  opacity: 0.6;
}

.colray_wrapper > span.blue8 {
  width: 18%;
  height: 5px;
  left: -9%;
  top: 82%;
  top: 705px;
  opacity: 1;
}

.colray_wrapper > span span,
#ttl_wrapper .container .catch + p span.obj span {
  position: absolute;
  content: "";
  background: #00baf1;
  width: 100%;
  height: 100%;
  transform: translateX(0%) skew(-28deg);
}

@media screen and (max-width: 767px) {
  .colray_wrapper > span.blue1 {
    width: 13.33%;
    height: 2.26vw;
    left: 56%;
  }
  .colray_wrapper > span.blue2 {
    width: 21%;
    height: 1.33vw;
    left: 74.2%;
    top: 15.2vw;
    opacity: 0.8;
  }
  .colray_wrapper > span.blue3 {
    width: 37.33%;
    height: 6.66vw;
    left: 54.1%;
    top: 43.6vw;
    top: 147px;
  }
  .colray_wrapper > span.blue4 {
    width: 17.33%;
    height: 2.93vw;
    left: -2%;
    top: 4%;
  }
  .colray_wrapper > span.blue7 {
    width: 37.33%;
    height: 3vw;
    left: 80.1%;
    top: 43.6vw;
    top: 137px;
  }
  .colray_wrapper > span.blue5,
  .colray_wrapper > span.blue6,
  .colray_wrapper > span.blue8 {
    display: none;
  }
  #ttl_wrapper .container .catch + p span.obj {
    display: block;
    position: absolute;
    width: 100vw;
    height: 0.8vw;
    left: auto;
    right: 65%;
    top: auto;
    opacity: 0.8;
    margin-top: 2em;
  }
}
/** #office **/
.sect {
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  .sect {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sect {
    margin-bottom: 8rem;
  }
}

.introduction {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .introduction {
    font-size: 1.8rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .introduction {
    font-size: 2.6rem;
    line-height: 3.9rem;
    padding-bottom: 10rem;
  }
}

.office_inner {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .office_inner + .office_inner {
    padding-top: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .office_inner + .office_inner {
    padding-top: 11rem;
  }
}

.office_name {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .office_name {
    font-size: 2.8rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .office_name {
    font-size: 3.6rem;
    padding-bottom: 4rem;
  }
}

.lead {
  text-align: justify;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .lead {
    font-size: 1.6rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 2.5rem;
    line-height: 3.8rem;
    padding-bottom: 5.5rem;
  }
}

@media screen and (min-width: 769px) {
  .office_img {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .office_img {
    display: grid;
    gap: 2.5rem;
  }
}
.office_img figure img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .office_img .row {
    width: 48.83%;
  }
}
@media screen and (max-width: 768px) {
  .office_img .row {
    width: 100%;
  }
}

/** .entry_btns **/
@media screen and (min-width: 769px) {
  .entry_btns {
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_btns {
    margin-bottom: 15rem;
  }
}

.entry_btns li.new {
  position: relative;
}
@media screen and (min-width: 769px) {
  .entry_btns li.new {
    width: 76%;
    max-width: 522px;
    height: 80px;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_btns li.new {
    width: 66%;
    max-width: 522px;
    height: 48px;
    margin: 0 auto 5rem;
  }
}

.entry_btns li.mynavi {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .entry_btns li.mynavi {
    width: 84%;
    max-width: 652px;
    height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_btns li.mynavi {
    width: 84%;
    max-width: 652px;
    height: 12rem;
  }
}

.entry_btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .entry_btns li a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .entry_btns li a {
    font-size: 3rem;
  }
}

.entry_btns li a i {
  display: inline-block;
  margin-left: 1em;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .entry_btns li a i {
    width: 3em;
    height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .entry_btns li a i {
    margin-left: 0.6em;
    width: 2em;
    height: 1em;
  }
}

.entry_btns li.new a i {
  background: url(../img/arrow_new.svg) no-repeat center center;
}

.entry_btns li.mynavi a i {
  background: url(../img/arrow_mynavi.svg) no-repeat center center;
}

.entry_btns li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: skew(-28deg);
  transition-duration: 0.3s;
  border: #006a99 1px solid;
}

.entry_btns li.new a {
  color: #333;
}

.entry_btns li.mynavi a {
  color: #fff;
}

.entry_btns li.mynavi:before {
  border: none;
  background: #00b5f2;
  z-index: -1;
}

.entry_btns li:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */