@charset "UTF-8";
/*-------------------------------
WEBフォント読み込み
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
strong,
sub,
sup,
var,
b,
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;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-------------------------------
変数
---------------------------------*/
:root {
  --main-color: #82613f;
}

/*-------------------------------
ディフォルト設定
---------------------------------*/
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #f7f5eb;
  margin: 0px;
  padding: 0px;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2;
  color: #222222;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  #wrap {
    overflow: hidden;
  }
}

/*text link（サイト全体のメイン文字カラー）
-------------------------------- */
a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

/*img
------------------------*/
* img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 92%;
  }
}

.content_title {
  background-size: 100% auto;
  background-color: var(--main-color);
}
.content_title .inner {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .content_title .inner {
    padding: 1.5rem 0 !important;
  }
}
.content_title .inner h1 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .content_title .inner h1 {
    font-size: 1rem;
    text-align: left;
  }
}
.content_title .inner h1 span {
  font-size: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .content_title .inner h1 span {
    font-size: 0.7rem;
    display: block;
    padding-left: 0;
  }
}
.content_title.title_news {
  background-image: url(../../asset/img/common/title_bg_news.webp);
}
.content_title.title_news .inner {
  padding: 3rem 0;
}
.content_title.title_news .inner h1 {
  color: var(--main-color);
}
.content_title.title_regist {
  background-image: url(../../asset/img/common/title_bg_regist.webp);
}
.content_title.title_regist .inner {
  padding: 3rem 0;
}
.content_title.title_regist .inner h1 {
  color: var(--main-color);
}
.content_title.title_secretariat {
  background-image: url(../../asset/img/common/title_bg_secretariat.webp);
}
.content_title.title_secretariat .inner {
  padding: 3rem 0;
}
.content_title.title_secretariat .inner h1 {
  color: var(--main-color);
}
.content_title.title_about {
  background-image: url(../../asset/img/common/title_bg_about.webp);
}
.content_title.title_about .inner {
  padding: 3rem 0;
}
.content_title.title_about .inner h1 {
  color: var(--main-color);
}
.content_title.title_contact {
  background-image: url(../../asset/img/common/title_bg_contact.webp);
}
.content_title.title_contact .inner {
  padding: 3rem 0;
}
.content_title.title_contact .inner h1 {
  color: var(--main-color);
}

h2.line {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  color: var(--main-color);
  font-size: clamp(1rem, 0.789rem + 0.901vw, 1.6rem);
  font-weight: normal;
  line-height: 1;
}
h2.line::before {
  content: "";
  display: block;
  width: 100%;
  line-height: 1;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  z-index: 1;
}
h2.line::after {
  content: "";
  display: block;
  width: 30%;
  line-height: 1;
  height: 3px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    background-color: var(--main-color);
    width: 62px;
    height: 62px;
    top: 0;
    right: 0;
    display: block;
    position: fixed;
    z-index: 1000;
  }
  .sp_menu span {
    width: 50%;
    height: 2px;
    line-height: 1;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }
  .sp_menu span:nth-of-type(1) {
    top: 30%;
  }
  .sp_menu span:nth-of-type(2) {
    top: 50%;
  }
  .sp_menu span:nth-of-type(3) {
    top: 70%;
  }
  .sp_menu.open span:nth-of-type(1) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .sp_menu.open span:nth-of-type(2) {
    display: none;
  }
  .sp_menu.open span:nth-of-type(3) {
    top: 50%;
    transform: rotate(45deg);
  }
}

.pagetop {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 3px;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 0.7rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}
.pagetop::after {
  content: "▲";
  color: #fff;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*-------------------------------
footer
---------------------------------*/
footer {
  background-color: var(--main-color);
  color: #fff;
  padding: 0;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
}
footer .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer .inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 1.5rem 0;
  }
}
footer .inner .row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 65%;
  gap: 0px;
  justify-items: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  footer .inner .row {
    grid-template-columns: 1fr;
  }
}
footer .inner .row .logo {
  width: 100%;
  text-align: center;
}
footer .inner .row .logo img {
  max-width: 300px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .inner .row .logo img {
    max-width: 60%;
  }
}
footer .inner .row .snav {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .inner .row .snav {
    display: none;
  }
}
footer .inner .row .snav ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
  margin-top: 1rem;
}
footer .inner .row .snav ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer__cr {
  text-align: center;
  width: 100%;
  background-color: #f7f5eb;
}
@media screen and (max-width: 767px) {
  footer .footer__cr {
    padding-bottom: 4rem;
  }
}
footer .footer__cr p {
  font-size: 0.8rem;
  color: var(--main-color);
  background-color: #f7f5eb;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  footer .footer__cr p {
    font-size: 0.6rem;
  }
}

/*-------------------------------
header
---------------------------------*/
header {
  background-color: #f4f3ed;
  width: 100%;
}
header .inner {
  padding: 1.5rem 0 2rem 0;
  padding-bottom: 1.5rem;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  justify-items: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 1rem 0;
    padding-top: 0.7rem;
    grid-template-columns: 1fr;
    height: 62px;
    display: block;
    max-width: 94%;
  }
}
header .inner .logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .inner .logo {
    text-align: left;
    height: 100%;
  }
}
header .inner .logo img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  header .inner .logo img {
    max-width: 220px;
    height: 100%;
  }
}
header .inner .snav {
  width: 100%;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  header .inner .snav {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1rem;
    padding-bottom: 0.8rem;
    width: 100%;
    z-index: 1000;
  }
}
header .inner .snav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  header .inner .snav ul {
    gap: 10px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  header .inner .snav ul li {
    width: 100%;
  }
}
header .inner .snav ul li a {
  background-color: var(--main-color);
  line-height: 1;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  padding-left: 50px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: top 10px left 15px;
  background-size: auto 50%;
}
@media screen and (max-width: 767px) {
  header .inner .snav ul li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    padding-left: 25%;
    background-size: auto 40%;
    background-position: top 10px left 7px;
  }
}
header .inner .snav ul li a.snav__login {
  background-image: url(../img/common/icon_login.webp);
}
header .inner .snav ul li a.snav__contact {
  background-image: url(../img/common/icon_contact.webp);
}

nav {
  background-color: #e4e0d0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav .inner {
    max-width: 100%;
    position: relative;
  }
}
nav .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 767px) {
  nav .inner ul {
    display: block;
  }
}
nav .inner ul li {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  nav .inner ul li {
    border-bottom: 1px solid #bc9f81;
  }
  nav .inner ul li::after {
    display: block;
    position: absolute;
    top: 30%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: var(--main-color);
  }
}
nav .inner ul li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  text-align: center;
  position: relative;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  nav .inner ul li a {
    padding: 19px 15px;
    text-align: left;
  }
}
nav .inner ul li a:hover {
  background-color: #82613f;
  color: #fff;
}
nav .inner ul li a:hover::after {
  display: none;
}
nav .inner ul li a.current {
  background-color: #82613f;
  color: #fff;
}
@media screen and (max-width: 767px) {
  nav .inner ul li a.current {
    background-color: #bc9f81;
  }
}
nav .inner ul li a.current::after {
  display: none;
}
nav .inner ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  border-right: 1px solid #847a70;
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  nav .inner ul li a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  nav.open {
    display: block;
  }
}

/*-------------------------------
main
---------------------------------*/
.layout_main {
  display: grid;
  grid-template-columns: 260px 880px;
  grid-column-gap: 0px;
  justify-items: flex-start;
  align-items: flex-start;
  background-color: var(--sub-color-light);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .layout_main {
    display: block;
  }
}
.layout_main .gnav {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .layout_main .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
  }
  .layout_main .gnav.open {
    left: 0;
    z-index: 999;
  }
}
.layout_main .gnav ul {
  list-style: none;
}
.layout_main .gnav ul li.btn_db {
  background-color: var(--main-color-dark);
}
.layout_main .gnav ul li.btn_db a {
  color: #fff;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .layout_main .gnav ul li.btn_db a {
    height: 56px;
  }
}
.layout_main .gnav ul li.btn_top {
  background-color: #eee;
}
.layout_main .gnav ul li.btn_top a {
  padding-left: 1rem;
}
.layout_main .gnav ul li.btn_current {
  background-color: var(--current-color-dark);
}
.layout_main .gnav ul li.btn_current a {
  color: #fff;
}
.layout_main .gnav ul li a {
  display: block;
  padding: 0.8rem 1rem;
  padding-left: 3.5rem;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: top 50% left 1rem;
  background-blend-mode: multiply;
}
.layout_main .gnav ul li a:hover {
  background-color: var(--sub-color-light);
  color: #fff;
}
.layout_main .gnav ul li a.i_keyword {
  background-image: url(../img/common/icon_keyword.svg);
}
.layout_main .gnav ul li a.i_url {
  background-image: url(../img/common/icon_url.svg);
}
.layout_main .gnav ul li a.i_case {
  background-image: url(../img/common/icon_case.svg);
}
.layout_main .gnav ul li a.i_history {
  background-image: url(../img/common/icon_history.svg);
}
.layout_main .gnav ul li a.i_measurement {
  background-image: url(../img/common/icon_measurement.svg);
}
.layout_main .gnav ul li a.i_setting {
  background-image: url(../img/common/icon_setting.svg);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.layout_main .content {
  width: 100%;
  padding: 3rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .layout_main .content {
    padding: 1rem;
  }
}

.news__tag {
  margin-bottom: 2rem;
}
.news__tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 10px;
  list-style: none;
}
.news__tag ul li a {
  display: block;
  line-height: 1;
  padding: 7px 15px;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news__tag ul li a {
    font-size: 0.8rem;
    padding: 7px 10px;
  }
}
.news__tag-all {
  border: 1px solid #727272 !important;
  color: #727272 !important;
}
.news__tag-normal {
  border: 1px solid #82613f !important;
  background-color: #82613f;
}
.news__tag-training_host {
  border: 1px solid #b79779 !important;
  background-color: #b79779;
}
.news__tag-training_sponsor {
  border: 1px solid #7aad9b !important;
  background-color: #7aad9b;
}
.news__tag-info_shar {
  border: 1px solid #9c6e6b !important;
  background-color: #9c6e6b;
}
.news__tag-rec {
  border: 1px solid #7e6179 !important;
  background-color: #7e6179;
}

.content__pager {
  margin-top: 3rem;
  text-align: center;
}
.content__pager.line-top {
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
.content__pager a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: auto;
}
.content__pager a::after {
  display: block;
  position: absolute;
  top: 20%;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

/*-------------------------------
top
---------------------------------*/
.top__mv .inner {
  max-width: 100%;
  text-align: center;
  position: relative;
}
.top__mv .inner .txt {
  font-size: 1.6vw;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1.6;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: auto;
  letter-spacing: 2px;
  color: var(--main-color);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top__mv .inner .txt {
    font-size: 0.9rem;
    color: #fff;
    text-shadow: 0 0 5px black;
    top: 10%;
    height: auto;
    text-align: center;
    display: block;
  }
}
.top__mv .inner .img img {
  width: 100%;
}

.top__info {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .top__info {
    padding: 1.5rem 0;
  }
}
.top__info h2 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__info h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.top__info p {
  line-height: 1.8;
}
.top__info-btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: stretch;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top__info-btn {
    gap: 10px;
  }
}
.top__info-btn a {
  width: 100%;
  display: block;
  text-decoration: none;
  background-color: #fff;
  background-image: url(../../asset/img/common/icon_arrow_right_brown.webp);
  background-repeat: no-repeat;
  background-position: top 45% right 20px;
  background-size: 20px auto;
  line-height: 1;
  padding: 1.7rem 20px;
  font-size: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .top__info-btn a {
    font-size: 0.8rem;
    padding: 1rem 10px;
  }
}

.top__news {
  background-color: #e4e0d0;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .top__news {
    padding: 1.5rem 0;
  }
}
.top__news .inner h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .top__news .inner h2 {
    font-size: 1.1rem;
  }
}
.top__news .inner h2 span {
  font-size: 1rem;
  color: #333;
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .top__news .inner h2 span {
    font-size: 0.8rem;
    margin-left: 0.5rem;
  }
}
.top__news .inner > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.top__news .inner > ul li {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top__news .inner > ul li {
    padding: 0.5rem;
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.top__news .inner > ul li .date {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top__news .inner > ul li .date {
    gap: 10px;
  }
}
.top__news .inner > ul li .date span {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1;
  padding: 5px 5px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top__news .inner > ul li .date span {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .top__news .inner > ul li p {
    font-weight: 500;
  }
}
.top__news .inner > ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top__news .inner > ul li:hover {
  background-color: #eee;
}
.top__news-btn {
  margin-top: 1rem;
  text-align: right;
}

.top__merit {
  padding: 3rem 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .top__merit {
    padding: 1.5rem 0 1.5rem 0;
  }
}
.top__merit h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .top__merit h2 {
    font-size: 1rem;
  }
}
.top__merit h2 span {
  font-size: 2rem;
  color: var(--main-color);
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .top__merit h2 span {
    font-size: 1.4rem;
    display: block;
  }
}
.top__merit .list {
  background-image: url(../img/index/room_bg.webp);
  background-size: cover;
  padding: 3rem 0 6rem 0;
}
.top__merit .list ul {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: flex-start;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .top__merit .list ul {
    max-width: 90%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.top__merit .list ul li {
  height: 120px;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 15% 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .top__merit .list ul li {
    height: auto;
    padding: 0.7rem;
    grid-template-columns: 12% 1fr;
  }
}
.top__merit .list ul li .num {
  color: var(--main-color);
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top__merit .list ul li .num {
    font-size: 1.1rem;
  }
}
.top__merit .list ul li p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top__merit .list ul li p {
    width: 100%;
    font-size: 0.9rem;
  }
}

.top__activity .inner h2 {
  background-color: var(--main-color);
  padding: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.top__activity .inner h2.upper {
  margin-top: -4.5rem;
}
.top__activity .inner h3 {
  border-bottom: 1px solid #ccc;
  padding: 0 0 1rem 0;
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.top__activity .inner > p {
  margin-bottom: 2rem;
}
.top__activity .inner .txt {
  margin-bottom: 3rem;
}
.top__activity .inner .list ul {
  list-style: none;
}
.top__activity .inner .list ul li {
  border-bottom: 1px solid #ccc;
  padding: 1.2rem 0;
  padding-left: 3rem;
  position: relative;
  font-weight: bold;
}
.top__activity .inner .list ul li::before {
  font-size: 1.2rem;
  content: "■";
  color: var(--main-color);
  position: absolute;
  top: 25%;
  left: 0;
}
.top__activity .inner .license {
  margin-bottom: 3rem;
}
.top__activity .inner .license ul {
  list-style: none;
}
.top__activity .inner .license ul li {
  border: 2px solid var(--main-color);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  background-color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top__activity .inner .license ul li {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.top__activity .inner .license ul li span {
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem;
  text-align: center;
  letter-spacing: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
}
.top__activity .inner .license ul li p {
  padding: 1rem;
}
.top__activity .inner .other ul {
  margin-left: 1.5rem;
}
.top__activity .inner .other ul li {
  margin-bottom: 0.5rem;
}

.news {
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 2rem;
  }
}
.news__stitle {
  margin-bottom: 2rem;
}
.news__stitle h2 {
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  color: var(--main-color);
}
.news__list > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.news__list > ul li {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__list > ul li {
    padding: 0.5rem;
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.news__list > ul li .date {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__list > ul li .date {
    gap: 10px;
  }
}
.news__list > ul li .date span {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1;
  padding: 5px 5px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__list > ul li .date span {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .news__list > ul li p {
    font-weight: 500;
  }
}
.news__list > ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news__list > ul li:hover {
  background-color: #eee;
}
.news__pager {
  margin-top: 2rem;
}
.news__pager ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.news__pager ul li a,
.news__pager ul li span {
  display: block;
  padding: 10px 15px;
  border: 1px solid #999;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
}
.news__pager ul li a.prev,
.news__pager ul li span.prev {
  position: relative;
}
.news__pager ul li a.prev:before,
.news__pager ul li span.prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  margin-right: 10px;
}
.news__pager ul li a.next,
.news__pager ul li span.next {
  position: relative;
}
.news__pager ul li a.next:after,
.news__pager ul li span.next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
}
.news__pager ul li a.current,
.news__pager ul li span.current {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
.news .inner .news_content {
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content {
    padding: 1.5rem;
    max-width: 94%;
    margin: auto;
  }
}
.news .inner .news_content h2 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content h2 {
    font-size: 1rem;
  }
}
.news .inner .news_content .news_info {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content .news_info {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.news .inner .news_content .news_txt {
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content .news_txt {
    line-height: 2;
    font-size: 0.9rem;
  }
}
.news .inner .news_content .news_txt .line {
  -webkit-text-decoration: underline double #c81310;
          text-decoration: underline double #c81310;
  color: #c81310;
}
.news .inner .news_content .news_txt .name {
  margin-top: 1rem;
  text-align: right;
}
.news .inner .news_content .news_txt .file {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  border: 1px solid #ccc;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content .news_txt .file {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}
.news .inner .news_content .news_txt .file p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content .news_txt .file p {
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
  }
}
.news .inner .news_content .news_txt .file .btn {
  width: 100%;
  text-align: right;
}
.news .inner .news_content .news_txt .file .btn a {
  display: inline-block;
  background-color: var(--main-color);
  margin-left: auto;
  text-decoration: none;
  color: #fff;
  padding: 1rem 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news .inner .news_content .news_txt .file .btn a {
    width: 100%;
    text-align: center;
  }
}
.news .inner .news_content .news_txt .dl_list {
  margin-bottom: 2rem;
}
.news .inner .news_content .news_txt .dl_list h2 {
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
}
.news .inner .news_content .news_txt .dl_list ul {
  margin-left: 1rem;
}
.news .inner .news_content .news_txt .dl_list ul li {
  list-style: disc;
}
.news .inner .news_content .news_txt a {
  color: var(--main-color);
}
.news .inner .pager {
  margin-top: 3rem;
}
.news .inner .pager .inner {
  text-align: center;
}

.about__item {
  padding: 4rem 0 0 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .about__item {
    padding: 2rem 0 0 0;
    margin-bottom: 0rem;
  }
}
.about__item-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
}
.about__info p {
  margin-bottom: 2rem;
}
.about__info ul {
  list-style: none;
}
.about__info ul li {
  background-color: #fff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 70px 1fr;
  justify-items: flex-start;
  align-items: stretch;
  margin-bottom: 1rem;
  overflow: hidden;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about__info ul li {
    gap: 10px;
    margin-bottom: 0.5rem;
  }
}
.about__info ul li span {
  display: block;
  background-color: var(--main-color);
  padding: 1rem;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__info ul li span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.about__info ul li p {
  width: 100%;
  padding: 1rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about__info ul li p {
    padding: 0.5rem;
    font-size: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.about__greeting span {
  color: var(--main-color);
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  display: block;
  margin-bottom: 1rem;
}
.about__greeting-name {
  margin-top: 1rem;
  text-align: right;
  font-size: clamp(0.8rem, 0.694rem + 0.451vw, 1.1rem);
}
.about__org p {
  margin-bottom: 1rem;
}
.about__officer table {
  width: 100%;
}
.about__officer table tr {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .about__officer table tr {
    display: block;
  }
}
.about__officer table th,
.about__officer table td {
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .about__officer table th,
  .about__officer table td {
    display: block;
    padding: 0.3rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about__officer table td:nth-of-type(1) {
    background-color: var(--main-color);
    color: #fff;
  }
  .about__officer table td:nth-of-type(3) {
    display: none;
  }
}
.about__officer table th {
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about__officer table th {
    display: none;
  }
}
.about__officer table th:nth-of-type(1) {
  width: 30%;
}
.about__officer table th:nth-of-type(2) {
  width: 15%;
}
.about__officer table td {
  background-color: #fff;
}
.about__history dl > div {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 2px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .about__history dl > div {
    grid-template-columns: 1fr;
  }
}
.about__history dl > div dt {
  padding: 1rem 1rem;
  background-color: var(--main-color);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .about__history dl > div dt {
    padding: 0.5rem 1rem;
  }
}
.about__history dl > div dd {
  padding: 1rem 1rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .about__history dl > div dd {
    padding: 0.5rem 1rem;
  }
}
.about__incorporation-pdf {
  margin-bottom: 2rem;
}
.about__incorporation-pdf iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}
.about__incorporation ul {
  list-style: none;
}
.about__incorporation ul li {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
  padding: 1rem;
  border-radius: 3px;
}
.about__incorporation ul li span {
  color: var(--main-color);
}
.about__incorporation ul li::after {
  position: absolute;
  top: 20%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
}
.about__faq .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}
.about__faq-col {
  width: 100%;
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .about__faq-col {
    padding: 1rem;
  }
}
.about__faq-q {
  position: relative;
  padding-left: 3rem;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 767px) {
  .about__faq-q {
    font-size: 0.9rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
  }
}
.about__faq-q::before {
  content: "Q";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 1.6rem;
  color: #6ca081;
}
@media screen and (max-width: 767px) {
  .about__faq-q::before {
    left: -7px;
  }
}
.about__faq-a {
  position: relative;
  padding-left: 3rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .about__faq-a {
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }
}
.about__faq-a::before {
  content: "A";
  display: block;
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 1.6rem;
  color: #b05e5e;
}
@media screen and (max-width: 767px) {
  .about__faq-a::before {
    left: -7px;
  }
}

.secretariat__info {
  padding: 4rem 0 0 0;
}
.secretariat__info span {
  color: var(--main-color);
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  display: block;
  margin-bottom: 1rem;
}
.secretariat__info p {
  margin-bottom: 2rem;
}
.secretariat__info-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .secretariat__info-img {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: flex-start;
  }
}
.secretariat__info-img p {
  padding-top: 0.5rem;
  margin-bottom: 0;
}

.regist__item {
  margin-bottom: 3rem;
}
.regist__item-box {
  background-color: #fff;
  border-radius: 5px;
  padding: 2rem;
  border: 1px solid #ccc;
  margin-bottom: 3rem;
}
.regist__eligibility {
  padding: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .regist__eligibility {
    padding: 2rem 0 0 0;
  }
}
.regist__eligibility ul li {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 0;
  justify-items: flex-start;
  align-items: stretch;
  background-color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .regist__eligibility ul li {
    grid-template-columns: 1fr;
  }
}
.regist__eligibility ul li span {
  display: block;
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
  padding: 1rem;
  text-align: center;
}
.regist__eligibility ul li p {
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .regist__eligibility ul li p {
    padding: 1rem 1rem;
  }
}
.regist__membership dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .regist__membership dl > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.regist__membership dl > div dt {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .regist__membership dl > div dt {
    color: var(--main-color);
  }
}
.regist__membership dl > div dd ul {
  list-style: none;
}
.regist__membership dl > div dd ul li {
  position: relative;
}
.regist__membership dl > div dd ul li::before {
  content: "●";
  color: var(--main-color);
  position: absolute;
  top: 0;
  left: -30px;
}
.regist__registration h3 {
  color: var(--main-color);
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  font-weight: normal;
  margin-bottom: 1rem;
}
.regist__apply-rules ul li {
  background-color: #fff;
  display: grid;
  grid-template-columns: 5% 1fr;
  gap: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-items: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  position: relative;
}
.regist__apply-rules ul li::after {
  position: absolute;
  top: 20%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
}
.regist__apply-rules ul li span {
  width: 100%;
  color: var(--main-color);
  display: block;
  padding: 1rem;
}
.regist__apply-rules ul li p {
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .regist__apply-rules ul li p {
    padding-right: 2rem;
  }
}
.regist__apply-rules ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.regist__apply-form {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .regist__apply-form {
    padding: 1rem;
  }
}
.regist__apply-form h2 {
  background-color: var(--main-color);
  padding: 10px;
  color: #fff;
  margin-bottom: 1rem;
}
.regist__apply-form dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .regist__apply-form dl > div {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
}
.regist__apply-form dl > div dt {
  position: relative;
}
.regist__apply-form dl > div dt span {
  background-color: #c03207;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 0.8rem;
}
.regist__apply-form dl > div dd input[type=text], .regist__apply-form dl > div dd input[type=email], .regist__apply-form dl > div dd input[type=tel] {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background-color: #eee;
  border: 1px solid #ccc;
}
.regist__apply-form dl > div dd select {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
}
.regist__apply-form dl > div dd textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.regist__apply-memo {
  padding: 1rem 0;
}
.regist__apply-btn {
  margin-top: 2rem;
  text-align: center;
}
.regist__apply-btn input[type=submit] {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  width: 100%;
  max-width: 260px;
  padding: 15px 10px;
  border-radius: 5px;
}

.contact__select {
  padding: 3rem 0;
}
.contact__select p {
  color: var(--main-color);
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  margin-bottom: 2rem;
  text-align: center;
}
.contact__select .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  justify-items: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .contact__select .row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact__select .row a {
  width: 100%;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.93rem + 0.3vw, 1.2rem);
  position: relative;
}
.contact__select .row a::after {
  position: absolute;
  top: 35%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
.contact__select-normal {
  background-color: #b15e3e;
}
.contact__select-ethics {
  background-color: #63863e;
}
.contact__form {
  padding-top: 3rem;
}
.contact__form p {
  color: var(--main-color);
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  margin-bottom: 2rem;
  text-align: center;
}
.contact__form-item {
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .contact__form-item {
    padding: 1rem;
  }
}
.contact__form dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .contact__form dl > div {
    grid-template-columns: 1fr;
  }
}
.contact__form dl > div dt {
  position: relative;
}
.contact__form dl > div dt span {
  background-color: #c03207;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 0.8rem;
}
.contact__form dl > div dd input[type=text], .contact__form dl > div dd input[type=email], .contact__form dl > div dd input[type=tel] {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background-color: #eee;
  border: 1px solid #ccc;
}
.contact__form dl > div dd select {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
}
.contact__form dl > div dd textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.contact__form-btn {
  margin-top: 2rem;
  text-align: center;
}
.contact__form-btn input[type=submit] {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  width: 100%;
  max-width: 300px;
  padding: 15px 10px;
  border-radius: 5px;
}

.login__form {
  padding-top: 3rem;
}
.login__form dl {
  max-width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .login__form dl {
    max-width: 100%;
  }
}
.login__form dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .login__form dl > div {
    grid-template-columns: 1fr;
    padding: 1rem 0;
  }
}
.login__form dl > div dd input[type=text], .login__form dl > div dd input[type=email], .login__form dl > div dd input[type=tel], .login__form dl > div dd input[type=password] {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background-color: #eee;
  border: 1px solid #ccc;
}
.login__form dl > div dd select {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
}
.login__form dl > div dd textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.login__form-button {
  max-width: 80%;
  margin: auto;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .login__form-button {
    max-width: 100%;
  }
}
.login__form-button input[type=submit] {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  width: 100%;
  max-width: 200px;
  padding: 15px 10px;
  border-radius: 5px;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .login__form-button input[type=submit] {
    margin-top: 0.5rem;
    margin-left: 0;
  }
}
.login__form-link_txt {
  max-width: 80%;
  margin: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .login__form-link_txt {
    max-width: 100%;
  }
}
.login__form-link_txt a {
  color: #d16439;
}

.mypage {
  padding-top: 3rem;
}
.mypage h2 {
  margin-top: 3rem;
}
.mypage__snav ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .mypage__snav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.mypage__snav ul li {
  width: 100%;
  position: relative;
}
.mypage__snav ul li a {
  display: block;
  width: 100%;
  background: var(--main-color);
  padding: 0.7rem 1rem;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .mypage__snav ul li a {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}
.mypage__snav ul li::after {
  display: block;
  position: absolute;
  top: 25%;
  right: 15px;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
}
@media screen and (max-width: 767px) {
  .mypage__snav ul li::after {
    top: 25%;
    right: 10px;
    font-size: 0.6rem;
  }
}
.mypage__item ul li {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mypage__item ul li {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.mypage__item ul li span {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .mypage__item ul li span {
    display: block;
    width: 100%;
    padding: 0.8rem;
    padding-bottom: 0;
  }
}
.mypage__item ul li p {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .mypage__item ul li p {
    display: block;
    width: 100%;
    padding: 0.8rem;
    padding-top: 0;
  }
}
.mypage__item ul li:has(a):hover {
  background-color: #eee;
}
.mypage__item ul li:has(a)::after {
  display: block;
  position: absolute;
  top: 20%;
  right: 15px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
@media screen and (max-width: 767px) {
  .mypage__item ul li:has(a)::after {
    top: 35%;
  }
}
.mypage__item ul li:has(a) a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mypage__box {
  max-width: 100%;
  margin: auto;
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .mypage__box {
    padding: 1rem;
  }
}
.mypage__news > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.mypage__news > ul li {
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage__news > ul li {
    padding: 0.5rem;
    gap: 5px;
    grid-template-columns: 1fr;
  }
}
.mypage__news > ul li .date {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mypage__news > ul li .date {
    gap: 10px;
  }
}
.mypage__news > ul li .date span {
  display: block;
  width: 100%;
  font-size: 0.7rem;
  color: #fff;
  line-height: 1;
  padding: 5px 5px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mypage__news > ul li .date span {
    display: inline-block;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .mypage__news > ul li p {
    font-weight: 500;
  }
}
.mypage__news > ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mypage__news > ul li:hover {
  background-color: #eee;
}
.mypage__news__pager {
  margin-top: 2rem;
}
.mypage__news__pager ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.mypage__news__pager ul li a,
.mypage__news__pager ul li span {
  display: block;
  padding: 10px 15px;
  border: 1px solid #999;
  text-decoration: none;
  line-height: 1;
  border-radius: 5px;
}
.mypage__news__pager ul li a.prev,
.mypage__news__pager ul li span.prev {
  position: relative;
}
.mypage__news__pager ul li a.prev:before,
.mypage__news__pager ul li span.prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f104";
  margin-right: 10px;
}
.mypage__news__pager ul li a.next,
.mypage__news__pager ul li span.next {
  position: relative;
}
.mypage__news__pager ul li a.next:after,
.mypage__news__pager ul li span.next:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 10px;
}
.mypage__news__pager ul li a.current,
.mypage__news__pager ul li span.current {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}
.mypage__profile dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .mypage__profile dl > div {
    padding: 1rem 0;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .mypage__profile dl > div dt {
    color: var(--main-color);
    font-weight: bold;
  }
}
.mypage__profile-btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin-top: 2rem;
}
.mypage__profile-btn a {
  background-color: var(--main-color);
  padding: 0.5rem 3rem;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mypage__profile-btn a {
    font-size: 0.8rem;
    padding: 0.7rem 1rem;
    width: 100%;
  }
}
.mypage__profile-btn a::after {
  display: block;
  position: absolute;
  top: 25%;
  right: 15px;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
}
@media screen and (max-width: 767px) {
  .mypage__profile-btn a::after {
    font-size: 0.8rem;
  }
}
.mypage__news_detail-info {
  margin-bottom: 2rem;
}
.mypage__news_detail-info span {
  display: block;
}
.mypage__news_detail-info h1 {
  font-size: clamp(1rem, 0.859rem + 0.601vw, 1.4rem);
  font-weight: normal;
  color: var(--main-color);
}
.mypage__news_detail-content p {
  margin-bottom: 1rem;
}
.mypage__news_detail-content dl {
  margin-bottom: 1rem;
}
.mypage__news_detail-content dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 20px;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .mypage__news_detail-content dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.mypage__news_detail-content h2 {
  font-size: clamp(1rem, 0.965rem + 0.15vw, 1.1rem);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.mypage__form p {
  margin-bottom: 1rem;
}
.mypage__form h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  background-color: var(--main-color);
  padding: 0.7rem 1rem;
  color: #fff;
}
.mypage__form dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .mypage__form dl > div {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0.5rem 0;
    border-bottom: none;
  }
}
.mypage__form dl > div dt {
  position: relative;
}
.mypage__form dl > div dt span {
  background-color: #c03207;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  right: 0px;
  font-size: 0.8rem;
}
.mypage__form dl > div dd input[type=text], .mypage__form dl > div dd input[type=email], .mypage__form dl > div dd input[type=tel], .mypage__form dl > div dd input[type=password] {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  background-color: #eee;
  border: 1px solid #ccc;
}
.mypage__form dl > div dd select {
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .mypage__form dl > div dd select {
    width: 100%;
  }
}
.mypage__form dl > div dd textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.mypage__form-memo {
  margin-top: 1rem;
}
.mypage__form-btn {
  margin-top: 2rem;
  text-align: center;
}
.mypage__form-btn input[type=submit] {
  background-color: var(--main-color);
  color: #fff;
  width: 100%;
  max-width: 260px;
  padding: 0.8rem;
  border: none;
  border-radius: 5px;
  position: relative;
}