@charset "UTF-8";
/*
@media print, screen and ( min-width:1025px ) {
}
*/
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
}
@media print {
  html {
    width: 1400px;
    -webkit-print-color-adjust: exact;
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 1280px) {
  main {
    padding-top: 60px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  vertical-align: bottom;
}

div, a, p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #545454;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
a > img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover > img {
  opacity: 0.7;
}

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

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
textarea {
  font-size: 17px;
  border: 1px solid #ccc;
}

input[type=button],
button {
  cursor: pointer;
  border: 0;
}

blockquote {
  margin: 1em 0;
  padding: 1em;
  background-color: #eee;
}

.l-footer {
  position: relative;
  background-color: #F6AD42;
}
.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #f0843a;
}
.l-footer__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
.l-footer__banners li {
  margin: 10px;
}
.l-footer__banners--top {
  margin-left: auto;
  margin-right: auto;
  max-width: 1117px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #F6AD42;
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
.l-footer__nav ul li {
  margin-top: 15px;
  margin-left: -1px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.l-footer__nav ul li a {
  color: white;
}
.l-footer__nav ul li a:hover {
  color: #F6AD42;
}
.l-footer__nav ul li .sub-menu {
  display: none;
}
.l-footer__nav ul li.sp {
  display: none;
}
.l-footer__copyright {
  color: #FFD399;
}
.l-footer__pagetop {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  font-size: 0;
  background: #f0843a url(../images/common/icon-pagetop.png) center/24px no-repeat;
  border: 2px solid white;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 425px) {
  .l-footer__pagetop {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }
}
.l-footer__pagetop:hover {
  background-color: #F6AD42;
}
.l-footer__pagetop.absolute {
  position: absolute;
  top: -40px;
  bottom: auto;
  right: 20px;
}
@media screen and (max-width: 425px) {
  .l-footer__pagetop.absolute {
    top: -30px;
  }
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: white;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .l-header {
    height: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header .pc {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .l-header .sp {
    display: none;
  }
}
.l-header__logo {
  padding: 15px 0 0 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 1280px) {
  .l-header__logo {
    padding: 10px 0 0 20px;
  }
}
@media screen and (max-width: 375px) {
  .l-header__logo {
    padding-left: 10px;
  }
}
.l-header__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1280px) {
  .l-header__logo img {
    width: auto;
    height: 40px;
  }
}
.l-header__button {
  display: none;
  width: 70px;
  height: 100%;
  font-size: 0;
  background: url(../images/common/button-03-menu.svg) center/70% no-repeat;
}
@media screen and (max-width: 1280px) {
  .l-header__button {
    display: block;
  }
}
.l-header__button.open {
  background-color: #f0843a;
  background-image: url(../images/common/button-03-menu-close.svg);
}
.l-header__nav {
  z-index: 100;
}
@media screen and (min-width: 1281px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__nav {
    position: fixed;
    top: 60px;
    left: 0;
    padding: 40px 15px;
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: #f0843a;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.l-header__nav.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.l-header__ul {
  list-style-type: none;
}
@media screen and (min-width: 1281px) {
  .l-header__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__ul {
    margin-left: auto;
    margin-right: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    border-top: 2px solid #E4E4E4;
    border-bottom: 2px solid #E4E4E4;
  }
}
.l-header__ul li {
  font-weight: bold;
}
@media screen and (min-width: 1281px) {
  .l-header__ul li {
    position: relative;
    margin-right: 25px;
    padding: 0 0 7px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__ul li {
    border-top: 2px dotted #E4E4E4;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__ul li:first-child {
    border-top: 0;
  }
}
@media screen and (min-width: 1281px) {
  .l-header__ul li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f0843a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.l-header__ul li a {
  color: #707070;
}
@media screen and (max-width: 1280px) {
  .l-header__ul li a {
    display: block;
    padding: 0.7em 0 0.7em 0.8em; /* 共通あり */
    color: white;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
}
@media screen and (max-width: 1280px) {
  .l-header__ul li.current-menu-item, .l-header__ul li:hover {
    background-color: #F39943;
  }
}
@media screen and (min-width: 1281px) {
  .l-header__ul li.current-menu-item a, .l-header__ul li:hover a {
    color: #f0843a;
  }
}
@media screen and (min-width: 1281px) {
  .l-header__ul li.current-menu-item::after, .l-header__ul li:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__ul li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-header__ul li .sub-menu {
  display: none;
  line-height: 1;
  white-space: nowrap;
  list-style-type: none;
}
@media screen and (max-width: 1280px) {
  .l-header__ul li .sub-menu {
    display: block;
  }
}
.l-header__ul li .sub-menu li {
  min-width: 15em;
}
@media screen and (max-width: 485px) {
  .l-header__ul li .sub-menu li {
    min-width: 9.5em;
  }
}
@media screen and (min-width: 1281px) {
  .l-header__inquiry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 230px;
    height: 75px;
    color: white;
    text-align: center;
    background-color: #f0843a;
    border-radius: 0 0 0 20px;
  }
  .l-header__inquiry:hover {
    background-color: #f6bd42;
  }
}
@media screen and (min-width: 1281px) {
  .l-header__inquiry span {
    margin-top: -5px;
    letter-spacing: 0.15em;
    font-weight: bold;
  }
}

.c-button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 50px 15px 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 90px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-radius: 50px;
  border: 2px solid #F6AD42;
  background: #F6AD42 url(../images/common/button-02-icon.svg) left 30px center/32px no-repeat;
}
@media screen and (max-width: 768px) {
  .c-button01 {
    padding: 15px 20px 15px 70px;
    min-height: 70px;
    letter-spacing: 0em;
    background-position: left 15px center;
    background-size: 28px;
  }
}
@media screen and (max-width: 425px) {
  .c-button01 {
    padding-left: 50px;
    min-height: 60px;
    background-size: 24px;
  }
}
.c-button01:hover {
  color: #F6AD42;
  background-color: white;
  background-image: url(../images/common/button-02-icon-yellow.svg);
}
.c-button01.center {
  margin-left: auto;
  margin-right: auto;
}
.c-button01.is-pdf {
  padding: 0 130px 0 75px;
  background: url(../images/common/button-02-icon.svg) left 30px center/32px no-repeat, url(../images/common/icon-pdf.png) center right 35px/40px no-repeat;
  background-color: #F6AD42;
}
@media screen and (max-width: 768px) {
  .c-button01.is-pdf {
    padding: 0 70px 0 60px;
    background-size: 28px, 30px;
    background-position: left 15px center, center right 20px;
  }
}
.c-button01.is-pdf:hover {
  color: #F6AD42;
  background-color: white;
  background-image: url(../images/common/button-02-icon-yellow.svg), url(../images/common/icon-pdf.png);
}
.c-button02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding: 0 30px 0 75px;
  min-height: 90px;
  -webkit-box-shadow: 0px 0px 0px 6px #FFF9F0;
          box-shadow: 0px 0px 0px 6px #FFF9F0;
  border: 2px solid #FAD298;
  background: #FFF9F0 url(../images/common/icon-04.png) center left 27px/35px no-repeat;
}
@media screen and (max-width: 768px) {
  .c-button02 {
    padding: 0 10px 0 40px;
    background-size: 25px;
    background-position: center left 10px;
  }
}
.c-button02::before, .c-button02::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 20px;
  height: calc(100% + 14px);
}
.c-button02::before {
  left: -7px;
  background: url(../images/toppage/img-04-bg-01.png) left top/15px no-repeat, url(../images/toppage/img-04-bg-03.png) left bottom/15px no-repeat;
}
.c-button02::after {
  right: -7px;
  background: url(../images/toppage/img-04-bg-02.png) right top/15px no-repeat, url(../images/toppage/img-04-bg-04.png) right bottom/15px no-repeat;
}
.c-button02 span {
  color: #f0843a;
  line-height: 1.3;
  font-weight: bold;
}
.c-button02 .c-button__viewmore--icon {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-button02 .c-button__viewmore--icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
}
.c-button03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 1em;
  width: 194px;
  height: 64px;
  color: white;
  font-weight: bold;
  background: #f0843a url(../images/common/icon-pdf.png) center right 12px/35px no-repeat;
  border-radius: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .c-button03 {
    max-width: 300px;
    width: 100%;
  }
}
.c-button03:hover {
  background-color: #F6AD42;
}
.c-button04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 1em;
  max-width: 280px;
  width: 100%;
  height: 64px;
  color: white;
  font-weight: bold;
  background: #F6AD42 url(../images/common/button-02-icon.svg) center right 12px/32px no-repeat;
  border-radius: 10px;
  border: 2px solid #F6AD42;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-button04:hover {
  color: #F6AD42;
  background-color: white;
  background-image: url(../images/common/button-02-icon-yellow.svg);
}
.c-button05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 55px;
  max-width: 360px;
  width: 100%;
  height: 64px;
  background: url(../images/common/button-02-icon-yellow.svg) center left 18px/27px no-repeat;
  border: 2px solid #F6AD42;
  border-radius: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 425px) {
  .c-button05 {
    padding-left: 40px;
    background-position: center left 8px;
  }
}
.c-button05:hover {
  color: white;
  background-color: #F6AD42;
  background-image: url(../images/common/button-02-icon.svg);
}
.c-button05 span {
  line-height: 1.3;
}
.c-button05 small {
  margin-left: 1em;
}
@media screen and (max-width: 425px) {
  .c-button05 small {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 425px) {
  .c-button05 small br {
    display: none;
  }
}
.c-button__chatbot {
  position: fixed;
  right: 10px;
  bottom: 120px;
  width: 300px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-button__chatbot {
    width: 200px;
  }
}
@media screen and (max-width: 425px) {
  .c-button__chatbot {
    bottom: 80px;
  }
}
.c-button__viewmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  color: #f0843a;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button__viewmore--wrap:hover .c-button__viewmore--icon, .c-button__viewmore:hover .c-button__viewmore--icon {
  background-position: center right 5px;
}
.c-button__viewmore--wrap:hover .c-button__viewmore--icon::before, .c-button__viewmore:hover .c-button__viewmore--icon::before {
  border-top: 2px solid #f0843a;
  border-right: 2px solid #f0843a;
  border-bottom: 2px solid #f0843a;
  -webkit-transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.05s, border-bottom-color 0.1s linear 0.2s;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.05s, border-bottom-color 0.1s linear 0.2s;
}
.c-button__viewmore--wrap:hover .c-button__viewmore--icon::after, .c-button__viewmore:hover .c-button__viewmore--icon::after {
  border-top: 2px solid #f0843a;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.c-button__viewmore--icon {
  position: relative;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 0;
  background: url(../images/common/button-01-arrow-orange.svg) center/20px auto no-repeat;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
}
@media screen and (max-width: 425px) {
  .c-button__viewmore--icon {
    width: 35px;
    height: 35px;
  }
}
.c-button__viewmore--icon::before, .c-button__viewmore--icon::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.c-button__viewmore--icon::before {
  border: 2px solid transparent;
}
.c-button__viewmore--icon::after {
  border: 0.5px solid #f0843a;
}
.c-button__viewmore.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button__viewmore.vertical .c-button__viewmore--icon {
  margin-left: 0;
}
.c-button__viewmore.center {
  margin-right: auto;
}
.c-button__viewmore.small {
  color: white;
}
.c-button__viewmore.small:hover .c-button__viewmore--icon {
  background-position: center right 0px;
}
.c-button__viewmore.small:hover .c-button__viewmore--icon::before {
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
}
.c-button__viewmore.small:hover .c-button__viewmore--icon::after {
  border-top-color: white;
}
.c-button__viewmore.small .c-button__viewmore--icon {
  margin-left: 5px;
  width: 23px;
  height: 23px;
  background: url(../images/common/button-01-arrow-white.svg) center/15px auto no-repeat;
}
.c-button__viewmore.small .c-button__viewmore--icon::after {
  border-color: white;
}
.c-button__viewmore--wrap:hover .c-button__viewmore--icon {
  background-position: center right 5px;
}
.c-button__viewmore--wrap:hover .c-button__viewmore--icon::before {
  border-top: 2px solid #f0843a;
  border-right: 2px solid #f0843a;
  border-bottom: 2px solid #f0843a;
  -webkit-transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.05s, border-bottom-color 0.1s linear 0.2s;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.05s, border-bottom-color 0.1s linear 0.2s;
}
.c-button__viewmore--wrap:hover .c-button__viewmore--icon::after {
  border-top: 2px solid #f0843a;
  border-left-width: 2px;
  border-right-width: 2px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.c-button__viewmore--wrap:hover .c-button__viewmore.small .c-button__viewmore--icon {
  background-position: center right 0px;
}
.c-button__viewmore--wrap:hover .c-button__viewmore.small .c-button__viewmore--icon::before {
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
}
.c-button__viewmore--wrap:hover .c-button__viewmore.small .c-button__viewmore--icon::after {
  border-top-color: white;
}

.c-ttl01 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 55px;
  padding-bottom: 40px;
  text-align: center;
  max-width: 1050px;
  background: url(../images/common/title-01-icon-left.png) left top/40px no-repeat, url(../images/common/title-01-icon-right.png) right top/40px no-repeat, url(../images/common/title-01-border.png) center bottom/auto 8.5px repeat-x;
}
@media screen and (max-width: 768px) {
  .c-ttl01 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 25px, 25px, auto 8.5px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl01 img {
    max-width: 75%;
    width: auto;
    max-height: 70px;
  }
}
@media screen and (max-width: 425px) {
  .c-ttl01 img {
    max-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl01.has-text img {
    max-height: 35px;
  }
}
@media screen and (max-width: 425px) {
  .c-ttl01.has-text img {
    max-height: 25px;
  }
}
.c-ttl01.has-text span {
  display: block;
}
.c-ttl02 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: url(../images/common/title-02-icon-left.png) left center/24px auto no-repeat, url(../images/common/title-02-icon-right.png) right center/24px auto no-repeat;
}
.c-ttl03::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon-03-arrow.svg) center/contain no-repeat;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.c-ttl04 {
  padding: 5px 0 5px 1.65em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.15em;
  white-space: nowrap;
  background: url(../images/common/title-02-icon-left.png) left center/0.9em no-repeat;
}
@media screen and (max-width: 425px) {
  .c-ttl04 {
    letter-spacing: 0;
  }
}
.c-ttl05 {
  letter-spacing: 0.15em;
}
.c-ttl05 span {
  display: block;
  margin-bottom: 15px;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: 0.1em;
  color: #f0843a;
}
.c-ttl06::before {
  content: "■";
  margin-right: 5px;
  color: #f0843a;
}
.c-ttl__subpage {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 5px;
  background-color: #f0843a;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-ttl__subpage {
    padding: 40px 0 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 425px) {
  .c-ttl__subpage {
    padding: 40px 0 0 20px;
  }
}
.c-ttl__subpage--outer {
  background-color: #F6AD42;
}
@media screen and (max-width: 1280px) {
  .c-ttl__subpage--outer {
    padding-left: 10px;
  }
}
.c-ttl__subpage > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .c-ttl__subpage > * {
    width: 100%;
  }
}
.c-ttl__subpage h1 {
  padding-left: 8%;
}
@media screen and (max-width: 1024px) {
  .c-ttl__subpage h1 {
    padding: 0 0 30px 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__subpage h1 img {
    max-width: 80%;
  }
}
.c-ttl__subpage .image {
  display: block;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 1024px) {
  .c-ttl__subpage .image {
    margin-left: auto;
  }
}
.c-ttl__subpage-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
  padding: 20px;
  min-height: 200px;
  background-color: #f0843a;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-ttl__subpage-text {
    min-height: max(19.5vw, 100px);
  }
}
.c-ttl__subpage-text--outer {
  background-color: #F6AD42;
}
.c-ttl__subpage-text h1 {
  color: white;
}
@media screen and (max-width: 768px) {
  .c-ttl__subpage-text h1 {
    font-size: max(4.4vw, 20px);
  }
}

.c-div01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
  background-color: white;
  border-radius: 20px;
}
@media screen and (max-width: 1280px) {
  .c-div01 {
    margin-left: 30px;
    margin-right: 30px;
    padding: 30px;
    width: auto;
  }
}
@media screen and (max-width: 425px) {
  .c-div01 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
}
.c-div01__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 100%;
}
.c-div02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 0px 6px #FFF9F0;
          box-shadow: 0px 0px 0px 6px #FFF9F0;
  border: 2px solid #FAD298;
  background-color: #FFF9F0;
}
@media screen and (max-width: 768px) {
  .c-div02 {
    padding: 15px;
    background-size: 25px;
    background-position: center left 10px;
  }
}
.c-div02::before, .c-div02::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 20px;
  height: calc(100% + 14px);
}
.c-div02::before {
  left: -7px;
  background: url(../images/toppage/img-04-bg-01.png) left top/15px no-repeat, url(../images/toppage/img-04-bg-03.png) left bottom/15px no-repeat;
}
.c-div02::after {
  right: -7px;
  background: url(../images/toppage/img-04-bg-02.png) right top/15px no-repeat, url(../images/toppage/img-04-bg-04.png) right bottom/15px no-repeat;
}
.c-div__clinic-detail--div01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .c-div__clinic-detail--div01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-div__clinic-detail--div01 > div {
  padding: 0 25px;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .c-div__clinic-detail--div01 > div {
    padding: 0;
  }
}
.c-div__clinic-detail--div01 > div:first-child {
  border-right: 1px solid #DBC7BF;
}
@media screen and (max-width: 1280px) {
  .c-div__clinic-detail--div01 > div:first-child {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-right: 0;
    border-bottom: 1px solid #DBC7BF;
  }
}
.c-div__clinic-detail--div01 > div .c-button__viewmore {
  margin-top: -45px;
}
@media screen and (max-width: 1280px) {
  .c-div__clinic-detail--div01 > div .c-button__viewmore {
    margin-top: 0;
  }
}
.c-div__clinic-detail--div01 iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
}
.c-div__clinic-detail--div02 {
  position: relative;
  padding: 20px 30px 30px 30px;
  min-height: 230px;
  border-left: 9px solid #F7D3BB;
  border-right: 9px solid #F7D3BB;
}
@media screen and (max-width: 425px) {
  .c-div__clinic-detail--div02 {
    padding: 20px 10px;
  }
}
.c-div__clinic-detail--div02::before, .c-div__clinic-detail--div02::after {
  content: "";
  position: absolute;
  left: -9px;
  height: 17px;
  width: calc(100% + 18px);
}
.c-div__clinic-detail--div02::before {
  top: 0;
  background: url(../images/common/icon-01-01.png) left top/43px no-repeat, url(../images/common/icon-01-03.png) right top/43px no-repeat;
}
.c-div__clinic-detail--div02::after {
  bottom: 0;
  background: url(../images/common/icon-01-02.png) left bottom/43px no-repeat, url(../images/common/icon-01-04.png) right bottom/43px no-repeat;
}
.c-div__clinic-detail--div02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .c-div__clinic-detail--div02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-div__clinic-detail--div02 ul li {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .c-div__clinic-detail--div02 ul li {
    margin: 5px 0;
  }
}
.c-div__clinic-detail--p {
  padding-top: 30px;
  border-top: 2px dotted #DBC7BF;
}

.c-text01 {
  overflow-wrap: anywhere;
  word-break: keep-all;
}

@media screen and (max-width: 1280px) {
  .c-table01 tr {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
.c-table01 th, .c-table01 td {
  padding: 10px 0;
  text-align: left;
  line-height: 1.4;
}
.c-table01 th {
  position: relative;
  padding-right: 1em;
  color: #f0843a;
  font-weight: 500;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.c-table01 th::after {
  content: "：";
  position: absolute;
  right: 0;
}
.c-table01 td {
  padding-left: 0.5em;
}
.c-table02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 812px;
  width: 100%;
  border-top: 2px dotted #DBC7BF;
}
.c-table02 th, .c-table02 td {
  padding: 10px 0;
  text-align: left;
  border-bottom: 2px dotted #DBC7BF;
}
@media screen and (max-width: 425px) {
  .c-table02 th, .c-table02 td {
    display: block;
  }
}
.c-table02 th {
  padding-right: 1em;
  color: #f0843a;
  font-weight: 500;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 425px) {
  .c-table02 th {
    padding: 10px 0 0 0;
    border-bottom: 0;
  }
}
.c-table02 td a {
  color: #f0843a;
  font-weight: bold;
  border-bottom: 1px solid #f0843a;
}
.c-table02 td a:hover {
  border-bottom: 0;
}
.c-table02 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-table02 .row > *:first-child {
  margin-right: 0.5em;
  white-space: nowrap;
}
.c-table03 {
  width: 1050px;
  border-radius: 10px;
  border-bottom: 1px solid #FFCF8F;
  border-right: 1px solid #FFCF8F;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.c-table03__outer {
  overflow-x: auto;
  width: 100%;
}
.c-table03__outer::-webkit-scrollbar {
  height: 15px;
}
.c-table03__outer::-webkit-scrollbar-track {
  background-color: white;
}
.c-table03__outer::-webkit-scrollbar-thumb {
  background-color: #DBDBDB;
  border-radius: 10px;
}
.c-table03 thead th {
  padding: 20px 0;
  color: white;
  background-color: #f0843a;
  border-right: 1px solid #FFCF8F;
}
.c-table03 thead th:first-child, .c-table03 thead th:last-child {
  border-right: 0;
}
.c-table03 tbody tr:first-child th, .c-table03 tbody tr:first-child td {
  border-top: 0;
}
.c-table03 tbody th.time {
  padding: 0 20px;
  color: white;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #F6AD42;
  border-bottom: 1px solid #FFCF8F;
}
.c-table03 tbody th.department {
  padding: 17px 15px 15px;
  color: #f0843a;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  background-color: #FFF9F0;
  border-top: 1px dotted #FFCF8F;
}
.c-table03 tbody td {
  padding: 0.5em 15px 0.6em;
  line-height: 2;
  vertical-align: top;
  border-left: 1px solid #FFCF8F;
  border-top: 1px dotted #FFCF8F;
}
.c-table03 tbody td span {
  color: #f0843a;
}
.c-table04 {
  width: 1050px;
  border-radius: 10px;
  border-bottom: 1px solid #FFCF8F;
  border-right: 1px solid #FFCF8F;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.c-table04__outer {
  overflow-x: auto;
  width: 100%;
}
.c-table04 thead th {
  padding: 20px 0;
  color: white;
  background-color: #f0843a;
  border-right: 1px solid #FFCF8F;
}
.c-table04 thead th:last-child {
  border-right: 0;
}
.c-table04 tbody td {
  padding: 0.5em 15px 0.6em;
  line-height: 1.6;
  vertical-align: top;
  border-left: 1px solid #FFCF8F;
}
.c-table04 tbody td span {
  color: #f0843a;
}

.c-bg01 {
  background: url(../images/common/bg-01.png) top center;
}
.c-bg01.has-orange {
  position: relative;
}
.c-bg01.has-orange::before, .c-bg01.has-orange::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 400px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-bg01.has-orange::before, .c-bg01.has-orange::after {
    height: 330px;
  }
}
@media screen and (max-width: 425px) {
  .c-bg01.has-orange::before, .c-bg01.has-orange::after {
    height: 250px;
  }
}
.c-bg01.has-orange::before {
  left: 0;
  background-color: #F6AD42;
}
.c-bg01.has-orange::after {
  left: 50%;
  max-width: 1240px;
  background-color: #f0843a;
  border-radius: 0 0 0 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-bg01.has-orange .c-div01 {
  position: relative;
  z-index: 1;
}

.c-hr01 {
  position: relative;
  overflow: visible;
  padding: 10px 0;
  border: 0;
  border-top: 1px solid #f0843a;
}
.c-hr01::after {
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -17.5px;
  display: block;
  content: "";
  height: 20px;
  width: 35px;
  background: url(../images/common/icon-hr.png) center/contain no-repeat;
}
.c-hr02 {
  border-top: 1px solid #DBC7BF;
}

.c-dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media screen and (max-width: 425px) {
  .c-dl01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-dl01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2.5px dotted #DBC7BF;
  z-index: 0;
}
@media screen and (max-width: 425px) {
  .c-dl01::after {
    top: 0.5em;
  }
}
.c-dl01 dt, .c-dl01 dd {
  position: relative;
  z-index: 1;
  line-height: 1.3;
  background-color: white;
}
.c-dl01 dt {
  padding-right: 5px;
}
@media screen and (max-width: 425px) {
  .c-dl01 dt {
    margin-bottom: 0.5em;
  }
}
.c-dl01 dd {
  padding-left: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 425px) {
  .c-dl01 dd {
    margin-left: auto;
  }
}
.c-dl01.indent {
  margin-left: 160px;
}
@media screen and (max-width: 768px) {
  .c-dl01.indent {
    margin-left: 80px;
  }
}
@media screen and (max-width: 500px) {
  .c-dl01.indent {
    margin-left: max(4vw, 20px);
  }
}
@media screen and (max-width: 425px) {
  .c-dl01.indent {
    margin-left: 50px;
  }
}

.c-link01 {
  color: #f0843a;
  text-decoration: underline;
}
.c-link01:hover {
  text-decoration: none;
}
.c-link02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-link02:hover {
  color: #f0843a;
}
.c-link02 i {
  margin-left: 5px;
  width: 28px;
  height: 34px;
  background: url(../images/common/icon-pdf.png) center/cover;
}

.c-submenu {
  width: 100%;
  padding: 15px 0;
}
.c-submenu.fixed {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 100;
  background: url(../images/common/bg-01.png) top center;
}
@media screen and (max-width: 1280px) {
  .c-submenu.fixed {
    top: 60px;
  }
}
.c-submenu__inner {
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  max-width: 1050px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}
.c-submenu li {
  border-left: 2px solid #E9DCD5;
}
.c-submenu li:last-child {
  border-right: 2px solid #E9DCD5;
}
.c-submenu li a {
  display: block;
  padding: 30px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 1024px) {
  .c-submenu li a {
    font-size: max(2.4vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .c-submenu li a {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 425px) {
  .c-submenu li a {
    padding: 10px 5px;
  }
}
.c-submenu li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-wrap: anywhere;
  word-break: keep-all;
  line-height: 1.3;
}
@media screen and (max-width: 555px) {
  .c-submenu li a span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-submenu li a span::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 26px;
  height: 26px;
  background: #F6AD42 url(../images/common/button-01-arrow-white.svg) top 10px right 5px/15px no-repeat;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .c-submenu li a span::before {
    margin-right: 5px;
    width: 22px;
    height: 22px;
    background-position: top 8px right 4px;
  }
}
@media screen and (max-width: 555px) {
  .c-submenu li a span::before {
    margin-bottom: 5px;
  }
}
.c-submenu li a:hover {
  color: #f0843a;
}
.c-submenu li a:hover span::before {
  background-position: top 10px right 0px;
}

@-webkit-keyframes anime-loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes anime-loading {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 197;
  width: 100vw;
  height: 100vh;
}
.c-popup img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 200;
  max-width: 80vw;
  max-height: 80vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-popup__close {
  position: relative;
  top: 0;
  left: 0;
  z-index: 198;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-popup__close::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 198;
  content: "";
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #f0843a;
  -webkit-animation: anime-loading 1s ease-in-out infinite;
          animation: anime-loading 1s ease-in-out infinite;
}
.c-popup__close p {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: default;
}
.c-popup__close p span {
  position: relative;
  padding-left: 1.25em;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.c-popup__close p span::before, .c-popup__close p span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 3px;
  background-color: white;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-popup__close p span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-popup__close p span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-popup__button {
  cursor: pointer;
}

.u-mt1 {
  margin-top: 1em;
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .u-mt25 {
    margin-top: 20px;
  }
}
.u-mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .u-mt30 {
    margin-top: 20px;
  }
}
.u-mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  .u-mt35 {
    margin-top: 25px;
  }
}
.u-mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .u-mt40 {
    margin-top: max(5vw,25px);
  }
}
.u-mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 800px) {
  .u-mt45 {
    margin-top: max(5.6vw,30px);
  }
}
.u-mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .u-mt50 {
    margin-top: max(6.25vw,30px);
  }
}
.u-mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 800px) {
  .u-mt55 {
    margin-top: max(6.8vw,30px);
  }
}
.u-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .u-mt60 {
    margin-top: max(7.5vw,30px);
  }
}
.u-mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 800px) {
  .u-mt65 {
    margin-top: max(8vw,32.5px);
  }
}
.u-mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  .u-mt70 {
    margin-top: max(8.75vw,35px);
  }
}
.u-mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 800px) {
  .u-mt75 {
    margin-top: max(9.3vw,37.5px);
  }
}
.u-mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  .u-mt80 {
    margin-top: max(10vw,40px);
  }
}
.u-mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 800px) {
  .u-mt85 {
    margin-top: max(11vw,42px);
  }
}
.u-mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 800px) {
  .u-mt90 {
    margin-top: max(11.25vw,45px);
  }
}
.u-mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 800px) {
  .u-mt95 {
    margin-top: max(11.8vw,45px);
  }
}
.u-mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .u-mt100 {
    margin-top: max(12.5vw,50px);
  }
}
.u-mt105 {
  margin-top: 105px;
}
@media screen and (max-width: 800px) {
  .u-mt105 {
    margin-top: max(13vw,50px);
  }
}
.u-mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 800px) {
  .u-mt110 {
    margin-top: max(13.75vw,55px);
  }
}
.u-mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  .u-mt120 {
    margin-top: max(15vw,55px);
  }
}
.u-mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 800px) {
  .u-mt130 {
    margin-top: max(16.25vw,55px);
  }
}
.u-mt140 {
  margin-top: 140px;
}
@media screen and (max-width: 800px) {
  .u-mt140 {
    margin-top: max(17.5vw,60px);
  }
}
.u-mt160 {
  margin-top: 160px;
}
@media screen and (max-width: 1280px) {
  .u-mt160 {
    margin-top: max(12.5vw,60px);
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .u-mb30 {
    margin-bottom: 20px;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 800px) {
  .u-mb95 {
    margin-bottom: max(11.8vw,45px);
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .u-mb100 {
    margin-bottom: max(12.5vw,50px);
  }
}

.u-pt95 {
  padding-top: 95px;
}
@media screen and (max-width: 800px) {
  .u-pt95 {
    padding-top: max(11.8vw,45px);
  }
}

.u-pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .u-pb100 {
    padding-bottom: max(12.5vw,50px);
  }
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.p-page--toppage__sec01 {
  background-color: #e3dada;
}
.p-page--toppage__sec01 > .slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
}
.p-page--toppage__sec01 .slick-slide picture img {
  width: 100%;
}
.p-page--toppage__sec01 .slick-prev, .p-page--toppage__sec01 .slick-next {
  width: 30px;
  height: 30px;
  z-index: 10;
}
.p-page--toppage__sec01 .slick-prev::before,
.p-page--toppage__sec01 .slick-next::before {
  content: "";
}
.p-page--toppage__sec01 .slick-prev {
  left: -55px;
  background: url(../images/slider/icon-button-left.png) center/contain no-repeat;
}
@media screen and (max-width: 1400px) {
  .p-page--toppage__sec01 .slick-prev {
    left: 15px;
  }
}
.p-page--toppage__sec01 .slick-next {
  right: -55px;
  background: url(../images/slider/icon-button-right.png) center/contain no-repeat;
}
@media screen and (max-width: 1400px) {
  .p-page--toppage__sec01 .slick-next {
    right: 15px;
  }
}
.p-page--toppage__sec01 .slick-dots {
  bottom: 35px;
  margin-left: 3.5%;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec01 .slick-dots {
    top: 10px;
    right: 10px;
  }
}
.p-page--toppage__sec01 .slick-dots li {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec01 .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.p-page--toppage__sec01 .slick-dots li.slick-active {
  background-color: #f0843a;
}
.p-page--toppage__sec01 .slick-dots li.slick-active button:before {
  color: #f0843a;
}
.p-page--toppage__sec01 .slick-dots button:before {
  color: white;
}
.p-page--toppage__sec01 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.p-page--toppage__sec02--layer01 {
  background-color: #F6AD42;
}
.p-page--toppage__sec02--layer01__inner {
  padding: 70px 20px 180px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  width: 100%;
  background: #f0843a url(../images/toppage/bg-01.png) top center/100% no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec02--layer01__inner {
    background-image: url(../images/toppage/bg-01-sp.png);
  }
}
.p-page--toppage__sec02--layer02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: -125px auto 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec02--layer02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-page--toppage__sec02--layer02 > div {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec02--layer02 > div {
    margin-bottom: 40px;
  }
}
.p-page--toppage__sec03--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 100%;
}
.p-page--toppage__sec03 .p-page--news__ul li {
  padding: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec03 .p-page--news__ul li {
    padding: 25px 0;
  }
}
.p-page--toppage__sec04 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-page--toppage__sec04--div01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec04--div01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-page--toppage__sec04--div01 > * {
  position: relative;
  margin: 0 5px;
  padding: 30px 0;
  max-width: 380px;
  width: 100%;
  min-height: 515px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec04--div01 > * {
    margin: 0 0 20px 0;
    min-height: auto;
  }
}
.p-page--toppage__sec04--div01 > *:nth-child(1) {
  background-color: #EC6E77;
}
.p-page--toppage__sec04--div01 > *:nth-child(2) {
  background-color: #F6AD42;
}
.p-page--toppage__sec04--div01 > *:nth-child(3) {
  background-color: #A0BC57;
}
.p-page--toppage__sec04--div01 > * h4 {
  margin: 0 10px;
}
.p-page--toppage__sec04--div01 > * p {
  padding: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec04--div01 > * p {
    margin-bottom: 1em;
  }
}
.p-page--toppage__sec04--div01 > * .c-button__viewmore {
  position: absolute;
  right: 25px;
  bottom: 20px;
}
.p-page--toppage__sec04--div02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .p-page--toppage__sec04--div02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-page--toppage__sec04--div02 > a {
  margin-bottom: 24px;
  width: 585px;
  min-height: 254px;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a {
    max-width: 400px;
    width: 100%;
    min-height: auto;
  }
}
.p-page--toppage__sec04--div02 > a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  border-radius: 15px;
  background-color: #F6AD42;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div {
    padding-bottom: 55px;
  }
}
.p-page--toppage__sec04--div02 > a > div div.left {
  padding: 30px 20px 0 25px;
  width: calc(100% - 223px);
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div div.left {
    padding: 20px 10px 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div div.left-head {
    height: 150px;
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div02 > a > div div.left-head {
    padding-bottom: 20px;
    width: 100%;
    height: auto;
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div div.left-head h4 {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div02 > a > div div.left-head h4 {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div img.right {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 180px;
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div02 > a > div img.right {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div .c-button__viewmore {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.p-page--toppage__sec04--div02 > a > div h5 {
  position: relative;
  overflow: hidden;
}
.p-page--toppage__sec04--div02 > a > div h5::after {
  position: absolute;
  bottom: 0;
  left: 4.5em;
  opacity: 0.5;
  content: "";
  width: 100%;
  border-bottom: 2px dotted white;
}
.p-page--toppage__sec04--div02 > a > div ol {
  list-style: none;
}
.p-page--toppage__sec04--div02 > a > div ol li {
  line-height: 1.34;
}
@media screen and (max-width: 550px) {
  .p-page--toppage__sec04--div02 > a > div.item04 h4 img {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div02 > a > div.item06 p {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .p-page--toppage__sec04--div02 > a > div.item06 p {
    font-size: 13px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div02 > a > div.item06 p {
    margin-top: 1.5em;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-page--toppage__sec04--div02 > a > div.item06 h4 img {
    width: 150px;
  }
}
.p-page--toppage__sec04--div03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .p-page--toppage__sec04--div03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-page--toppage__sec04--div03 > * {
  position: relative;
  margin: 0 15px;
  padding-top: 30px;
  max-width: 490px;
  width: 100%;
  min-height: 245px;
  height: 100%;
  background-color: #FFF9F0;
  -webkit-box-shadow: 0px 0px 0px 6px #FFF9F0;
          box-shadow: 0px 0px 0px 6px #FFF9F0;
  border: 2px solid #FAD298;
}
@media screen and (max-width: 1280px) {
  .p-page--toppage__sec04--div03 > * {
    margin: 0 0 20px 0;
    padding: 30px 10px 120px 10px;
    min-height: auto;
  }
}
.p-page--toppage__sec04--div03 > *::before, .p-page--toppage__sec04--div03 > *::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 20px;
  height: calc(100% + 14px);
}
.p-page--toppage__sec04--div03 > *::before {
  left: -7px;
  background: url(../images/toppage/img-04-bg-01.png) left top/15px no-repeat, url(../images/toppage/img-04-bg-03.png) left bottom/15px no-repeat;
}
.p-page--toppage__sec04--div03 > *::after {
  right: -7px;
  background: url(../images/toppage/img-04-bg-02.png) right top/15px no-repeat, url(../images/toppage/img-04-bg-04.png) right bottom/15px no-repeat;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec04--div03 > * h2 img {
    width: 65%;
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div03 > * h2 strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div03 > * p {
    font-size: 13px;
  }
}
.p-page--toppage__sec04--div03 > * .c-button__viewmore {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .p-page--toppage__sec04--div03 > * .c-button__viewmore {
    bottom: 25px;
  }
}
@media screen and (max-width: 425px) {
  .p-page--toppage__sec04--div03 > * .c-button__viewmore .u-fs16 {
    font-size: 14px;
  }
}
.p-page--toppage__sec05--div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #DBC7BF;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec05--div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-page--toppage__sec05--div.last {
  border-bottom: 0;
}
.p-page--toppage__sec05--div > img {
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec05--div > img {
    margin: 0 auto 20px auto;
  }
}
.p-page--toppage__sec05--div dl {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .p-page--toppage__sec05--div dl {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-page--toppage__sec05--div dd {
    padding-bottom: 40px;
  }
}
.p-page--toppage__sec05--div .c-button__viewmore {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.p-page--news__ul {
  list-style-type: none;
}
.p-page--news__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 30px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #DBC7BF;
}
@media screen and (max-width: 768px) {
  .p-page--news__ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
}
.p-page--news__ul li time {
  margin-right: 1em;
  line-height: 1.4;
  color: #5E5E5E;
}
@media screen and (max-width: 768px) {
  .p-page--news__ul li time {
    margin-bottom: 0.8em;
  }
}
.p-page--news__ul li a.category {
  margin-right: 1em;
  padding: 5px 8px 7px 8px;
  width: 8em;
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.p-page--news__ul li a.category:hover {
  opacity: 0.7;
}
.p-page--news__ul li a.title {
  color: black;
  line-height: 1.4;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 768px) {
  .p-page--news__ul li a.title {
    width: 100%;
  }
}
.p-page--news__ul li a.title:hover {
  color: #f0843a;
}
.p-page--news .navigation {
  margin-top: 45px;
}
.p-page--news .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-page--news .navigation .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 8px;
  padding-bottom: 2px;
  width: 26px;
  height: 26px;
  font-size: 17px;
  font-weight: bold;
  color: #f0843a;
  border-radius: 50%;
}
@media screen and (max-width: 375px) {
  .p-page--news .navigation .page-numbers {
    margin: 0 2px;
    font-size: 16px;
  }
}
.p-page--news .navigation .page-numbers.current, .p-page--news .navigation .page-numbers:hover:not(.dots) {
  color: white;
  background-color: #f0843a;
}
.p-page--news__single .c-ttl01 span {
  color: #C6BDB7;
}

.p-page--introduction .c-table01 {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-page--introduction .c-table01 th {
    width: 5em;
  }
}
.p-page--introduction__gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
  width: 100%;
}
.p-page--introduction__gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
.p-page--introduction__gallery p {
  width: 100%;
  max-height: 383px;
  aspect-ratio: 810/383;
}
.p-page--introduction__gallery ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__gallery ul {
    gap: 10px;
  }
}
.p-page--introduction__gallery ul li {
  max-width: 253px;
  width: 100%;
  max-height: 166px;
  aspect-ratio: 253/166;
}
.p-page--introduction__schedule--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__schedule--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-page--introduction__schedule--title h3 {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__schedule--title h3 {
    margin: 0 0 20px 0;
  }
}
.p-page--introduction__schedule--notes dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 425px) {
  .p-page--introduction__schedule--notes dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}
.p-page--introduction__schedule--notes dl dt {
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
.p-page--introduction__schedule--notes dl dd {
  font-size: 16px;
  line-height: 1.7;
}
.p-page--introduction__schedule--notes p {
  font-size: 16px;
  line-height: 1.7;
}
.p-page--introduction__monthly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .p-page--introduction__monthly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-page--introduction__monthly .left {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #DBC7BF;
}
@media screen and (max-width: 1280px) {
  .p-page--introduction__monthly .left {
    margin: 0 0 40px 0;
    padding: 0;
    border: 0;
  }
}
.p-page--introduction__monthly .left .buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__monthly .left .buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-page--introduction__monthly .right {
  max-width: 360px;
}
.p-page--introduction__monthly .right .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 480px) {
  .p-page--introduction__monthly .right .layer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page--introduction__monthly .right .layer p {
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
  .p-page--introduction__monthly .right .layer p {
    margin: 0 0 10px 0;
  }
}
.p-page--introduction__examination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1280px) {
  .p-page--introduction__examination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-page--introduction__examination .left {
  margin-right: 30px;
  padding-right: 30px;
  max-width: 564px;
  border-right: 1px solid #DBC7BF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1280px) {
  .p-page--introduction__examination .left {
    margin: 0 0 40px 0;
    padding: 0;
    border: 0;
    text-align: center;
  }
}
.p-page--introduction__examination .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__examination .left ul {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page--introduction__examination .left ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-page--introduction__examination .left ul li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__examination .left ul li:first-child {
    margin: 0 0 20px 0;
  }
}
.p-page--introduction__examination .left ul li img {
  max-width: 272px;
  width: 100%;
}
.p-page--introduction__examination .right .c-button01 {
  width: 425px;
}
@media screen and (max-width: 768px) {
  .p-page--introduction__examination .right .c-button01 {
    width: 100%;
  }
}

.p-page--medicalinfo .c-div02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 100%;
}
.p-page--medicalinfo__div01 {
  position: relative;
  padding-bottom: 50px;
  background: url(../images/medicalinfo/img-01-bg.png) center/cover;
}
.p-page--medicalinfo__div01::before, .p-page--medicalinfo__div01::after {
  display: block;
  content: "";
  height: 20px;
  width: 100%;
  background: url(../images/common/icon-hr.png) center top 0px/auto 20px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(40%, #DBC7BF), color-stop(45%, transparent));
  background: url(../images/common/icon-hr.png) center top 0px/auto 20px no-repeat, linear-gradient(to bottom, transparent 35%, #DBC7BF 40%, transparent 45%);
}
.p-page--medicalinfo__div01::before {
  margin-bottom: 25px;
}
.p-page--medicalinfo__div01::after {
  position: absolute;
  bottom: -10px;
  left: 0;
}
.p-page--medicalinfo__div01 ul {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  list-style-type: none;
}
@media screen and (max-width: 1100px) {
  .p-page--medicalinfo__div01 ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-page--medicalinfo__div01 ul {
    grid-template-columns: 100%;
  }
}
.p-page--medicalinfo__div01 ul li {
  max-width: 262px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-page--medicalinfo__div01 ul li {
    margin: 0 auto;
    padding: 10px;
  }
}
.p-page--medicalinfo__div01 ul span {
  display: block;
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.p-page--medicalinfo__div02 h4 small {
  display: block;
  margin-top: 5px;
  font-size: 62.5%;
  letter-spacing: -0.1em;
}
.p-page--medicalinfo__div02 ol {
  margin-top: 5px;
  list-style-type: none;
}
.p-page--medicalinfo__div02 ol li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  font-size: 15px;
}
.p-page--medicalinfo__div02.layer01, .p-page--medicalinfo__div02.layer02 {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content max-content max-content;
}
@media screen and (max-width: 1280px) {
  .p-page--medicalinfo__div02.layer01, .p-page--medicalinfo__div02.layer02 {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }
}
@media screen and (max-width: 1000px) {
  .p-page--medicalinfo__div02.layer01, .p-page--medicalinfo__div02.layer02 {
    grid-template-columns: 100%;
  }
}
.p-page--medicalinfo__div02.layer01 {
  gap: 20px;
}
.p-page--medicalinfo__div02.layer02 {
  gap: 10px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .p-page--medicalinfo__div02.layer02 {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  .p-page--medicalinfo__div02.layer02 img {
    width: 100%;
  }
}
.p-page--medicalinfo__doctor {
  padding: 50px 0;
  border-bottom: 1px solid #DBC7BF;
}
.p-page--medicalinfo__doctor.first {
  border-top: 1px solid #DBC7BF;
}
.p-page--medicalinfo__doctor--layer01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .p-page--medicalinfo__doctor--layer01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page--medicalinfo__doctor--layer01 img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-page--medicalinfo__doctor--layer01 img {
    margin: 0 auto 20px auto;
  }
}
.p-page--medicalinfo__doctor--layer01 div {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .p-page--medicalinfo__doctor--layer01 div {
    margin-left: 0;
  }
}
.p-page--medicalinfo__doctor--layer02 p {
  line-height: 1.8;
}
.p-page--medicalinfo__doctor--layer02 img {
  margin-top: 10px;
}
.p-page--medicalinfo__doctor + h3 {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .p-page--medicalinfo__doctor + h3 {
    margin-top: max(12.5vw,50px);
  }
}

.p-page--checkup__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
  width: 100%;
}
.p-page--checkup__images img {
  margin-top: 30px;
  width: 100%;
  height: auto;
}
.p-page--checkup__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .p-page--checkup__ul {
    display: block;
  }
}
.p-page--checkup__ul li {
  margin: 10px 0 10px 1em;
  width: 50%;
  text-indent: calc(-1em - 5px);
  line-height: 1.3;
  font-weight: bold;
  overflow-wrap: anywhere;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .p-page--checkup__ul li {
    margin: 20px 0 20px 1em;
    width: auto;
  }
}
.p-page--checkup__ul li::before {
  content: "●";
  margin-right: 5px;
  color: #f0843a;
}
.p-page--checkup__ul li[data-order="1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-page--checkup__ul li[data-order="2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-page--checkup__ul li[data-order="3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-page--checkup__ul li[data-order="4"] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-page--checkup__ul li[data-order="5"] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.p-page--checkup__p {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-page--online .c-div02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 888px;
  width: 100%;
  min-height: 80px;
}
@media screen and (max-width: 1024px) {
  .p-page--online .c-div02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page--online .c-div02 > * {
  margin-top: auto;
  margin-bottom: auto;
}
.p-page--online .c-div02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .p-page--online .c-div02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0.5em;
  }
}
.p-page--online .c-div02 ul li {
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  .p-page--online .c-div02 ul li {
    margin: 0.5em 0 0 0;
    margin-left: 1em;
    text-indent: -1em;
  }
}
.p-page--online .c-div02 ul li::before {
  content: "・";
}
@media screen and (max-width: 425px) {
  .p-page--online .c-dl01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .p-page--online .c-dl01::after {
    top: 50%;
  }
}
.p-page--online .c-dl01 dt, .p-page--online .c-dl01 dd {
  background-color: #FFF9F0;
}
@media screen and (max-width: 425px) {
  .p-page--online .c-dl01 dt {
    margin-bottom: 0;
  }
}
.p-page--online .c-dl01__outer {
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  background-color: #FFF9F0;
}
@media screen and (max-width: 425px) {
  .p-page--online .c-dl01__outer {
    padding: 10px;
  }
}
.p-page--online__div01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #DBC7BF;
  border-bottom: 1px solid #DBC7BF;
}
@media screen and (max-width: 1280px) {
  .p-page--online__div01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 0;
  }
}
.p-page--online__div01 > .left {
  padding: 20px 30px 60px 0;
  max-width: 650px;
  border-right: 1px solid #DBC7BF;
}
@media screen and (max-width: 1280px) {
  .p-page--online__div01 > .left {
    padding: 0 0 40px 0;
    max-width: 100%;
    border-right: 0;
  }
}
.p-page--online__div01 > .right {
  position: relative;
  padding: 20px 0 60px 30px;
}
@media screen and (max-width: 1280px) {
  .p-page--online__div01 > .right {
    margin-top: 40px;
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 1280px) {
  .p-page--online__div01 > .right::before {
    position: absolute;
    top: -40px;
    left: -30px;
    content: "";
    width: calc(100% + 60px);
    height: 1px;
    background-color: #DBC7BF;
  }
}
@media screen and (max-width: 425px) {
  .p-page--online__div01 > .right::before {
    left: -20px;
    width: calc(100% + 40px);
  }
}
.p-page--online__div01 h4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .p-page--online__div01 h4 {
    margin-bottom: 0;
    border-top: 1px solid #DBC7BF;
    padding: 15px 0;
  }
}
.p-page--online__div01 h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px 0;
  height: 50px;
  border-top: 1px solid #DBC7BF;
  border-bottom: 1px solid #DBC7BF;
}
.p-page--online__div01 h5 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 10px;
  padding: 0 10px;
  height: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  letter-spacing: 0.05em;
  line-height: 1;
  background-color: #F6AD42;
  border-radius: 5px;
}
@media screen and (max-width: 425px) {
  .p-page--online__div01 h5 span {
    letter-spacing: 0;
  }
}
.p-page--online__div02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 425px) {
  .p-page--online__div02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-page--online__div02 > * {
  margin: 0 5px;
}
@media screen and (max-width: 425px) {
  .p-page--online__div02 > * {
    margin: 20px 0 0 0;
  }
}
.p-page--online__p01 {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .p-page--online__p01 {
    margin-top: 30px;
  }
}
.p-page--online__p02 {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .p-page--online__p02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .p-page--online__p03 {
    text-align: center;
  }
}

.p-page--sub__sec a, .p-page--sub__sec p, .p-page--sub__sec li, .p-page--sub__sec dt, .p-page--sub__sec dd, .p-page--sub__sec th, .p-page--sub__sec td, .p-page--sub__sec h2, .p-page--sub__sec h3, .p-page--sub__sec h4, .p-page--sub__sec h5, .p-page--sub__sec h6 {
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-page--sub__sec a:not(:has(> img)) {
  color: #f0843a;
  text-decoration: underline;
}
.p-page--sub__sec a:not(:has(> img)):hover {
  text-decoration: none;
}
.p-page--sub__sec h2, .p-page--sub__sec h3, .p-page--sub__sec h4, .p-page--sub__sec h5, .p-page--sub__sec h6 {
  margin: 3em 0 0.5em 0;
}
.p-page--sub__sec h2, .p-page--sub__sec h3 {
  color: #f0843a;
}
.p-page--sub__sec ul, .p-page--sub__sec ol {
  margin: 1em 0 1em 1em;
}
.p-page--sub__sec p + p {
  margin-top: 1em;
}
.p-page--sub__sec table {
  margin: 1em 0;
}
.p-page--sub__sec table th, .p-page--sub__sec table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  border: 1px solid #DBC7BF;
}
.p-page--sub__sec table th {
  position: relative;
  color: #f0843a;
  font-weight: 500;
  white-space: nowrap;
}
.p-page--sub__sec .box {
  overflow-x: auto;
}

.u-fs11 {
  font-size: 11px;
}
.u-fs12 {
  font-size: 12px;
}
.u-fs13 {
  font-size: 13px;
}
.u-fs14 {
  font-size: 14px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs16 {
  font-size: 16px;
}
.u-fs17 {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .u-fs17 {
    font-size: 16px;
  }
}
.u-fs18 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .u-fs18 {
    font-size: max(2.3vw, 17px);
  }
}
.u-fs19 {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .u-fs19 {
    font-size: max(2.4vw, 17px);
  }
}
.u-fs20 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .u-fs20 {
    font-size: max(2.6vw, 17px);
  }
}
.u-fs21 {
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .u-fs21 {
    font-size: max(2.7vw, 17px);
  }
}
.u-fs22 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .u-fs22 {
    font-size: max(2.8vw, 17px);
  }
}
.u-fs23 {
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .u-fs23 {
    font-size: max(2.9vw, 17px);
  }
}
.u-fs24 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .u-fs24 {
    font-size: max(3.1vw, 18px);
  }
}
.u-fs25 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .u-fs25 {
    font-size: max(3.2vw, 18px);
  }
}
.u-fs26 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .u-fs26 {
    font-size: max(3.3vw, 18px);
  }
}
.u-fs27 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .u-fs27 {
    font-size: max(3.5vw, 19px);
  }
}
.u-fs28 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .u-fs28 {
    font-size: max(3.6vw, 19px);
  }
}
.u-fs29 {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .u-fs29 {
    font-size: max(3.7vw, 19px);
  }
}
.u-fs30 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .u-fs30 {
    font-size: max(3.9vw, 20px);
  }
}
.u-fs32 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .u-fs32 {
    font-size: max(4.1vw, 22px);
  }
}
.u-fs35 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .u-fs35 {
    font-size: max(4.5vw, 24px);
  }
}
.u-fs42 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .u-fs42 {
    font-size: max(5.4vw, 24px);
  }
}
.u-fwt {
  font-weight: 100;
}
.u-fwl {
  font-weight: 300;
}
.u-fwr {
  font-weight: 400;
}
.u-fwm {
  font-weight: 500;
}
.u-fwb {
  font-weight: 700;
}
.u-fwblack {
  font-weight: 900;
}
.u-fh1 {
  line-height: 1;
}
.u-fh12 {
  line-height: 1.2;
}
.u-fh13 {
  line-height: 1.3;
}
.u-fh14 {
  line-height: 1.4;
}
.u-fh15 {
  line-height: 1.5;
}
.u-fh16 {
  line-height: 1.6;
}
.u-fh17 {
  line-height: 1.7;
}
.u-fh18 {
  line-height: 1.8;
}
.u-fh19 {
  line-height: 1.9;
}
.u-fh2 {
  line-height: 2;
}
.u-fh21 {
  line-height: 2.1;
}
.u-fh22 {
  line-height: 2.2;
}
.u-fls-005 {
  letter-spacing: -0.05em;
}
.u-fls0 {
  letter-spacing: 0em;
}
.u-fls005 {
  letter-spacing: 0.05em;
}
.u-fls01 {
  letter-spacing: 0.1em;
}
.u-fls015 {
  letter-spacing: 0.15em;
}
.u-fls02 {
  letter-spacing: 0.2em;
}
.u-fls03 {
  letter-spacing: 0.3em;
}
.u-fc__black {
  color: black;
}
.u-fc__white {
  color: white;
}
.u-fc__orange {
  color: #f0843a;
}
.u-fc__yallow {
  color: #F6AD42;
}
.u-ff__oswald {
  font-family: "Oswald", sans-serif;
}
.u-ff__notoserif {
  font-family: "Noto Serif JP", sans-serif;
}
.u-ff__poppins {
  font-family: "Albert Sans", sans-serif;
}
.u-fs__i {
  font-style: italic;
}
.u-fs__n {
  font-style: normal;
}

.u-tal {
  text-align: left;
}
.u-tar {
  text-align: right;
}
.u-tac {
  text-align: center;
}

.u-dib {
  display: inline-block;
}
.u-db {
  display: block;
}

/*
<div class="u-parallax--target u-parallax--fadein u-parallax--delay01">sample</div>

時差で表示
<ul class="u-parallax--target parent">
<li class="u-parallax--fadein u-parallax--delay01">sample</li>
<li class="u-parallax--fadein u-parallax--delay02">sample</li>
<li class="u-parallax--fadein u-parallax--delay03">sample</li>
</ul>
*/
.u-parallax--target.action.u-parallax--fadein {
  -webkit-animation-name: animate-fadein;
          animation-name: animate-fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--target.action.u-parallax--fadeup {
  -webkit-animation-name: animate-fadeup;
          animation-name: animate-fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--target.action.u-parallax--zoomin {
  -webkit-animation-name: animate-zoomin;
          animation-name: animate-zoomin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--target.parent.action .u-parallax--fadein {
  -webkit-animation-name: animate-fadein;
          animation-name: animate-fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--target.parent.action .u-parallax--fadeup {
  -webkit-animation-name: animate-fadeup;
          animation-name: animate-fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--target.parent.action .u-parallax--zoomin {
  -webkit-animation-name: animate-zoomin;
          animation-name: animate-zoomin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--show.u-parallax--fadein {
  -webkit-animation-name: animate-fadein;
          animation-name: animate-fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--show.u-parallax--fadeup {
  -webkit-animation-name: animate-fadeup;
          animation-name: animate-fadeup;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--show.u-parallax--zoomin {
  -webkit-animation-name: animate-zoomin;
          animation-name: animate-zoomin;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-parallax--fadein, .u-parallax--fadeup, .u-parallax--zoomin {
  opacity: 0;
}
@media print {
  .u-parallax--fadein, .u-parallax--fadeup, .u-parallax--zoomin {
    opacity: 1;
  }
}
.u-parallax--delay01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.u-parallax--delay02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.u-parallax--delay03 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.u-parallax--delay-fast01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.u-parallax--delay-fast02 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.u-parallax--delay-fast03 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes animate-fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes animate-fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 15px;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
@keyframes animate-fadeup {
  0% {
    opacity: 0;
    visibility: hidden;
    top: 15px;
  }
  100% {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
@-webkit-keyframes animate-zoomin {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes animate-zoomin {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}