@charset "UTF-8";
/*top
----------------------------------------------------*/
/* メインイメージ
----------------------------------------------------*/
#mainimage {
  display: block;
  width: 100%;
  height: 100%;
}

#mainimage_main {
  width: 100%;
  max-height: 100%;
  background: #f7f4ed;
  position: relative;
}

#mainimage_main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/top/mainimage_bg.png") no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

#mainimage_img {
  position: relative;
  width: 95%;
  max-width: 1501px;
  margin: 0 auto;
  line-height: 0;
  box-sizing: border-box;
  /* padding-top: 40px; */
  z-index: 2;
}

#mainimage_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#mainimage_medal {
  width: 70vw;
  max-width: 1106px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}

#mainimage_strongpoint {
  background: #463d2e;
  box-sizing: border-box;
  padding: clamp(48px, 6vw, 64px) 0;
}

.mainimage_strongpoint-wrap {
  width: 95%;
  margin: 0 auto;
  max-width: fit-content;
  display: flex;
  justify-content: space-between;
}

.mainimage_strongpoint-list {
  display: flex;
  flex-direction: row;
  gap: clamp(16px, 2vw, 30px);
  line-height: 0;
}

.mainimage_strongpoint-list li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*トップページ
----------------------------------------------------*/
/* glad */
.glad {
  background: url("../images/top/glad_bg.png") no-repeat center center/cover;
  box-sizing: border-box;
}

.glad_ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.glad_ttl-main {
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.075em;
  vertical-align: baseline;
  line-height: 1.5;
}

.glad_ttl-main .glad_ttl-strong01 {
  font-size: 1.35em;
  color: #db3a34;
}

.glad_ttl-sub {
  background: #d1b57a;
  box-sizing: border-box;
  padding: 12px 16px;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.075em;
  position: relative;
  margin-bottom: 56px;
}

.glad_ttl-sub:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 32px solid transparent;
  border-top: 24px solid #d1b57a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -56px;
  margin: 0 auto;
}

.glad_img {
  text-align: center;
  margin: 24px auto 0;
}

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

/* feature */
.feature {
  background: url("../images/top/feature_bg.png") no-repeat center center/cover;
  box-sizing: border-box;
  padding: 80px 0;
}

.feature_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-bottom: 32px;
}

.feature_conts {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 8px solid #ccb896;
  padding: 4px;
  background: #fff;
}

.feature_conts-wrap {
  box-sizing: border-box;
  border: 4px solid #ccb896;
  padding: 48px;
}

.feature_text {
  border-bottom: 1px solid #d1c8b5;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.feature_text:last-of-type {
  padding-bottom: 0;
  border: none;
  margin-bottom: 0;
}

.feature_text-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.feature_text-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 200px;
  background: linear-gradient(135deg, #ac8940 0%, #f0d499 45%, #f0d499 55%, #ac8940 100%);
  margin-right: 32px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
}

.feature_text-ttl-main {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}

.feature_text-ttl-main span {
  display: block;
  font-size: 2em;
}

.feature_text-main {
  width: calc(100% - 140px);
}

.feature_text-main p {
  margin-bottom: 0;
}

.feature_text-main-text {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.feature_text-main-text01 {
  color: #db3a34;
}

.feature_text-main-text01 span {
  font-size: 1.4em;
}

.feature_text-main-text03 span {
  font-size: 1.25em;
}

.feature_text-main-text04 .feature_text-main-text04-01 {
  font-size: 1.4em;
  color: #db3a34;
}

.feature_text-main-text04 .feature_text-main-text04-02 {
  color: #db3a34;
}

/* nayamilink */
.nayamilink_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.nayamilink_list li {
  width: calc(25% - 21px);
  max-width: 240px;
}

.nayamilink_list li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* message */
.message {
  background: url("../images/top/message_bg.png") no-repeat center center/cover;
  box-sizing: border-box;
  padding: 80px 0;
}

.message_main {
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
}

.message_top-bg,
.message_btm-bg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.message_top-bg p,
.message_btm-bg p {
  line-height: 0;
  margin-bottom: 0;
}

.message_bg-line {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 16px;
  position: relative;
}

.message_top-bg .message_bg-line {
  border-top: 4px solid;
  border-image-source: linear-gradient(to right, #cecaa8, #f3f0d9);
  border-image-slice: 1;
  top: 4px;
}

.message_btm-bg .message_bg-line {
  border-bottom: 4px solid;
  border-image-source: linear-gradient(to right, #f3f0d9, #cecaa8);
  border-image-slice: 1;
  bottom: 4px;
}

.message_textarea {
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 0;
  border-bottom: 0;
  border-image-source: linear-gradient(to bottom, #cecaa8, #f3f0d9);
  border-image-slice: 1;
  margin: 12px auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.message_textarea p {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.message_mainttl {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 12px;
}

.message_mainttl span {
  font-size: 1.25em;
  font-weight: bold;
  color: #c2a531;
}

/* last */
.last {
  box-sizing: border-box;
  padding: 80px 0;
  background: #ede6da;
  position: relative;
  font-size: 32px;
  line-height: 1.5;
}

.last:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 120px solid transparent;
  border-top: clamp(24px, 6vw, 48px) solid #ede6da;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
}

.last p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}

.last_text01 {
  font-size: 1.25em;
  color: #db3a34;
}
