@charset "UTF-8";
/*
Theme Name:  子宮頸がんサイト
Description: 
Version: 1.0
Author: KARTEPOST
Author URI: https://www.kartepost.com/
*/
/*
font-family: "inter-tight-variable", sans-serif;
font-variation-settings: "wght" 400;
*/
/*** Main ***/
html {
  margin: 0;
  padding: 0;
}

body {
  color: #2F3134;
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, zen-kaku-gothic-new, sans-serif;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}
body.isOpen {
  position: fixed;
  overflow-y: hidden;
}
body:not(.home) {
  background-color: #FBFAF6;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #000;
  transition: opacity 0.5s ease-in-out;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .contents {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 960px), print {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .tablet {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .tablet {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .tablet {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm {
    display: none;
  }
}
@media screen and (max-width: 559px), print {
  .sm {
    display: block;
  }
}

@media screen and (min-width: 960px), print {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .pc-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .pc-tab {
    display: none;
  }
}

@media screen and (min-width: 960px), print {
  .sm-tab {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .sm-tab {
    display: block;
  }
}
@media screen and (max-width: 559px), print {
  .sm-tab {
    display: block;
  }
}

/*** 汎用 ***/
a[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  background: url(libs/img/icon_blank.svg);
  position: relative;
  top: 3px;
  width: 18px;
  height: 18px;
}
a[target=_blank].noicon:after {
  content: none;
}

.marginTop {
  margin-top: 50px;
}
.marginTop.more {
  margin-top: 80px;
}

.btnMore {
  margin-bottom: 10px;
  width: auto;
}
.btnMore a {
  display: inline-block;
  min-width: 180px;
  font-size: clamp(0.75rem, 0.4014962594rem + 0.9975062344vw, 1rem);
  color: #2F3134;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.3s;
}
.btnMore a:before {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 20px;
}
.btnMore a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-image: url(libs/img/icon_arrow_w.svg);
  width: 18px;
  height: 17px;
  transition: all 0.3s;
}
.btnMore a:hover:before {
  background-color: #E36E3A;
}
.btnMore a:hover:after {
  right: 35px;
}
.btnMore.center {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .btnMore a {
    min-width: 100px;
    padding-right: 40px;
  }
  .btnMore a:before {
    width: 30px;
    height: 30px;
    top: -7px;
    right: 0px;
  }
  .btnMore a:after {
    right: 10px;
    width: 10px;
    height: 9px;
  }
  .btnMore a:hover:after {
    right: 5px;
  }
}

.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.flexBox .txt {
  width: calc(100% - 340px);
  margin: 0;
}
.flexBox .img {
  width: 300px;
  margin-left: 40px;
}
.flexBox .img img {
  width: 100%;
}
.flexBox .half {
  width: 50%;
}
@media screen and (max-width: 959px) {
  .flexBox {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flexBox.contents {
    width: 90%;
  }
  .flexBox .txt {
    width: 100%;
  }
  .flexBox .img {
    margin: 0 auto;
    text-align: center;
  }
  .flexBox .half {
    width: 100%;
  }
}

/*** Header ***/
body:not(.home) header {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

header {
  width: 100vw;
  height: 160px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
header .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .contents .logo {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .contents .logo img {
  max-height: 89px;
}
header .contents .headerNav {
  width: calc(100% - 220px);
  padding-top: 2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
header .contents .mainNav {
  box-sizing: border-box;
}
header .contents .subNav {
  max-width: 280px;
  box-sizing: border-box;
}
header .contents a {
  text-decoration: none;
}
header .subNav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(0.75rem, 0.4014962594rem + 0.9975062344vw, 1rem);
}
header .subNav ul li {
  margin-left: 1em;
}
header .subNav ul li a {
  transition: color 0.3s;
}
header .subNav ul li a:hover {
  cursor: pointer;
  color: #E36E3A;
}
header .subNav ul li.upside {
  width: 100%;
  margin-bottom: 0.5rem;
}
header .subNav ul li.upside > a {
  display: none;
}
header .subNav ul li.contact {
  background-color: #E36E3A;
  border: 1px solid #E36E3A;
  border-radius: 50px;
  margin-left: 0;
}
header .subNav ul li.contact a {
  display: block;
  min-width: 190px;
  color: #fff;
  text-align: center;
  padding: 0.2rem 1rem;
  box-sizing: border-box;
}
header .subNav ul li.contact:hover {
  opacity: 1;
  background-color: #fff;
  transition: all 0.5s;
}
header .subNav ul li.contact:hover a {
  color: #E36E3A;
  opacity: 1;
}
header .subNav ul li.form {
  background-color: #2F3134;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
header .subNav ul li.form:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  background-image: url(libs/img/Icon_search.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
header .subNav ul li.form:hover {
  cursor: pointer;
  background-color: #E36E3A;
}
header .subNav ul li.form .search-box {
  display: none;
  width: 300px;
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 1000;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #ccc;
}
header .subNav ul li.form .search-box.active {
  display: block;
}
header .subNav ul li.form #searchform {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .subNav ul li.form #searchform #s {
  width: calc(100% - 30px);
}
header .overlay {
  display: none;
}
@media screen and (min-width: 960px), print {
  header .mainNav .nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
    font-weight: 500;
  }
  header .mainNav .nav li.noPc,
  header .mainNav .nav li.contact,
  header .mainNav .nav li.privacy {
    display: none;
  }
  header .mainNav .nav li.icon > a:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    left: -0.5rem;
  }
  header .mainNav .nav li.icon:nth-child(1) a:before {
    background: url(libs/img/nav_icon1.svg) no-repeat;
    width: 24px;
    height: 21px;
  }
  header .mainNav .nav li.icon:nth-child(2) a:before {
    background: url(libs/img/nav_icon2.svg) no-repeat;
    width: 24px;
    height: 21px;
  }
  header .mainNav .nav li.icon:nth-child(3) a:before {
    background: url(libs/img/nav_icon3.svg) no-repeat;
    width: 21px;
    height: 25px;
  }
  header .mainNav .nav li.menu-item-has-children {
    padding-right: 40px;
    padding-left: 20px;
  }
  header .mainNav .nav li.menu-item-has-children > a {
    color: #2F3134;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(160px - 2rem);
    transition: color 0.5s;
    /*
    						&:before {
    							content: none;
    						}
    */
  }
  header .mainNav .nav li.menu-item-has-children > a:hover {
    opacity: 1;
    color: #E36E3A;
    cursor: pointer;
  }
  header .mainNav .nav li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1rem;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 2px solid #2F3134;
    border-right: 2px solid #2F3134;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
  }
  header .mainNav .nav li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  header .mainNav .nav li.menu-item-has-children.serch {
    display: none;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu {
    width: 100%;
    position: absolute;
    top: 160px;
    left: 0;
    padding: 30px;
    padding-top: 0;
    background-color: #FBFAF6;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1), inset 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s opacity ease-out;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle a {
    width: 25%;
    display: block;
    font-weight: 700;
    font-size: clamp(1.25rem, 1.0757481297rem + 0.4987531172vw, 1.375rem);
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle a:hover {
    color: #2F3134;
    cursor: inherit;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle a:after {
    content: none;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .navbtn {
    position: relative;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .navbtn:before {
    content: "";
    position: relative;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .navbtn:after {
    content: "";
    position: relative;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: url(libs/img/icon_arrow.svg) no-repeat;
    width: 10px;
    height: 10px;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .navbtn.big:before {
    width: 60px;
    height: 60px;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .navbtn.big:after {
    width: 19px;
    height: 19px;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu {
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    top: inherit;
    left: inherit;
    background-color: inherit;
    box-shadow: inherit;
    opacity: 1;
    transition: inherit;
    padding: 0;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second li,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li {
    font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
    width: calc(50% - 1.5rem);
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    position: relative;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second li a,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a {
    display: block;
    width: 100%;
    padding: 1rem;
    font-weight: 400;
    font-size: clamp(1.125rem, 1.2992518703rem - 0.4987531172vw, 1rem);
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    transition: 0.3s ease-out;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second li a:after,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: url(libs/img/icon_arrow.svg) no-repeat;
    width: 19px;
    height: 19px;
    transition: all 0.5s;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second li a:hover,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a:hover {
    cursor: pointer;
    opacity: inherit;
    background-color: #E36E3A;
    color: #fff;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second li a:hover:after,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li a:hover:after {
    background: url(libs/img/icon_arrow_w.svg) no-repeat;
    right: 0.7rem;
  }
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .second li img,
  header .mainNav .nav li.menu-item-has-children .sub-menu li.subtitle .sub-menu li img {
    max-width: 150px;
  }
}
@media screen and (max-width: 1055px) {
  header {
    top: 0;
    padding: 0;
    height: 60px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
  header .contents {
    padding: 0;
    width: 100%;
    height: 60px;
  }
  header .contents.open {
    position: fixed;
    z-index: 20;
    background-color: #fff;
  }
  header .contents .headerNav {
    width: calc(100vw - 10px);
    padding: 0;
  }
  header .contents .headerNav .mainNav {
    display: none;
  }
  header .contents .headerNav .subNav {
    position: relative;
    right: 60px;
  }
  header .contents .headerNav .subNav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .contents .headerNav .subNav ul li {
    margin-left: 0;
  }
  header .contents .headerNav .subNav ul li a span {
    margin-bottom: 0;
  }
  header .contents .headerNav .subNav ul li p {
    display: none;
  }
  header .contents .headerNav .subNav ul li.noPc, header .contents .headerNav .subNav ul li.upside, header .contents .headerNav .subNav ul li.contact {
    display: none;
  }
  header .contents .headerNav .subNav ul li.form {
    background-color: #2F3134;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
  }
  header .contents .headerNav .subNav ul li.form:before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    background-image: url(libs/img/Icon_search.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
  }
  header .contents .headerNav .subNav ul li.form:hover {
    cursor: pointer;
    background-color: #E36E3A;
  }
  header .contents .headerNav .subNav ul li.form .search-box {
    display: none;
    width: 300px;
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 1000;
    background: white;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 1px solid #ccc;
  }
  header .contents .headerNav .subNav ul li.form .search-box.active {
    display: block;
  }
  header .contents .headerNav .subNav ul li.form #searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .contents .headerNav .subNav ul li.form #searchform #s {
    width: calc(100% - 30px);
  }
  header .contents .logo {
    padding-left: 10px;
  }
  header .contents .logo img {
    max-height: 35px;
  }
  header .btn,
  header .btn span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 20;
    background-color: #E36E3A;
  }
  header .btn span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #fff;
    z-index: 6;
  }
  header .btn span:nth-of-type(1) {
    top: 12px;
  }
  header .btn span:nth-of-type(2) {
    top: 18px;
  }
  header .btn span:nth-of-type(3) {
    top: 24px;
  }
  header .btn.on {
    position: fixed;
    background-color: #2F76D8;
  }
  header .btn.on span:nth-of-type(1) {
    top: 10px;
    transform: translateY(9px) rotate(-45deg);
  }
  header .btn.on span:nth-of-type(2) {
    display: none;
  }
  header .btn.on span:nth-of-type(3) {
    top: 20px;
    transform: translateY(-1px) rotate(45deg);
  }
  header .overlay {
    display: block;
    position: fixed;
    background: rgb(255, 255, 255);
    top: 60px;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  header .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 15;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
  header .smNav {
    position: relative;
  }
  header .smNav .nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  header .smNav .nav li {
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #CECABA;
    position: relative;
  }
  header .smNav .nav li.icon {
    width: 100%;
  }
  header .smNav .nav li.icon:after {
    content: "";
    position: absolute;
    top: 1.7rem;
    right: 1.9rem;
    width: 11px;
    height: 11px;
    background: url(libs/img/icon_arrow_down.svg) no-repeat;
    z-index: 1;
  }
  header .smNav .nav li.icon.slideopen {
    max-height: 100vh;
  }
  header .smNav .nav li.icon.slideopen:after {
    width: 11px;
    height: 11px;
    background: url(libs/img/icon_arrow_up.svg) no-repeat;
    top: 2rem;
    right: 1.9rem;
    z-index: 2;
  }
  header .smNav .nav li.icon.slideopen .sub-menu {
    display: block;
  }
  header .smNav .nav li.icon a {
    pointer-events: none;
  }
  header .smNav .nav li.nofooter {
    display: none;
  }
  header .smNav .nav li a {
    display: block;
    text-decoration: none;
    padding: 1rem 1.5rem;
    position: relative;
    z-index: 3;
  }
  header .smNav .nav li a:hover {
    opacity: 1;
  }
  header .smNav .nav li .sub-menu {
    display: none;
  }
  header .smNav .nav li .sub-menu li {
    width: 100%;
    border: none;
  }
  header .smNav .nav li .sub-menu li:after, header .smNav .nav li .sub-menu li:before {
    content: none;
  }
  header .smNav .nav li .sub-menu li a {
    pointer-events: auto;
    position: relative;
    padding-top: 0;
  }
  header .smNav .nav li .sub-menu li a:before {
    content: "";
    display: inline-block;
    background-color: #2F3134;
    width: 0.5rem;
    height: 2px;
    position: relative;
    left: 0;
    top: -5px;
    margin-right: 0.5rem;
  }
  header .smNav .nav li .sub-menu .subtitle > a {
    display: none;
  }
  header .smNav .nav li.noPc {
    display: block;
  }
  header .smNav .nav li.contact {
    border-bottom: none;
    margin-top: 2rem;
  }
  header .smNav .nav li.contact:after, header .smNav .nav li.contact:before {
    content: none;
  }
  header .smNav .nav li.contact a {
    background-color: #E36E3A;
    border-radius: 40px;
    text-align: center;
    color: #fff;
  }
  header .smNav .nav li.privacy {
    border-bottom: none;
    text-align: center;
  }
  header .smNav .nav li.privacy:after, header .smNav .nav li.privacy:before {
    content: none;
  }
  header .smNav .nav li.privacy a {
    text-decoration: underline;
    color: #CECABA;
  }
}

/*** Footer ***/
footer {
  background-color: #F0EEE6;
  padding: 3rem 0;
  box-sizing: border-box;
}
footer .flexBox:not(:first-child) {
  margin-top: 80px;
  color: #9A9376;
}
footer .flexBox:not(:first-child) ul {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
footer .flexBox:not(:first-child) ul li {
  margin-left: 1.5rem;
}
footer .flexBox:not(:first-child) ul li a {
  color: #9A9376;
  text-decoration: underline;
  transition: 0.3s opacity;
}
footer .flexBox:not(:first-child) ul li a:hover {
  opacity: 0.5;
}
footer .footerBox {
  width: 300px;
}
footer .footerBox .logo {
  margin-bottom: 2rem;
}
footer .footerNav {
  width: calc(100% - 330px);
}
footer .footerNav .nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
footer .footerNav .nav a {
  display: block;
  transition: 0.3s all;
}
footer .footerNav .nav a:hover {
  color: #E36E3A;
}
footer .footerNav .nav li.noPc,
footer .footerNav .nav li.contact,
footer .footerNav .nav li.privacy {
  display: none;
}
footer .footerNav .nav .icon {
  width: calc(33.3333333333% - 30px);
}
footer .footerNav .nav .icon > a {
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  border-bottom: 1px solid #CECABA;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 30px;
  position: relative;
}
footer .footerNav .nav .icon > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #2F3134;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.3s all;
}
footer .footerNav .nav .icon > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 13px;
  background: url(libs/img/icon_arrow_left.svg) no-repeat;
  width: 12px;
  height: 12px;
}
footer .footerNav .nav .icon > a:hover {
  color: #2F3134;
}
footer .footerNav .nav .icon > a:hover:before {
  background-color: #E36E3A;
}
footer .footerNav .nav .icon .subtitle > a {
  display: none;
}
footer .footerNav .sub {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .footerNav .sub li {
  margin-right: 2rem;
}
footer .footerNav .sub a {
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  padding-left: 30px;
  position: relative;
}
footer .footerNav .sub a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2F3134;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.3s all;
}
footer .footerNav .sub a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 6px;
  background: url(libs/img/icon_arrow_left.svg) no-repeat;
  width: 12px;
  height: 12px;
}
footer .footerNav .sub a:hover:before {
  background-color: #E36E3A;
}
footer .copyright {
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
@media screen and (max-width: 959px) {
  footer .footerBox {
    width: 100%;
    margin-bottom: 3rem;
  }
  footer .footerNav {
    width: 100%;
  }
  footer .footerNav .nav {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  footer .footerNav .nav .icon {
    width: calc(50% - 30px);
  }
  footer .flexBox.center {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .flexBox.center ul {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 559px), print {
  footer .footerBox {
    width: 100%;
  }
  footer .footerNav {
    width: 100%;
  }
  footer .footerNav .nav {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  footer .footerNav .nav .icon {
    width: 100%;
  }
  footer .footerNav .nav > li {
    margin-bottom: 2rem;
  }
  footer .footerNav .sub {
    flex-direction: column;
  }
  footer .footerNav .sub li {
    margin-bottom: 1rem;
  }
}

#pageTop {
  position: fixed;
  z-index: 3;
  bottom: 1rem;
  right: 1rem;
  display: none;
}
#pageTop a {
  display: block;
  background-color: #000;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  position: relative;
}
#pageTop a img {
  position: absolute;
  z-index: 4;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
}

/*** Front-page ***/
.index h2 {
  font-size: clamp(2.25rem, 1.3787406484rem + 2.493765586vw, 2.875rem);
  line-height: 1.5;
}
.index .h2en {
  font-size: clamp(1.5rem, 0.8029925187rem + 1.9950124688vw, 2rem);
  color: #E36E3A;
  font-family: "inter-tight-variable", sans-serif;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 1rem;
}

.topMainimg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.topMainimg img {
  width: 100vw;
}
.topMainimg .catchcopy {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 60%;
}
.topMainimg .catchcopy h1 {
  font-size: clamp(1.375rem, -1.2387780549rem + 7.4812967581vw, 3.25rem);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.topMainimg .catchcopy p {
  line-height: 2;
  font-size: clamp(1.25rem, 0.727244389rem + 1.4962593516vw, 1.625rem);
}
@media screen and (max-width: 959px) {
  .topMainimg .catchcopy {
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    width: 100%;
    padding: 50px 20px 0;
  }
}

.topNews {
  background-color: #FFE396;
  padding-bottom: 80px;
}
.topNews a {
  text-decoration: none;
  color: #2F3134;
}
.topNews a:hover {
  opacity: 1;
}
.topNews .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #fff;
  border-radius: 30px;
  padding: 3rem;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
}
.topNews .titleBox {
  margin-bottom: 1.5em;
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.topNews .titleBox .tab {
  margin: 2rem 0;
}
.topNews .titleBox .tab li {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
  position: relative;
}
.topNews .titleBox .tab li a {
  transition: ease-in 0.3s;
  color: #B5B5B5;
}
.topNews .titleBox .tab li:hover::after {
  transform: scale(1, 1);
}
.topNews .titleBox .tab li.active a {
  padding-left: 1rem;
  color: #2F3134;
}
.topNews .titleBox .tab li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background-color: #E36E3A;
  border-radius: 50%;
}
.topNews .titleBox .tab li:hover a {
  color: #2F3134;
}
.topNews .innerBox {
  width: calc(100% - 220px);
}
.topNews .innerBox .tab {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-bottom: 1px solid #2F3134;
}
.topNews .innerBox .tab li {
  line-height: 1;
  position: relative;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
  border: 1px solid #2F3134;
  border-bottom: none;
  border-radius: 20px 20px 0px 0px;
}
.topNews .innerBox .tab li a {
  color: #E36E3A;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 1rem;
  min-width: 200px;
}
.topNews .innerBox .tab li:hover {
  background-color: #E36E3A;
}
.topNews .innerBox .tab li:hover a {
  color: #fff;
  opacity: 1;
}
.topNews .innerBox .tab li.active {
  background-color: #E36E3A;
}
.topNews .innerBox .tab li.active a {
  color: #fff;
}
.topNews .selectBox {
  display: none;
}
.topNews .tab_area {
  display: none;
}
.topNews dl {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 0;
  position: relative;
}
.topNews dl dt {
  width: 120px;
  line-height: 1.5;
  font-weight: 300;
  box-sizing: border-box;
}
.topNews dl dd {
  width: calc(100% - 100px);
  line-height: 1.5;
  padding-top: 1.2rem;
  box-sizing: border-box;
  word-break: break-all;
}
.topNews dl dd.txt {
  width: 100%;
  position: relative;
}
.topNews dl dd.txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(libs/img/icon_arrow.svg);
  width: 18px;
  height: 17px;
}
.topNews dl dd.cat {
  margin-right: 25px;
  width: 150px;
  border: none;
  padding: 0;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.topNews dl dd.cat span {
  background-color: #EFB718;
  border-radius: 20px;
  padding: 2px 1rem;
  letter-spacing: -1px;
  text-align: center;
  box-sizing: border-box;
  background-color: #E36E3A;
  word-break: keep-all;
  margin-bottom: 5px;
  color: #fff;
}
.topNews dl dd.cat span.cat1 {
  background-color: #337CDE;
}
.topNews dl dd.cat span.cat2 {
  background-color: #E38787;
}
.topNews dl dd .new {
  background-color: #D06D61;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
.topNews dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2F3134;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.topNews dl:hover:before {
  transform: scale(1, 1);
}
.topNews ul.line li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .topNews {
    padding: 10px 20px 40px;
  }
  .topNews .contents {
    flex-direction: column;
    padding: 2rem;
  }
  .topNews .contents .title {
    text-align: center;
  }
  .topNews .contents .tab {
    display: none;
  }
  .topNews .selectBox {
    position: relative;
    display: inline-block;
    user-select: none;
    margin-top: 2rem;
  }
  .topNews .selectBox .select {
    appearance: none;
    border-radius: 50px;
    background-color: #EFEDE5;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    min-width: 180px;
  }
  .topNews .selectBox:after {
    content: "";
    position: absolute;
    border: 4px solid #333;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    top: calc(50% - 3px);
    right: 1.5rem;
    width: 0;
    height: 0;
  }
  .topNews .titleBox {
    margin-bottom: 1.5em;
    width: 100%;
    align-items: center;
  }
  .topNews .innerBox {
    width: 100%;
    margin-bottom: 2rem;
  }
  .topNews .btnMore {
    margin-right: 0;
    margin-left: auto;
  }
  .topNews dl {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
  }
  .topNews dl a {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .topNews dl a:first-child {
    border-top: 1px solid #AAAAAA;
  }
  .topNews dl dd.txt {
    width: 100%;
  }
  .topNews dl dd.cat {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.topBaigeBg {
  background-color: #FBFAF6;
  padding-top: 80px;
  padding-bottom: 80px;
}
.topBaigeBg .title {
  text-align: center;
  margin-bottom: 3rem;
}
.topBaigeBg .contents {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.topBaigeBg .contents .inner {
  width: calc(25% - 30px);
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.topBaigeBg .contents dl dt {
  text-align: center;
  font-size: clamp(1.625rem, 1.102244389rem + 1.4962593516vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.topBaigeBg .contents dl dt span {
  font-size: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
  display: block;
  padding-bottom: 5px;
  line-height: 1;
}
.topBaigeBg .contents dl dd {
  margin-bottom: 1rem;
}
.topBaigeBg .contents dl dd.icon {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.topBaigeBg .contents dl dd.icon img {
  width: 150px;
  height: 150px;
}
.topBaigeBg .contents dl dd:last-child {
  margin-bottom: 0;
}
.topBaigeBg .contents .btnMore {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 959px) {
  .topBaigeBg .contents {
    flex-direction: column;
  }
  .topBaigeBg .contents .inner {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topBaigeBg .contents dl dt span {
    display: inline;
  }
  .topBaigeBg .contents .btnMore {
    margin-top: 1rem;
    margin-right: 0;
    margin-left: auto;
  }
}

.topLinks {
  background-color: #F0EEE6;
  padding-bottom: 80px;
  padding-top: 80px;
}
.topLinks .contents {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  background: url(libs/img/top_search_bg.svg) no-repeat;
  background-position: right bottom;
}
.topLinks .title {
  text-align: center;
  margin-bottom: 3rem;
}
.topLinks .linkBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  top: inherit;
  left: inherit;
  background-color: inherit;
  opacity: 1;
  transition: inherit;
  padding: 0;
}
.topLinks .linkBox li {
  font-size: clamp(1.125rem, 0.9507481297rem + 0.4987531172vw, 1.25rem);
  width: calc(50% - 1.5rem);
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  position: relative;
}
.topLinks .linkBox li a {
  display: block;
  width: 100%;
  padding: 2rem 1rem;
  font-weight: 400;
  font-size: clamp(1.125rem, 1.2992518703rem - 0.4987531172vw, 1rem);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  transition: 0.3s ease-out;
}
.topLinks .linkBox li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background-image: url(libs/img/icon_arrow.svg);
  width: 18px;
  height: 17px;
  transition: all 0.5s;
}
.topLinks .linkBox li a:hover {
  cursor: pointer;
  opacity: inherit;
  background-color: #E36E3A;
  color: #fff;
}
.topLinks .linkBox li a:hover:after {
  background: url(libs/img/icon_arrow_w.svg) no-repeat;
  right: 0.7rem;
}
@media screen and (max-width: 959px) {
  .topLinks {
    padding-bottom: 0px;
  }
  .topLinks .contents {
    flex-direction: column;
    background: url(libs/img/top_search_bg_sm.svg) no-repeat;
    background-position: right bottom 0px;
  }
  .topLinks .contents .title {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
  .topLinks .contents .linkBox {
    width: 100%;
    flex-direction: column;
  }
  .topLinks .contents .linkBox li {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
}

.topType {
  background-color: #FFE396;
  border-radius: 0px 70px 70px 0px;
  padding: 80px 0;
  position: relative;
  top: -80px;
}
.topType:before {
  content: "";
  display: inline-block;
  background: url(libs/img/top_type_bg1.svg) no-repeat;
  width: 277px;
  height: 255px;
  position: absolute;
  top: 80px;
  left: 0;
}
.topType:after {
  content: "";
  display: inline-block;
  background: url(libs/img/top_type_bg2.svg) no-repeat;
  width: 297px;
  height: 337px;
  position: absolute;
  top: 80px;
  right: 0;
}
.topType .title {
  text-align: center;
  margin-bottom: 3rem;
}
.topType .contents {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  gap: 20px;
}
.topType .contents .inner {
  flex-basis: calc(33.3333333333% - 20px);
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  /*
  			&:nth-child(3) .icon {
  				img {
  					height: 166px;
  				}
  			}
  */
}
.topType .contents .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
.topType .contents .inner a:hover dt {
  color: #E36E3A;
}
.topType .contents .inner a:hover .more:before {
  background-color: #E36E3A;
}
.topType .contents .inner a:hover .more:after {
  right: 35px;
}
.topType .contents dl {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
}
.topType .contents dl dt {
  text-align: center;
  font-size: clamp(1.625rem, 1.102244389rem + 1.4962593516vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s;
}
.topType .contents dl dt span {
  font-size: clamp(1.25rem, 0.727244389rem + 1.4962593516vw, 1.625rem);
  display: block;
  padding-bottom: 5px;
  line-height: 1;
}
.topType .contents dl dd {
  margin: 2rem 0 2rem;
  box-sizing: border-box;
}
.topType .contents dl dd.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  /*
  					img {
  						max-width: 300px;
  					}
  */
}
.topType .contents .more {
  margin-top: 2rem;
  margin-top: auto;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 180px;
  font-size: clamp(0.75rem, 0.4014962594rem + 0.9975062344vw, 1rem);
  color: #2F3134;
  line-height: 1.3;
  box-sizing: border-box;
  position: relative;
}
.topType .contents .more:before {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: 20px;
  transition: all 0.3s;
}
.topType .contents .more:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background-image: url(libs/img/icon_arrow_w.svg);
  width: 18px;
  height: 17px;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .topType {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .topType:before {
    content: "";
    display: inline-block;
    background: url(libs/img/top_type_bg1.svg) no-repeat;
    width: 87px;
    height: 97px;
    position: absolute;
    top: calc(100% - 50px);
    left: 0;
  }
  .topType:after {
    content: "";
    display: inline-block;
    background: url(libs/img/top_type_bg2.svg) no-repeat;
    width: 101px;
    height: 115px;
    position: absolute;
    top: -40px;
    right: 0;
  }
  .topType .title {
    margin-bottom: 3rem;
  }
  .topType .contents {
    flex-direction: column;
  }
  .topType .contents .inner {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topType .contents dl dd {
    padding-bottom: 0;
  }
  .topType .btnMore {
    margin-top: 1rem;
  }
}

.topPick {
  overflow: hidden;
  background: url(libs/img/top_pick_bgorange_s.svg) no-repeat;
  background-position: left bottom;
  background-size: contain;
  margin: 30px 0 80px;
  position: relative;
  z-index: 1;
}
.topPick .contents {
  background: url(libs/img/top_pick_bg.svg) no-repeat;
  background-position: right top 20px;
  background-size: 748px 220px;
  position: relative;
  z-index: 0;
}
.topPick .swiper {
  margin-top: 30px;
  overflow: visible;
}
.topPick .swiper .swiper-controller {
  margin-bottom: 3.2rem;
  position: absolute;
  top: -60px;
  right: 60px;
  z-index: 2;
}
.topPick .swiper .swiper-controller .swiper-button-prev {
  left: -70px;
  background-color: #2F3134;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.topPick .swiper .swiper-controller .swiper-button-prev:before {
  content: "";
  display: inline-block;
  background: url(libs/img/icon_arrow_right.svg) no-repeat;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(-1);
}
.topPick .swiper .swiper-controller .swiper-button-next {
  right: -70px;
  background-color: #2F3134;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.topPick .swiper .swiper-controller .swiper-button-next:before {
  content: "";
  display: inline-block;
  background: url(libs/img/icon_arrow_right.svg) no-repeat;
  width: 22px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topPick .swiper .swiper-wrapper {
  padding: 20px 0 30px;
}
.topPick .swiper .swiper-wrapper .swiper-slide {
  width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topPick .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
}
.topPick .swiper .swiper-wrapper .slide-content {
  padding-top: 1.5rem;
  color: #fff;
}
.topPick .swiper .swiper-wrapper .slide-title {
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 959px) {
  .topPick {
    background-size: auto, 96%;
    background-image: url(libs/img/top_pick_bgorange_s.svg), url(libs/img/top_pick_bg.svg);
    background-position: left bottom 120px, center bottom;
    padding-bottom: 120px;
    margin-bottom: 20px;
  }
  .topPick .title {
    margin-bottom: 1rem;
    text-align: center;
  }
  .topPick .contents {
    background: none;
    background-position: center bottom 20px;
  }
  .topPick .contents .inner {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topPick .swiper {
    margin-top: 30px;
    overflow: visible;
  }
  .topPick .swiper .swiper-controller {
    margin-bottom: 3.2rem;
    position: absolute;
    top: -60px;
    right: 70px;
    z-index: 2;
  }
}
@media screen and (max-width: 559px), print {
  .topPick {
    background-size: auto, 96%;
    background-position: left bottom 80px, center bottom;
    padding-bottom: 100px;
  }
  .topPick .swiper {
    position: relative;
    margin-top: 0;
  }
  .topPick .swiper .swiper-controller {
    top: 40%;
    right: inherit;
    width: 100%;
  }
  .topPick .swiper .swiper-controller .swiper-button-prev {
    left: 0px;
    background-color: #2F3134;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .topPick .swiper .swiper-controller .swiper-button-prev:before {
    content: "";
    display: inline-block;
    background: url(libs/img/icon_arrow_right.svg) no-repeat;
    width: 19px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-60%, -50%) scaleX(-1);
  }
  .topPick .swiper .swiper-controller .swiper-button-next {
    right: 0px;
    background-color: #2F3134;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .topPick .swiper .swiper-controller .swiper-button-next:before {
    content: "";
    display: inline-block;
    background: url(libs/img/icon_arrow_right.svg) no-repeat;
    width: 10px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .topPick .swiper .swiper-wrapper {
    padding: 20px 0 30px;
  }
  .topPick .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topPick .swiper .swiper-wrapper .swiper-slide img {
    border-radius: 10px;
    margin: 0 auto;
  }
  .topPick .swiper .swiper-wrapper .slide-content {
    padding: 1.5rem 1.5rem 0;
    color: #fff;
  }
  .topPick .swiper .swiper-wrapper .slide-title {
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) {
  .topPick .swiper {
    position: relative;
  }
  .topPick .swiper .swiper-wrapper {
    padding: 20px 0 30px;
  }
  .topPick .swiper .swiper-wrapper .swiper-slide img {
    width: 90%;
  }
}

.topMutual {
  margin-bottom: 80px;
}
.topMutual .title {
  text-align: center;
  margin-bottom: 3rem;
}
.topMutual ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  gap: 0 2rem;
}
.topMutual ul li {
  width: 25%;
  box-sizing: border-box;
}
.topMutual ul li h3 {
  font-size: clamp(0.875rem, 0.5264962594rem + 0.9975062344vw, 1.125rem);
  color: #E36E3A;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.topMutual ul li p {
  line-height: 1.6;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.topMutual ul li a {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.topMutual ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.topMutual ul li .img {
  max-width: 300px;
  margin: 0 0 1rem;
}
.topMutual ul li .img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .topMutual {
    margin-bottom: 40px;
  }
  .topMutual .title {
    margin-bottom: 1rem;
  }
  .topMutual ul {
    flex-direction: column;
    text-align: center;
  }
  .topMutual ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topMutual ul li .img {
    margin: 0 auto 1rem;
  }
}

/***下層ページ ***/
.breadcrumbs {
  padding-bottom: 0.8em;
  margin-bottom: 5em;
  text-align: left;
  font-size: clamp(0.875rem, 0.7007481297rem + 0.4987531172vw, 1rem);
}
.breadcrumbs a {
  color: #E36E3A;
  text-decoration: underline;
}
.breadcrumbs span {
  padding-right: 5px;
}
.breadcrumbs span:not(:first-child) {
  padding: 0 5px;
}

.pageTitle {
  margin-top: 1rem;
}
.pageTitle h1 {
  line-height: 1;
  margin-bottom: 80px;
  font-size: clamp(1.875rem, 0.3067331671rem + 4.4887780549vw, 3rem);
  font-weight: 700;
  text-align: center;
}
.pageTitle h1 span {
  display: block;
  color: #E36E3A;
  font-size: clamp(1.625rem, 1.102244389rem + 1.4962593516vw, 2rem);
  font-weight: 400;
  margin-bottom: 1em;
  font-family: "inter-tight-variable", sans-serif;
  font-variation-settings: "wght" 400;
}

.category .sidebar h2.bgOrange, .category .sidebar h2.bgGray {
  background-color: #EBE7D2;
  color: #2F3134;
}
.sidebar .inner {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 3rem;
}
.sidebar h2 {
  background-color: #EBE7D2;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.sidebar h2.bgOrange {
  background-color: #E36E3A;
  color: #fff;
}
.sidebar h2.bgGray {
  background-color: #6E6D69;
  color: #fff;
}
.sidebar .selectBox {
  display: none;
}
.sidebar ul {
  display: block;
  position: relative;
  padding: 2rem 2rem 1rem;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.sidebar ul li {
  border-bottom: 1px solid #E2DDCA;
  margin-bottom: 1em;
  position: relative;
  transition: all 0.5s;
}
.sidebar ul li a {
  display: block;
  color: #2F3134;
  padding-bottom: 1rem;
  position: relative;
}
.sidebar ul li a:after {
  content: "";
  display: inline-block;
  background: url(libs/img/icon_arrow.svg) no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.sidebar ul li:hover {
  text-decoration: none;
  opacity: 1;
}
.sidebar ul li:hover a {
  color: #E36E3A;
}
.sidebar ul li:hover a:after {
  background: url(libs/img/icon_arrow_o.svg) no-repeat;
}
.sidebar ul li a.current {
  padding-left: 10px;
}
.sidebar ul li a.current:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 4px;
  background-color: #E36E3A;
  position: absolute;
  left: 0;
  top: 1em;
}
@media screen and (max-width: 959px) {
  .sidebar.news {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .sidebar.news .inner {
    background-color: inherit;
    border-radius: inherit;
    margin-bottom: 1rem;
  }
  .sidebar.news h2 {
    background-color: inherit;
    border-radius: 0;
    display: block;
    height: inherit;
    text-align: center;
  }
  .sidebar.news h2.bgOrange {
    background-color: inherit;
    color: #2F3134;
  }
  .sidebar.news h2.bgGray {
    background-color: inherit;
    color: #2F3134;
  }
  .sidebar.news .selectBox {
    position: relative;
    display: inline-block;
    user-select: none;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .sidebar.news .selectBox .select {
    appearance: none;
    border-radius: 50px;
    background-color: #EFEDE5;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    min-width: 180px;
  }
  .sidebar.news .selectBox:after {
    content: "";
    position: absolute;
    border: 4px solid #333;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    top: calc(50% - 3px);
    right: 1.5rem;
    width: 0;
    height: 0;
  }
  .sidebar.news ul {
    display: none;
  }
}

.pageFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pageFlex .sidebar {
  width: 320px;
}
.pageFlex .maincontents {
  width: calc(100% - 360px);
  margin-bottom: 3rem;
}
@media screen and (max-width: 959px) {
  .pageFlex {
    flex-direction: column;
  }
  .pageFlex .sidebar {
    width: 100%;
  }
  .pageFlex .maincontents {
    width: 100%;
  }
}

.pageinner.singlecontents {
  margin-bottom: 3rem;
}
.pageinner a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.pageinner h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: clamp(1.375rem, 1.0264962594rem + 0.9975062344vw, 1.625rem);
  color: #2F3134;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  font-weight: bold;
}
.pageinner h2:first-of-type {
  margin-top: 0;
}
.pageinner h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1.25rem, 1.0757481297rem + 0.4987531172vw, 1.375rem);
  color: #2F3134;
  line-height: 1.3;
  padding: 0.5em 0 0.5em 0;
  font-weight: bold;
  border-bottom: 1px solid #E36E3A;
}
.pageinner h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  color: #2F3134;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  border-left: 10px solid #E36E3A;
  padding: 5px 0 5px 0.5em;
}
.pageinner p {
  margin-bottom: 1.5em;
}
.pageinner p.keymessage {
  color: #2F3134;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
}
.pageinner p strong {
  color: #E36E3A;
}
.pageinner .flexBox .img img {
  margin-bottom: 2em;
}
.pageinner .flexBox .img p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.pageinner .flexBox .img .name {
  font-size: clamp(1rem, 0.477244389rem + 1.4962593516vw, 1.375rem);
}
.pageinner .txtCenter {
  margin: 0 auto;
  text-align: center;
}
.pageinner .txtCenter img {
  margin: 0 auto;
}
.pageinner a.pdf[target=_blank]:after {
  content: "";
  display: inline-block;
  margin-right: 3px;
  background: url(libs/img/icon_pdf.svg);
  position: relative;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
}
.conteStyle a {
  text-decoration: underline;
  color: #2F3134;
}
.conteStyle ul {
  margin: 10px 0 30px;
}
.conteStyle ul a {
  color: #2F3134;
  text-decoration: none;
}
.conteStyle ul a:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.conteStyle ul li {
  position: relative;
  padding-left: 1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.conteStyle ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #337CDE;
  border-radius: 50%;
}
.conteStyle ul.noDot li {
  padding-left: 0;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.conteStyle ul.noDot li:before {
  content: none;
}
.conteStyle ol {
  counter-reset: section;
  margin: 15px 0 1.8em;
}
.conteStyle ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.conteStyle ol li:before {
  position: absolute;
  left: 0;
  counter-increment: section;
  content: counter(section) ".";
  color: #212121;
}
.conteStyle ol li span {
  position: relative;
}
.conteStyle ol li span:before {
  content: "-----";
  color: #E36E3A;
  padding-right: 10px;
}
.conteStyle ol li ul {
  counter-reset: section;
}
.conteStyle table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.conteStyle table th,
.conteStyle table td {
  padding: 1em 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.5;
}
.conteStyle table th:last-of-type,
.conteStyle table td:last-of-type {
  border-right: none;
}
.conteStyle table th {
  background-color: #2E558E;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  min-width: 150px;
}
.conteStyle table td {
  background-color: #fff;
  word-break: break-all;
}
.conteStyle table tr:last-of-type th,
.conteStyle table tr:last-of-type td {
  border-bottom: none;
}
.conteStyle table .bluecolor {
  color: #2E558E;
  font-weight: bold;
}
.conteStyle table .redcolor {
  color: #D06D61;
  font-weight: bold;
}
.conteStyle table .redcolor b {
  font-size: 130%;
}

.faqBox h3 {
  background-color: #E36E3A;
  color: #fff;
  border-radius: 15px;
  padding: 0.5em 1em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  display: inline-block;
}
.faqBox h3:before {
  content: none;
}
.faqBox dl {
  margin-bottom: 2.5em;
}
.faqBox dl dt {
  color: #E36E3A;
  border-bottom: 1px dotted #E36E3A;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 35px;
  font-weight: 700;
  font-size: clamp(1rem, 0.8257481297rem + 0.4987531172vw, 1.125rem);
  position: relative;
}
.faqBox dl dt:before {
  display: inline-block;
  content: "Q.";
  font-size: clamp(1.25rem, 0.5529925187rem + 1.9950124688vw, 1.75rem);
  position: absolute;
  top: -0.4em;
  left: 0;
}
.faqBox dl dd {
  position: relative;
  padding-left: 35px;
}
.faqBox dl dd:before {
  display: inline-block;
  color: #2F3134;
  content: "A.";
  font-weight: 700;
  font-size: clamp(1.25rem, 0.5529925187rem + 1.9950124688vw, 1.75rem);
  position: absolute;
  top: -0.4em;
  left: 0;
}

.single .newspage .flexBox.cat {
  margin-bottom: 2rem;
}
.newspage .flexBox.cat span {
  background-color: #EFB718;
  border-radius: 20px;
  padding: 2px 1rem;
  letter-spacing: -1px;
  text-align: center;
  box-sizing: border-box;
  background-color: #E36E3A;
  word-break: keep-all;
  margin-bottom: 5px;
  color: #fff;
}
.newspage .flexBox.cat span.cat1 {
  background-color: #337CDE;
}
.newspage .flexBox.cat span.cat2 {
  background-color: #E38787;
}

.archivementBox p {
  padding: 0 !important;
}
.archivementBox a {
  display: block;
}
.archivementBox a:hover {
  opacity: 1;
}
.archivementBox dl {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 0;
  position: relative;
}
.archivementBox dl dt {
  width: 120px;
  line-height: 1.5;
  font-weight: 300;
  box-sizing: border-box;
}
.archivementBox dl dd {
  width: calc(100% - 100px);
  line-height: 1.5;
  padding-top: 1.2rem;
  box-sizing: border-box;
  word-break: break-all;
}
.archivementBox dl dd.txt {
  width: 100%;
  position: relative;
}
.archivementBox dl dd.txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(libs/img/icon_arrow.svg);
  width: 18px;
  height: 17px;
}
.archivementBox dl dd.cat {
  margin-right: 25px;
  width: 150px;
  border: none;
  padding: 0;
  font-size: clamp(0.75rem, 0.5757481297rem + 0.4987531172vw, 0.875rem);
}
.archivementBox dl dd .new {
  background-color: #D06D61;
  padding: 0.2em 1em;
  border-radius: 5px;
  margin-left: 1em;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
}
.archivementBox dl:before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2F3134;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.archivementBox dl:hover:before {
  transform: scale(1, 1);
}
.archivementBox ul.line li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 959px) {
  .archivementBox {
    width: 100%;
  }
  .archivementBox a:first-child {
    border-top: 1px solid #AAAAAA;
  }
}
@media screen and (max-width: 559px), print {
  .archivementBox ul.dotList li {
    width: 8rem;
  }
}

/* 検索ページ系 */
.countData em {
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.25rem, 0.3787406484rem + 2.493765586vw, 1.875rem);
}
.countData strong {
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1rem, 0.3029925187rem + 1.9950124688vw, 1.5rem);
}

.searchDl {
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.searchDl a dt {
  color: #E36E3A;
}
.searchDl dt {
  font-size: clamp(1rem, 0.6514962594rem + 0.9975062344vw, 1.25rem);
  padding-bottom: 0.5em;
}
.searchDl dd {
  padding-left: 1em;
}

/***プラグイン関係 ***/
.contactForm {
  padding: 2rem;
}
.contactForm p {
  margin: 0;
}
.contactForm input,
.contactForm button,
.contactForm select,
.contactForm textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
}
.contactForm textarea {
  resize: vertical;
}
.contactForm input[type=submit],
.contactForm input[type=button],
.contactForm label,
.contactForm button,
.contactForm select {
  cursor: pointer;
}
.contactForm dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1em;
}
.contactForm dt {
  line-height: 1.6;
  width: 25%;
  font-weight: 600;
}
.contactForm dt .must {
  background-color: #BC5060;
  color: #fff;
  font-size: clamp(0.625rem, 0.4507481297rem + 0.4987531172vw, 0.75rem);
  line-height: 1;
  padding: 3px 5px;
  margin-left: 10px;
}
.contactForm dd {
  line-height: 1.6;
  margin-bottom: 1em;
  width: 75%;
}
.contactForm dd .text {
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
.contactForm dd .text.short {
  width: 50%;
  margin-bottom: 1rem;
}
.contactForm dd textarea {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1rem;
}
.contactForm dd.numdd {
  margin-left: 1em;
}
.contactForm dd.numdd .wpcf7-form-control {
  margin-bottom: 0.3em;
}
.contactForm dd .select {
  width: 200px;
  background-color: #fff;
  border-radius: 10px;
  padding: 1rem 1rem;
  box-sizing: border-box;
  position: relative;
}
.contactForm dd .select .wpcf7-form-control {
  appearance: none;
}
.contactForm .submitBlock {
  margin: 4rem auto 0;
  text-align: center;
}
.contactForm .submitBlock input[type=checkbox] {
  position: relative;
  left: -0.5rem;
  width: 32px;
  height: 32px;
  background-color: #E36E3A;
  border-radius: 10px;
  vertical-align: -10px;
}
.contactForm .submitBlock input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  transform: rotate(50deg);
  width: 10px;
  height: 16px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.contactForm .submitBlock .contactBtn {
  margin-top: 1rem;
}
.contactForm .submitBlock .contactBtn input {
  min-width: 270px;
  box-sizing: border-box;
  background-color: #E36E3A;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  padding: 1em 1.5em;
  display: inline-block;
  text-align: center;
  margin: 0 1rem;
}
.contactForm .submitBlock .contactBtn input:hover {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.contactForm .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 959px) {
  .contactForm {
    padding: 0;
  }
  .contactForm dl {
    flex-direction: column;
  }
  .contactForm dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contactForm dd {
    width: 100%;
  }
  .contactForm dd.flex div {
    margin-bottom: 10px;
  }
  .contactForm dd .text.short {
    width: 100%;
  }
  .contactForm .submitBlock .contactBtn input {
    min-width: inherit;
    width: 45%;
    margin: 0 10px;
  }
}
@media screen and (max-width: 559px), print {
  .contactForm .submitBlock .contactBtn input {
    width: 100%;
    margin: 0 0 1rem;
  }
}