@charset "UTF-8";
/* Scss Document */
/*100 200 400 600*/
/*300 500*/
/**************************/
/*reset*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem)*/
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 1.6;
  font-size: 1.7rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  font-style: normal;
  background: #f8f8f3;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1400px) {
  body {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: calc(3.7333333333vw);
  }
}

input, textarea {
  font-size: 1.6rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-feature-settings: "palt";
  color: #3a2c2a;
}

*:focus {
  outline: none;
}

/*PC環境ではtelのリンクなし*/
a[href^="tel:"] {
  pointer-events: none;
}

a.noLine {
  text-decoration: none;
}

@media screen and (max-width: 1400px) {
  a.noLine {
    text-decoration: underline;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
a {
  color: #3a2c2a;
  transition: opacity 0.3s;
  text-decoration: none;
  text-underline-offset: 0.2em;
}

a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1400px) {
  a:hover {
    opacity: 1;
  }
}

.txtS {
  font-size: 0.8em;
  line-height: 1.2em;
}

.txtM {
  font-size: 0.9em;
  line-height: 1.2em;
}

.txtSS {
  font-size: 0.7em;
}

.txtL {
  font-size: 1.2em;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txtB {
  font-weight: bold;
}

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

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

.spIn {
  display: none;
}
@media screen and (max-width: 750px) {
  .spIn {
    display: inline;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 0.5em !important;
}

.mt1 {
  margin-top: 1em !important;
}

.mt1-5 {
  margin-top: 1.5em !important;
}

.mt2 {
  margin-top: 2em !important;
}

.mt2-5 {
  margin-top: 2.5em !important;
}

.mt3 {
  margin-top: 3em !important;
}

.mt3-5 {
  margin-top: 3.5em !important;
}

.mt4 {
  margin-top: 4em !important;
}

.mt5 {
  margin-top: 5em !important;
}

.lineH10 {
  line-height: 1em;
}

.lineH12 {
  line-height: 1.2em;
}

.lineH13 {
  line-height: 1.3em;
}

.displayB {
  display: block;
}

/****************

	all

****************/
.contents {
  margin: 0 0 0;
}
@media screen and (max-width: 1400px) {
  .contents {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .contents {
    margin: calc(23.6vw) 0 0;
  }
}

.ext-link-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .ext-link-title {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .ext-link-title {
    font-size: calc(3.2vw);
  }
}

.btn a {
  position: relative;
  text-decoration: underline;
  line-height: 1.2em;
  font-size: 1.9rem;
  padding: 0 0 0 43px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .btn a {
    font-size: calc(1.3571428571vw);
    padding: 0 0 0 calc(3.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .btn a {
    font-size: calc(3.7333333333vw);
    padding: 0 0 0 calc(9.0666666667vw);
    line-height: 1.5em;
  }
}
.btn a::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: url(../images/icon_btn_arrow.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1400px) {
  .btn a::before {
    width: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .btn a::before {
    background: url(../images/icon_btn_arrow_sp.png) no-repeat 0 0/100% auto;
    width: calc(6.8vw);
    top: -0.2em;
  }
}
.btn a:hover {
  opacity: 1;
  text-decoration: none;
}

.txtBox {
  margin: 1em 0 0;
}
.txtBox p {
  font-size: 19px;
  line-height: 1.8em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1400px) {
  .txtBox p {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .txtBox p {
    font-size: calc(4.2666666667vw);
  }
}

.sticky {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}
@media screen and (max-width: 1400px) {
  .sticky {
    top: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .sticky {
    position: static;
  }
}

/****************

	header

****************/
.header .navFlex {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  margin: 29px auto 0;
}
@media screen and (max-width: 1400px) {
  .header .navFlex {
    margin: calc(2.0714285714vw) auto 0;
    width: calc(92.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .header .navFlex {
    margin: calc(3.8666666667vw) auto 0;
    width: 100%;
  }
}
.header .navFlex .logo {
  width: 129px;
}
@media screen and (max-width: 1400px) {
  .header .navFlex .logo {
    width: calc(9.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .header .navFlex .logo {
    position: fixed;
    width: calc(11.7333333333vw);
    top: calc(5.3333333333vw);
    left: calc(5.3333333333vw);
    z-index: 10;
  }
}
.header .navFlex .nav ul {
  display: flex;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  margin: 20px 90px 0 0;
}
@media screen and (max-width: 1400px) {
  .header .navFlex .nav ul {
    margin: calc(1.4285714286vw) calc(6.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .header .navFlex .nav ul {
    margin: calc(2.6666666667vw) calc(12vw) 0 0;
  }
}
.header .navFlex .nav ul li {
  margin: 0 0 0 1.5em;
}
@media screen and (max-width: 750px) {
  .header .navWrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.header .fixNav {
  position: fixed;
  top: 50px;
  left: 50%;
  margin-left: 589px;
  width: 70px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .header .fixNav {
    margin-left: calc(42.0714285714vw);
    top: calc(3.5714285714vw);
    width: calc(5vw);
  }
}
@media screen and (max-width: 750px) {
  .header .fixNav {
    top: calc(8.8vw);
    left: auto;
    right: calc(5.3333333333vw);
    width: calc(18.6666666667vw);
  }
}
.header .gnav {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 499;
  position: fixed;
  display: none;
}
.header .gnav .bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header .gnav .gnav__wrap {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: absolute; /*absolute*/
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__wrap {
    align-items: normal;
    display: block;
    overflow-y: scroll;
    pointer-events: auto;
  }
}
.header .gnav .gnav__nav {
  position: relative;
  width: 950px;
  background: #f8f8f3;
  border-radius: 1.5em;
  pointer-events: auto;
  padding: 0 0 50px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav {
    width: calc(67.8571428571vw);
    padding: 0 0 calc(3.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav {
    width: calc(89.3333333333vw);
    height: auto;
    margin: calc(4vw) auto calc(10.6666666667vw);
    padding: 0;
    overflow-y: auto;
    background: none;
    border-radius: 0;
  }
}
.header .gnav .gnav__nav .btnClose {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 28px;
  height: 39px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .btnClose {
    width: calc(2vw);
    height: calc(2.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .btnClose {
    position: fixed;
    top: 1em;
    right: 1em;
    width: calc(6.9333333333vw);
    height: calc(10vw);
  }
}
.header .gnav .gnav__nav .flexBox {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 35px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .flexBox {
    margin: 0 0 0 calc(2.5vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .flexBox {
    display: block;
    margin: 0;
  }
}
.header .gnav .gnav__nav .nav1 {
  margin: 50px 0 0;
  width: 170px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav1 {
    margin: calc(3.5714285714vw) 0 0;
    width: calc(12.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav1 {
    display: flex;
    margin: 2em 0 0;
    width: auto;
    align-items: center;
  }
}
.header .gnav .gnav__nav .nav1 .logo {
  width: 135px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav1 .logo {
    width: calc(9.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav1 .logo {
    width: calc(32.4vw);
    margin: 0 0 0 calc(2.6666666667vw);
  }
}
.header .gnav .gnav__nav .nav1 ul {
  margin: 2em 0 0;
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav1 ul {
    margin: 0 0 0 calc(8vw);
  }
}
.header .gnav .gnav__nav .nav1 ul li {
  margin: 0em 0 0;
  position: relative;
}
.header .gnav .gnav__nav .nav1 ul li a {
  font-size: 2rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  color: #10111b;
  padding: 0 0 0 43px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav1 ul li a {
    font-size: calc(1.4285714286vw);
    padding: 0 0 0 calc(3.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav1 ul li a {
    font-size: calc(5.3333333333vw);
    padding: 0 0 0 calc(8.6666666667vw);
  }
}
.header .gnav .gnav__nav .nav1 ul li a::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  background: url(../images/icon_arrow.png) no-repeat 0 0/100% auto;
  width: 29px;
  height: 17px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav1 ul li a::before {
    width: calc(2.0714285714vw);
    height: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav1 ul li a::before {
    background: url(../images/icon_arrow_sp.png) no-repeat 0 0/100% auto;
    width: calc(7.3333333333vw);
    height: calc(4.6666666667vw);
    top: 0.4em;
  }
}
.header .gnav .gnav__nav .nav2 {
  margin: 0 40px 0 0;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 {
    margin: 0 calc(2.8571428571vw) 0 0;
    padding: calc(2.8571428571vw) 0 0 0;
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 {
    margin: calc(7.3333333333vw) auto 0;
    padding: 0;
    width: calc(80vw);
  }
}
.header .gnav .gnav__nav .nav2 ul {
  margin: 2em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header .gnav .gnav__nav .nav2 ul li {
  width: 300px;
  margin: 0 0 20px 30px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 ul li {
    margin: 0 0 calc(1.4285714286vw) calc(2.1428571429vw);
    width: calc(21.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 ul li {
    margin: 0 0 1.7em;
    width: auto;
  }
}
.header .gnav .gnav__nav .nav2 ul li a {
  font-size: 2rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-weight: 500;
  color: #10111b;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 ul li a {
    font-size: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 ul li a {
    font-size: calc(5.3333333333vw);
  }
}
.header .gnav .gnav__nav .nav2 ul li a img {
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 ul li a img {
    border-top-right-radius: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 ul li a img {
    border-top-right-radius: calc(5.3333333333vw);
  }
}
.header .gnav .gnav__nav .nav2 ul li a .btn {
  position: relative;
  margin: 0.2em 0 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 ul li a .btn {
    padding: 0 0 0 calc(2.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 ul li a .btn {
    margin: 0.4em 0 0;
    padding: 0 0 0 calc(8.6666666667vw);
  }
}
.header .gnav .gnav__nav .nav2 ul li a .btn::before {
  position: absolute;
  content: "";
  top: 0.5em;
  left: 0;
  background: url(../images/icon_arrow.png) no-repeat 0 0/100% auto;
  width: 25px;
  height: 14px;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 ul li a .btn::before {
    width: calc(1.7857142857vw);
    height: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 ul li a .btn::before {
    background: url(../images/icon_arrow_sp.png) no-repeat 0 0/100% auto;
    width: calc(7.2vw);
    height: calc(4.6666666667vw);
    top: 0.4em;
  }
}
.header .gnav .gnav__nav .nav2 ul li a .btn span {
  display: block;
}
.header .gnav .gnav__nav .nav2 ul li a .btn .txt {
  line-height: 1.2em;
  font-size: 1.5rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .nav2 ul li a .btn .txt {
    font-size: calc(1.0714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .nav2 ul li a .btn .txt {
    font-size: calc(3.8666666667vw);
  }
}
.header .gnav .gnav__nav .actionList {
  margin: 40px 0 0 35px;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .actionList {
    margin: calc(2.8571428571vw) 0 0 calc(2.5vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .actionList {
    display: block;
    margin: calc(5.3333333333vw) 0 0 calc(4.6666666667vw);
  }
}
.header .gnav .gnav__nav .actionList li {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .actionList li {
    margin: 0 calc(2.1428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .actionList li {
    margin: 0 0 1em;
  }
}
.header .gnav .gnav__nav .actionList li a::before {
  top: 0.5em;
}
.header .gnav .gnav__nav .actionList .deco1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .actionList .deco1 {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .actionList .deco1 {
    font-size: calc(5.3333333333vw);
  }
}
.header .gnav .gnav__nav .actionList .deco2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .header .gnav .gnav__nav .actionList .deco2 {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .header .gnav .gnav__nav .actionList .deco2 {
    font-size: calc(3.7333333333vw);
  }
}

/*header*/
/****************

	footer

****************/
.footer {
  background: #1e1e1e;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 1400px) {
  .footer {
    padding: calc(7.1428571429vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: calc(13.3333333333vw) 0 calc(6.6666666667vw);
  }
}
.footer a {
  color: #fff;
}
.footer .logo {
  margin: 0 auto;
  width: 90px;
}
@media screen and (max-width: 1400px) {
  .footer .logo {
    width: calc(6.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .logo {
    width: calc(16vw);
  }
}
.footer .list1 {
  font-size: 1.8rem;
  width: 700px;
  text-align: center;
  margin: 1.8em auto 0;
}
@media screen and (max-width: 1400px) {
  .footer .list1 {
    font-size: calc(1.2857142857vw);
    width: calc(50vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .list1 {
    font-size: calc(4.2666666667vw);
    width: calc(84vw);
  }
}
.footer .list1 li {
  display: inline-block;
  margin: 0.5em 0 0;
}
.footer .list1 li::after {
  content: "｜";
  display: inline-block;
}
.footer .list1 li:nth-child(6)::after {
  content: "";
}
.footer .list1 li:last-child::after {
  content: "";
}
@media screen and (max-width: 750px) {
  .footer .list1 li:nth-child(1)::after {
    content: "";
  }
  .footer .list1 li:nth-child(1) {
    display: block;
  }
}
.footer .list2 {
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) {
  .footer .list2 {
    font-size: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .list2 {
    font-size: calc(3.2vw);
    margin: 3em 0 0;
  }
}
.footer .list2 li {
  display: inline-block;
  margin: 2em 0 0;
}
@media screen and (max-width: 750px) {
  .footer .list2 li {
    margin: 0.8em 0 0;
  }
}
.footer .list2 li::after {
  content: "｜";
  display: inline-block;
}
.footer .list2 li:last-child::after {
  content: "";
}
.footer .copyright {
  margin: 70px auto 0;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 1400px) {
  .footer .copyright {
    margin: calc(5vw) auto 0;
    font-size: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  .footer .copyright {
    margin: calc(20vw) auto 0;
    font-size: calc(2.6666666667vw);
  }
}

/*footer*/
/*all*/
.mainWidth {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .mainWidth {
    width: calc(85.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .mainWidth {
    width: calc(89.3333333333vw);
  }
}

h2.mainTtl {
  font-size: 4.5rem;
  line-height: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  h2.mainTtl {
    font-size: calc(3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  h2.mainTtl {
    font-size: calc(9.3333333333vw);
  }
}

h3.mainTtl {
  font-size: 3.2rem;
  line-height: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  h3.mainTtl {
    font-size: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  h3.mainTtl {
    font-size: calc(5.6vw);
  }
}

.tbl {
  width: 100%;
}
.tbl tr {
  position: relative;
  line-height: 1.8em;
}
.tbl tr::after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.5em 0 0;
  background: radial-gradient(circle farthest-side, #d2c3d1, #d2c3d1 40%, transparent 40%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 4px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .tbl tr::after {
    background-size: calc(0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .tbl tr::after {
    background-size: calc(1.3333333333vw);
  }
}
.tbl tr th, .tbl tr td {
  font-size: 1.7rem;
  padding: 1.5em 1em 1.7em 0.5em;
}
@media screen and (max-width: 1400px) {
  .tbl tr th, .tbl tr td {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .tbl tr th, .tbl tr td {
    font-size: calc(3.7333333333vw);
  }
}
.tbl tr th {
  padding: 1.5em 1em 1.5em 0.3em;
  width: 7em;
}

.swiperWrap .box {
  position: relative;
}
.swiperWrap .swiper {
  padding: 0;
}
.swiperWrap .swiper-pagination {
  position: relative;
  margin: 1em 0 0;
}
.swiperWrap .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  width: 13px;
  height: 13px;
  background: #c9c9c9;
  opacity: 1;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .swiperWrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0 calc(0.2857142857vw);
    width: calc(0.9285714286vw);
    height: calc(0.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .swiperWrap .swiper-pagination .swiper-pagination-bullet {
    margin: 0 calc(0.9333333333vw);
    width: calc(2.6666666667vw);
    height: calc(2.6666666667vw);
  }
}
.swiperWrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #1d2088;
  border: 1px solid #dad3ca;
}
@media screen and (max-width: 1400px) {
  .swiperWrap .swiper-pagination .swiper-pagination-bullet-active {
    border: calc(0.0714285714vw) solid #dad3ca;
  }
}
@media screen and (max-width: 750px) {
  .swiperWrap .swiper-pagination .swiper-pagination-bullet-active {
    border: calc(0.1333333333vw) solid #dad3ca;
  }
}

.actionList {
  margin: 2em 0 0;
}
.actionList li {
  position: relative;
  margin: 1em 0 0;
}
@media screen and (max-width: 750px) {
  .actionList li {
    margin: 1.5em 0 0;
  }
}
.actionList li a .deco1 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: 200;
  color: #1d2088;
  line-height: 1.3em;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1400px) {
  .actionList li a .deco1 {
    font-size: calc(2.1428571429vw);
    margin: 0 0 0 calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .actionList li a .deco1 {
    font-size: calc(6.4vw);
    margin: 0 0 0 calc(6.6666666667vw);
  }
}
.actionList li a .deco2 {
  font-size: 18px;
  text-decoration: underline;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1400px) {
  .actionList li a .deco2 {
    font-size: calc(1.2857142857vw);
    margin: 0 0 0 calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .actionList li a .deco2 {
    font-size: calc(3.7333333333vw);
    margin: 0 0 0 calc(6.6666666667vw);
  }
}
.actionList li a::before {
  position: absolute;
  content: "";
  top: 0.7em;
  left: 0;
  background: url(../images/icon_arrow.png) no-repeat 0 0/100% auto;
  width: 29px;
  height: 17px;
}
@media screen and (max-width: 1400px) {
  .actionList li a::before {
    width: calc(2.0714285714vw);
    height: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .actionList li a::before {
    width: calc(5.4666666667vw);
    height: calc(3.4666666667vw);
  }
}
.actionList li a:hover {
  opacity: 1;
}
.actionList li a:hover .deco2 {
  text-decoration: none;
}

.topMvWrap {
  margin: 60px auto 0;
}
@media screen and (max-width: 1400px) {
  .topMvWrap {
    margin: calc(4.2857142857vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .topMvWrap {
    margin: calc(8vw) auto 0;
  }
}
.topMvWrap .box {
  position: relative;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .topMvWrap .box {
    display: block;
  }
}
.topMvWrap .box .txtBox {
  width: 35.5%;
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .txtBox {
    width: calc(89.3333333333vw);
    margin: 0 auto;
  }
}
.topMvWrap .box .txtBox .txt1 {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 1.1em;
  font-size: 88px;
  color: #1d2088;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 1400px) {
  .topMvWrap .box .txtBox .txt1 {
    margin: 0 0 0 calc(2.8571428571vw);
    font-size: calc(6.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .txtBox .txt1 {
    margin: 0;
    font-size: calc(12.2666666667vw);
  }
}
.topMvWrap .box .txtBox .txt1 span {
  font-size: 130px;
  color: #10111b;
}
@media screen and (max-width: 1400px) {
  .topMvWrap .box .txtBox .txt1 span {
    font-size: calc(9.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .txtBox .txt1 span {
    font-size: calc(18vw);
  }
}
.topMvWrap .box .txtBox .txt2 {
  font-size: 32px;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  margin: 1em 0 0 40px;
}
@media screen and (max-width: 1400px) {
  .topMvWrap .box .txtBox .txt2 {
    font-size: calc(2.2857142857vw);
    margin: 1em 0 0 calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .txtBox .txt2 {
    font-size: calc(4.4vw);
    margin: 1em 0 0;
  }
}
.topMvWrap .box .img {
  width: 64.5%;
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .img {
    width: 100%;
    margin: 2em 0 0;
  }
}
.topMvWrap .box .actionList {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 6.5em 0 0;
}
@media screen and (max-width: 1400px) {
  .topMvWrap .box .actionList {
    bottom: calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .actionList {
    position: relative;
    bottom: 0;
    margin: 2em 0 0;
  }
}
.topMvWrap .box .actionList li {
  position: relative;
  margin: 2em 0 0;
}
@media screen and (max-width: 750px) {
  .topMvWrap .box .actionList li {
    margin: 1.5em 0 0;
  }
}

.bannerWrap {
  position: relative;
  margin: 100px 0 0;
  background: #c5c5c3;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .bannerWrap {
    margin: calc(7.1428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .bannerWrap {
    margin: calc(10.6666666667vw) 0 0;
  }
}
.bannerWrap .swiperBox {
  padding: 50px 0;
}
@media screen and (max-width: 1400px) {
  .bannerWrap .swiperBox {
    padding: calc(3.5714285714vw) 0;
  }
}
@media screen and (max-width: 750px) {
  .bannerWrap .swiperBox {
    padding: calc(8vw) 0;
  }
}
.bannerWrap .swiperBox .swiper-wrapper {
  display: flex;
}
.bannerWrap .swiperBox .swiper-slide {
  width: 460px;
  margin: 0 13px;
}
@media screen and (max-width: 1400px) {
  .bannerWrap .swiperBox .swiper-slide {
    width: calc(32.8571428571vw);
    margin: 0 calc(0.9285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .bannerWrap .swiperBox .swiper-slide {
    width: 80%;
    margin: 0 calc(1.7333333333vw);
  }
}
.bannerWrap.about {
  margin: 8em auto 0;
}
@media screen and (max-width: 750px) {
  .bannerWrap.about {
    margin: 5em auto 0;
  }
}

.topAboutWrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 100px 0 0;
}
@media screen and (max-width: 1400px) {
  .topAboutWrap {
    padding: calc(7.1428571429vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap {
    padding: 0;
    display: block;
  }
}
.topAboutWrap::before {
  position: absolute;
  content: "";
  top: -96px;
  left: -162px;
  background: url(../images/bg_by.svg) no-repeat 0 0/100% auto;
  width: 590px;
  height: auto;
  aspect-ratio: 590/453;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .topAboutWrap::before {
    top: calc(-6.8571428571vw);
    left: calc(-11.5714285714vw);
    width: calc(42.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap::before {
    background: url(../images/top_img_about_sp.jpg) no-repeat 0 0/100% auto;
    width: calc(100% + 10.6666666667vw);
    aspect-ratio: 750/478;
    top: calc(8vw);
    left: calc(-5.3333333333vw);
  }
}
.topAboutWrap .img {
  position: relative;
  width: 745px;
  border-top-right-radius: 2em;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .topAboutWrap .img {
    width: calc(53.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap .img {
    display: none;
  }
}
.topAboutWrap .box {
  background: #f8f8f3;
  position: relative;
  z-index: 1;
  width: 680px;
  margin: 215px -226px 0 0;
  padding: 60px 122px 0 0;
}
@media screen and (max-width: 1400px) {
  .topAboutWrap .box {
    width: calc(48.5714285714vw);
    margin: calc(15.3571428571vw) calc(-16.1428571429vw) 0 0;
    padding: calc(4.2857142857vw) calc(8.7142857143vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap .box {
    background: none;
    width: calc(72.2666666667vw);
    margin: 0;
    padding: calc(53.3333333333vw) 0 0;
  }
}
.topAboutWrap .box .ttl {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
}
@media screen and (max-width: 1400px) {
  .topAboutWrap .box .ttl {
    font-size: calc(3.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap .box .ttl {
    font-size: calc(7.7333333333vw);
  }
}
.topAboutWrap .box .txtBox {
  margin: 1em 0 0;
}
@media screen and (max-width: 750px) {
  .topAboutWrap .box .txtBox {
    margin: 0.5em 0 0;
  }
}
.topAboutWrap .box .txtBox p {
  font-size: 19px;
  line-height: 1.8em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1400px) {
  .topAboutWrap .box .txtBox p {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .topAboutWrap .box .txtBox p {
    font-size: calc(4.2666666667vw);
  }
}

.topSalonWrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 100px 0 74px;
}
@media screen and (max-width: 1400px) {
  .topSalonWrap {
    padding: calc(7.1428571429vw) 0 calc(5.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .topSalonWrap {
    display: block;
    padding: 0;
  }
}
.topSalonWrap .img {
  width: 745px;
  border-bottom-left-radius: 2em;
  overflow: hidden;
  padding: 78px 0 0;
}
@media screen and (max-width: 1400px) {
  .topSalonWrap .img {
    width: calc(53.2142857143vw);
    padding: calc(5.5714285714vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .topSalonWrap .img {
    width: calc(68.2666666667vw);
    margin: calc(-13.3333333333vw) 0 0;
    padding: 0;
  }
}
.topSalonWrap .box {
  background: #f8f8f3;
  position: relative;
  z-index: 1;
  width: 744px;
  margin: 0 0 0 -291px;
  padding: 0 114px 70px 70px;
}
@media screen and (max-width: 1400px) {
  .topSalonWrap .box {
    width: calc(53.1428571429vw);
    margin: 0 0 0 calc(-20.7857142857vw);
    padding: 0 calc(8.1428571429vw) calc(5vw) calc(5vw);
  }
}
@media screen and (max-width: 750px) {
  .topSalonWrap .box {
    width: calc(76vw);
    margin: calc(17.3333333333vw) 0 0 auto;
    padding: 0 0 calc(8.6666666667vw) calc(3.2vw);
  }
}
.topSalonWrap .box .ttl {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
}
@media screen and (max-width: 1400px) {
  .topSalonWrap .box .ttl {
    font-size: calc(3.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .topSalonWrap .box .ttl {
    font-size: calc(7.7333333333vw);
    line-height: 1.2em;
  }
}
.topSalonWrap .box .txtBox {
  margin: 1em 0 0;
}
.topSalonWrap .box .txtBox p {
  font-size: 19px;
  line-height: 1.8em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1400px) {
  .topSalonWrap .box .txtBox p {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .topSalonWrap .box .txtBox p {
    font-size: calc(4.2666666667vw);
  }
}
@media screen and (max-width: 750px) {
  .topSalonWrap .box .btn {
    margin: 2em 0 0;
  }
}

.topPersonWrap {
  display: flex;
  align-items: flex-start;
  padding: 40px 0 0;
}
@media screen and (max-width: 1400px) {
  .topPersonWrap {
    padding: calc(2.8571428571vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .topPersonWrap {
    display: block;
    padding: calc(9.3333333333vw) 0 0;
  }
}
.topPersonWrap .img {
  width: 550px;
  margin: 0 40px 0 0;
  border-radius: 1em;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .topPersonWrap .img {
    width: calc(39.2857142857vw);
    margin: 0 calc(2.8571428571vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .topPersonWrap .img {
    border-radius: 1.5em;
    width: 100%;
    margin: 0 calc(5.3333333333vw) 0 0;
  }
}
.topPersonWrap .box {
  width: 567px;
  margin: 18px 0 0;
}
@media screen and (max-width: 1400px) {
  .topPersonWrap .box {
    width: calc(40.5vw);
    margin: calc(1.2857142857vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .topPersonWrap .box {
    width: 100%;
    margin: calc(2.4vw) 0 0;
  }
}
.topPersonWrap .box .ttl {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
}
@media screen and (max-width: 1400px) {
  .topPersonWrap .box .ttl {
    font-size: calc(3.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .topPersonWrap .box .ttl {
    font-size: calc(7.7333333333vw);
  }
}
.topPersonWrap .box .txtBox {
  margin: 0.5em 0 0;
  font-size: 19px;
  line-height: 1.8em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1400px) {
  .topPersonWrap .box .txtBox {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .topPersonWrap .box .txtBox {
    font-size: calc(4.2666666667vw);
  }
}
.topPersonWrap.deco {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.topPersonWrap.deco .img {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .topPersonWrap.deco {
    padding: calc(20vw) 0 0;
  }
}

.topVoiceWrap {
  position: relative;
  background: url(../images/voice_bg.png) center center/100px 100px;
  margin: 130px 0 0;
  padding: 65px 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap {
    margin: calc(9.2857142857vw) 0 0;
    padding: calc(4.6428571429vw) 0 calc(6.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap {
    margin: calc(17.3333333333vw) 0 0;
    padding: calc(8.6666666667vw) 0 calc(12vw);
  }
}
.topVoiceWrap::before {
  content: "";
  background: url(../images/bg_by.svg) center center/100% auto;
  width: 590px;
  height: auto;
  aspect-ratio: 590/453;
  position: absolute;
  top: -125px;
  left: 50%;
  margin: 0 0 0 133px;
  opacity: 0.3;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap::before {
    width: calc(42.1428571429vw);
    top: calc(-8.9285714286vw);
    margin: 0 0 0 calc(9.5vw);
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap::before {
    width: calc(82.9333333333vw);
    top: calc(-10.1333333333vw);
    left: calc(24vw);
    margin: 0;
  }
}
.topVoiceWrap h2.ttl {
  position: relative;
  z-index: 1;
  font-size: 75px;
  color: #1d2088;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap h2.ttl {
    font-size: calc(5.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap h2.ttl {
    font-size: calc(9.3333333333vw);
  }
}
.topVoiceWrap h2.ttl span {
  font-weight: 600;
  color: #1e1e1e;
}
.topVoiceWrap .swiperBox {
  margin: 75px auto 0;
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap .swiperBox {
    margin: calc(5.3571428571vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap .swiperBox {
    margin: calc(10vw) auto 0;
  }
}
.topVoiceWrap .swiperBox .swiper-wrapper {
  align-items: center;
}
.topVoiceWrap .swiperBox .swiper-wrapper.single-slide {
  justify-content: center;
}
.topVoiceWrap .swiperBox .swiper-slide {
  position: relative;
  width: 490px;
  background: #fff;
  border-radius: 1em;
  margin: 0 25px 39px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  padding: 1em 1.5em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap .swiperBox .swiper-slide {
    width: calc(35vw);
    margin: 0 calc(1.7857142857vw) calc(2.7857142857vw);
    box-shadow: calc(0.7142857143vw) calc(0.7142857143vw) calc(0.7142857143vw) rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap .swiperBox .swiper-slide {
    width: calc(65.3333333333vw);
    margin: 0 calc(3.3333333333vw) calc(5.2vw);
    box-shadow: calc(1.3333333333vw) calc(1.3333333333vw) calc(1.3333333333vw) rgba(0, 0, 0, 0.05);
  }
}
.topVoiceWrap .swiperBox .swiper-slide p {
  font-size: 17px;
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap .swiperBox .swiper-slide p {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap .swiperBox .swiper-slide p {
    font-size: calc(3.7333333333vw);
  }
}
.topVoiceWrap .swiperBox .swiper-slide::before {
  position: absolute;
  content: "";
  bottom: -39px;
  left: 30px;
  width: 36px;
  height: 39px;
  background: url(../images/bg_voice.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1400px) {
  .topVoiceWrap .swiperBox .swiper-slide::before {
    bottom: calc(-2.7857142857vw);
    left: calc(2.1428571429vw);
    width: calc(2.5714285714vw);
    height: calc(2.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .topVoiceWrap .swiperBox .swiper-slide::before {
    background: url(../images/bg_voice_sp.png) no-repeat 0 0/100% auto;
    bottom: calc(-5.4666666667vw);
    left: calc(9.8666666667vw);
    width: calc(6.5333333333vw);
    height: calc(5.6vw);
  }
}

.topNewsWrap {
  position: relative;
  padding: 107px 0 160px;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap {
    padding: calc(7.6428571429vw) 0 calc(11.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap {
    padding: calc(14.2666666667vw) 0 calc(21.3333333333vw);
  }
}
.topNewsWrap h2.ttl {
  font-size: 75px;
  color: #1d2088;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap h2.ttl {
    font-size: calc(5.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap h2.ttl {
    font-size: calc(9.3333333333vw);
  }
}
.topNewsWrap h2.ttl span {
  font-weight: 600;
  color: #1e1e1e;
}
.topNewsWrap > .box {
  border-top: 1px solid #c3c3b2;
  margin: 76px auto 0;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap > .box {
    margin: calc(5.4285714286vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box {
    margin: calc(10.1333333333vw) auto 0;
  }
}
.topNewsWrap > .box .item {
  border-bottom: 1px solid #c3c3b2;
  padding: 3em 0;
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box .item {
    padding: 1.5em 0;
  }
}
.topNewsWrap > .box .item .mainWidth {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box .item .mainWidth {
    align-items: center;
  }
}
.topNewsWrap > .box .item .mainWidth .date {
  font-size: 1.7rem;
  width: 130px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap > .box .item .mainWidth .date {
    font-size: calc(1.2142857143vw);
    width: calc(9.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box .item .mainWidth .date {
    font-size: calc(3.2vw);
    width: calc(25.3333333333vw);
  }
}
.topNewsWrap > .box .item .mainWidth .cat {
  margin: 0 2em;
  min-width: 210px;
  flex-shrink: 0;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap > .box .item .mainWidth .cat {
    min-width: calc(15vw);
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box .item .mainWidth .cat {
    min-width: calc(41.3333333333vw);
    margin: 0 0 0 0.5em;
  }
}
.topNewsWrap > .box .item .mainWidth .cat a {
  font-size: 1.7rem;
  border-radius: 1em;
  display: block;
  padding: 0.3em 0.5em;
  text-align: center;
  background: #c3c3b2;
  line-height: 1.1em;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap > .box .item .mainWidth .cat a {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box .item .mainWidth .cat a {
    font-size: calc(3.2vw);
  }
}
.topNewsWrap > .box .item .mainWidth .ttl {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  margin: 0.5em 0 0;
}
@media screen and (max-width: 1400px) {
  .topNewsWrap > .box .item .mainWidth .ttl {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .topNewsWrap > .box .item .mainWidth .ttl {
    font-size: calc(3.7333333333vw);
    margin: 0.7em 0 0;
  }
}

.columnWrap {
  width: 1200px;
  margin: 135px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .columnWrap {
    width: calc(85.7142857143vw);
    margin: calc(9.6428571429vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .columnWrap {
    width: calc(89.3333333333vw);
    display: block;
    margin: 0 auto 0;
  }
}
.columnWrap .columnSide {
  width: 400px;
}
@media screen and (max-width: 1400px) {
  .columnWrap .columnSide {
    width: calc(28.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap .columnSide {
    width: 100%;
  }
}
.columnWrap .columnMain {
  width: 700px;
}
@media screen and (max-width: 1400px) {
  .columnWrap .columnMain {
    width: calc(50vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap .columnMain {
    width: 100%;
  }
}
.columnWrap .columnMain .mv {
  border-top-right-radius: 2em;
  overflow: hidden;
}
.columnWrap h2.ttl {
  font-size: 5rem;
  line-height: 1.4em;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .columnWrap h2.ttl {
    font-size: calc(3.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap h2.ttl {
    margin-top: 0.5em;
    font-size: calc(7.7333333333vw);
  }
}
.columnWrap h3.ttl {
  font-size: 4rem;
  line-height: 1.4em;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .columnWrap h3.ttl {
    font-size: calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap h3.ttl {
    margin: 3em 0 0;
    font-size: calc(6vw);
  }
}
.columnWrap h4.ttl {
  font-size: 2.4rem;
  line-height: 1.4em;
  margin: 1em 0 0;
}
@media screen and (max-width: 1400px) {
  .columnWrap h4.ttl {
    font-size: calc(1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap h4.ttl {
    font-size: calc(4.2666666667vw);
  }
}
.columnWrap.deco1 { /*beyondコラムの最初のコラムの調整*/
  margin: 0 auto 2em;
}
.columnWrap .numberList li {
  margin: 1.3em 0 0;
}
.columnWrap .numberList li .ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 0 2.3em;
}
@media screen and (max-width: 1400px) {
  .columnWrap .numberList li .ttl {
    font-size: calc(1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap .numberList li .ttl {
    font-size: calc(4.8vw);
    padding: 0 0 0 2em;
  }
}
.columnWrap .numberList li .ttl .num {
  position: absolute;
  top: -0.05em;
  left: 0;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background: #1d2088;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1400px) {
  .columnWrap .numberList li .ttl .num {
    font-size: calc(2.2857142857vw);
    width: calc(2.8571428571vw);
    height: calc(2.8571428571vw);
    line-height: calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap .numberList li .ttl .num {
    font-size: calc(6vw);
    width: calc(7.0666666667vw);
    height: calc(7.0666666667vw);
    line-height: calc(7.0666666667vw);
  }
}
.columnWrap .numberList li .txtBox {
  margin: 0.5em 0 0;
}
.columnWrap:first-of-type {
  margin: 70px auto 0;
}
@media screen and (max-width: 1400px) {
  .columnWrap:first-of-type {
    margin: calc(5vw) auto 0;
  }
}
@media screen and (max-width: 750px) {
  .columnWrap:first-of-type {
    margin: calc(-5.3333333333vw) auto 0;
  }
}
.columnWrap:first-of-type .columnSide {
  margin: -0.5em 0 0 -100px;
}
@media screen and (max-width: 1400px) {
  .columnWrap:first-of-type .columnSide {
    margin: -0.5em 0 0 calc(-7.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .columnWrap:first-of-type .columnSide {
    margin: -0.5em 0 0 calc(-13.3333333333vw);
  }
}
.columnWrap:first-of-type .columnSide .actionList {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .columnWrap:first-of-type .columnSide .actionList {
    margin: 1em calc(5.3333333333vw) 0 calc(8vw);
    transform: scale(0.8);
    transform-origin: left top;
    width: 100%;
  }
}

.aboutColumn2 .columnSide {
  width: 470px;
}
@media screen and (max-width: 1400px) {
  .aboutColumn2 .columnSide {
    width: calc(33.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnSide {
    width: 100%;
  }
}
.aboutColumn2 .columnSide .img {
  width: 340px;
  margin: 2em auto 0;
}
@media screen and (max-width: 1400px) {
  .aboutColumn2 .columnSide .img {
    width: calc(24.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnSide .img {
    width: 50%;
  }
}
.aboutColumn2 .columnMain .aboutList li {
  margin: 2.5em 0 0;
}
.aboutColumn2 .columnMain .aboutList li p {
  position: relative;
  font-size: 2.5rem;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 1400px) {
  .aboutColumn2 .columnMain .aboutList li p {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnMain .aboutList li p {
    font-size: calc(4.2666666667vw);
  }
}
.aboutColumn2 .columnMain .aboutList li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  background: #1e1e1e;
  border-radius: 50%;
}
.aboutColumn2 .columnMain .aboutList li .img {
  width: 520px;
  margin: 1em auto 0;
}
@media screen and (max-width: 1400px) {
  .aboutColumn2 .columnMain .aboutList li .img {
    width: calc(37.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnMain .aboutList li .img {
    width: 100%;
  }
}
.aboutColumn2 .columnMain .aboutList li:first-of-type {
  margin: 1em 0 0;
}
.aboutColumn2 .columnMain .aboutList2 {
  margin: 2em 0 0;
}
.aboutColumn2 .columnMain .aboutList2 li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1;
  margin: 0.6em 0 0;
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnMain .aboutList2 li {
    display: block;
    margin: 1.3em 0 0;
  }
}
.aboutColumn2 .columnMain .aboutList2 li .en {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 4rem;
  color: #1d2088;
}
.aboutColumn2 .columnMain .aboutList2 li .en span {
  font-weight: 600;
  color: #1e1e1e;
}
@media screen and (max-width: 1400px) {
  .aboutColumn2 .columnMain .aboutList2 li .en {
    font-size: calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnMain .aboutList2 li .en {
    font-size: calc(6.4vw);
  }
}
@media screen and (max-width: 750px) {
  .aboutColumn2 .columnMain .aboutList2 li .ja {
    margin: 0.5em 0 0;
    font-size: calc(4.2666666667vw);
  }
}

.aboutColumn3 {
  margin: 5em auto 0;
}
.aboutColumn3 .swiperWrap {
  margin: 1em 0 0;
}

.salonColumn2 .columnSide {
  width: 470px;
}
@media screen and (max-width: 1400px) {
  .salonColumn2 .columnSide {
    width: calc(33.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnSide {
    width: 100%;
  }
}
.salonColumn2 .columnSide .img {
  width: 252px;
  margin: 2em 0 0 75px;
}
@media screen and (max-width: 1400px) {
  .salonColumn2 .columnSide .img {
    width: calc(18vw);
    margin: 2em 0 0 calc(5.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnSide .img {
    width: 60%;
    margin: 2em auto 0;
  }
}
.salonColumn2 .columnMain .salonCycle {
  margin: 1em auto 0;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .salonColumn2 .columnMain .salonCycle {
    font-size: calc(1.7857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnMain .salonCycle {
    font-size: calc(5.3333333333vw);
  }
}
.salonColumn2 .columnMain .salonCycle .item {
  position: relative;
  margin: 0 0 60px;
}
@media screen and (max-width: 1400px) {
  .salonColumn2 .columnMain .salonCycle .item {
    margin: 0 0 calc(4.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnMain .salonCycle .item {
    margin: 0 0 calc(8vw);
  }
}
.salonColumn2 .columnMain .salonCycle .item::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background: #1d2088;
  width: 47px;
  height: 25px;
}
@media screen and (max-width: 1400px) {
  .salonColumn2 .columnMain .salonCycle .item::after {
    width: calc(3.3571428571vw);
    height: calc(1.7857142857vw);
    bottom: calc(-3.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnMain .salonCycle .item::after {
    width: calc(6.2666666667vw);
    height: calc(3.3333333333vw);
    bottom: calc(-6vw);
  }
}
.salonColumn2 .columnMain .salonCycle .item1,
.salonColumn2 .columnMain .salonCycle .item2 {
  padding: 0.7em;
  background: #1d2088;
  color: #fff;
}
.salonColumn2 .columnMain .salonCycle .item3 {
  border: 1px solid #8385ba;
  padding: 1em 1em 1.5em;
}
.salonColumn2 .columnMain .salonCycle .item3 ul {
  margin: 0.7em 0;
}
.salonColumn2 .columnMain .salonCycle .item3 ul li {
  font-size: 2.1rem;
}
@media screen and (max-width: 1400px) {
  .salonColumn2 .columnMain .salonCycle .item3 ul li {
    font-size: calc(1.5vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnMain .salonCycle .item3 ul li {
    font-size: calc(4.2666666667vw);
  }
}
.salonColumn2 .columnMain .salonCycle .item3 .border {
  position: relative;
  display: inline-block;
}
.salonColumn2 .columnMain .salonCycle .item3 .border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #eb6877;
}
.salonColumn2 .columnMain .salonCycle .item3 .border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #eb6877;
}
.salonColumn2 .columnMain .salonCycle .item:last-of-type::after {
  display: none;
}
.salonColumn2 .columnMain .katsudouFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .salonColumn2 .columnMain .katsudouFlex {
    margin-top: 1em !important;
  }
}
.salonColumn2 .columnMain .katsudouFlex li {
  width: 32.5%;
}

.salonColumn3 {
  font-feature-settings: "palt";
}
.salonColumn3 .desList {
  margin: 1.5em 0 0 1.5em;
}
.salonColumn3 .desList li {
  list-style: decimal;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4em;
  margin: 0.6em 0 0;
}
@media screen and (max-width: 1400px) {
  .salonColumn3 .desList li {
    font-size: calc(1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .salonColumn3 .desList li {
    font-size: calc(4.2666666667vw);
  }
}

.newsColumn2 .columnSide h2.ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
  line-height: 0.8em;
  font-size: 7.5rem;
  color: #1d2088;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .columnSide h2.ttl {
    font-size: calc(5.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnSide h2.ttl {
    font-size: calc(10.6666666667vw);
    margin: 1em 0 0;
  }
}
.newsColumn2 .columnSide h2.ttl span {
  color: #10111b;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain h3.ttl {
    margin: 1em 0 0;
  }
}
.newsColumn2 .columnMain .box {
  border-bottom: 1px solid #c3c3b2;
  padding: 2em 0;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain .box {
    padding: 1.5em 0;
  }
}
.newsColumn2 .columnMain .box .item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain .box .item {
    align-items: center;
  }
}
.newsColumn2 .columnMain .box .item .date {
  font-size: 1.7rem;
  width: 130px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .columnMain .box .item .date {
    font-size: calc(1.2142857143vw);
    width: calc(9.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain .box .item .date {
    font-size: calc(3.2vw);
    width: calc(25.3333333333vw);
  }
}
.newsColumn2 .columnMain .box .item .cat {
  margin: 0 2em;
  min-width: 210px;
  flex-shrink: 0;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .columnMain .box .item .cat {
    min-width: calc(15vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain .box .item .cat {
    min-width: calc(41.3333333333vw);
    margin: 0 0 0 0.5em;
  }
}
.newsColumn2 .columnMain .box .item .cat a {
  font-size: 1.7rem;
  border-radius: 1em;
  display: block;
  padding: 0.3em 0.5em;
  text-align: center;
  background: #c3c3b2;
  line-height: 1.1em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .columnMain .box .item .cat a {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain .box .item .cat a {
    font-size: calc(3.2vw);
  }
}
.newsColumn2 .columnMain .box .ttl {
  font-size: 1.8rem;
  margin: 1em 0 0;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .columnMain .box .ttl {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .columnMain .box .ttl {
    font-size: calc(3.7333333333vw);
    margin: 0.7em 0 0;
  }
}
.newsColumn2 .swiperWrap {
  margin: 3em 0 0;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .swiperWrap {
    margin: 1em 0 0;
  }
}
.newsColumn2 .swiperWrap .swiper-slide p {
  margin: 0.5em 0 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .swiperWrap .swiper-slide p {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .swiperWrap .swiper-slide p {
    font-size: calc(3.7333333333vw);
  }
}
.newsColumn2 .filterBox {
  margin: 76px 0 0;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .filterBox {
    margin: calc(5.4285714286vw) 0 0;
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .filterBox {
    margin: calc(10.1333333333vw) 0 0;
  }
}
.newsColumn2 .filterBox a {
  font-size: 1.8rem;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .filterBox a {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .filterBox a {
    font-size: calc(3.2vw);
  }
}
.newsColumn2 .filterBox .ttl {
  position: relative;
  font-size: 2.5rem;
  margin: 60px 0 20px;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .filterBox .ttl {
    font-size: calc(1.7857142857vw);
    margin: calc(4.2857142857vw) 0 calc(1.4285714286vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .filterBox .ttl {
    font-size: calc(4.2666666667vw);
    margin: calc(8vw) 0 calc(2.6666666667vw);
  }
}
.newsColumn2 .filterBox .ttl span {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #f8f8f3;
  padding: 0 0.5em 0 0;
}
.newsColumn2 .filterBox .ttl::after {
  position: absolute;
  z-index: 0;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #c8c8b8;
}
.newsColumn2 .filterBox .archiveList,
.newsColumn2 .filterBox .catList {
  margin: 0.5em 0 0;
}
.newsColumn2 .filterBox .archiveList li.cat-parent,
.newsColumn2 .filterBox .catList li.cat-parent {
  position: relative;
  margin: 0em 0 0;
}
.newsColumn2 .filterBox .archiveList li.cat-parent::before,
.newsColumn2 .filterBox .catList li.cat-parent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #1d2088;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .filterBox .archiveList li.cat-parent::before,
  .newsColumn2 .filterBox .catList li.cat-parent::before {
    width: calc(0.7142857143vw);
    height: calc(0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .filterBox .archiveList li.cat-parent::before,
  .newsColumn2 .filterBox .catList li.cat-parent::before {
    width: calc(1.7333333333vw);
    height: calc(1.7333333333vw);
  }
}
.newsColumn2 .filterBox .archiveList li.cat-parent a,
.newsColumn2 .filterBox .catList li.cat-parent a {
  padding: 0 0 0 1em;
}
.newsColumn2 .filterBox .archiveList li.cat-child,
.newsColumn2 .filterBox .catList li.cat-child {
  position: relative;
  margin: 0em 0 0 1em;
}
.newsColumn2 .filterBox .archiveList li.cat-child::before,
.newsColumn2 .filterBox .catList li.cat-child::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .filterBox .archiveList li.cat-child::before,
  .newsColumn2 .filterBox .catList li.cat-child::before {
    width: calc(0.7142857143vw);
    height: calc(0.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .filterBox .archiveList li.cat-child::before,
  .newsColumn2 .filterBox .catList li.cat-child::before {
    width: calc(1.7333333333vw);
    height: calc(1.7333333333vw);
  }
}
.newsColumn2 .filterBox .archiveList li.cat-child a,
.newsColumn2 .filterBox .catList li.cat-child a {
  padding: 0 0 0 0.7em;
  font-size: 0.95em;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .filterBox .archiveList li.cat-child a,
  .newsColumn2 .filterBox .catList li.cat-child a {
    font-size: 3vw;
  }
}
.newsColumn2 .filterBox .tagList {
  display: flex;
  flex-wrap: wrap;
}
.newsColumn2 .filterBox .tagList li::after {
  content: "｜";
  display: inline-block;
}
.newsColumn2 .filterBox .tagList li:last-of-type::after {
  display: none;
}
.newsColumn2 .pagination {
  clear: both;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .pagination {
    margin-top: calc(7.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .pagination {
    margin-top: calc(8vw);
  }
}
.newsColumn2 .pagination .nav-links {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.newsColumn2 .pagination .screen-reader-text {
  display: none;
}
.newsColumn2 .pagination .page-numbers {
  line-height: 1em;
  margin: 0 0.4em;
  display: block;
  font-size: 1.9rem;
  text-decoration: none;
  color: #28140f;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .pagination .page-numbers {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .pagination .page-numbers {
    font-size: calc(3.7333333333vw);
  }
}
.newsColumn2 .pagination .page-numbers:hover {
  opacity: 0.7;
}
.newsColumn2 .pagination .page-numbers.dots {
  opacity: 1;
  background: 0 0;
  border: none;
  width: auto;
  color: #28140f;
}
.newsColumn2 .pagination .prev, .newsColumn2 .pagination .next {
  position: relative;
  display: block;
  margin: 0 1em 0;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  background: url(../images/icon_btn_arrow.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .pagination .prev, .newsColumn2 .pagination .next {
    width: calc(2.2857142857vw);
    height: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .pagination .prev, .newsColumn2 .pagination .next {
    background: url(../images/icon_btn_arrow_sp.png) no-repeat 0 0/100% auto;
    width: calc(4.2666666667vw);
    height: calc(4.2666666667vw);
  }
}
.newsColumn2 .pagination .prev {
  transform: rotate(180deg);
}
.newsColumn2 .detailBox .mainTtl {
  font-size: 4rem;
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .mainTtl {
    font-size: calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .mainTtl {
    font-size: calc(6vw);
    margin: 1.5em 0 0;
  }
}
.newsColumn2 .detailBox .dateBox {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em 0 2em;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .dateBox {
    align-items: center;
  }
}
.newsColumn2 .detailBox .dateBox .date {
  font-size: 1.7rem;
  width: 130px;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .dateBox .date {
    font-size: calc(1.2142857143vw);
    width: calc(9.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .dateBox .date {
    font-size: calc(3.2vw);
    width: calc(25.3333333333vw);
  }
}
.newsColumn2 .detailBox .dateBox .cat {
  margin: 0 2em;
  min-width: 210px;
  flex-shrink: 0;
  line-height: 1em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .dateBox .cat {
    min-width: calc(15vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .dateBox .cat {
    min-width: calc(41.3333333333vw);
    margin: 0 0 0 0.5em;
  }
}
.newsColumn2 .detailBox .dateBox .cat a {
  font-size: 1.7rem;
  border-radius: 1em;
  display: block;
  padding: 0.3em 0.5em;
  text-align: center;
  background: #c3c3b2;
  line-height: 1.1em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .dateBox .cat a {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .dateBox .cat a {
    font-size: calc(3.2vw);
  }
}
.newsColumn2 .detailBox .detail {
  line-height: 1.8em;
  font-size: 1.9rem;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .detail {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .detail {
    font-size: calc(3.7333333333vw);
  }
}
.newsColumn2 .detailBox .detail p {
  margin: 0.8em 0;
}
.newsColumn2 .detailBox .detail a {
  text-decoration: underline;
}
.newsColumn2 .detailBox .detail a:hover {
  text-decoration: none;
}
.newsColumn2 .detailBox .detail h1 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 2em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .detail h1 {
    font-size: calc(2vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .detail h1 {
    font-size: calc(6vw);
  }
}
.newsColumn2 .detailBox .detail h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 2em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .detail h2 {
    font-size: calc(1.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .detail h2 {
    font-size: calc(5.7333333333vw);
  }
}
.newsColumn2 .detailBox .detail h3 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 2.5em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .detail h3 {
    font-size: calc(1.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .detail h3 {
    font-size: calc(5.2vw);
  }
}
.newsColumn2 .detailBox .detail h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 3em 0 0.4em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .detail h4 {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .detail h4 {
    font-size: calc(3.6vw);
  }
}
.newsColumn2 .detailBox .detail blockquote {
  background: #e0e0ca;
  margin: 2em 0;
  padding: 0.5em 1.5em 0.7em;
  border-radius: 1em;
}
.newsColumn2 .detailBox .detail blockquote cite {
  font-size: 0.8em;
  color: #606060;
  font-style: normal;
}
.newsColumn2 .detailBox .detail ul,
.newsColumn2 .detailBox .detail ol {
  margin: 1em 0;
}
.newsColumn2 .detailBox .detail ul li,
.newsColumn2 .detailBox .detail ol li {
  line-height: 1.4em;
  margin: 0.5em 0 0;
}
.newsColumn2 .detailBox .detail ul li {
  position: relative;
  padding: 0 0 0 1.2em;
}
.newsColumn2 .detailBox .detail ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: #10111b;
  border-radius: 50%;
}
.newsColumn2 .detailBox .detail ol {
  margin: 1em 0 1em 1.3em;
  list-style-type: decimal;
}
.newsColumn2 .detailBox .prevnextBox {
  margin: 6em auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .prevnextBox {
    margin: 4em auto 0;
  }
}
.newsColumn2 .detailBox .prevnextBox .prev, .newsColumn2 .detailBox .prevnextBox .next {
  width: 275px;
  position: relative;
  line-height: 1.4em;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .prevnextBox .prev, .newsColumn2 .detailBox .prevnextBox .next {
    width: calc(19.6428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .prevnextBox .prev, .newsColumn2 .detailBox .prevnextBox .next {
    width: calc(42.6666666667vw);
  }
}
.newsColumn2 .detailBox .prevnextBox .next {
  margin: 0 0 0 auto;
  text-align: right;
}
.newsColumn2 .detailBox .prevnextBox .prev a,
.newsColumn2 .detailBox .prevnextBox .next a {
  display: block;
  text-decoration: underline;
  transition: all 0.3s;
  padding-right: 40px;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .prevnextBox .prev a,
  .newsColumn2 .detailBox .prevnextBox .next a {
    font-size: calc(1.2857142857vw);
    padding-right: calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .prevnextBox .prev a,
  .newsColumn2 .detailBox .prevnextBox .next a {
    font-size: calc(3.7333333333vw);
    padding-right: calc(6.6666666667vw);
  }
}
.newsColumn2 .detailBox .prevnextBox .prev a:hover,
.newsColumn2 .detailBox .prevnextBox .next a:hover {
  text-decoration: none;
  opacity: 1;
}
.newsColumn2 .detailBox .prevnextBox .prev a::before,
.newsColumn2 .detailBox .prevnextBox .next a::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 32px;
  height: 32px;
  content: "";
  background: url(../images/icon_btn_arrow.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .prevnextBox .prev a::before,
  .newsColumn2 .detailBox .prevnextBox .next a::before {
    width: calc(2.2857142857vw);
    height: calc(2.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .prevnextBox .prev a::before,
  .newsColumn2 .detailBox .prevnextBox .next a::before {
    background: url(../images/icon_btn_arrow_sp.png) no-repeat 0 0/100% auto;
    width: calc(4.2666666667vw);
    height: calc(4.2666666667vw);
  }
}
.newsColumn2 .detailBox .prevnextBox .prev a {
  padding: 0;
  padding-left: 40px;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .prevnextBox .prev a {
    padding-left: calc(2.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .prevnextBox .prev a {
    padding-left: calc(6.6666666667vw);
  }
}
.newsColumn2 .detailBox .prevnextBox .prev a::before {
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  transform: rotate(180deg);
}
.newsColumn2 .detailBox .prevnextBox .btn {
  display: block;
  width: 100%;
  margin-top: 2em;
  text-align: center;
}
.newsColumn2 .detailBox .prevnextBox .btn a {
  font-size: 1.9rem;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .newsColumn2 .detailBox .prevnextBox .btn a {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .newsColumn2 .detailBox .prevnextBox .btn a {
    font-size: calc(3.7333333333vw);
  }
}
.newsColumn2 .detailBox .prevnextBox .btn a::before {
  display: none;
}

.columnBeyond {
  margin: 0 auto 6em;
}
@media screen and (max-width: 750px) {
  .columnBeyond {
    margin: 0 auto 4em;
  }
}
@media screen and (max-width: 750px) {
  .columnBeyond .columnSide {
    margin: 1em 0;
  }
}
.columnBeyond .columnMain .cat {
  font-size: 2.1rem;
  color: #fff;
  background: #1d2088;
  border-radius: 1em;
  width: 220px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .columnBeyond .columnMain .cat {
    font-size: calc(1.5vw);
    width: calc(15.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .columnBeyond .columnMain .cat {
    font-size: calc(4.2666666667vw);
    width: calc(44vw);
  }
}
.columnBeyond .columnMain .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0.8em 0 0;
}
@media screen and (max-width: 1400px) {
  .columnBeyond .columnMain .ttl {
    font-size: calc(1.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .columnBeyond .columnMain .ttl {
    font-size: calc(4.8vw);
  }
}
.columnBeyond .columnMain .txtBox {
  margin: 0.5em 0 2em;
}

.profileColumn .columnSide a {
  text-decoration: underline;
}
.profileColumn .columnSide a:hover {
  text-decoration: none;
}
.profileColumn .columnSide .ttlBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 2.5em;
}
@media screen and (max-width: 750px) {
  .profileColumn .columnSide .ttlBox {
    margin: 0 0 1em;
  }
}
.profileColumn .columnSide .ttlBox .snsList {
  display: flex;
}
.profileColumn .columnSide .ttlBox .snsList li {
  width: auto;
  height: 28px;
  margin: 0 0 0 0.8em;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnSide .ttlBox .snsList li {
    height: calc(2vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnSide .ttlBox .snsList li {
    height: calc(6vw);
  }
}
.profileColumn .columnSide .ttlBox .snsList li img {
  width: auto;
  height: 100%;
}
.profileColumn .columnSide .ttlBox .ttl {
  line-height: 1;
}
.profileColumn .columnSide .navList {
  margin: 2em 0 0;
}
.profileColumn .columnSide .navList li {
  position: relative;
  margin: 0.5em 0 0;
}
.profileColumn .columnSide .navList a {
  font-size: 1.8rem;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnSide .navList a {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnSide .navList a {
    font-size: calc(3.7333333333vw);
  }
}
.profileColumn .columnSide .navList a::before {
  position: absolute;
  content: "";
  top: 0.45em;
  left: 0;
  background: url(../images/icon_arrow.png) no-repeat 0 0/100% auto;
  width: 19px;
  height: 14px;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnSide .navList a::before {
    width: calc(1.3571428571vw);
    height: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnSide .navList a::before {
    width: calc(3.8666666667vw);
    height: calc(2.9333333333vw);
  }
}
.profileColumn .columnMain .popupList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profileColumn .columnMain .popupList li {
  width: 150px;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .popupList li {
    width: calc(10.7142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .popupList li {
    width: 48%;
  }
}
.profileColumn .columnMain .popupList::after, .profileColumn .columnMain .popupList::before {
  content: "";
  display: block;
  width: 150px;
  height: 0;
}
.profileColumn .columnMain .popupList::before {
  order: 1;
}
.profileColumn .columnMain .positionList {
  margin: 2em 0 0 1.2em;
}
.profileColumn .columnMain .positionList li {
  font-size: 1.9rem;
  position: relative;
  list-style: disc;
  margin: 0.3em 0 0;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .positionList li {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .positionList li {
    font-size: calc(3.7333333333vw);
  }
}
.profileColumn .columnMain .recordTable {
  margin: 0.7em 0 0;
  font-size: 1.9rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .recordTable {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .recordTable {
    font-size: calc(3.7333333333vw);
  }
}
.profileColumn .columnMain .recordTable th {
  white-space: nowrap;
  font-weight: normal;
  padding: 0.2em 1em 0.2em 0;
}
.profileColumn .columnMain .reportBox .box {
  display: flex;
  margin: 1em 0 0;
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box {
    display: block;
    margin: 2em 0 0;
  }
}
.profileColumn .columnMain .reportBox .box .img {
  width: 280px;
  height: 190px;
  background: #e4e4c8;
  flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .reportBox .box .img {
    width: calc(20vw);
    height: calc(13.5714285714vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box .img {
    aspect-ratio: 280/190;
    width: 100%;
    height: auto;
  }
}
.profileColumn .columnMain .reportBox .box .img img {
  object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 280/190;
}
.profileColumn .columnMain .reportBox .box .boxIn {
  margin: 0 0 0 1em;
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box .boxIn {
    margin: 1em 0 0;
  }
}
.profileColumn .columnMain .reportBox .box .boxIn .deco {
  font-size: 1.4rem;
  display: flex;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .reportBox .box .boxIn .deco {
    font-size: calc(1vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box .boxIn .deco {
    font-size: calc(2.9333333333vw);
  }
}
.profileColumn .columnMain .reportBox .box .boxIn .deco .cat {
  margin: 0 0 0 1em;
  display: flex;
  flex-wrap: wrap;
}
.profileColumn .columnMain .reportBox .box .boxIn .deco .cat li::before {
  content: "｜";
  display: inline-block;
}
.profileColumn .columnMain .reportBox .box .boxIn .deco .cat li:nth-of-type(1)::before {
  display: none;
}
.profileColumn .columnMain .reportBox .box .boxIn .ttl {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0.3em 0;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .reportBox .box .boxIn .ttl {
    font-size: calc(1.3571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box .boxIn .ttl {
    font-size: calc(4vw);
  }
}
.profileColumn .columnMain .reportBox .box .boxIn .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .reportBox .box .boxIn .txt {
    font-size: calc(1.1428571429vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box .boxIn .txt {
    font-size: calc(3.4666666667vw);
  }
}
.profileColumn .columnMain .reportBox .box .boxIn .link {
  margin: 0.4em 0 0;
}
.profileColumn .columnMain .reportBox .box .boxIn .link a {
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .profileColumn .columnMain .reportBox .box .boxIn .link a {
    font-size: calc(1.2142857143vw);
  }
}
@media screen and (max-width: 750px) {
  .profileColumn .columnMain .reportBox .box .boxIn .link a {
    font-size: calc(3.7333333333vw);
  }
}

.fancybox-content {
  border: none !important;
}

.popupList {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 2em 0 0;
}
@media screen and (max-width: 750px) {
  .popupList {
    gap: 0.5em;
    margin: 1.5em 0 0;
  }
}
.popupList li a {
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.popupList li a:hover {
  opacity: 0.8;
}
.popupList li a img {
  display: block;
  width: 100%;
  height: auto;
}

.formBox .item {
  font-size: 1.8rem;
  display: flex;
  padding: 2em 1em;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1400px) {
  .formBox .item {
    font-size: calc(1.2857142857vw);
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .formBox .item {
    font-size: calc(3.7333333333vw);
  }
}
.formBox .item:nth-of-type(1) {
  border: none;
}
.formBox .item > p {
  width: 13em;
  flex-shrink: 0;
  margin: 0.4em 0 0;
}
@media screen and (max-width: 750px) {
  .formBox .item > p {
    margin: 0;
  }
}
.formBox .item > p .must {
  font-size: 1.2rem;
  background: #ff3333;
  color: #fff;
  margin: 0 0 0 0.5em;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  vertical-align: middle;
}
@media screen and (max-width: 1400px) {
  .formBox .item > p .must {
    font-size: calc(0.8571428571vw);
  }
}
@media screen and (max-width: 750px) {
  .formBox .item > p .must {
    font-size: calc(2.4vw);
  }
}
.formBox .item .inputBox {
  flex: 1;
}
@media screen and (max-width: 750px) {
  .formBox .item .inputBox {
    margin: 0.3em 0 0;
  }
}
.formBox .item input,
.formBox .item textarea {
  font-size: 1.8rem;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 0.5em;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .formBox .item input,
  .formBox .item textarea {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .formBox .item input,
  .formBox .item textarea {
    font-size: calc(3.7333333333vw);
    padding: 0.8em 0.5em;
  }
}
.formBox .btnBox {
  display: flex;
  justify-content: center;
}
.formBox .btnBox .wpcf7-submit {
  border: none !important;
  background: #1d2088;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  width: 200px;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1400px) {
  .formBox .btnBox .wpcf7-submit {
    width: calc(14.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .formBox .btnBox .wpcf7-submit {
    width: 50vw;
    padding: 0.8em 1em;
  }
}
.formBox .btnBox .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1400px) {
  .formBox .btnBox .wpcf7-submit {
    font-size: calc(1.2857142857vw);
  }
}
@media screen and (max-width: 750px) {
  .formBox .btnBox .wpcf7-submit {
    font-size: calc(3.7333333333vw);
  }
}
.formBox .btnBox .wpcf7-spinner {
  display: block;
  margin: 1em auto 0;
}/*# sourceMappingURL=style.css.map */