@charset "UTF-8";
html {
  color: #103029;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  word-wrap: break-word;
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3020833333vw;
    font-weight: 400;
  }
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}

body {
  font-size: 1.3rem;
  background-color: #F4F2EF;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 2.6rem;
  }
}

header, main, section, aside, footer {
  width: 100%;
}

a {
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

figure img {
  width: 100%;
  height: auto;
}
figure img[src$=".svg"] {
  max-width: 100%;
}

th {
  font-weight: normal;
}

b {
  font-weight: bold;
  display: inline-block;
}

#wrapper {
  overflow: hidden;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.flowLink {
  position: relative;
  padding: 2px 0;
}
@media print, screen and (min-width: 768px) {
  .flowLink::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 2px;
    width: 100%;
    transform: scale(0);
    transform-origin: left center;
    transition: all ease 0.3s;
  }
}
.flowLink:hover::after {
  transform: scale(1);
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #wrapper:not(.preload) * {
    transition: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  *::-moz-placeholder {
    font-weight: normal !important;
  }
  *::placeholder {
    font-weight: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  *::-moz-placeholder {
    font-size: 2.6rem !important;
  }
  *::placeholder {
    font-size: 2.6rem !important;
  }
}

@media print, screen and (min-width: 768px) {
  input[type=text], input[type=email], textarea {
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  input, textarea {
    font-size: 16px;
  }
}

@-webkit-keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}

@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
.scrollItem, .scrollListItem {
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.scrollItem.scrollActive, .scrollListItem.scrollActive {
  opacity: 1 !important;
  transform: translate(0) scale(1) !important;
}

.fadein {
  opacity: 0;
}
.fadein.scrollActive {
  opacity: 1;
}

.fadeTop {
  transform: translateY(5rem);
}
.fadeTop.scrollActive {
  transform: translate(0);
}

.fadeRight {
  transform: translateX(5rem);
}
.fadeRight.scrollActive {
  transform: translate(0);
}

.fadeBottom {
  transform: translateY(-5rem);
}
.fadeBottom.scrollActive {
  transform: translate(0);
}

.fadeLeft {
  transform: translateX(-5rem);
}
.fadeLeft.scrollActive {
  transform: translate(0);
}

.fadeInLeft, .fadeInRight {
  position: relative;
}
.fadeInLeft::after, .fadeInRight::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all ease-in-out 0.6s;
  transform-origin: center right;
}
.fadeInLeft.scrollActive::after, .fadeInRight.scrollActive::after {
  transform: scaleX(0);
}

.fadeInRight::after {
  transform-origin: center left;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 2.7rem 0;
  width: 100%;
  border-bottom: 1px solid #103029;
  background-color: #F4F2EF;
  z-index: 10000;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  position: fixed;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 2.3rem 0;
    font-size: 3.2rem;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  width: 96%;
}
@media only screen and (max-width: 767px) {
  .header__wrapper {
    width: 92%;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media print, screen and (min-width: 768px) {
  .header__inner {
    width: calc(100% - 18rem);
  }
}
.header__logo {
  width: 13.2rem;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    position: relative;
    z-index: 2;
    width: 22rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header__container {
    width: 14.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__container {
    display: flex;
    gap: 4.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .gnav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #CB906B;
    color: #fff;
    padding: 12rem 6rem 16rem;
    overflow: hidden scroll;
    transition: all ease-in-out 0.6s;
    transform: translateX(100%);
    z-index: 999;
  }
  .header .gnav.active {
    transform: translateX(0);
  }
}
.header .gnav__list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .gnav__list {
    display: block;
  }
}
.header .gnav__item a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 1.5rem 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .header .gnav__item a {
    padding: 0 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .gnav__item a {
    display: flex;
    align-items: center;
    padding: 4rem 0;
    border-bottom: 1px solid #fff;
  }
}
.header .header-link {
  display: flex;
  gap: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .header .header-link {
    margin: 4rem 0;
    font-size: 2.6rem;
    font-weight: 400;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-link__item {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-link__item .link-arrow::after {
    width: 3.4rem;
    height: 2.8rem;
    top: 0.3rem;
    background-image: url(../img/common/icon_arrow_w.svg);
  }
}
.header .header-btn .link-btn {
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .header .header-btn .link-btn {
    width: 10rem;
    height: 10rem;
  }
}
.header .header-btn .link-btn span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .header .header-btn .link-btn span {
    display: block;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-btn .link-btn span:first-child {
    margin: 0.5rem 0 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .header .header-btn .link-btn span:first-child::after {
    content: "／";
    display: inline-block;
    margin: 0 2px;
  }
}
.header .header-hum {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .header .header-hum {
    display: none;
  }
}
.header .header-hum.active {
  position: absolute;
  top: 5rem;
  z-index: 1000;
}
.header .header-hum.active .bar {
  background-color: #fff;
}
.header .header-hum.active .bar:first-of-type {
  transform: translateY(1.3rem) rotate(20deg);
}
.header .header-hum.active .bar:last-of-type {
  transform: rotate(-20deg);
  width: 100%;
}
.header .header-hum.active .menu, .header .header-hum.active .close {
  color: #fff;
}
.header .header-hum.active .menu {
  display: none;
}
.header .header-hum.active .close {
  display: block;
}
.header .header-hum .mark {
  position: relative;
  cursor: pointer;
  height: 1.8rem;
  width: 5.5rem;
  margin-bottom: 0.7rem;
  transition: all 0.6s ease-in-out;
}
.header .header-hum .bar {
  position: absolute;
  left: 0;
  background-color: #103029;
  height: 0.2rem;
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.header .header-hum .bar:first-of-type {
  top: 0;
}
.header .header-hum .bar:last-of-type {
  bottom: 0;
}
.header .header-hum .menu, .header .header-hum .close {
  font-weight: 500;
  display: inline-block;
  margin-top: 1rem;
  color: #103029;
  font-size: 2rem;
}
.header .header-hum .menu {
  display: block;
}
.header .header-hum .close {
  display: none;
}
.header .gnav-btn .btn:not(.btn-type-01) {
  border: 1px solid #fff;
}
.header .gnav-btn .btn.bg-none {
  background-color: #CB906B;
}
.header .gnav-btn .btn + * {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .gnav-btn .btn__txt span {
    margin-bottom: 2rem;
  }
}

.main {
  line-height: 1.6;
}

.wrapper {
  max-width: 1366px;
  padding: 0 100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .wrapper--wide {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper--small {
    padding: 0 40px;
  }
}
.wrapper--right {
  margin: 0 0 0 auto;
}

.wrap-white {
  background-color: #fff;
  border: 1px solid #103029;
  padding: 5rem 20rem 8rem 5rem;
}
@media only screen and (max-width: 767px) {
  .wrap-white {
    padding-right: 4rem;
    border-right: none;
  }
}

@media only screen and (max-width: 767px) {
  .inner-right .wrapper, .inner-left .wrapper {
    padding: 0;
  }
}

.inner-right {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .inner-right {
    left: 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .inner-right {
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-right {
    padding-left: 4rem;
  }
}

.inner-left {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .inner-left {
    right: 100px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .inner-left {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-left {
    padding-left: 4rem;
  }
}

.page-content {
  padding-top: 12rem;
}

@media print, screen and (min-width: 768px) {
  .flex-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.link-arrow {
  position: relative;
  display: block;
}
.link-arrow::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
  position: relative;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.3s;
}
.link-arrow--sl::after {
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .link-arrow--sl:hover::after {
    transform: rotate(45deg) translateX(0.2rem) translateY(-0.4rem);
  }
}
.link-arrow.under-line {
  display: inline-block;
  padding-right: 1rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .link-arrow.under-line {
    padding-right: 2rem;
  }
}
.link-arrow.under-line::after {
  left: 1rem;
}
@media only screen and (max-width: 767px) {
  .link-arrow.under-line::after {
    left: 1.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.link-btn {
  color: #fff;
  border: 1px solid #6B796A;
  background-color: #6B796A;
  padding: 7px 20px;
}
@media print, screen and (min-width: 768px) {
  .link-btn:hover {
    color: #103029;
    background-color: #fff;
    opacity: 1;
  }
}

.ttl-txt {
  color: #103029;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .ttl-txt {
    margin-bottom: 2.6rem;
    font-size: 2.4rem;
  }
}
.ttl-img {
  display: inline-block;
}
.ttl-img img {
  height: 100%;
}

.ttl-type-01 {
  background-color: #CB906B;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 767px) {
  .ttl-type-01 {
    text-align: center;
  }
}

.ttl-type-02 {
  position: relative;
}
.ttl-type-02 span {
  display: inline-block;
  background-color: #CB906B;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  min-width: 15rem;
  padding: 1.1rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .ttl-type-02 span {
    min-width: 26rem;
  }
}
.ttl-type-02::after {
  content: "";
  background-color: #103029;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.lead-type-01 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .lead-type-01 {
    font-size: 3.6rem;
    line-height: 2;
  }
}

.txt-type-01 {
  line-height: 1.92;
}

.btn {
  border: solid 1px #6B796A;
  height: 9rem;
  padding: 0 2rem 0 4rem;
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn {
    height: 16rem;
    padding: 0 4rem;
  }
}
.btn::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/common/icon_arrow_marker.svg) no-repeat center center/cover;
  margin-right: 0;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn::after {
    width: 8rem;
    height: 8rem;
  }
}
.btn__txt {
  padding-right: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .btn__txt {
    font-size: 2.4rem;
  }
}
.btn__txt span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .btn__txt span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn:hover {
    background-color: #6B796A;
    color: #fff;
    opacity: 1;
    cursor: pointer;
  }
  .btn:hover::after {
    margin-right: -0.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn:not(.btn-type-01):hover::after {
    background-image: url(../img/common/icon_arrow_marker_w.svg);
  }
}
.btn.back::after {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .btn.back:hover::after {
    margin-right: 0.5rem;
  }
}
.btn.external::after {
  background-image: url(../img/common/icon_arrow_marker_external.svg);
}
@media print, screen and (min-width: 768px) {
  .btn.external:hover::after {
    background-image: url(../img/common/icon_arrow_marker_external_w.svg);
  }
}

.btn-type-01 {
  background-color: #6B796A;
  color: #fff;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .btn-type-01:hover {
    background-color: #fff;
    color: #103029;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .btn-type-01::after {
    background-image: url(../img/common/icon_arrow_marker_w.svg);
  }
}

.list-indent li {
  text-indent: -3.2em;
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .list-indent li {
    padding-left: 7rem;
  }
}

.link-list-type-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: center;
}
.link-list-type-01__item {
  width: 100%;
  text-align: center;
  position: relative;
}
.link-list-type-01__item::after {
  content: "";
  display: block;
  background-color: #103029;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.link-list-type-01__item span {
  display: block;
  padding-bottom: 1.5rem;
  font-weight: bold;
}
.link-list-type-01__item.active::after {
  height: 4px;
  background-color: #103029;
  bottom: -2px;
}

.link-area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.link-area__item {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .link-area__item {
    width: 50%;
    height: 10rem;
    border-right: 1px solid #103029;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .link-area__item:first-of-type {
    border-left: 1px solid #103029;
  }
}
.link-area__item .item-en {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
}
.link-area__item .item-ja {
  font-size: 1.1rem;
  display: block;
}
.link-area__item a {
  display: block;
  width: 100%;
  position: relative;
}
.link-area__item a::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 1rem;
  background: url(../img/common/icon_arrow_bottom.svg) no-repeat center center/contain;
  margin: auto;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .link-area__item a::after {
    width: 1.8rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 45%;
  }
}
.link-area__item a .item-ja {
  margin: 0.5rem auto 2rem;
}
@media only screen and (max-width: 767px) {
  .link-area__item a .item-ja {
    margin: 0.5rem auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .link-area__item a:hover::after {
    top: 0.5rem;
  }
}

.link-area-type-01 .link-area__item {
  width: 49.8%;
  background-color: #fff;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .link-area-type-01 .link-area__item {
    width: 49%;
  }
}
@media print, screen and (min-width: 768px) {
  .link-area-type-01 .link-area__item {
    height: 11rem;
  }
}
.link-area-type-01 .link-area__item .item-en {
  color: #103029;
}
@media only screen and (max-width: 767px) {
  .link-area-type-01 .link-area__item .item-en {
    font-size: 2rem;
  }
}
.link-area-type-01 .link-area__item .item-ja {
  font-weight: bold;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .link-area-type-01 .link-area__item .item-ja {
    font-size: 3rem;
    margin: 0 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .link-area-type-01 .link-area__item a {
    padding: 5rem 0 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .link-area-type-01 .link-area__item a::after {
    position: absolute;
    top: 90%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media only screen and (max-width: 767px) {
  .link-area-type-01 .link-area__item a::after {
    position: unset;
  }
}
@media print, screen and (min-width: 768px) {
  .link-area-type-01 .link-area__item a:hover::after {
    top: 100%;
  }
}

.link-area-type-02 {
  position: relative;
  background-color: #F4F2EF;
}
@media only screen and (max-width: 767px) {
  .link-area-type-02::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: #2F2F2F;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.link-area-type-02 .link-area__item {
  width: 25%;
  border-top: 1px solid #103029;
  border-bottom: 1px solid #103029;
  height: 40rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link-area-type-02 .link-area__item {
    border: 1px solid #103029;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .link-area-type-02 .link-area__item:nth-of-type(2n-1) {
    border-right: none;
  }
}
@media only screen and (max-width: 767px) {
  .link-area-type-02 .link-area__item:nth-of-type(2n) {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .link-area-type-02 .link-area__item:first-of-type, .link-area-type-02 .link-area__item:nth-of-type(2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .link-area-type-02 .link-area__item .item-ja, .link-area-type-02 .link-area__item .item-en {
    font-size: 2.4rem;
  }
}
.link-area-type-02 .link-area__item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.link-area-type-02 .link-area__item a::after {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 35rem;
  left: 50%;
  background-image: url(../img/common/icon_arrow_right.svg);
}
@media only screen and (max-width: 767px) {
  .link-area-type-02 .link-area__item a::after {
    width: 2.6rem;
    height: 1.6rem;
    top: 33rem;
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .link-area-type-02 .link-area__item a:hover {
    background-color: #6B796A;
    color: #fff;
    opacity: 1;
  }
  .link-area-type-02 .link-area__item a:hover::after {
    left: 51%;
    background-image: url(../img/common/icon_arrow_right_w.svg);
  }
}
.link-area-type-02 .link-area__item p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .btn-area {
    padding: 0 4rem;
  }
}
.btn-area__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.btn-area__item {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .btn-area__item {
    width: 100%;
    padding: 0 2rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .btn-area__item + * {
    margin-top: 2rem;
  }
}

.img-tmb {
  overflow: hidden;
}
.img-tmb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.img-tmb--logo {
  background-color: #F2EFEA;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.img-tmb--logo img {
  width: 22rem;
  height: 7rem;
  -o-object-fit: unset;
     object-fit: unset;
}
@media only screen and (max-width: 767px) {
  .img-tmb--logo img {
    width: 32.5rem;
    height: 15.6rem;
  }
}

.icon-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
  align-items: unset;
  gap: 3rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .icon-img-list {
    gap: 5rem 1rem;
  }
}
.icon-img-list__item {
  width: calc((100% - 10.5rem) / 8);
}
@media only screen and (max-width: 767px) {
  .icon-img-list__item {
    width: calc((100% - 3rem) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.icon-img-list__item.is-active {
  display: block;
}
.icon-img-list__item figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: unset;
  flex-direction: column;
  width: 90%;
}
.icon-img-list__item figure > img {
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .icon-img-list__item figure > img {
    padding: 2rem;
  }
}
.icon-img-list__item .item-ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .icon-img-list__item .item-ttl {
    font-size: 2.2rem;
  }
}

.js-open .btn-plus {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  position: relative;
  border: 1px solid #103029;
}
@media only screen and (max-width: 767px) {
  .js-open .btn-plus {
    width: 4rem;
    height: 4rem;
  }
}
.js-open .btn-plus::before {
  content: "＋";
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .js-open .btn-plus::before {
    font-size: 3.2rem;
  }
}
.js-open.is-active .btn-plus::before {
  content: "ー";
}

@media print, screen and (min-width: 768px) {
  .js-tab-list .item:hover, .js-tab-list-sp .item:hover {
    cursor: pointer;
  }
}

.js-tab-change .item, .js-tab-change-sp .item {
  display: none;
}
.js-tab-change .item.active, .js-tab-change-sp .item.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  .accordion-area {
    width: 100%;
    height: 13rem;
    position: relative;
    padding-top: 13rem;
    z-index: 10;
  }
  .accordion-area ul {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    padding-top: 10.3rem;
  }
  .accordion-area ul::after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.8rem;
    background: url(../img/common/icon_arrow_bottom_02.svg) no-repeat center center/100%;
    position: absolute;
    top: 4rem;
    right: 4rem;
    z-index: 2;
  }
  .accordion-area ul li {
    display: none;
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #103029;
    border-top: none;
  }
  .accordion-area ul li::after {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.8rem;
    background: url(../img/common/icon_arrow_bottom_02.svg) no-repeat center center/100%;
    position: absolute;
    top: 4rem;
    right: 4rem;
    opacity: 0;
  }
  .accordion-area ul li.active {
    display: block;
    border-top: 1px solid #103029;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .accordion-area ul li.sp-active {
    display: block;
  }
  .accordion-area ul li.sp-active:not(.active) {
    background-color: #F4F2EF;
  }
  .accordion-area ul li span {
    padding-bottom: 0;
  }
  .accordion-area ul.sp-active::after {
    transform: rotate(180deg);
  }
}

.accordion-area-pc ul.is-show::after {
  transform: rotate(180deg);
}
.accordion-area-pc ul li {
  background-color: #F4F2EF;
}
.accordion-area-pc ul li.is-show {
  display: block;
}
.accordion-area-pc ul li.active {
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .accordion-area-pc {
    width: 100%;
    height: 5rem;
    position: relative;
    padding-top: 5rem;
    z-index: 99;
  }
  .accordion-area-pc ul {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-top: 1px solid #103029;
  }
  .accordion-area-pc ul::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.4rem;
    background: url(../img/common/icon_arrow_bottom_02.svg) no-repeat center center/100%;
    position: absolute;
    top: 3rem;
    right: 3rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .accordion-area-pc ul.is-show::after {
    top: 2rem;
  }
  .accordion-area-pc ul li {
    display: none;
    padding: 1.8rem 2rem;
    border: 1px solid #103029;
    border-top: none;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .accordion-area-pc ul li.active {
    display: block;
  }
  .accordion-area-pc ul li::after {
    display: none;
  }
  .accordion-area-pc ul li span {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-area-pc ul {
    border-top: 1px solid #103029;
  }
  .accordion-area-pc ul li {
    border-top: 0 !important;
  }
}

@media print, screen and (min-width: 768px) {
  #progress-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #progress-container {
    width: 7rem;
    height: 2px;
    background-color: #B7B7B7;
  }
}

@media print, screen and (min-width: 768px) {
  #progress-bar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #progress-bar {
    width: 0%;
    height: 2px;
    background-color: #103029;
  }
}

@media print, screen and (min-width: 768px) {
  .pagination-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-container {
    margin-top: 6rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-container .pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .pagination-container .pagination .page {
    display: none;
  }
  .pagination-container .pagination .pageNumbers {
    font-family: "Poppins", sans-serif;
    font-size: 2.2rem;
    position: relative;
    padding: 0 5.5rem;
  }
  .pagination-container .pagination .pageNumbers .js-page-current, .pagination-container .pagination .pageNumbers .js-page-total {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .pagination-container .pagination .pageNumbers .js-page-current {
    left: 0;
  }
  .pagination-container .pagination .pageNumbers .js-page-total {
    right: 0;
  }
  .pagination-container .pagination .prev, .pagination-container .pagination .next {
    width: 7rem;
    height: 7rem;
    border: 1px solid #103029;
  }
  .pagination-container .pagination .prev::before, .pagination-container .pagination .next::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../img/common/icon_arrow_marker_w.svg) no-repeat center center/cover;
  }
  .pagination-container .pagination .prev::before {
    transform: rotate(180deg);
  }
}

.footer {
  padding-bottom: 12rem;
  position: relative;
  z-index: 10;
  background-color: #F4F2EF;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 16rem;
  }
}
.footer__wrapper {
  margin-top: 13rem;
}
@media only screen and (max-width: 767px) {
  .footer__wrapper {
    padding: 0 4rem;
    margin-top: 16rem;
  }
}
.footer__head, .footer__bottom {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.footer__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__head .head-list, .footer__head .head-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer__head .head-list {
  gap: 2.5rem;
}
.footer__head .head-link {
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .footer__head .head-link {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__head .head-link__item {
    font-size: 2.8rem;
    border-bottom: 1px solid #103029;
    width: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__head .head-link__item .link-arrow {
    display: block;
    padding-bottom: 4.4rem;
  }
  .footer__head .head-link__item .link-arrow::after {
    width: 3.6rem;
    height: 2.6rem;
    position: absolute;
    left: unset;
    right: 0;
  }
}
.footer__bottom {
  font-size: 1.1rem;
  margin-top: 1.9rem;
}
@media print, screen and (min-width: 768px) {
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    text-align: center;
    font-size: 2.2rem;
  }
}
.footer__bottom .bottom-link {
  font-weight: 300;
  display: block;
}
@media only screen and (max-width: 767px) {
  .footer__bottom .bottom-link {
    margin: 16rem 0 6rem;
  }
}
.footer .float-btn {
  position: fixed;
  bottom: 5rem;
  display: none;
  z-index: 9999;
}
@media print, screen and (min-width: 768px) {
  .footer .float-btn {
    right: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .float-btn {
    bottom: 0;
    width: 100%;
    border-top: 1px solid #103029;
  }
}
.footer .float-btn .btn {
  width: 36rem;
  flex-wrap: nowrap;
  padding: 2.3rem 1rem 2rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .footer .float-btn .btn {
    width: 100%;
    height: 13rem;
    padding: 2.3rem 2rem 2rem 6.5rem;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .float-btn .btn::after {
    background-image: url(../img/common/icon_arrow_marker.svg);
  }
}
.footer .float-btn .btn__txt {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .footer .float-btn .btn__txt {
    font-size: 2.6rem;
  }
}
.footer .float-btn__img {
  height: 6rem;
  position: absolute;
  right: 3.8rem;
  top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .float-btn__img {
    height: 8.5rem;
    top: 2rem;
    right: 8rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .float-btn__img img {
  height: 100%;
  width: auto;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer .float-btn__img img {
    transform: rotate(15deg);
    margin: 0 -0.5rem 0;
  }
}
.footer .float-btn.is-hide {
  transform: translateY(100px);
}
@media print, screen and (min-width: 768px) {
  .footer .float-btn:hover .btn::after {
    background-image: url(../img/common/icon_arrow_marker_w.svg);
  }
  .footer .float-btn:hover .float-btn__img img {
    transform: rotate(20deg);
  }
}