@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://use.typekit.net/fxl6vsa.css");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #1B2021;
  background: #fff;
  /*
  overflow-x: hidden;
  */
}

.pcv {
  display: none;
}

.tbv {
  display: none;
}

.spv {
  display: block;
}

@media (min-width: 768px) {
  .pcv {
    display: none;
  }
  .tbv {
    display: block;
  }
  .spv {
    display: none;
  }
  .spv.tbv {
    display: block;
  }
}
@media (min-width: 992px) {
  .pcv {
    display: block;
  }
  .tbv {
    display: none;
  }
  .spv {
    display: none;
  }
  .tbv.pcv {
    display: block;
  }
  .spv.tbv {
    display: none;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.floL {
  float: left;
}

.floR {
  float: right;
}

.is-right {
  text-align: right;
}

.clear {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.ph-img {
  width: 100%;
  height: auto;
}

.lato {
  font-family: "Lato", sans-serif;
}

.cp {
  font-family: "Courier Prime", monospace;
}

.prv {
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************************************************************************************

	junbi

**********************************************************************************************/
.junbi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.junbi_inner {
  background-color: #1CB0AB;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 50px 30px 30px 30px;
  border-radius: 30px;
}
.junbi_inner h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 20px 0;
}
.junbi_inner p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 500;
}

.s-id {
  width: 150px;
  height: 192px;
}

.bnr {
  margin: 30px 0;
}
.bnr a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

@media (min-width: 768px) {
  .junbi_inner {
    padding: 80px 30px 30px 30px;
  }
  .junbi_inner h1 {
    font-size: 3rem;
  }
  .junbi_inner p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .s-id {
    width: 180px;
    height: 231px;
  }
  .bnr {
    margin: 40px 0;
  }
}
@media (min-width: 992px) {
  .junbi_inner {
    width: 60%;
  }
}
/*********************************************************************************************

	header

**********************************************************************************************/
.header {
  padding: 15px 3%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}
.header h1 {
  display: block;
  width: 117px;
}
.header h1 a {
  display: block;
  width: 100%;
  height: 30px;
  background: url(../img/siteid.svg) 0 0 no-repeat;
  background-size: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

@media (min-width: 768px) {
  .header {
    padding: 20px 3%;
  }
  .header h1 {
    width: 148px;
  }
  .header h1 a {
    height: 38px;
  }
}
/*********************************************************************************************

	footer

**********************************************************************************************/
.footer {
  background-color: #1CB0AB;
  padding: 30px 0 50px;
  text-align: right;
}
.footer p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #C8F1F0;
}

@media (min-width: 768px) {
  .footer {
    padding: 40px 0 90px;
  }
  .footer p {
    font-size: 1.5rem;
  }
}
/*********************************************************************************************

	main

**********************************************************************************************/
.hero {
  background-image: url(../img/m_bg2.jpg);
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.1);
  background-blend-mode: lighten;
}
.hero__inner {
  background: linear-gradient(160deg, transparent 50%, #1CB0AB 50%);
  height: 48vh;
  position: relative;
}
.hero__box {
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 100px 0 0 0;
  margin: auto;
  color: #000;
}

@media (min-width: 992px) {
  .hero__inner {
    background: linear-gradient(90deg, transparent 50%, #1CB0AB 50%);
    height: 90vh;
  }
  .hero__box {
    width: 1200px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 50vh;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.h-box {
  width: auto;
}

.hero-name {
  color: #1B2021;
  margin: 0 auto;
}
.hero-name h2 {
  font-size: 6.3rem;
  font-weight: 700;
  margin: 0 0 5px;
}
.hero-name p {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero-img {
  text-align: center;
  padding: 0 0 40px;
}
.hero-img img {
  width: 140px;
  height: auto;
}

@media (min-width: 768px) {
  .hero-name h2 {
    font-size: 9.6rem;
  }
  .hero-name p {
    font-size: 1.4rem;
  }
  .hero-img {
    padding: 0 0 60px;
  }
  .hero-img img {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .h-box {
    width: 550px;
  }
  .hero-name {
    margin: 0;
    color: #1B2021;
  }
  .hero-name h2 {
    font-size: 9.6rem;
  }
  .hero-name p {
    font-size: 1.4rem;
  }
  .hero-img {
    padding: 0;
  }
  .hero-img img {
    width: 238px;
  }
}
.inner {
  margin: 0 6%;
  position: relative;
}

@media (min-width: 992px) {
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
}
#t-catch {
  background-color: #1B2021;
  padding: 60px 0;
  color: #ffffff;
}
#t-catch h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 30px;
}

.lead-box {
  text-align: left;
}
.lead-box p {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}

@media (min-width: 768px) {
  #t-catch {
    padding: 70px 0;
  }
  #t-catch h2 {
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 700;
    margin: 0 0 50px;
  }
  .lead-box p {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  #t-catch {
    padding: 120px 0;
  }
  #t-catch h2 {
    font-size: 3.6rem;
    line-height: 1.6;
    font-weight: 700;
  }
  #t-catch .inner {
    height: 640px;
  }
  .lead-box {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
  }
  .lead-box p {
    font-size: 1.8rem;
    line-height: 2.4;
    font-weight: 500;
  }
}
#t-service {
  background-color: #1CB0AB;
  padding: 60px 0;
  text-align: center;
  color: #ffffff;
}
#t-service h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 20px;
}
#t-service p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
#t-service .bnr {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #t-service {
    padding: 80px 0;
  }
  #t-service h2 {
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 700;
  }
  #t-service p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  #t-service {
    padding: 140px 0;
  }
  #t-service h2 {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 20px;
  }
  #t-service p {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  #t-service .bnr {
    margin-bottom: 0;
  }
}
#t-about {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
#t-about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='1'%3E%3Crect fill='%231cb0ab' width='1' height='1'/%3E%3C/svg%3E");
  background-size: 25px 100%;
  background-repeat: repeat-x;
  background-position: left top;
  -webkit-mask-image: linear-gradient(to right, transparent 55%, #000 55%);
  mask-image: linear-gradient(to right, transparent 55%, #000 55%);
  pointer-events: none;
}
#t-about .inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 2;
}

@media (min-width: 992px) {
  #t-about {
    padding: 200px 0;
  }
  #t-about::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='1'%3E%3Crect fill='%231cb0ab' width='1' height='1'/%3E%3C/svg%3E");
    background-size: 50px 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 66.7%, #000 66.7%);
    mask-image: linear-gradient(to right, transparent 66.7%, #000 66.7%);
  }
  #t-about .inner {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 45px;
  }
}
.ab-card {
  padding: 40px 25px;
}

.is-outline {
  background-color: #C8F1F0;
}
.is-outline h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1CB0AB;
  margin: 0 0 30px;
}

.is-passion {
  background-color: #1B2021;
  color: #fff;
  color: #ffffff;
}
.is-passion h3 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 40px;
}
.is-passion p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}

@media (min-width: 992px) {
  .ab-card {
    flex: 1;
    padding: 80px 50px;
  }
  .is-outline h3 {
    font-size: 3.2rem;
    margin: 0 0 60px;
  }
  .is-passion {
    margin-top: 140px;
  }
  .is-passion h3 {
    font-size: 2rem;
    margin: 0 0 40px;
  }
  .is-passion p {
    font-size: 1.6rem;
    line-height: 2.4;
    font-weight: 400;
  }
}
.tbl-line {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 20px 0;
  padding: 0;
  border-top: 1px solid #b8b8b8;
  width: 100%;
  text-align: left;
  color: #1CB0AB;
}
.tbl-line th, .tbl-line td {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
  border-bottom: 1px solid #b8b8b8;
  padding: 10px 0 10px 5px;
  width: 100%;
}
.tbl-line th {
  vertical-align: top;
  background-color: #E6F8F7;
  padding: 5px 10px;
  font-size: 1.3rem;
}
.tbl-line td {
  padding: 10px 0 15px 5px;
}

@media (min-width: 768px) {
  .tbl-line {
    display: table;
    margin: 40px 0 0 0;
    padding: 0;
    width: 100%;
  }
  .tbl-line th {
    padding-left: 5px;
    width: 20%;
    display: table-row;
  }
  .tbl-line th, .tbl-line td {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 20px 0;
    background: none;
    display: table-cell;
  }
  .tbl-line td {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .tbl-line {
    display: table;
    margin: 40px 0 0 0;
    padding: 0;
  }
  .tbl-line th {
    padding-left: 5px;
    width: 20%;
    display: table-row;
  }
  .tbl-line th, .tbl-line td {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    padding: 20px 0;
    background: none;
    display: table-cell;
  }
  .tbl-line td {
    width: 80%;
  }
}

/*# sourceMappingURL=cmn.css.map */
