@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

header,
footer,
nav,
menu,
article,
aside,
section,
details,
figcaption,
figure {
  display: block;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

strong {
  font-weight: normal;
}

i {
  font-style: normal;
}

@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  src: url("/assets/font/NotoSansJP-Bold-s.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 600;
  src: url("/assets/font/NotoSansJP-Medium-s.woff2") format("woff2");
}
html {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

h1, h2 {
  line-height: 1em;
}

.link-button {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 2px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .link-button {
    font-size: 11px;
  }
}
.link-button:hover {
  opacity: 0.8;
}
.link-button.-blue {
  background: #333;
  color: white;
}
.link-button.-large {
  padding: 1.5em 45px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .link-button.-large {
    padding: 10px 25px;
    margin-top: 10px;
    font-size: 14px;
  }
}

header {
  position: relative;
}
header nav.header-navigation {
  background: white;
}
header nav.header-navigation .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header nav.header-navigation .wrapper {
    display: block;
    height: 60px;
  }
}
header nav.header-navigation .wrapper .left-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
}
header nav.header-navigation .wrapper .left-box a.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  text-decoration: none;
  margin: auto 0;
}
header nav.header-navigation .wrapper .left-box a.logo img {
  width: 221px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header nav.header-navigation .wrapper .left-box a.logo img {
    width: 130px;
  }
}
header nav.header-navigation .wrapper .left-box a.logo span {
  color: black;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1em;
  font-weight: normal;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  header nav.header-navigation .wrapper .left-box a.logo span {
    font-size: 10px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  header nav.header-navigation .wrapper .left-box {
    height: 60px;
  }
}
header nav.header-navigation .wrapper .right-box {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav.header-navigation .wrapper .right-box nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav.header-navigation .wrapper .right-box nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
header nav.header-navigation .wrapper .right-box nav ul li {
  margin-right: 2rem;
}
header nav.header-navigation .wrapper .right-box nav ul li a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header nav.header-navigation .wrapper .right-box {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  header nav.header-navigation .wrapper .right-box nav {
    display: block;
    background-color: #EEE;
    width: 100%;
    padding: 10px;
    opacity: 0;
    height: 1;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: 400ms;
    transition: 400ms;
  }
  header nav.header-navigation .wrapper .right-box nav.show {
    height: auto;
    opacity: 1;
    pointer-events: all;
  }
  header nav.header-navigation .wrapper .right-box nav ul {
    display: block;
    margin-right: 0px;
  }
  header nav.header-navigation .wrapper .right-box nav ul li {
    margin-right: 0rem;
    padding: 10px 10px;
  }
  header nav.header-navigation .wrapper .right-box nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }
}

#keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/assets/image/keyvisual/0.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 710px;
}
@media screen and (max-width: 767px) {
  #keyvisual {
    height: 75vh;
    max-height: 700px;
  }
}
#keyvisual .wrapper {
  color: white;
  margin: auto;
  padding-bottom: 50px;
  max-width: 1400px;
  width: 96%;
}
@media screen and (max-width: 767px) {
  #keyvisual .wrapper {
    padding-bottom: 20px;
  }
}
#keyvisual .wrapper .keyvisual-shape {
  margin: 0 auto;
  width: 239px;
}
@media screen and (max-width: 767px) {
  #keyvisual .wrapper .keyvisual-shape {
    width: 200px;
  }
}
#keyvisual .wrapper .keyvisual-shape img {
  width: 100%;
  height: auto;
}
#keyvisual .wrapper h1 {
  display: inline-block;
  font-size: 64px;
  margin-top: 50px;
  background: #000;
  padding: 2px 20px 2px;
  margin-bottom: 30px;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #keyvisual .wrapper h1 {
    margin-top: 35px;
    font-size: 25px;
  }
}
#keyvisual .wrapper h2 {
  text-align: left;
}
#keyvisual .wrapper h2 span {
  padding: 0 0.6em;
  display: inline-block;
  font-size: 32px;
  background: #FFF;
  letter-spacing: 0.3em;
  line-height: 1.7em;
  margin-top: 1px;
  color: #000;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #keyvisual .wrapper h2 span {
    font-size: 16px;
  }
}

#about {
  width: 100%;
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 50px 0;
  }
}
#about .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #about .wrapper {
    gap: 60px;
  }
}
#about .wrapper .flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  #about .wrapper .flex-layout {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .wrapper .flex-layout.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#about .wrapper .flex-layout .right-box {
  margin-left: auto;
}
#about .wrapper .flex-layout h2 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 30px;
  color: #333;
}
@media screen and (max-width: 1100px) {
  #about .wrapper .flex-layout h2 {
    font-size: clamp(10px, 4vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  #about .wrapper .flex-layout h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
#about .wrapper .flex-layout p {
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: normal;
}
#about .wrapper .flex-layout p.max-width {
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  #about .wrapper .flex-layout p {
    font-size: 15px;
    padding: 0 10px;
  }
}
#about .wrapper .flex-layout p.ceo-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-top: 43px;
}
@media screen and (max-width: 1100px) {
  #about .wrapper .flex-layout p.ceo-profile {
    margin-top: 20px;
  }
}
#about .wrapper .flex-layout p.ceo-profile span.name {
  font-size: 45px;
  line-height: 1em;
  font-weight: lighter;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 850px) {
  #about .wrapper .flex-layout p.ceo-profile span.name {
    font-size: clamp(10px, 4vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  #about .wrapper .flex-layout p.ceo-profile span.name {
    font-size: 20px;
  }
}
#about .wrapper .flex-layout .name {
  font-size: 170%;
  margin-top: 30px;
  margin-left: 1em;
  display: inline-block;
}
#about .wrapper .flex-layout .image {
  min-width: 45%;
  width: 45%;
  margin-bottom: auto;
}
@media screen and (max-width: 1100px) {
  #about .wrapper .flex-layout .image {
    width: 100%;
    min-width: 0px;
  }
}
#about .wrapper .flex-layout .image img {
  display: block;
  width: 80%;
  height: auto;
}
#about .wrapper .flex-layout .image img.m_adj {
  margin-left: -20px;
}

#business {
  background: #EEE;
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  #business {
    padding: 60px 0 40px;
  }
}
#business .wrapper h2 {
  text-align: center;
  font-size: 48px;
  color: #333;
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
#business .wrapper h2 span {
  display: block;
  margin-top: 20px;
  line-height: 1em;
  font-size: 24px;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  #business .wrapper h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
  #business .wrapper h2 span {
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 0.2em;
  }
}
#business .wrapper ul.grid-layout {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
  gap: clamp(5px, 2vw, 72px);
}
#business .wrapper ul.grid-layout.-large-cards {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  --card-width: 480px;
}
#business .wrapper ul.grid-layout.-normal-cards {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  --card-width: 315px;
}
@media screen and (max-width: 767px) {
  #business .wrapper ul.grid-layout {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    width: 80%;
    gap: 40px;
    margin-bottom: 20px;
  }
}
#business .wrapper ul.grid-layout li {
  max-width: var(--card-width);
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  background: white;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #business .wrapper ul.grid-layout li {
    max-width: unset;
  }
}
#business .wrapper ul.grid-layout li p.label {
  text-align: center;
  font-size: clamp(10px, 2vw, 20px);
  letter-spacing: 0.1em;
  background: #333;
  color: white;
  padding: 14px 0;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #business .wrapper ul.grid-layout li p.label {
    font-size: 16px;
  }
}
#business .wrapper ul.grid-layout li img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #business .wrapper ul.grid-layout li img {
    aspect-ratio: 6/3;
  }
}
#business .wrapper ul.grid-layout li p.text {
  padding: 20px 27px;
  line-height: 1.8em;
  font-size: clamp(10px, 1.5vw, 16px);
}
@media screen and (max-width: 767px) {
  #business .wrapper ul.grid-layout li p.text {
    font-size: 15px;
  }
}

#profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0 110px;
}
@media screen and (max-width: 767px) {
  #profile {
    margin: 40px 0 70px;
  }
}
#profile .wrapper {
  margin: 0 auto;
}
#profile .wrapper .logo {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #profile .wrapper .logo {
    margin-bottom: 40px;
  }
}
#profile .wrapper .logo img {
  width: clamp(150px, 60vw, 501px);
  height: auto;
}
#profile .wrapper .address {
  display: block;
  background: #F5F5F5;
  padding: 70px 100px;
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  #profile .wrapper .address {
    padding: 20px;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
}
#profile .wrapper .address table {
  border-collapse: separate;
  border-spacing: 0 33px;
}
@media screen and (max-width: 767px) {
  #profile .wrapper .address table {
    border-spacing: 0 15px;
  }
}
#profile .wrapper .address table tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-right: 57px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #profile .wrapper .address table tr th {
    padding-right: 15px;
  }
}
#profile .wrapper .address table tr td {
  font-weight: normal;
  line-height: 1.8em;
}
#profile .wrapper .address table tr td li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 121px;
}
@media screen and (max-width: 767px) {
  #contact {
    margin-bottom: 70px;
  }
}
#contact .wrapper {
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #contact .wrapper {
    padding: 0 20px;
  }
}
#contact .wrapper h2 {
  text-align: center;
  font-size: 48px;
  color: #333;
}
@media screen and (max-width: 767px) {
  #contact .wrapper h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}
#contact .wrapper p {
  text-align: center;
  font-size: 20px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #contact .wrapper p {
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;
  }
}
#contact .wrapper a {
  width: 80%;
  margin: 0 auto;
  padding-block: 30px;
  border-radius: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #contact .wrapper a {
    font-size: 15px;
    padding-block: 17px;
  }
}

footer {
  font-size: 16px;
  background: #EAF7FF;
  padding: 56px 0 10px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
    font-size: 13px;
    padding: 40px 0;
  }
}
footer a {
  color: black;
  text-decoration: none;
}
footer #footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  footer #footer .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer #footer .wrapper .left-box {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  footer #footer .wrapper .left-box {
    margin-right: 0;
  }
}
footer #footer .wrapper .left-box .logo {
  width: 310px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer #footer .wrapper .left-box .logo {
    width: 270px;
  }
}
footer #footer .wrapper .left-box .logo img {
  width: 100%;
  height: auto;
}
footer #footer .wrapper .left-box .address {
  line-height: 1.7em;
}
footer #footer .wrapper .right-box {
  margin-left: auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  footer #footer .wrapper .right-box {
    margin-top: 5px;
    margin-left: 0;
    letter-spacing: 0.1em;
  }
}
footer #copyright {
  text-align: center;
  margin-top: 42px;
}
footer #copyright small {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  footer #copyright small {
    font-size: 10px;
  }
}

main.pp > div {
  width: 94%;
  margin: 0 auto 100px;
  max-width: 1200px;
  line-height: 2;
}
main.pp > div h2 {
  margin: 40px 0 20px 0;
  font-size: 130%;
}
main.pp > div h3 {
  margin-top: 1em;
}
main.pp > div p {
  padding-left: 2em;
}
main.pp > div ul li {
  list-style: disc;
  margin-left: 2em;
}

.free {
  font-size: 150%;
  color: black;
}

.variable_font {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  background: #333;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
          transform: translate3d(0, -50%, 0) scale(0.7);
  display: none;
}
@media screen and (max-width: 767px) {
  .openbtn {
    display: block;
  }
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}