.hd .mv {
  height: 100vh;
  background: url(../img/header/mv_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .mv .hd_contents {
  justify-content: space-between;
  padding: 15px 25px;
  box-sizing: border-box;
}
.hd .mv .hd_contents .hd_logo a:hover {
  opacity: 0.6;
}
.hd .mv .hd_contents .hd_nav_wrapper {
  align-items: center;
}
.hd .mv .hd_contents .hd_nav_wrapper .hd_nav {
  margin-right: 30px;
}
.hd .mv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list {
  margin-right: clamp(1.5rem, 1.56vw, 3rem);
}
.hd .mv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list:last-child {
  margin-right: 0;
}
.hd .mv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list a {
  font-size: clamp(1.3rem, 0.78vw, 1.5rem);
  padding-bottom: 5px;
  position: relative;
}
.hd .mv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #016E6B;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.hd .mv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list a:hover::before {
  transform: scale(1, 1);
}
.hd .mv .hd_contents .overlayMenu, .hd .mv .hd_contents .overlayMenuBtn {
  display: none;
}
.hd .mv .mv_ttl {
  width: 26%;
  min-width: 385px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 12.5%;
}
.hd .sv {
  height: 50vh;
  background: url(../img/header/mv_bg.png) no-repeat center/cover;
  position: relative;
}
.hd .sv .hd_contents {
  justify-content: space-between;
  padding: 15px 25px;
  box-sizing: border-box;
}
.hd .sv .hd_contents .hd_logo a:hover {
  opacity: 0.6;
}
.hd .sv .hd_contents .hd_nav_wrapper {
  align-items: center;
}
.hd .sv .hd_contents .hd_nav_wrapper .hd_nav {
  margin-right: 30px;
}
.hd .sv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list {
  margin-right: clamp(1.5rem, 1.56vw, 3rem);
}
.hd .sv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list:last-child {
  margin-right: 0;
}
.hd .sv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list a {
  font-size: clamp(1.3rem, 0.78vw, 1.5rem);
  padding-bottom: 5px;
  position: relative;
}
.hd .sv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #016E6B;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.hd .sv .hd_contents .hd_nav_wrapper .hd_nav .hd_nav_lists .hd_nav_list a:hover::before {
  transform: scale(1, 1);
}
.hd .sv .hd_contents .overlayMenu, .hd .sv .hd_contents .overlayMenuBtn {
  display: none;
}
.hd .sv .sv_ttl {
  width: 45%;
  min-width: 385px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 12.5%;
}
.hd .sv .sv_ttl h2 {
  flex-direction: column;
}
.hd .sv .sv_ttl h2 .ttl-en {
  color: #016E6B;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.hd .sv .sv_ttl h2 .ttl-ja {
  color: #2B2B2B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3.6rem, 2.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: -8px;
}

.registration_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.registration_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.registration_sec .contents_box-s .registration_ttl {
  margin-bottom: 35px;
}
.registration_sec .contents_box-s .registration_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.registration_sec .contents_box-s .swpm-registration-widget-form {
  width: 760px;
  margin: 0 auto;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row {
  margin-bottom: 15px;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap {
  margin-bottom: 5px;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap label {
  font-size: 1.6rem;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-label-wrap label span {
  font-size: 1.4rem;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=text], .registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=password] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=text]::-moz-placeholder, .registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=password]::-moz-placeholder {
  color: #a5a5a5;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=text]::placeholder, .registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=password]::placeholder {
  color: #a5a5a5;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=text]:focus, .registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-input-wrap input[type=password]:focus {
  outline: 1px solid #333333;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-membership-level-value {
  font-family: "Noto Sans JP", sans-serif;
  color: #E53935;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row .swpm-form-desc li {
  color: #E53935;
  font-size: 1.4rem;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row button[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #016E6B;
  border: 1px solid #016E6B;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.registration_sec .contents_box-s .swpm-registration-widget-form .swpm-form .swpm-registration-form-section .swpm-form-row button[type=submit]:hover {
  color: #016E6B;
  background: #ffffff;
}
.registration_sec .contents_box-s .swpm_success .swpm-registration-success-msg {
  color: #2B2B2B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.login_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.login_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.login_sec .contents_box-s .login_ttl {
  margin-bottom: 35px;
}
.login_sec .contents_box-s .login_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.login_sec .contents_box-s .swpm-login-widget-form {
  width: 760px;
  margin: 0 auto;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-label, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-label {
  margin-bottom: 5px;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-label label, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-label label {
  font-size: 1.6rem;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-label label span, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-label label span {
  font-size: 1.4rem;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input {
  margin-bottom: 15px;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=text], .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=password], .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=text], .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=password] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=text]::-moz-placeholder, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=password]::-moz-placeholder, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=text]::-moz-placeholder, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=password]::-moz-placeholder {
  color: #a5a5a5;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=text]::placeholder, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=password]::placeholder, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=text]::placeholder, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=password]::placeholder {
  color: #a5a5a5;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=text]:focus, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-username-input input[type=password]:focus, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=text]:focus, .login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-password-input input[type=password]:focus {
  outline: 1px solid #333333;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link {
  margin-bottom: 35px;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link a {
  font-size: 1.4rem;
  border-bottom: 1px solid #2B2B2B;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link a:hover {
  color: #016E6B;
  border-bottom: 1px solid #016E6B;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #016E6B;
  border: 1px solid #016E6B;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit input[type=submit]:hover {
  color: #016E6B;
  background: #ffffff;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-login-action-msg {
  text-align: center;
}
.login_sec .contents_box-s .swpm-login-widget-form .swpm-login-form-inner .swpm-login-action-msg span {
  font-size: 1.4rem;
}

.reset_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.reset_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.reset_sec .contents_box-s .reset_ttl {
  margin-bottom: 35px;
}
.reset_sec .contents_box-s .reset_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form {
  width: 760px;
  margin: 0 auto;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email {
  margin-bottom: 5px;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email label {
  font-size: 1.6rem;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email label span {
  font-size: 1.4rem;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input {
  margin-bottom: 35px;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=text], .reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=password] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=text]::-moz-placeholder, .reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=password]::-moz-placeholder {
  color: #a5a5a5;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=text]::placeholder, .reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=password]::placeholder {
  color: #a5a5a5;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=text]:focus, .reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input input[type=password]:focus {
  outline: 1px solid #333333;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #016E6B;
  border: 1px solid #016E6B;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-submit-button input[type=submit]:hover {
  color: #016E6B;
  background: #ffffff;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-reset-action-msg {
  text-align: center;
}
.reset_sec .contents_box-s .swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-reset-action-msg span {
  font-size: 1.4rem;
}
.reset_sec .contents_box-s .swpm_success .swpm-reset-pw-success-box {
  background: none;
  border: none;
}
.reset_sec .contents_box-s .swpm_success .swpm-reset-pw-success-box > div {
  color: #2B2B2B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}

.archive_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.archive_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.archive_sec .contents_box-s .archive_ttl {
  margin-bottom: 35px;
}
.archive_sec .contents_box-s .archive_ttl h3 {
  font-size: 3.2rem;
}
.archive_sec .contents_box-s .archive_lists {
  background: url(../img/archive/archive_lists_bg.png) repeat;
  box-sizing: border-box;
  border-radius: 20px;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.archive_sec .contents_box-s .archive_lists .archive_list {
  width: 320px;
  margin: 0 30px 30px 0;
}
.archive_sec .contents_box-s .archive_lists .archive_list:nth-child(3n) {
  margin-right: 0;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_thumbnail {
  padding-top: 68%;
  background: url(../img/top/tp_news_list_img.png) no-repeat center/cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_ttl {
  margin-bottom: 10px;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_ttl h4 {
  font-size: 1.8rem;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_txt {
  margin-bottom: 10px;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_txt p {
  color: #999999;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  line-height: 1.6;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_tag_lists {
  flex-wrap: wrap;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_tag_lists .archive_tag_list {
  background: #016E6B;
  padding: 2px 10px 4px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0 10px 10px 0;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_date {
  text-align: right;
}
.archive_sec .contents_box-s .archive_lists .archive_list a .archive_list_date span {
  color: #999999;
  font-size: 1.5rem;
}
.archive_sec .contents_box-s .archive_lists .archive_list a:hover {
  opacity: 0.6;
}
.archive_sec .contents_box-s .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive_sec .contents_box-s .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding-bottom: 1px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.8rem;
  background: #000000;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 15px;
}
.archive_sec .contents_box-s .nav-links .prev, .archive_sec .contents_box-s .nav-links .next {
  padding-bottom: 4px;
}
.archive_sec .contents_box-s .nav-links a {
  transition: 0.2s;
}
.archive_sec .contents_box-s .nav-links a:hover {
  color: #000000;
  background: #ffffff;
}

.archive-catalog_sec {
  padding: 50px 0 80px;
  box-sizing: border-box;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category {
  width: 265px;
  margin-right: 35px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_category_ttl {
  background: #016E6B;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_category_ttl h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys {
  padding-bottom: 10px;
  border-bottom: 2px solid #8F9394;
  margin-bottom: 10px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys:last-child {
  margin-bottom: 0;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys a, .archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys span {
  display: block;
  color: #016E6B;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys .archive-catalog_child-categorys {
  margin-left: 15px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys .archive-catalog_child-categorys .archive-catalog_child-category {
  margin-bottom: 5px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys .archive-catalog_child-categorys .archive-catalog_child-category:first-child {
  margin-top: 2px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys .archive-catalog_child-categorys .archive-catalog_child-category:last-child {
  margin-bottom: 0;
}
.archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys .archive-catalog_child-categorys .archive-catalog_child-category a, .archive-catalog_sec .contents_box-s .archive-catalog_category .archive-catalog_parent-categorys .archive-catalog_parent-categorys .archive-catalog_child-categorys .archive-catalog_child-category span {
  font-size: 1.3rem;
}
.archive-catalog_sec .contents_box-s .archive-catalog_contents {
  width: 780px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_contents .archive-catalog_ttl {
  padding: 4px 0 8px;
  border-bottom: 1px solid #d8dce5;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.archive-catalog_sec .contents_box-s .archive-catalog_contents .archive-catalog_ttl h3 {
  font-size: 2.2rem;
}
.archive-catalog_sec .contents_box-s .archive-catalog_contents .archive-catalog_contents_parent-categorys {
  flex-wrap: wrap;
  gap: 20px;
}
.archive-catalog_sec .contents_box-s .archive-catalog_contents .archive-catalog_contents_parent-categorys .archive-catalog_contents_parent-categorys a, .archive-catalog_sec .contents_box-s .archive-catalog_contents .archive-catalog_contents_parent-categorys .archive-catalog_contents_parent-categorys span {
  width: auto;
}
.archive-catalog_sec .contents_box-s .archive-catalog_no-login p {
  font-size: 1.6rem;
  text-align: center;
}
.archive-catalog_sec .contents_box-s .archive-catalog_no-login p a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  border-bottom: 1px solid #2B2B2B;
}
.archive-catalog_sec .contents_box-s .archive-catalog_no-login p a:hover {
  color: #016E6B;
  border-bottom: 1px solid #016E6B;
}

.single_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.single_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.single_sec .contents_box-s .single_time {
  margin-bottom: 10px;
}
.single_sec .contents_box-s .single_time span {
  color: #999999;
  font-size: 1.6rem;
}
.single_sec .contents_box-s .single_ttl {
  padding-bottom: 30px;
  border-bottom: 1px solid #d8dce5;
  margin-bottom: 60px;
}
.single_sec .contents_box-s .single_ttl h3 {
  font-size: 3.2rem;
}
.single_sec .contents_box-s .single_txt {
  margin-bottom: 90px;
}
.single_sec .contents_box-s .single_txt .swpm-post-not-logged-in-msg {
  color: #2B2B2B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.single_sec .contents_box-s .single_txt .swpm-post-not-logged-in-msg a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  border-bottom: 1px solid #2B2B2B;
}
.single_sec .contents_box-s .single_txt .swpm-post-not-logged-in-msg a:hover {
  color: #016E6B;
  border-bottom: 1px solid #016E6B;
}
.single_sec .contents_box-s .single_txt .swpm-post-no-access-msg {
  color: #2B2B2B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.single_sec .contents_box-s .single_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.single_sec .contents_box-s .single_pagination {
  text-align: center;
  position: relative;
}
.single_sec .contents_box-s .single_pagination .single_pagination-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.single_sec .contents_box-s .single_pagination .single_pagination-prev a {
  font-size: 1.6rem;
}
.single_sec .contents_box-s .single_pagination .single_pagination-all a {
  font-size: 1.6rem;
}
.single_sec .contents_box-s .single_pagination .single_pagination-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.single_sec .contents_box-s .single_pagination .single_pagination-next a {
  font-size: 1.6rem;
}

.single-catalog_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.single-catalog_sec .contents_box-s .single-catalog_category {
  width: 265px;
  margin-right: 35px;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_category_ttl {
  background: #016E6B;
  padding: 10px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_category_ttl h3 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys {
  padding-bottom: 10px;
  border-bottom: 2px solid #8F9394;
  margin-bottom: 10px;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys:last-child {
  margin-bottom: 0;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys a, .single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys span {
  display: block;
  color: #016E6B;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys .single-catalog_child-categorys {
  margin-left: 15px;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys .single-catalog_child-categorys .single-catalog_child-category {
  margin-bottom: 5px;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys .single-catalog_child-categorys .single-catalog_child-category:first-child {
  margin-top: 2px;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys .single-catalog_child-categorys .single-catalog_child-category:last-child {
  margin-bottom: 0;
}
.single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys .single-catalog_child-categorys .single-catalog_child-category a, .single-catalog_sec .contents_box-s .single-catalog_category .single-catalog_parent-categorys .single-catalog_parent-categorys .single-catalog_child-categorys .single-catalog_child-category span {
  font-size: 1.3rem;
}
.single-catalog_sec .contents_box-s .single_catalog_contents {
  width: 780px;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_ttl {
  padding: 4px 0 8px;
  border-bottom: 1px solid #d8dce5;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_ttl h3 {
  font-size: 2.2rem;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_txt {
  margin-bottom: 90px;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_txt .swpm-post-not-logged-in-msg {
  color: #2B2B2B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_txt .swpm-post-not-logged-in-msg a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  border-bottom: 1px solid #2B2B2B;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_txt .swpm-post-not-logged-in-msg a:hover {
  color: #016E6B;
  border-bottom: 1px solid #016E6B;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_txt .swpm-post-no-access-msg {
  color: #2B2B2B;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
.single-catalog_sec .contents_box-s .single_catalog_contents .single_catalog_txt p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.site-map_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.site-map_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.site-map_sec .contents_box-s .site-map_ttl {
  margin-bottom: 40px;
}
.site-map_sec .contents_box-s .site-map_ttl h3 {
  font-size: 3.2rem;
}
.site-map_sec .contents_box-s .site-map_lists .site-map_list {
  border-bottom: 1px solid #cccccc;
}
.site-map_sec .contents_box-s .site-map_lists .site-map_list a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.site-map_sec .contents_box-s .site-map_lists .site-map_list a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.site-map_sec .contents_box-s .site-map_lists .site-map_list a:hover {
  color: #016E6B;
}
.site-map_sec .contents_box-s .site-map_lists .site-map_list a:hover::before {
  color: #016E6B;
}

.privacy_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.privacy_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.privacy_sec .contents_box-s .privacy_ttl {
  margin-bottom: 60px;
}
.privacy_sec .contents_box-s .privacy_ttl h3 {
  font-size: 3.2rem;
}
.privacy_sec .contents_box-s .privacy_lists .privacy_list {
  margin-bottom: 50px;
}
.privacy_sec .contents_box-s .privacy_lists .privacy_list:last-child {
  margin-bottom: 0;
}
.privacy_sec .contents_box-s .privacy_lists .privacy_list .privacy_list_ttl h4 {
  font-size: 2rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.privacy_sec .contents_box-s .privacy_lists .privacy_list .privacy_list_txt p {
  font-size: 1.5rem;
  line-height: 2;
}

.contact_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.contact_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .contact_ttl {
  margin-bottom: 35px;
}
.contact_sec .contents_box-s .contact_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  align-items: start;
  margin-bottom: 20px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  display: flex;
  justify-content: space-between;
  width: 35%;
  padding: 15px 25px;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  height: 225px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
  box-sizing: border-box;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333333;
  font-size: 1.5rem;
  background: #ffffff;
  padding: 15px 20px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  position: relative;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333333;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  font-size: 1.6rem;
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #333333;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #016E6B;
  border: 1px solid #016E6B;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.contact_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover {
  color: #016E6B;
  background: #ffffff;
}

.confirm_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.confirm_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.confirm_sec .contents_box-s .confirm_ttl {
  margin-bottom: 35px;
}
.confirm_sec .contents_box-s .confirm_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  align-items: start;
  margin-bottom: 20px;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  display: flex;
  justify-content: space-between;
  width: 35%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #ffffff;
  background: #E53935;
  padding: 0 10px 2px;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  margin-bottom: 10px;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  width: 320px;
  margin: 0 auto;
  color: #ffffff;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #016E6B;
  border: 1px solid #016E6B;
  border-radius: 50px;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.3s;
}
.confirm_sec .contents_box-s .wpcf7 .wpcf7-form .wpcf7_button input[type=submit]:hover {
  color: #016E6B;
  background: #ffffff;
}

.complete_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.complete_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.complete_sec .contents_box-s .complete_ttl {
  margin-bottom: 35px;
}
.complete_sec .contents_box-s .complete_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.complete_sec .contents_box-s .complete_txt p {
  font-size: 1.6rem;
  text-align: center;
}
.complete_sec .contents_box-s .complete_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #333333;
}

.not_found_sec {
  padding: 50px 0;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s {
  padding: 30px;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  font-size: 3.2rem;
  text-align: center;
}
.not_found_sec .contents_box-s .not_found_txt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  font-size: 1.6rem;
  border-bottom: 1px solid #2B2B2B;
}
.not_found_sec .contents_box-s .not_found_txt p a:hover {
  color: #016E6B;
  border-bottom: 1px solid #016E6B;
}

.ft {
  background: #2B2B2B;
  padding: 80px 0 35px;
  box-sizing: border-box;
}
.ft .contents_box-m .ft_logo {
  width: 320px;
  margin-bottom: 30px;
}
.ft .contents_box-m .ft_logo a {
  display: inline-block;
}
.ft .contents_box-m .ft_logo a:hover {
  opacity: 0.6;
}
.ft .contents_box-m .ft_contents {
  justify-content: space-between;
  margin-bottom: 60px;
}
.ft .contents_box-m .ft_contents .ft_address_lists .ft_address_list {
  color: #ffffff;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  padding-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.ft .contents_box-m .ft_contents .ft_address_lists .ft_address_list:first-child::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/footer/ft_address_list_icon-map.png) no-repeat center/contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.ft .contents_box-m .ft_contents .ft_address_lists .ft_address_list:nth-child(2)::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/footer/ft_address_list_icon-tel.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.ft .contents_box-m .ft_contents .ft_address_lists .ft_address_list:last-child {
  margin-bottom: 0;
}
.ft .contents_box-m .ft_contents .ft_address_lists .ft_address_list:last-child::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/footer/ft_address_list_icon-mail.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.ft .contents_box-m .ft_contents .ft_address_lists .ft_address_list a {
  color: #ffffff;
}
.ft .contents_box-m .ft_contents .ft_nav_lists {
  width: 38%;
  min-width: 460px;
  flex-wrap: wrap;
}
.ft .contents_box-m .ft_contents .ft_nav_lists .ft_nav_list {
  width: 32%;
  margin-right: 2%;
}
.ft .contents_box-m .ft_contents .ft_nav_lists .ft_nav_list:nth-child(3n) {
  margin-right: 0;
}
.ft .contents_box-m .ft_contents .ft_nav_lists .ft_nav_list a {
  color: #ffffff;
  font-size: clamp(1.3rem, 0.73vw, 1.4rem);
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
}
.ft .contents_box-m .ft_contents .ft_nav_lists .ft_nav_list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s;
}
.ft .contents_box-m .ft_contents .ft_nav_lists .ft_nav_list a:hover::before {
  transform: scale(1, 1);
}
.ft .copy-right {
  padding-top: 15px;
  border-top: 1px solid #8F9394;
  text-align: center;
}
.ft .copy-right span {
  color: #8F9394;
  font-size: 1.4rem;
}

.tp_news_sec {
  padding: 80px 0;
  box-sizing: border-box;
}
.tp_news_sec .contents_box-l {
  position: relative;
}
.tp_news_sec .contents_box-l .tp_news_ttl {
  margin-bottom: 20px;
}
.tp_news_sec .contents_box-l .tp_news_ttl h3 {
  flex-direction: column;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list {
  width: 19.2%;
  margin-right: 1%;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list:last-child {
  margin-right: 0;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a {
  display: block;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a:hover {
  opacity: 0.6;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_img_wrapper {
  position: relative;
  margin-bottom: 10px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_img_wrapper .tp_news_list_img {
  padding-top: 68%;
  background: url(../img/top/tp_news_list_img.png) no-repeat center/cover;
  border-radius: 8px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_img_wrapper .tp_news_tag_lists {
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_img_wrapper .tp_news_tag_lists .tp_news_tag_list {
  color: #8F9394;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  background: #F2F4F5;
  padding: 2px 5px;
  box-sizing: border-box;
  margin: 0 0 10px 10px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_time {
  margin-bottom: 5px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_time span {
  color: #8F9394;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  font-weight: 700;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_ttl {
  margin-bottom: 10px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_ttl h4 {
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_txt {
  margin-bottom: 15px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_txt p {
  color: #8F9394;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  line-height: 1.6;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_btn {
  width: 100px;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_btn span {
  display: block;
  color: #016E6B;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.tp_news_sec .contents_box-l .tp_news_lists .tp_news_list a .tp_news_list_btn span::before {
  content: "";
  display: block;
  width: 16%;
  height: 100%;
  background: url(../img/top/tp_news_list_btn_icon.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.tp_news_sec .contents_box-l .tp_news_btn {
  position: absolute;
  top: 3.5%;
  right: 0;
}

.tp_about_sec {
  padding: 65px 0;
  box-sizing: border-box;
}
.tp_about_sec .contents_box-m {
  position: relative;
}
.tp_about_sec .contents_box-m .tp_about_ttl {
  width: 26%;
  margin-right: 10%;
}
.tp_about_sec .contents_box-m .tp_about_ttl h3 {
  flex-direction: column;
}
.tp_about_sec .contents_box-m .tp_about_ttl h3 .ttl-en {
  font-size: clamp(2rem, 1.25vw, 2.4rem);
}
.tp_about_sec .contents_box-m .tp_about_ttl h3 .ttl-ja {
  font-size: clamp(3rem, 2.08vw, 4rem);
  margin-top: 0;
}
.tp_about_sec .contents_box-m .tp_about_txt {
  width: 64%;
  min-width: 725px;
}
.tp_about_sec .contents_box-m .tp_about_txt p {
  font-size: clamp(1.5rem, 0.83vw, 1.6rem);
  font-weight: 700;
  line-height: 2;
  margin-bottom: 35px;
}
.tp_about_sec .contents_box-m .tp_about_txt p:last-child {
  margin-bottom: 0;
}
.tp_about_sec .contents_box-m .tp_about_txt p span {
  color: #016E6B;
  font-size: clamp(1.5rem, 0.83vw, 1.6rem);
  font-weight: 700;
  background: linear-gradient(180deg, rgba(218, 239, 242, 0) 50%, rgb(218, 239, 242) 50%);
}
.tp_about_sec .contents_box-m .tp_about_img {
  width: 26.5%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tp_movie_sec {
  padding: 60px 0;
  box-sizing: border-box;
}
.tp_movie_sec .contents_box-m .tp_movie {
  width: 60%;
  margin: 0 auto;
}
.tp_movie_sec .contents_box-m .tp_movie video {
  width: 100%;
  aspect-ratio: 16/9;
}

.tp_feature_sec {
  background: #EFF6F7;
  padding: 100px 0;
  box-sizing: border-box;
}
.tp_feature_sec .contents_box-l .tp_feature_ttl {
  margin-bottom: 30px;
}
.tp_feature_sec .contents_box-l .tp_feature_ttl h3 {
  flex-direction: column;
  text-align: center;
}
.tp_feature_sec .contents_box-l .tp_feature_ttl h3 .ttl-ja {
  font-size: 4rem;
  margin-top: 0;
}
.tp_feature_sec .contents_box-l .tp_feature_lists .tp_feature_list {
  width: 18%;
  background: #ffffff;
  padding: 1.5%;
  box-sizing: border-box;
  margin-right: 2.5%;
}
.tp_feature_sec .contents_box-l .tp_feature_lists .tp_feature_list:last-child {
  margin-right: 0;
}
.tp_feature_sec .contents_box-l .tp_feature_lists .tp_feature_list .tp_feature_list_img {
  width: 45%;
  margin: 0 auto;
}
.tp_feature_sec .contents_box-l .tp_feature_lists .tp_feature_list .tp_feature_list_ttl {
  margin-bottom: 10px;
}
.tp_feature_sec .contents_box-l .tp_feature_lists .tp_feature_list .tp_feature_list_ttl h4 {
  color: #016E6B;
  font-size: clamp(1.8rem, 1.04vw, 2rem);
  text-align: center;
}
.tp_feature_sec .contents_box-l .tp_feature_lists .tp_feature_list .tp_feature_list_txt p {
  color: #8F9394;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  font-weight: 700;
  line-height: 1.7;
}

.tp_service_sec .tp_service_ttl_wrapper {
  background: url(../img/top/tp_service_ttl_bg-arrow.png) no-repeat top center/3%, url(../img/top/tp_service_ttl_bg.png) no-repeat center/cover;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_ttl {
  width: 66.5%; /* 1280px */
  min-width: 1080px;
  margin: 0 auto;
  padding: 60px 15px;
  box-sizing: border-box;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_ttl h3 {
  color: #ffffff;
  font-size: clamp(2.6rem, 1.67vw, 3.2rem);
  line-height: 1.8;
  text-align: center;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_ttl h3 span {
  color: #ffffff;
  font-size: clamp(3.6rem, 2.08vw, 4rem);
  line-height: 1.8;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_lists .tp_service_list {
  width: 25%;
  border-right: 1px solid #ffffff;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_lists .tp_service_list:last-child {
  border-right: none;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_lists .tp_service_list a {
  display: block;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_lists .tp_service_list a:hover {
  opacity: 0.9;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_lists .tp_service_list a .tp_service_list_ttl {
  background: #016E6B;
  padding: 3.5%;
}
.tp_service_sec .tp_service_ttl_wrapper .tp_service_lists .tp_service_list a .tp_service_list_ttl h4 {
  color: #ffffff;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  text-align: center;
}

.tp_example_sec {
  padding: 70px 0;
  box-sizing: border-box;
}
.tp_example_sec .tp_example_ttl h3 {
  flex-direction: column;
  text-align: center;
}
.tp_example_sec .tp_example_ttl h3 .ttl-ja {
  font-size: 4rem;
}
.tp_example_sec .tp_example_lists .tp_example_list {
  padding: 60px 0 80px;
  box-sizing: border-box;
}
.tp_example_sec .tp_example_lists .tp_example_list:nth-child(even) {
  background: #EFF6F7;
}
.tp_example_sec .tp_example_lists .tp_example_list:last-child {
  padding: 80px 0 0;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m {
  padding: 0 30px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_img {
  width: 48%;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents {
  width: 46%;
  min-width: 485px;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_list_contents_ttl {
  margin-bottom: 35px;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_list_contents_ttl h4 {
  flex-direction: column;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list {
  margin-bottom: 35px;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list:last-child {
  margin-bottom: 0;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list .tp_example_contents_list_ttl {
  padding-bottom: 5px;
  border-bottom: 3px solid #8F9394;
  margin-bottom: 10px;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list .tp_example_contents_list_ttl h5 {
  color: #016E6B;
  font-size: 2rem;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list .tp_example_contents_features .tp_example_contents_feature {
  color: #8F9394;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list .tp_example_contents_features .tp_example_contents_feature::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #016E6B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.tp_example_sec .tp_example_lists .tp_example_list .contents_box-m .tp_example_list_contents .tp_example_contents_lists .tp_example_contents_list .tp_example_contents_features .tp_example_contents_feature:last-child {
  margin-bottom: 0;
}

.tp_alliance_sec {
  background: #EFF6F7;
  padding: 100px 0;
  box-sizing: border-box;
}
.tp_alliance_sec .contents_box-l .tp_alliance_ttl {
  margin-bottom: 50px;
}
.tp_alliance_sec .contents_box-l .tp_alliance_ttl h3 {
  flex-direction: column;
  text-align: center;
}
.tp_alliance_sec .contents_box-l .tp_alliance_ttl h3 .ttl-ja {
  font-size: 4rem;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists {
  flex-wrap: wrap;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list {
  width: 48.75%;
  margin: 0 2.5% 3.5% 0;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list:nth-child(2) {
  margin-right: 0;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list:last-child {
  width: 100%;
  margin: 0;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_ttl {
  background: #016E6B;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_ttl h4 {
  color: #ffffff;
  font-size: clamp(2rem, 1.25vw, 2.4rem);
  text-align: center;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports {
  width: 100%;
  background: #ffffff;
  padding: 30px 1%;
  box-sizing: border-box;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports .tp_alliance_list_support {
  width: 19%;
  margin-right: 5%;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports .tp_alliance_list_support:last-child {
  margin-right: 0;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports .tp_alliance_list_support .tp_alliance_list_support_img {
  width: 45%;
  margin: 0 auto;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports .tp_alliance_list_support .tp_alliance_list_support_ttl {
  margin-bottom: 5px;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports .tp_alliance_list_support .tp_alliance_list_support_ttl h5 {
  color: #016E6B;
  font-size: clamp(1.8rem, 1.04vw, 2rem);
  text-align: center;
}
.tp_alliance_sec .contents_box-l .tp_alliance_lists .tp_alliance_list .tp_alliance_list_supports .tp_alliance_list_support .tp_alliance_list_support_txt p {
  color: #8F9394;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  line-height: 1.7;
}/*# sourceMappingURL=style.css.map */