@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 400;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
  margin-top: 0px !important;
}

img {
  display: block;
}

hr {
  border: none !important;
}

a {
  text-decoration: none;
  color: #555555;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #555555;
}

html, body, header, nav, a, p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  color: #555555;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body.active {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
#header {
  display: block;
  width: 90%;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  padding-top: 24px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
#header .header__logo {
  display: block;
  width: 61px;
}
@media (max-width: 800px) {
  #header .header__logo {
    width: 46px;
  }
}
#header .header__logo img {
  display: block;
  width: 100%;
}
#header .common__link {
  margin: initial;
}

#hum__menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 11;
  transform: translateX(120%);
  transition: all 0.3s ease;
}
#hum__menu.active {
  transform: translateX(0%);
  transition: all 0.3s ease;
}
#hum__menu nav {
  width: 100%;
  margin-top: 150px;
}
#hum__menu nav a {
  display: block;
  width: 90%;
  padding: 0.7em 0px;
  border-bottom: solid 1px #c9c9c9;
  margin: 0 auto;
}

#kv {
  position: relative;
  width: 100%;
  height: 810px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  #kv {
    height: auto;
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
#kv .kv__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#kv .kv__inner {
  width: min(1000px, 90%);
  height: -moz-fit-content;
  height: fit-content;
}
#kv .kv__inner h1 {
  font-size: clamp(22px, -7.1428571429px + 0.0971428571 * 100vw, 90px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
#kv .kv__inner h2 {
  font-size: clamp(14px, 7.1428571429px + 0.0228571429 * 100vw, 30px);
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0.6em;
}

#s01 {
  position: relative;
  width: 100%;
  padding: 50px 0px 190px 0px;
}
@media (max-width: 800px) {
  #s01 {
    padding: 50px 0px 100px 0px;
  }
}
#s01 h3, #s01 p {
  text-align: center;
}
#s01 h3 {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  margin-top: 0.7em;
}
#s01 p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-top: 1em;
  margin-bottom: 2.4em;
}
#s01 .s01__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20%;
  right: -20%;
  margin: auto;
  z-index: -1;
  width: 140%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-11deg);
}

#s02 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 800px) {
  #s02 {
    padding: 70px 0px;
  }
}
#s02::after {
  content: "";
  display: block;
  width: 100%;
  height: 86%;
  background-color: #F2F2F2;
  position: absolute;
  top: 5%;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 800px) {
  #s02::after {
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
#s02 h3 {
  text-align: center;
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  margin-top: 1em;
}
#s02 .s02__inner {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  #s02 .s02__inner {
    display: block;
  }
}
@media (max-width: 800px) {
  #s02 .s02__inner .s02__item {
    margin-top: 2em;
  }
}
#s02 .s02__inner .s02__item .s02__img {
  display: block;
  width: 180px;
  border-radius: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0px 0px 10px #5c5c5c;
  margin: 0 auto;
}
#s02 .s02__inner .s02__item p, #s02 .s02__inner .s02__item h4 {
  text-align: center;
}
#s02 .s02__inner .s02__item p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 1em;
  margin-top: 4em;
}
@media (max-width: 800px) {
  #s02 .s02__inner .s02__item p {
    margin-top: 1em;
    margin-bottom: 0em;
  }
}
#s02 .s02__inner .s02__item h4 {
  font-size: clamp(22px, 10px + 0.04 * 100vw, 50px);
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#s02 .s02__inner .s02__item--long .common__link {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 800px) {
  #s02 .s02__inner .common__link {
    margin-top: 30px;
  }
}

#s03 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 140px;
}
@media (max-width: 800px) {
  #s03 {
    margin-top: 70px;
  }
}
#s03 h3 {
  text-align: center;
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  margin-top: 1em;
}
#s03 .s03__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 800px) {
  #s03 .s03__inner {
    display: block;
    margin-top: 40px;
  }
}
#s03 .s03__inner .s03__img {
  display: block;
  height: auto;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  #s03 .s03__inner .s03__img {
    width: min(600px, 100%);
    margin: 0 auto;
    border-radius: 40px 40px 0px 0px;
  }
}
#s03 .s03__inner article {
  width: 45%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 800px) {
  #s03 .s03__inner article {
    width: min(600px, 100%);
    margin: 0 auto;
  }
}
#s03 .s03__inner article h4 {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
}
@media (max-width: 800px) {
  #s03 .s03__inner article h4 {
    margin-top: 1em;
  }
}
#s03 .s03__inner article p {
  font-size: clamp(14px, 12.2857142857px + 0.0057142857 * 100vw, 18px);
  margin-top: 1em;
  margin-bottom: 2em;
}
@media (max-width: 800px) {
  #s03 .s03__inner article p {
    margin-top: 0em;
  }
}
#s03 .s03__inner article .common__link {
  margin: initial;
}
@media (max-width: 800px) {
  #s03 .s03__inner article .common__link {
    margin: 0 auto;
  }
}

#s04 {
  margin-top: 100px;
}
@media (max-width: 800px) {
  #s04 {
    margin-top: 70px;
  }
}
#s04 h3 {
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2.3em;
}
#s04 .s04__articles {
  margin-bottom: 45px;
}
#s04 .s04__item {
  display: block;
  width: 100%;
  padding: 32px 0px;
}
@media (max-width: 800px) {
  #s04 .s04__item {
    padding: 16px 0px;
  }
}
#s04 .s04__item:nth-child(odd) {
  background-color: #F2F2F2;
}
#s04 .s04__item article {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#s04 .s04__item article .s04__thumnail {
  display: block;
  width: 183px;
  border-radius: 1em 1em 0px 0px;
  height: auto;
  aspect-ratio: 182/128;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  #s04 .s04__item article .s04__thumnail {
    width: 30%;
  }
}
#s04 .s04__item article .s04__title {
  padding-left: 20px;
  width: calc(100% - 183px - 20px - 264px);
}
@media (max-width: 800px) {
  #s04 .s04__item article .s04__title {
    width: 70%;
  }
}
#s04 .s04__item article .s04__title .s04__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
#s04 .s04__item article .s04__title .s04__date time {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
#s04 .s04__item article .s04__title .s04__date p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  background-color: #555555;
  border-radius: 100px;
  padding: 0.3em 1em;
  line-height: 1;
  color: #fff;
}
#s04 .s04__item article .s04__title .s04__txt {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-decoration: underline;
  margin-top: 0.6em;
  font-weight: 600;
}
#s04 .s04__item article .common__link {
  margin: initial;
}

#s05 {
  position: relative;
  padding: 47px 0px;
  margin-top: 100px;
  margin-bottom: 70px;
}
@media (max-width: 800px) {
  #s05 {
    margin-bottom: 35px;
    padding: 70px 0px;
  }
}
#s05.s05__footer {
  margin-bottom: 0px;
}
#s05 .s05__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20%;
  right: -20%;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#s05 .s05__inner {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 800px) {
  #s05 .s05__inner {
    display: block;
  }
}
#s05 .s05__inner li {
  width: 50%;
}
@media (max-width: 800px) {
  #s05 .s05__inner li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #s05 .s05__inner li:last-child {
    margin-bottom: 0px;
  }
}
#s05 .s05__inner li .s05__ico {
  display: block;
  margin: 0 auto;
}
#s05 .s05__inner li h1 {
  margin-top: 2em;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
}
#s05 .s05__inner li h2 {
  text-align: center;
  font-size: clamp(24px, 12.8571428571px + 0.0371428571 * 100vw, 50px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin-top: 0em;
}
#s05 .s05__inner li p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2.4em;
}

#s06 {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 65px;
}
@media (max-width: 800px) {
  #s06 {
    margin-bottom: 35px;
  }
}
#s06 .s06__inner {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#s06 .s06__inner section {
  width: 40%;
  padding: 120px 0px;
}
#s06 .s06__inner section h1 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1;
}
#s06 .s06__inner section h2 {
  font-size: clamp(30px, 17.1428571429px + 0.0428571429 * 100vw, 60px);
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
#s06 .s06__inner section div {
  margin-bottom: 1em;
}
#s06 .s06__inner section div p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
@media (max-width: 800px) {
  #s06 .s06__inner section div p {
    display: block;
  }
}
#s06 .s06__inner section div p span {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 800px) {
  #s06 .s06__inner section div p span {
    display: none;
  }
}
#s06 iframe {
  width: calc((100% - min(1000px, 90%)) / 2 + min(1000px, 90%) * 0.6);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
}
@media (max-width: 800px) {
  #s06 iframe {
    width: calc((100% - min(1000px, 90%)) / 2 + min(1000px, 90%) * 0.5);
  }
}
#s06::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #F2F2F2;
  position: absolute;
  top: 18%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}

footer {
  width: 100%;
  background-color: #555555;
  padding: 57px 0px;
}
@media (max-width: 800px) {
  footer {
    padding: 70px 0px 20px 0px;
  }
}
footer .footer__logo {
  display: block;
  margin: 0 auto;
  width: 61px;
}
footer .footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer p {
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-weight: 200;
  margin-top: 2em;
  margin-bottom: 1.6em;
}
footer nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  row-gap: 1em;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.6em;
}
@media (max-width: 800px) {
  footer nav {
    gap: 2em;
    row-gap: 0.7em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
footer nav a {
  display: block;
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  font-style: italic;
  color: #fff;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
footer small {
  text-align: center;
  color: #fff;
  display: block;
  margin: 0 auto;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

.common__title h1, .common__title h2 {
  text-align: center;
}
.common__title h1 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1;
  margin-bottom: 0.5em;
}
.common__title h2 {
  font-size: clamp(30px, 8.5714285714px + 0.0714285714 * 100vw, 80px);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.common__link {
  width: 264px;
  height: 57px;
  background-color: #000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.common__link div {
  display: block;
  background-color: #000;
  border-radius: 100%;
  aspect-ratio: 1/1;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 0%;
  margin: auto;
}
.common__link div img {
  display: block;
}
.common__link:hover div {
  transition: all 0.3s ease;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: -14%;
  margin: auto;
}
.common__link--short {
  width: 160px;
}
@media (max-width: 800px) {
  .common__link--short {
    zoom: 0.7;
  }
}
.common__link.active {
  transition: all 0.3s ease;
}
.common__link.active div {
  background-color: #fff;
  opacity: 0;
  transform: rotate(100deg);
  transition: all 0.3s ease;
}

.common__pagetop {
  width: min(90%, 1000px);
  margin: 0 auto;
  margin-top: 170px;
}
@media (max-width: 800px) {
  .common__pagetop {
    margin-top: 130px;
  }
}
.common__pagetop h1 {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 0.4em;
}
.common__pagetop h2 {
  font-size: clamp(40px, 22.8571428571px + 0.0571428571 * 100vw, 80px);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.7em;
}
.common__pagetop--withtxt h2 {
  margin-bottom: 0.3em;
}
.common__pagetop--withtxt p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 3em;
}

.common__wideimg {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .common__wideimg {
    height: 200px;
  }
}
.common__wideimg--pagetop {
  -o-object-position: bottom;
     object-position: bottom;
}

.common__sectiontop {
  font-size: clamp(20px, 15.7142857143px + 0.0142857143 * 100vw, 30px);
  border-top: solid 1px #C9C9C9;
  padding-top: 0.3em;
  margin-bottom: 0.5em;
  margin-top: 2.4em;
}

.common__pagemenu a {
  width: 100%;
  background-color: #D9D9D9;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.common__pagemenu a:hover {
  background-color: #000;
  transition: all 0.3s;
}
.common__pagemenu a:hover h3 {
  color: #fff;
  transition: all 0.3s;
}
.common__pagemenu a:hover img {
  transform: rotate(360deg);
  transition: all 0.3s;
}
.common__pagemenu a div {
  width: min(1000px, 90%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
.common__pagemenu a div h3 {
  font-size: clamp(12px, 10.2857142857px + 0.0057142857 * 100vw, 16px);
  padding: 1.9em 0px;
  transition: all 0.3s;
}
.common__pagemenu a div h3 span {
  font-size: clamp(20px, 7.1428571429px + 0.0428571429 * 100vw, 50px);
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 0.2em;
}
.common__pagemenu a div img {
  display: block;
  width: 4em;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}

.common__contentsblock {
  margin-top: 130px;
}
@media (max-width: 800px) {
  .common__contentsblock {
    margin-top: 70px;
  }
}
.common__contentsblock .cc__title {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  padding: 1.9em 0px;
  text-align: center;
  margin: 0 auto;
}
.common__contentsblock .cc__title span {
  font-size: clamp(24px, 12.8571428571px + 0.0371428571 * 100vw, 50px);
  display: block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-top: 0.2em;
}
.common__contentsblock .cc__txt {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2.6em;
}
@media (max-width: 800px) {
  .common__contentsblock .cc__txt br {
    display: none;
  }
}
.common__contentsblock .cc__bt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .common__contentsblock .cc__bt {
    gap: 20px;
  }
}
.common__contentsblock .cc__bt a {
  margin: initial;
}
.common__contentsblock .cc__img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}

#about01 {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#about01 p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}

#about02 {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#about02 ul {
  width: min(550px, 100%);
}
@media (max-width: 800px) {
  #about02 ul {
    margin: 0 auto;
  }
}
#about02 ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4.5em;
  font-size: clamp(12px, 10.2857142857px + 0.0057142857 * 100vw, 16px);
  border-bottom: solid 1px rgba(201, 201, 201, 0.7882352941);
  padding: 0.8em 0.5em;
  box-sizing: border-box;
  width: 100%;
  flex-wrap: wrap;
}
#about02 ul li:last-child {
  border-bottom: none;
}
#about02 ul li p {
  display: block;
}
#about02 ul li p:first-child {
  width: 3em;
}
#about02 ul li p:last-child {
  width: calc(100% - 3em - 4.5em);
}

#about03 {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#about03 p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 2.3em;
}
#about03 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}

#introduction__wrapper {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#introduction__wrapper .introduction__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-top: 43px;
}
#introduction__wrapper .introduction__item .introduction__img {
  display: block;
  width: 29%;
  height: auto;
  aspect-ratio: 29/38;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#introduction__wrapper .introduction__item .introduction__txt {
  width: calc(71% - 30px);
}
#introduction__wrapper .introduction__item .introduction__txt h3 {
  font-size: clamp(16px, 10px + 0.02 * 100vw, 30px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
#introduction__wrapper .introduction__item .introduction__txt h3 rt {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
#introduction__wrapper .introduction__item .introduction__txt h3 span {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
#introduction__wrapper .introduction__item .introduction__txt p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-top: 1em;
  margin-bottom: 2.5em;
}
#introduction__wrapper .introduction__item .introduction__txt a {
  margin: initial;
}

#form {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 100px;
}
#form .form__radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  flex-wrap: wrap;
}
#form .form__radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#form .form__radio input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  position: absolute;
  opacity: 0;
}
#form .form__radio div {
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
  background: #D9D9D9;
  border: solid 1px #BBBBBB;
  box-sizing: border-box;
}
#form .form__radio input:checked + div::after {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#form .form__caution {
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  color: #AF0000;
  margin-bottom: 1em;
}
#form .error {
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  color: #AF0000;
  margin-top: 0.5em;
}
#form .form__title {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-top: 2.5em;
  margin-bottom: 0.8em;
}
#form .form__input, #form .form__textarea {
  width: 100%;
  box-sizing: border-box;
  border: solid 0.9em #D9D9D9;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  padding: 1em;
}
#form .form__input::-moz-placeholder, #form .form__textarea::-moz-placeholder {
  color: #D1D1D1;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#form .form__input::placeholder, #form .form__textarea::placeholder {
  color: #D1D1D1;
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
}
#form .form__textarea {
  height: 340px;
}
#form .form__pp {
  height: 250px;
  overflow-y: scroll;
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  padding-bottom: 2em;
}
#form .form__checkbox {
  font-size: clamp(10px, 9.1428571429px + 0.0028571429 * 100vw, 12px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 2em;
  gap: 0.5em;
}
#form .form__checkbox input {
  display: block;
  zoom: 1.3;
}
#form .common__link {
  margin: initial;
}
#form .form__exp {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 1em;
}
#form .form__confirm {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 1em;
}
#form .form__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4em;
  margin-top: 3em;
  flex-wrap: wrap;
}

.pagination {
  width: min(90%, 1000px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 50px;
}
.pagination .page-numbers {
  display: block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 100%;
  color: #fff;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.pagination .page-numbers.current {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
}

#single {
  width: min(90%, 1000px);
  margin: 0 auto;
}
#single .single__article .single__title {
  font-size: clamp(18px, 9.4285714286px + 0.0285714286 * 100vw, 38px);
  font-weight: bold;
}
#single .single__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-bottom: 1em;
}
#single .single__meta time {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
}
#single .single__meta p {
  font-size: clamp(12px, 11.1428571429px + 0.0028571429 * 100vw, 14px);
  background-color: #000;
  color: #fff;
  line-height: 1;
  padding: 0.6em 1.2em;
  border-radius: 2em;
}
#single .single__thumnail {
  max-width: 70%;
  max-height: 400px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#single .single__content p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.8;
  margin-bottom: 1.6em;
}
#single .single__content h1, #single .single__content h2, #single .single__content h3, #single .single__content h4, #single .single__content h5, #single .single__content h6 {
  font-weight: bold;
  margin-bottom: 0.8em;
  font-size: clamp(18px, 15.4285714286px + 0.0085714286 * 100vw, 24px);
}
#single .single__content p {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  line-height: 1.7;
  margin-bottom: 1.5em;
}
#single .single__content ul,
#single .single__content ol {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style: disc;
}
#single .single__content ul li {
  list-style: disc !important;
}
#single .single__content ol li {
  list-style: decimal !important;
}
#single .single__content li {
  margin-bottom: 0.5em;
}
#single .single__content blockquote {
  font-size: clamp(14px, 13.1428571429px + 0.0028571429 * 100vw, 16px);
  padding-left: 1em;
  border-left: 4px solid #ccc;
  margin-bottom: 1.5em;
  color: #555;
}
#single .single__content a {
  color: #007acc;
  text-decoration: underline;
}
#single .single__content a:hover {
  color: #005fa3;
}
#single .single__content strong {
  font-weight: bold;
}
#single .single__content em {
  font-style: italic;
}
#single .single__content .wp-block-button a {
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */