@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  font-size: 62.5%;
  background-color: #F9F7F0;
}

body {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body a {
  color: #217F74;
  text-decoration: underline;
}

body a:hover {
  text-decoration: none;
}

body ul,
body ol {
  list-style: none;
}

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

body input,
body button,
body textarea,
body select {
  font-family: "Noto Sans JP", "Noto Serif JP", sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?etnesh");
  src: url("../fonts/icomoon/icomoon.eot?etnesh#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?etnesh") format("truetype"), url("../fonts/icomoon/comoon.woff?etnesh") format("woff"), url("../fonts/icomoon/icomoon.svg?etnesh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  text-align: inherit;
}

button,
label {
  background-color: transparent;
  cursor: pointer;
}

button {
  border: none;
}

button, select {
  text-transform: none;
}

button {
  overflow: visible;
}

.c-footer {
  padding: 60px 40px;
  text-align: center;
}

.c-footer__copyright {
  font-size: 1.4rem;
  text-align: center;
}

.c-header {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

@media screen and (max-width: 767px) {
  .c-header {
    padding: 25px 25px 45px;
  }
}

.c-header a {
  display: block;
}

.c-header h1,
.c-header a {
  color: #217F74;
  font-weight: 700;
  font-size: 2.4rem;
}

.c-header h1 img,
.c-header a img {
  max-width: 162px;
  height: auto;
}

.c-wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.c-wrapper > p {
  text-align: center;
  margin-bottom: 40px;
}

.p-front {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

@media screen and (max-width: 767px) {
  .p-front {
    padding: 0 25px 45px;
  }
}

.p-front h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-front > p {
  text-align: center;
  margin-bottom: 40px;
}

.p-front__concept {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .p-front__concept {
    display: block;
    margin-bottom: 20px;
  }
}

.p-front__concept h2 {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-indent: -.5em;
}

@media screen and (max-width: 767px) {
  .p-front__concept h2 {
    font-size: 2.6rem;
  }
}

.p-front__concept p {
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: .05em;
}

.p-front__concept p em {
  font-style: normal;
  font-weight: 700;
  color: #1d796d;
}

.p-front__information {
  padding: 20px;
  margin-bottom: 50px;
  background-color: #bce0dc;
  border: 1px solid #217F74;
}

@media screen and (max-width: 767px) {
  .p-front__information {
    padding: 15px;
    margin-bottom: 40px;
  }
}

.p-front__information h2 {
  font-size: 1.8rem;
  text-align: center;
}

.p-front__information dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-front__information dl div + div {
  margin-top: 10px;
}

.p-front__information dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 15px;
  font-weight: 700;
  line-height: 1.5;
  min-width: 70px;
}

.p-front__information dd {
  font-size: 1.5rem;
}

.p-front__profile {
  margin-bottom: 50px;
}

.p-front__profile h3 {
  margin-bottom: 15px;
  color: #217F74;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-front__profile h3 ruby + ruby {
  padding-left: 4px;
}

.p-front__profile dl + h3 {
  margin-top: 25px;
}

.p-front__profile p {
  margin-bottom: 15px;
}

.p-front__profile dd {
  margin-bottom: 10px;
}

.p-front__career {
  margin-bottom: 50px;
}

.p-front__career dl div {
  margin-bottom: 20px;
}

.p-front__career dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #217F74;
}

.p-front__career dd ul {
  padding-left: 30px;
}

.p-front__career dd ul li {
  text-indent: -.7em;
  padding-left: 10px;
}

.p-front__career dd ul li::before {
  content: "・";
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}

.p-front__talk {
  margin-bottom: 50px;
}

.p-front__talk li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -.5em;
}

.p-front__talk li::before {
  content: "・";
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}

.p-front__talk li span {
  display: block;
  padding-left: 0;
  text-indent: 0;
}

.p-front__message {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-front__message {
    margin-bottom: 25px;
  }
}

.p-front__message-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 767px) {
  .p-front__message-icon {
    width: 80px;
    width: 80px;
  }
}

.p-portfolio {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 60px;
}

.p-portfolio h1 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .1em;
}

.p-portfolio h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}

.p-portfolio p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.p-portfolio dl div {
  margin-bottom: 15px;
}

.p-portfolio dl dt {
  font-weight: 700;
}

.p-portfolio dl dt a {
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  font-size: 1.5rem;
}

.p-portfolio dl dt a::before,
.p-portfolio dl dt a::after {
  display: inline-block;
}

.p-portfolio dl dt a::before {
  content: "(";
}

.p-portfolio dl dt a::after {
  content: ")";
}

.p-portfolio__anchor {
  margin-bottom: 20px;
}

.p-portfolio table {
  border-color: #ccc;
}

.p-example__header {
  border-bottom: 1px solid #cfd3d7;
}

.p-example__header-wrapper {
  max-width: 1200px;
  padding: 12px 24px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-example__header-logo {
  color: #3b3aac;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-size: 3.2rem;
}

.p-example__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}

.p-example__header ul a {
  color: #383838;
  font-weight: bold;
}

.p-example__header ul a[aria-current="true"] {
  color: #3b3aac;
  text-decoration: none;
}

.p-example__header ul a[aria-current="true"]:hover {
  text-decoration: underline;
}

.p-example__title {
  padding: 40px;
  background-color: #F9F7F0;
}

.p-example__title h2 {
  color: #3b3aac;
  font-size: 4rem;
  text-align: center;
}

.p-example__contents {
  max-width: 1000px;
  padding: 40px 80px 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.p-example__contents-item {
  width: calc(50% - 16px);
}

.p-example__contents-item h4 {
  margin-bottom: 16px;
  color: #65747f;
  font-size: 2.8rem;
  border-bottom: 1px solid #3b3aac;
}

.p-example__contents-item p + p {
  margin-bottom: 16px;
}

.p-example__contents-item a {
  display: inline-block;
  padding: 4px 16px;
  color: #969ea6;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #969ea6;
}

.p-example__contents-image {
  border-radius: 8px;
  margin-bottom: 8px;
}

.p-example__contents-reservation {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
/*# sourceMappingURL=style.css.map */