@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: 600;
  line-height: 1;
}
@media (max-width: 800px) {
  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 {
    line-height: 1.7 !important;
  }
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

button {
  border: 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%;
}

img {
  display: block;
}

hr {
  border: none;
}

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

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

button {
  color: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: norml;
}
body.active {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
#bg .common__bg {
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url("../img/common-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 50%, 100% 0%, 100% 50%, 0% 100%);
  z-index: -3;
}
#bg .common__bg--1 {
  position: absolute;
  top: -16vw;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 800px) {
  #bg .common__bg--1 {
    position: absolute;
    top: -10vw;
    bottom: initial;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
#bg .common__bg--2 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#bg .common__bg--3 {
  position: absolute;
  top: initial;
  bottom: -50vw;
  left: 0px;
  right: 0px;
  margin: auto;
}

.common__stflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .common__stflex {
    display: block;
  }
  .common__stflex .common__bt {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.common__bt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
@media (max-width: 800px) {
  .common__bt {
    height: auto !important;
    padding: 0.7em 1em !important;
    box-sizing: border-box;
  }
}
.common__bt p, .common__bt img {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.common__bt p {
  display: block;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}
.common__bt img {
  display: block;
}
@media (max-width: 800px) {
  .common__bt img {
    zoom: 0.6;
  }
}
.common__bt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, rgb(230, 177, 172) 0%, rgb(224, 209, 182) 63%, rgb(210, 214, 195) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.common__bt:hover {
  transition: all 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  background-color: transparent;
}
.common__bt:hover p {
  color: #fff !important;
  text-decoration: underline;
  transition: all 0.3s;
}
.common__bt:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
.common__bt--01 {
  background-color: #DE9385;
  min-width: 204px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 1em;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
}
.common__bt--01 p {
  color: #fff !important;
}
.common__bt--02 {
  background-color: #DE9385;
  min-width: 204px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 1em;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
  background-color: #D4541A;
}
.common__bt--02 p {
  color: #fff !important;
}
.common__bt--03 {
  background-color: #DE9385;
  min-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8em 0px;
  border-radius: 54px;
  gap: 0.8em;
}
.common__bt--03 p {
  color: #fff !important;
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  margin-top: 0.1em;
}
.common__bt--04 {
  background-color: #DE9385;
  width: 100%;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
  background-color: #FF0000;
}
.common__bt--04 p {
  color: #fff !important;
}
.common__bt--05 {
  background-color: #DE9385;
  width: 100%;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
  background-color: #5D008E;
}
.common__bt--05 p {
  color: #fff !important;
}
.common__bt--06 {
  background-color: #DE9385;
  width: 100%;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
  background-color: #000;
}
.common__bt--06 p {
  color: #fff !important;
}
.common__bt--07 {
  background-color: #85DEC3;
  min-width: 204px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 1em;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
}
.common__bt--07 p {
  color: #fff !important;
}
.common__bt--08 {
  background-color: #000;
  min-width: 220px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 0px;
  border-radius: 54px;
  gap: 0.8em;
}
.common__bt--08 p {
  color: #fff !important;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  text-decoration: underline;
}
.common__bt--09 {
  background-color: #000;
  min-width: 204px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 1em;
  height: 54px;
  border-radius: 54px;
  gap: 0.8em;
}
.common__bt--09 p {
  color: #fff !important;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}
.common__bt--10 {
  background-color: #DE9385;
  min-width: min(538px, 90%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 1em;
  height: 77px;
  border-radius: 77px;
  gap: 0.8em;
}
.common__bt--10 p {
  color: #fff !important;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-size: clamp(20px, 15.3846153846px + 0.0123076923 * 100vw, 24px);
}

.common__title {
  display: block;
  font-size: clamp(34px, 15.5384615385px + 0.0492307692 * 100vw, 50px);
  font-weight: 900;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.common__title::after {
  content: "";
  display: block;
  background-color: #85DEC3;
  width: 110%;
  height: 0.45em;
  position: absolute;
  top: initial;
  bottom: -0.12em;
  left: -5%;
  right: -5%;
  margin: auto;
  z-index: -1;
}
@media (max-width: 800px) {
  .common__title::after {
    position: absolute;
    top: initial;
    bottom: 0.25em;
    left: -5%;
    right: -5%;
    margin: auto;
  }
}
.common__title--noborder::after {
  content: none;
  display: none;
}
.common__title--jp {
  font-size: clamp(20px, 3.8461538462px + 0.0430769231 * 100vw, 34px);
  font-weight: 700;
}

.common__sectiontop .common__stp {
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
  margin-bottom: 0.8em;
}
@media (max-width: 800px) {
  .common__sectiontop .common__stp {
    margin-bottom: 0em;
  }
}

.common__pagenation {
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: 80px 0px 190px 0px;
  border-bottom: solid 1px #6E6E6E;
}
.common__pagenation .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 31px;
}
@media (max-width: 800px) {
  .common__pagenation .wp-pagenavi {
    display: block;
  }
}
.common__pagenation .wp-pagenavi .pages, .common__pagenation .wp-pagenavi .extend, .common__pagenation .wp-pagenavi .page, .common__pagenation .wp-pagenavi .current {
  display: none !important;
}
.common__pagenation .wp-pagenavi .first, .common__pagenation .wp-pagenavi .previouspostslink, .common__pagenation .wp-pagenavi .nextpostslink, .common__pagenation .wp-pagenavi .last {
  border-radius: 100px;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1em;
  color: #fff;
  border: none !important;
  position: relative;
  overflow: hidden;
  z-index: 999;
}
.common__pagenation .wp-pagenavi .first::after, .common__pagenation .wp-pagenavi .previouspostslink::after, .common__pagenation .wp-pagenavi .nextpostslink::after, .common__pagenation .wp-pagenavi .last::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, rgb(230, 177, 172) 0%, rgb(224, 209, 182) 63%, rgb(210, 214, 195) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.common__pagenation .wp-pagenavi .first:hover, .common__pagenation .wp-pagenavi .previouspostslink:hover, .common__pagenation .wp-pagenavi .nextpostslink:hover, .common__pagenation .wp-pagenavi .last:hover {
  transition: all 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  background-color: transparent;
}
.common__pagenation .wp-pagenavi .first:hover p, .common__pagenation .wp-pagenavi .previouspostslink:hover p, .common__pagenation .wp-pagenavi .nextpostslink:hover p, .common__pagenation .wp-pagenavi .last:hover p {
  color: #fff !important;
  text-decoration: underline;
  transition: all 0.3s;
}
.common__pagenation .wp-pagenavi .first:hover::after, .common__pagenation .wp-pagenavi .previouspostslink:hover::after, .common__pagenation .wp-pagenavi .nextpostslink:hover::after, .common__pagenation .wp-pagenavi .last:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  .common__pagenation .wp-pagenavi .first, .common__pagenation .wp-pagenavi .previouspostslink, .common__pagenation .wp-pagenavi .nextpostslink, .common__pagenation .wp-pagenavi .last {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
.common__pagenation .wp-pagenavi .first::before, .common__pagenation .wp-pagenavi .previouspostslink::before, .common__pagenation .wp-pagenavi .nextpostslink::before, .common__pagenation .wp-pagenavi .last::before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background-image: url("../img/temp-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 999;
}
.common__pagenation .wp-pagenavi .first::after, .common__pagenation .wp-pagenavi .previouspostslink::after, .common__pagenation .wp-pagenavi .nextpostslink::after, .common__pagenation .wp-pagenavi .last::after {
  z-index: -1;
}
.common__pagenation .wp-pagenavi .previouspostslink {
  flex-direction: initial;
}
.common__pagenation .wp-pagenavi .previouspostslink::before {
  transform: rotate(180deg);
}
.common__pagenation .wp-pagenavi .previouspostslink, .common__pagenation .wp-pagenavi .nextpostslink {
  background-color: #6E6E6E;
}
.common__pagenation .wp-pagenavi .last, .common__pagenation .wp-pagenavi .first {
  background-color: #D4541A;
}

.postloop__hisako {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 35px;
}
@media (max-width: 800px) {
  .postloop__hisako {
    row-gap: 14px;
    align-items: self-start;
  }
}
.postloop__hisako .hisako__small {
  width: 23.5%;
}
@media (max-width: 800px) {
  .postloop__hisako .hisako__small {
    width: 48%;
  }
}
.postloop__hisako .hisako__small .hs__thumnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1024/576;
}
.postloop__hisako .hisako__small .hs__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postloop__hisako .hisako__small .hs__details .hs__date {
  font-size: clamp(10px, 5.3846153846px + 0.0123076923 * 100vw, 14px);
  margin-top: 0.8em;
}
.postloop__hisako .hisako__small .hs__details h3 {
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
  margin-top: 1.3em;
  margin-bottom: 1.6em;
}
@media (max-width: 800px) {
  .postloop__hisako .hisako__small .hs__details h3 {
    margin-top: 0em;
    margin-bottom: 0em;
  }
}
.postloop__hisako .hisako__small .common__bt {
  margin: 0 auto;
}

#sns {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
}
#sns .sns__exp {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 2;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
#sns .sns__exp a {
  text-decoration: underline;
}
#sns .sns__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  gap: 30px;
}
@media (max-width: 800px) {
  #sns .sns__item {
    display: block;
  }
}
#sns .sns__item .sns__left {
  width: 17%;
  min-width: 17%;
}
@media (max-width: 800px) {
  #sns .sns__item .sns__left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
}
#sns .sns__item .sns__left h2 {
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  text-align: center;
  margin-bottom: 0.7em;
}
#sns .sns__item .sns__left .sns__logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.3em;
}
#sns .sns__item .sns__right h3 {
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  line-height: 1.6;
}
#sns .sns__item .sns__right p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 2;
  margin-top: 0.8em;
  margin-bottom: 1.5em;
}

.postloop__news {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
}
.postloop__news .news__exp {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 2;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
.postloop__news .news__exp a {
  text-decoration: underline;
}
.postloop__news h2 {
  display: block;
  font-size: clamp(18px, 4.1538461538px + 0.0369230769 * 100vw, 30px);
  font-weight: 900;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 1.4em;
}
.postloop__news h2::after {
  content: "";
  display: block;
  background-color: #DE9385;
  width: 110%;
  height: 0.45em;
  position: absolute;
  top: initial;
  bottom: -0.16em;
  left: -5%;
  right: -5%;
  margin: auto;
  z-index: -1;
}
.postloop__news .news__cat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
@media (max-width: 800px) {
  .postloop__news ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.postloop__news ul li {
  width: 100%;
  padding: 28px 0px;
  position: relative;
}
@media (max-width: 800px) {
  .postloop__news ul li {
    padding: 10px 0px;
  }
}
.postloop__news ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #DE9385 0%, #DE9385 7.8%, #DBDBDB 7.8%, #DBDBDB 100%);
}
.postloop__news ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .postloop__news ul li a {
    display: block;
  }
}
.postloop__news ul li a article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
@media (max-width: 800px) {
  .postloop__news ul li a article {
    gap: 5%;
    align-items: flex-start;
  }
}
.postloop__news ul li a article .news__thumnail {
  width: 139px;
  min-width: 139px;
  height: auto;
  aspect-ratio: 1024/576;
}
@media (max-width: 800px) {
  .postloop__news ul li a article .news__thumnail {
    width: 50%;
    height: auto;
    min-width: 50%;
  }
}
.postloop__news ul li a article .news__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postloop__news ul li a article .news__main {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.postloop__news ul li a article .news__main .news__date {
  font-size: clamp(10px, 5.3846153846px + 0.0123076923 * 100vw, 14px);
}
.postloop__news ul li a article .news__main .news__details {
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
  text-decoration: underline;
  line-height: 1.7;
  margin-top: 0.3em;
  margin-bottom: 1em;
}
.postloop__news ul li a article .news__main .news__cat {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  margin-top: 0.5em;
}
.postloop__news ul li a article .news__main .news__cat a {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .postloop__news ul li a .common__bt {
    width: 100%;
    min-width: initial;
  }
}

.postloop__hisako .pl__big, .postloop__news .pl__big {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media (max-width: 800px) {
  .postloop__hisako .pl__big, .postloop__news .pl__big {
    display: block;
    margin-bottom: 20px;
  }
}
.postloop__hisako .pl__big .plb__thumnail, .postloop__news .pl__big .plb__thumnail {
  display: block;
  width: 33%;
  height: auto;
  aspect-ratio: 1024/576;
}
@media (max-width: 800px) {
  .postloop__hisako .pl__big .plb__thumnail, .postloop__news .pl__big .plb__thumnail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.postloop__hisako .pl__big .plb__thumnail img, .postloop__news .pl__big .plb__thumnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postloop__hisako .pl__big .plb__details .plb__catarea, .postloop__news .pl__big .plb__details .plb__catarea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.postloop__hisako .pl__big .plb__details .plb__catarea p.plb__new, .postloop__news .pl__big .plb__details .plb__catarea p.plb__new {
  display: block;
  font-size: clamp(14px, 7.0769230769px + 0.0184615385 * 100vw, 20px);
  background-color: #D4541A;
  padding: 0.5em 1.3em;
  color: #fff;
}
.postloop__hisako .pl__big .plb__details .plb__catarea p.plb__date, .postloop__news .pl__big .plb__details .plb__catarea p.plb__date {
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}
.postloop__hisako .pl__big .plb__details h3, .postloop__news .pl__big .plb__details h3 {
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  margin-top: 1em;
  margin-bottom: 1.2em;
}
@media (max-width: 800px) {
  .postloop__hisako .pl__big .common__bt, .postloop__news .pl__big .common__bt {
    width: 100%;
  }
}

#top__title {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  #top__title {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
#top__title li {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
}
#top__title li::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
  color: #000;
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
}
#top__title li:last-child::after {
  content: "";
}
#top__title li a, #top__title li span {
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
}

header {
  width: 100%;
  position: absolute;
  top: 18px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  header {
    padding-right: 5%;
  }
}
header nav {
  background-color: #fff;
  height: 89px;
}
header nav.header__left {
  width: min(377px, 26%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 40px 40px 0px;
}
@media (max-width: 800px) {
  header nav.header__left {
    height: 60px;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
header nav.header__left a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
header nav.header__left a img {
  display: block;
  width: min(271px, 85%);
  margin: 0 auto;
}
header nav.header__right {
  width: min(993px, 69%);
  border-radius: 40px 0px 0px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 26px;
  padding-right: 1%;
}
@media (max-width: 1350px) {
  header nav.header__right {
    gap: 18px !important;
  }
}
@media (max-width: 1200px) {
  header nav.header__right {
    display: none;
  }
}
header nav.header__right .header__link {
  position: relative;
  display: block;
  transition: all 0.3s;
  font-size: clamp(6px, -5.5384615385px + 0.0307692308 * 100vw, 16px);
}
header nav.header__right .header__link::after {
  content: "";
  width: 0%;
  height: 3px;
  border-radius: 3px;
  background: #DE9385;
  position: absolute;
  top: initla;
  bottom: -0.6em;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all 0.3s;
}
header nav.header__right .header__link:hover {
  color: #DE9385;
  transition: all 0.3s;
}
header nav.header__right .header__link:hover::after {
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1350px) {
  header nav.header__right .common__bt {
    width: 130px !important;
    min-width: auto;
  }
}
header .header__hum {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 80px;
  position: relative;
}
@media (min-width: 1201px) {
  header .header__hum {
    display: none;
  }
}
@media (max-width: 800px) {
  header .header__hum {
    width: 60px;
    height: 60px;
  }
}
header .header__hum hr {
  display: block;
  width: 60%;
  height: 2px;
  background-color: #DE9385;
  transition: all 0.3s;
}
header .header__hum hr:nth-child(1) {
  position: absolute;
  top: 30%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
header .header__hum hr:nth-child(2) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
header .header__hum hr:nth-child(3) {
  position: absolute;
  top: 0px;
  bottom: 30%;
  left: 0px;
  right: 0px;
  margin: auto;
}
header .header__hum.active hr {
  transition: all 0.3s;
}
header .header__hum.active hr:nth-child(1) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(-45deg);
  z-index: 2;
  background-color: #fff;
}
header .header__hum.active hr:nth-child(2) {
  width: 100%;
  height: 100%;
  background-color: #DE9385;
  border-radius: 100%;
  z-index: 1;
}
header .header__hum.active hr:nth-child(3) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(45deg);
  z-index: 2;
  background-color: #fff;
}

.sp__menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  z-index: 70;
  width: 100%;
  height: 100%;
  background-color: #DE9385;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(120%);
  transition: all 0.5s;
}
.sp__menu.active {
  background-color: #fff;
  transform: translateX(0%);
  transition: all 0.5s;
}
.sp__menu nav {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sp__menu nav .header__link {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  margin-bottom: 2em;
  position: relative;
  transition: all 0.3s;
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
}
.sp__menu nav .header__link::after {
  content: "";
  width: 0%;
  height: 3px;
  border-radius: 3px;
  background: #DE9385;
  position: absolute;
  top: initla;
  bottom: -0.6em;
  left: 0px;
  right: 0px;
  margin: auto;
  transition: all 0.3s;
  z-index: 1;
}
.sp__menu nav .header__link:hover {
  color: #DE9385;
  transition: all 0.3s;
}
.sp__menu nav .header__link:hover::after {
  width: 100%;
  transition: all 0.3s;
}
.sp__menu nav .common__bt {
  margin: 0 auto;
}
.sp__menu nav .common__bt p {
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
}

footer {
  padding-bottom: 120px;
}
@media (max-width: 800px) {
  footer {
    padding-bottom: 30px;
  }
}
footer .footer__logo {
  display: block;
  width: min(271px, 90%);
  margin: 0 auto;
}
footer h2 {
  text-align: center;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}
footer .footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
footer .footer__sns a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
footer .footer__sns a img {
  zoom: 0.6;
}
footer .footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5em;
  margin-top: 3em;
  margin-bottom: 4em;
}
@media (max-width: 800px) {
  footer .footer__links {
    display: block;
  }
}
footer .footer__links a {
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  display: block;
  text-decoration: underline;
}
@media (max-width: 800px) {
  footer .footer__links a {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 1em;
  }
}
footer small {
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
  text-align: center;
  margin: 0 auto;
  display: block;
}

#f01 {
  height: 845px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  #f01 {
    height: auto;
    padding: 10vw 0px;
    margin-top: 80px;
  }
}
#f01 h1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(34px, 10.9230769231px + 0.0615384615 * 100vw, 54px);
  font-weight: 900;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#f01 h1 span {
  font-size: clamp(24px, 0.9230769231px + 0.0615384615 * 100vw, 44px);
  font-weight: 900;
}
#f01 .f01__circle {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  z-index: -1;
}
#f01 .f01__circle--1 {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: -10%;
  right: initial;
  margin: auto;
  width: 41%;
  max-width: 596px;
}
#f01 .f01__circle--2 {
  position: absolute;
  top: initial;
  bottom: 7%;
  left: 26%;
  right: initial;
  margin: auto;
  width: 18%;
  max-width: 261px;
}
@media (max-width: 800px) {
  #f01 .f01__circle--2 {
    position: absolute;
    top: initial;
    bottom: 7%;
    left: 7%;
    right: initial;
    margin: auto;
    width: 28%;
  }
}
#f01 .f01__circle--3 {
  position: absolute;
  top: initial;
  bottom: 22%;
  left: initial;
  right: 26%;
  margin: auto;
  width: 18%;
  max-width: 256px;
}
@media (max-width: 800px) {
  #f01 .f01__circle--3 {
    width: 24%;
  }
}
#f01 .f01__circle--4 {
  position: absolute;
  top: initial;
  bottom: 16%;
  left: initial;
  right: 6.5%;
  margin: auto;
  width: 15.6%;
  max-width: 226px;
}
#f01 .f01__circle--5 {
  position: absolute;
  top: initial;
  bottom: 47%;
  left: initial;
  right: 0%;
  margin: auto;
  width: 28.6%;
  max-width: 412px;
}

#fr02 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 90px;
}
#fr02 .fr02__content p {
  font-size: clamp(14px, 7.0769230769px + 0.0184615385 * 100vw, 20px);
  line-height: 2;
  margin-top: 1em;
}

#fr03 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
}
#fr03 .fr03__main {
  font-size: clamp(26px, 9.8461538462px + 0.0430769231 * 100vw, 40px);
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3;
}
#fr03 .fr03__main span {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(16px, -0.1538461538px + 0.0430769231 * 100vw, 30px);
  line-height: 1.3;
}
#fr03 .fr03__img {
  display: block;
  width: 47%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 0%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 800px) {
  #fr03 .fr03__img {
    filter: blur(3px);
  }
}

#fr04 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
}
#fr04 .fr04__exp {
  font-size: clamp(14px, 7.0769230769px + 0.0184615385 * 100vw, 20px);
  margin-top: 1.5em;
}
#fr04 .fr04__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  padding-top: 50px;
}
@media (max-width: 800px) {
  #fr04 .fr04__flex {
    flex-wrap: wrap-reverse;
    padding-top: 20px;
  }
}
#fr04 .fr04__flex ul {
  width: 50%;
}
@media (max-width: 800px) {
  #fr04 .fr04__flex ul {
    width: 100%;
  }
}
#fr04 .fr04__flex ul li {
  border-top: solid 2px #DBDBDB;
  position: relative;
  padding: 25px 0px;
}
@media (max-width: 800px) {
  #fr04 .fr04__flex ul li {
    padding: 15px 0px;
  }
}
#fr04 .fr04__flex ul li:last-child {
  border-bottom: solid 2px #DBDBDB;
}
#fr04 .fr04__flex ul li h2 {
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
}
#fr04 .fr04__flex ul li h3 {
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.3;
}
@media (max-width: 800px) {
  #fr04 .fr04__flex ul li h3 {
    margin: 0.4em 0px;
  }
}
#fr04 .fr04__flex ul li h3 a {
  text-decoration: underline;
}
#fr04 .fr04__flex ul li .fr04__arrow {
  position: absolute;
  top: 25px;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
}
#fr04 .fr04__img {
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 0px 32px 0px;
}
@media (max-width: 800px) {
  #fr04 .fr04__img {
    width: 100%;
    margin-bottom: 20px;
  }
}

#fr05 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 800px) {
  #fr05 {
    margin-bottom: 80px;
  }
}
#fr05 .fr05__main p {
  font-size: clamp(14px, 7.0769230769px + 0.0184615385 * 100vw, 20px);
  line-height: 2;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#fr05 .fr05__main p a {
  text-decoration: underline;
}
#fr05 nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  #fr05 nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1vw;
    row-gap: 28px;
  }
}
#fr05 nav a {
  display: block;
  width: 10.1111111111%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: solid 3px #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
}
@media (max-width: 800px) {
  #fr05 nav a {
    width: 19%;
    height: auto;
    border: solid 2px #000;
  }
}
#fr05 nav a:hover {
  background-color: #DE9385;
  transition: all 0.3s;
}
#fr05 nav a img {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#fr05 nav a::after {
  content: "行";
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1/1;
  border: solid 3px #000;
  padding: 0.3em;
  line-height: 1;
  height: 1em;
  background-color: #fff;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
  position: absolute;
  top: initial;
  bottom: -24%;
  left: initial;
  right: -3px;
  margin: auto;
}
@media (max-width: 800px) {
  #fr05 nav a::after {
    position: absolute;
    top: initial;
    bottom: -1.3em;
    left: initial;
    right: -2px;
    margin: auto;
    border: solid 2px #000;
  }
}

#fr06 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
}
#fr06 .fr06__exp h2 {
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
  margin-top: 1em;
}
#fr06 .fr06__exp p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 2;
  margin-top: 2em;
  margin-bottom: 2.5em;
}
#fr06 .fr06__exp p a {
  text-decoration: underline;
}

#ab01 {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#ab01 .ab01__h2 {
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 1.8;
  margin-top: 1.5em;
}
#ab01 .ab01__p {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  line-height: 1.8;
  margin-top: 1.5em;
}
#ab01 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/566;
  margin-top: 50px;
}
#ab01 .ab01__bn {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
}
#ab01 .ab01__bn img {
  display: block;
  width: 100%;
  height: auto;
}

#ab02 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 70px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #606060;
}
#ab02 .ab02__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 800px) {
  #ab02 .ab02__flex {
    flex-wrap: wrap-reverse;
  }
}
#ab02 .ab02__flex div {
  width: calc(100% - 369px - 30px);
}
@media (max-width: 800px) {
  #ab02 .ab02__flex div {
    width: 100%;
  }
}
#ab02 .ab02__flex div h2 {
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
}
#ab02 .ab02__flex div h3 {
  font-size: clamp(18px, 4.1538461538px + 0.0369230769 * 100vw, 30px);
  margin-top: 0.3em;
  font-weight: 800;
}
#ab02 .ab02__flex div p {
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
  margin-top: 1.6em;
  line-height: 1.6;
}
#ab02 .ab02__flex img {
  width: 369px;
  height: auto;
  aspect-ratio: 369/285;
}
@media (max-width: 800px) {
  #ab02 .ab02__flex img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#ab02 .ab02__flex--02 div p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
#ab02 .abo2__exp {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 1.3;
}

#gl01 {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding-bottom: 180px;
  margin-bottom: 60px;
  border-bottom: solid 1px #606060;
}
#gl01 .gl01__title h2 {
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
  font-weight: 800;
  margin-top: 2em;
  margin-bottom: 0.7em;
}
#gl01 .gl01__content {
  background-color: #FFE9E5;
  border-radius: 12px;
  padding: 23px;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  #gl01 .gl01__content {
    padding: 23px 5%;
  }
}
#gl01 .gl01__content .gl01__item {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  #gl01 .gl01__content .gl01__item {
    padding: 3%;
    margin-bottom: 3%;
  }
}
#gl01 .gl01__content .gl01__item:last-child {
  margin-bottom: 0;
}
#gl01 .gl01__content .gl01__item .gl01__subtitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gl01 .gl01__content .gl01__item .gl01__subtitle h4 {
  font-size: clamp(12px, 2.7692307692px + 0.0246153846 * 100vw, 20px);
  font-weight: 800;
  border-bottom: solid 1px #000;
}
#gl01 .gl01__content .gl01__item .gl01__subtitle p {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 0.3em 1em;
  border-radius: 3em;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}
@media (max-width: 800px) {
  #gl01 .gl01__content .gl01__item .gl01__subtitle p {
    white-space: nowrap;
  }
}
#gl01 .gl01__content .gl01__item .gl01__subtitle p img {
  display: block;
}
#gl01 .gl01__content .gl01__item .gl01__explanation {
  padding-top: 20px;
}
#gl01 .gl01__content .gl01__item .gl01__explanation p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 2;
}

#pp01 {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding-bottom: 180px;
  margin-bottom: 60px;
  border-bottom: solid 1px #606060;
}
#pp01 .pp01__title {
  font-size: clamp(14px, 7.0769230769px + 0.0184615385 * 100vw, 20px);
  font-weight: 800;
  text-decoration: underline;
}
#pp01 .pp01__txt {
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
  line-height: 1.8;
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

#co01 {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding-bottom: 180px;
  margin-bottom: 60px;
  border-bottom: solid 1px #606060;
}
#co01 .co01__exp {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-top: 1.5em;
  margin-bottom: 4.6em;
  line-height: 1.8;
}
#co01 .co01__form .co01__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-top: 2.5em;
  margin-bottom: 1.4em;
}
#co01 .co01__form .co01__title .co01__label {
  font-size: clamp(14px, 7.0769230769px + 0.0184615385 * 100vw, 20px);
  text-decoration: underline;
  font-weight: 800;
}
#co01 .co01__form .co01__title p {
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
  padding: 0.3em 1.7em;
  background-color: #D4541A;
  color: #fff;
  border-radius: 3em;
  font-weight: 400;
}
#co01 .co01__form .co01__index {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#co01 .co01__form .co01__checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-bottom: 0.4em;
}
#co01 .co01__form .co01__checkbox input {
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #6E6E6E;
  border-radius: 0px;
  background-color: #fff;
}
#co01 .co01__form .co01__checkbox--privacy {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
#co01 .co01__form .co01__input, #co01 .co01__form .co01__textarea {
  width: min(100%, 568px);
  border: solid 1px #6E6E6E;
  border-radius: 7px;
  box-sizing: border-box;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  font-weight: 800;
}
#co01 .co01__form .co01__input::-moz-placeholder, #co01 .co01__form .co01__textarea::-moz-placeholder {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  color: #6E6E6E;
  font-weight: 800;
}
#co01 .co01__form .co01__input::placeholder, #co01 .co01__form .co01__textarea::placeholder {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  color: #6E6E6E;
  font-weight: 800;
}
#co01 .co01__form .co01__input {
  height: 64px;
  padding: 0px 1em;
}
#co01 .co01__form .co01__textarea {
  height: 400px;
  padding: 1em;
}
#co01 .co01__form .co01__submit {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  border-radius: 3em;
  padding: 0.7em 3.5em;
  color: #fff;
  text-decoration: underline;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#co01 .co01__form .co01__submit p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
#co01 .co01__form .co01__submit p, #co01 .co01__form .co01__submit img {
  display: block;
  z-index: 2;
}
#co01 .co01__form .co01__submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
#co01 .co01__form .co01__submit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(141deg, rgb(230, 177, 172) 0%, rgb(224, 209, 182) 63%, rgb(210, 214, 195) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
#co01 .co01__form .co01__submit:hover {
  transition: all 0.3s;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
  background-color: transparent;
}
#co01 .co01__form .co01__submit:hover p {
  color: #fff !important;
  text-decoration: underline;
  transition: all 0.3s;
}
#co01 .co01__form .co01__submit:hover::after {
  opacity: 1;
  transition: all 0.3s;
}
#co01 .co01__form .co01__confirm-text {
  background-color: #f9f9f9;
  padding: 1em;
  border-radius: 7px;
  border: solid 1px #6E6E6E;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 1.6;
  margin-bottom: 1em;
}
#co01 .co01__form .error-message {
  color: #e74c3c;
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#check {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#check .check__exp {
  margin-top: 3em;
  font-size: clamp(16px, 9.0769230769px + 0.0184615385 * 100vw, 22px);
  line-height: 1.7;
}
#check ul {
  width: 100%;
  margin: 0 auto;
}
#check ul li .check__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-top: 3em;
}
#check ul li .check__title .check__num {
  font-size: clamp(16px, 6.7692307692px + 0.0246153846 * 100vw, 24px);
  font-weight: bold;
  color: #85DEC3;
  padding: 0.3em 0.6em;
  background-color: #000;
  border-radius: 0.4em;
}
#check ul li .check__title .check__q {
  font-size: clamp(16px, 9.0769230769px + 0.0184615385 * 100vw, 22px);
  font-weight: bold;
  border-bottom: solid 3px #85DEC3;
  line-height: 1.3 !important;
  padding: 0.3em 0px;
}
#check ul li .check__radioearea {
  margin: 1em 0px;
}
#check ul li .check__radioearea label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5em 0px;
  gap: 0.4em;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}
#check ul li .check__radioearea label input {
  width: 34px;
  height: 34px;
  border-radius: 100%;
}

#point {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 200px;
}
@media (max-width: 800px) {
  #point {
    margin-bottom: 100px;
  }
}
#point .point__result {
  text-align: center;
  font-size: clamp(20px, 3.8461538462px + 0.0430769231 * 100vw, 34px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  align-items: baseline;
}
#point .point__result b {
  font-size: clamp(70px, 23.8461538462px + 0.1230769231 * 100vw, 110px);
}
#point .point__exp {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  line-height: 1.8;
  margin-top: 1em;
}

#se01 {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#se01 .se01__h2 {
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  line-height: 1.8;
  margin-top: 1.5em;
}
#se01 .se01__bt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 800px) {
  #se01 .se01__bt {
    flex-wrap: wrap;
  }
}

#se02 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 90px;
}
#se02 .se02__exp {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  line-height: 2.2;
  margin-top: 1em;
  margin-bottom: 1.6em;
}
#se02 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/550;
}
#se02 .se02__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}
@media (max-width: 800px) {
  #se02 .se02__flex {
    display: block;
  }
}
#se02 .se02__flex ul {
  width: 65%;
  padding: 1em 0px;
}
@media (max-width: 800px) {
  #se02 .se02__flex ul {
    width: 100%;
  }
}
#se02 .se02__flex ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(18px, 4.1538461538px + 0.0369230769 * 100vw, 30px);
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  #se02 .se02__flex ul li {
    margin-bottom: 0.2em;
  }
}
#se02 .se02__flex ul li:last-child {
  margin-bottom: 0px;
}
#se02 .se02__flex ul li img {
  display: block;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
#se02 .se02__flex .se02__img {
  display: block;
  width: 35%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 800px) {
  #se02 .se02__flex .se02__img {
    width: 100%;
  }
}

#se03 {
  width: min(1000px, 90%);
  margin: 0 auto;
}
#se03 .se03__arrow {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
#se03 h1 {
  text-align: center;
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
  text-decoration: underline;
  margin-top: 1.4em;
  margin-bottom: 1.6em;
}
#se03 .se03__img {
  width: min(633px, 90%);
  height: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 633/398;
}
#se03 .se03__exp {
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  line-height: 2.3;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
}
#se03 .common__bt {
  margin: 0 auto;
}
#se03 h2 {
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
  margin-top: 2em;
  margin-bottom: 1em;
}
#se03 ul li {
  border-bottom: solid 1px #606060;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  padding: 3% 0px;
  position: relative;
}
#se03 ul li::after {
  content: "";
  display: block;
  width: 18%;
  height: 1px;
  background-color: #DE9385;
  position: absolute;
  top: initial;
  bottom: -1px;
  left: 0px;
  right: initial;
  margin: auto;
}
#se03 ul li:first-child {
  border-top: solid 1px #606060;
}
#se03 ul li:first-child::before {
  content: "";
  display: block;
  width: 18%;
  height: 1px;
  background-color: #DE9385;
  position: absolute;
  top: -1px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
}
#se03 ul li:last-child {
  display: block;
}
#se03 ul li h3 {
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  width: 25%;
  min-width: 25%;
  margin-top: 0.7em;
}
#se03 ul li h4 {
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
  width: 100%;
  margin-bottom: 0.8em;
}
#se03 ul li p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 1.8;
  width: auto;
}
#se03 ul li p span {
  display: block;
  color: #C90000;
  margin-top: 1em;
  text-decoration: underline;
}

#se04 {
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: solid 1px #000;
}
#se04 .se04__cv {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  line-height: 2.2;
  margin-bottom: 0em;
  text-decoration: underline;
  margin-top: 1em;
}
#se04 .se04__cv a {
  color: #D4541A;
}
#se04 .se04__exp {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  line-height: 2.2;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}
#se04 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1000/550;
}
#se04 h2 {
  font-size: clamp(20px, 8.4615384615px + 0.0307692308 * 100vw, 30px);
  margin-top: 3em;
  margin-bottom: 1em;
  font-weight: 900;
}
#se04 .se04__main h3 {
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  font-weight: 900;
  margin-bottom: 1.5em;
  margin-top: 2.4em;
}
#se04 .se04__main section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
@media (max-width: 800px) {
  #se04 .se04__main section {
    flex-wrap: wrap;
  }
}
#se04 .se04__main section img {
  width: 35%;
}
@media (max-width: 800px) {
  #se04 .se04__main section img {
    width: 100%;
  }
}
#se04 .se04__main section ul {
  width: 60%;
}
@media (max-width: 800px) {
  #se04 .se04__main section ul {
    width: 100%;
    margin-top: 1em;
  }
}
#se04 .se04__main section ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  border-bottom: solid 1px #000;
  position: relative;
}
#se04 .se04__main section ul li::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #DE9385;
  position: absolute;
  top: initial;
  bottom: -1px;
  left: 0px;
  right: initial;
  margin: auto;
}
#se04 .se04__main section ul li:first-child {
  border-top: solid 1px #000;
}
#se04 .se04__main section ul li:first-child::before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #DE9385;
  position: absolute;
  top: -1px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
}
#se04 .se04__main section ul li p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  line-height: 2;
  padding: 1em 0px;
}
#se04 .se04__main section ul li p:first-child {
  width: 4em;
}
#se04 .se04__sub {
  margin-top: 74px;
}
#se04 .se04__sub ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0px;
  border-bottom: solid 1px #000;
  position: relative;
}
@media (max-width: 800px) {
  #se04 .se04__sub ul li {
    flex-wrap: wrap;
  }
}
#se04 .se04__sub ul li::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #DE9385;
  position: absolute;
  top: initial;
  bottom: -1px;
  left: 0px;
  right: initial;
  margin: auto;
}
@media (max-width: 800px) {
  #se04 .se04__sub ul li::after {
    width: 43%;
  }
}
#se04 .se04__sub ul li:first-child {
  border-top: solid 1px #000;
}
#se04 .se04__sub ul li:first-child::before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #DE9385;
  position: absolute;
  top: -1px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
}
@media (max-width: 800px) {
  #se04 .se04__sub ul li:first-child::before {
    width: 43%;
  }
}
#se04 .se04__sub ul li p:nth-child(1) {
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  width: 15%;
}
@media (max-width: 800px) {
  #se04 .se04__sub ul li p:nth-child(1) {
    width: 100%;
  }
}
#se04 .se04__sub ul li p:nth-child(2) {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  width: 45%;
}
#se04 .se04__sub ul li p:nth-child(3) {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  width: 40%;
}
@media (max-width: 800px) {
  #se04 .se04__sub ul li p:nth-child(3) {
    width: 55%;
  }
}
#se04 .se04__sub ul li p:nth-child(3) span {
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
}
#se04 .se04__sub .se04__last {
  line-height: 2;
  margin-top: 1em;
  margin-bottom: 9em;
}
#se04 .common__bt {
  margin: 0 auto;
}

/*single.php
------------------------------------------------*/
.single__title {
  font-size: clamp(20px, -3.0769230769px + 0.0615384615 * 100vw, 40px);
  font-weight: 900;
  width: min(1000px, 90%);
  margin: 0 auto;
  margin-top: 0.6em;
  line-height: 1.7;
}

#article-detail {
  width: min(1000px, 90%);
  padding-bottom: 20px;
  margin: 0 auto;
}
#article-detail h1, #article-detail h2, #article-detail h3, #article-detail h4, #article-detail h5, #article-detail h6, #article-detail p, #article-detail li, #article-detail ol {
  line-height: 2.1;
}
#article-detail .single_tags {
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
#article-detail .post-article {
  width: min(1000px, 100%);
  line-height: 2;
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
}
#article-detail .post-article .hisako img {
  width: 100%;
  max-width: min(500px, 90%);
  margin: 0 auto;
}
#article-detail .post-article iframe {
  max-width: 100%;
}
#article-detail .post-article img {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
}
#article-detail .post-article h2 {
  position: relative;
  padding: 10px;
  line-height: 1.4;
  background: #85DEC3;
  color: #000;
  font-size: clamp(20px, 13.0769230769px + 0.0184615385 * 100vw, 26px);
  width: 100%;
  margin: 0 0 40px 0;
}
#article-detail .post-article h2::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
#article-detail .post-article h3 {
  border-bottom: solid 5px #DE9385;
  position: relative;
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  margin: 0 0 20px 0;
}
#article-detail .post-article h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #85DEC3;
  bottom: -5px;
  width: 20%;
}
#article-detail .post-thum img {
  width: min(1000px, 100%);
  margin: 0 auto;
}
#article-detail .article-title {
  font-size: clamp(24px, 17.0769230769px + 0.0184615385 * 100vw, 30px);
  color: #000;
  margin: 30px 0;
  line-height: 1.3;
}
#article-detail .article-body {
  margin-bottom: 0;
}
#article-detail .post-button {
  margin: 0 auto;
}

#toc_container {
  border: solid 2px #85DEC3 !important;
  border-radius: 5px;
  padding: 15px 20px !important;
  box-sizing: border-box;
  margin: 0 0 30px 0 !important;
}
#toc_container p.toc_title {
  text-align: left !important;
  font-family: "TsukushiA_b";
  border-bottom: dashed 2px #ccc;
  padding: 0 0 7px !important;
  color: #000;
}
#toc_container li {
  margin: 0 0 10px 0 !important;
  font-family: "TsukushiA_b";
}

/* リニューアル追記分 */
.pa-top-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 8px;
  width: min(1000px, 90%);
  margin: 0 auto;
}
.pa-top-flex .date {
  padding-right: 20px;
}
.pa-top-flex a {
  background-color: #DE9385;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0.3em 1em;
  border-radius: 3em;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}

/*
.ad-additional {
    .single_cat {
    font-size: settings.clampSize(14px,16px);
        a {
        padding: 0 0.5em;
        background-color: #85DEC3;
        text-align: center;
        color: #fff;
        display: inline-block;
        font-size: settings.clampSize(14px,16px);
        border-radius: 3em;
        }
    }
    .single_tags {
    width: min(800px , 90%);
    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: settings.clampSize(14px,16px);
    }
}
*/
/*
    .s-pagenation{
    width: min(800px , 90%);
    margin: 0 auto;
    }*/
.post-article p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  font-weight: 400;
}
.post-article .editor_ttl01 {
  position: relative;
  padding: 10px;
  line-height: 1.4;
  background: #85DEC3;
  color: #000;
  font-size: 26px;
  width: 100%;
  margin: 0 0 40px 0;
}
.post-article .editor_ttl01::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.post-article .editor_ttl02 {
  border-bottom: solid 5px #DE9385;
  position: relative;
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  margin: 0 0 20px 0;
}
.post-article .editor_ttl02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #85DEC3;
  bottom: -5px;
  width: 20%;
}
.post-article .editor_ttl03 {
  border-left: solid 10px #DE9385;
  position: relative;
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
}
.post-article .editor_waku {
  border-radius: 5px;
  padding: 20px;
  border: #ccc solid 1px;
  background: #fcfcfc;
  margin: 20px 0;
}
.post-article .editor_pen_yellow {
  background: linear-gradient(transparent 50%, #fff070 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_pen_emerald {
  background: linear-gradient(transparent 50%, #B3F5E1 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_pen_gray {
  background: linear-gradient(transparent 50%, #ececec 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_pen_pink {
  background: linear-gradient(transparent 50%, #FFD7D0 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_waku_hisako {
  border-radius: 5px;
  padding: 5%;
  border: #ccc solid 1px;
  background: #fcfcfc;
  margin: 20px 0;
  display: block;
  line-height: 1.7;
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
  font-style: italic;
}
.post-article .editor_pen_emerald_hisako {
  background: linear-gradient(transparent 50%, #B3F5E1 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_pen_yellow_hisako {
  background: linear-gradient(transparent 50%, #fff070 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_pen_pink_hisako {
  background: linear-gradient(transparent 50%, #FFD7D0 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}
.post-article .editor_pen_gray_hisako {
  background: linear-gradient(transparent 50%, #ececec 50%);
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  line-height: 2.6;
}/*# sourceMappingURL=style.css.map */