@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  font-size: 62.5%;
}

em {
  color: black;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
  border-radius: 0;
  border: none;
}

.mysyle {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.pc-layout {
  display: block;
}

.sp-layout {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-layout {
    display: none !important;
  }
  .sp-layout {
    display: block !important;
  }
}
@font-face {
  font-family: "poppin";
  src: url("../font/POPPINS-SEMIBOLD.woff") format("woff"), url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: semibold;
  font-style: normal;
}
.commonBtn .link {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  padding: 2rem 0;
  border: 0.1rem solid #FFFFFF;
  border-radius: 6rem;
  width: 25.5rem;
}
@media (max-width: 768px) {
  .commonBtn .link {
    margin: 0 auto;
    width: 33.5rem;
    font-size: 2.1rem;
    padding: 2.3rem 0;
  }
}

.commonArticleArea .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.commonArticleArea .top .contentTitle {
  letter-spacing: 0.025em;
  font-size: 2.6rem;
}
.commonArticleArea .top .linkWrapper {
  text-align: right;
}
@media (max-width: 768px) {
  .commonArticleArea .top .linkWrapper {
    margin-top: 9.3rem;
    padding-left: 2rem;
    text-align: left;
  }
}
.commonArticleArea .top .linkWrapper.sp {
  display: none;
}
@media (max-width: 768px) {
  .commonArticleArea .top .linkWrapper.pc {
    display: none;
  }
  .commonArticleArea .top .linkWrapper.sp {
    display: block;
  }
}
.commonArticleArea .top .linkWrapper .allLink {
  display: inline-block;
}
.commonArticleArea .top .linkWrapper .allLink .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.4rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .commonArticleArea .top .linkWrapper .allLink .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .commonArticleArea .top .linkWrapper .allLink .link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .commonArticleArea .top .linkWrapper .allLink .link {
    gap: 3.2rem;
    font-size: 2.1rem;
  }
}
.commonArticleArea .top .linkWrapper .allLink .link .span {
  display: inline-block;
  height: 1rem;
  width: 7.4rem;
}
@media (max-width: 768px) {
  .commonArticleArea .top .linkWrapper .allLink .link .span {
    height: 1.3rem;
    width: 9.7rem;
  }
}
.commonArticleArea .top .linkWrapper .allLink .link .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.commonArticleArea .bottom {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.commonArticleArea .bottom::after {
  content: "";
  display: block;
  height: 0;
  width: calc((100% - 17.7rem) / 3);
}
@media (max-width: 768px) {
  .commonArticleArea .bottom {
    display: block;
  }
}
.commonArticleArea .bottom .article {
  width: calc((100% - 17.7rem) / 3);
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article + .article {
    margin-top: 5.3rem;
  }
}
.commonArticleArea .bottom .article .categoryTag {
  background: #50605E;
  display: inline-block;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  margin-top: 2.2rem;
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article .categoryTag {
    margin-top: 3.2rem;
    font-size: 1.5rem;
    padding: 1.1rem 1rem;
  }
}
@media (min-width: 768px) {
  .commonArticleArea .bottom .article .link .imgArea {
    overflow: hidden;
  }
  .commonArticleArea .bottom .article .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .commonArticleArea .bottom .article:hover .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.commonArticleArea .bottom .article .link {
  display: block;
}
.commonArticleArea .bottom .article .link .imgArea {
  display: block;
  width: 100%;
  height: 21rem;
}
.commonArticleArea .bottom .article .link .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article .link .imgArea {
    height: 54rem;
  }
}
@media (max-width: 500px) {
  .commonArticleArea .bottom .article .link .imgArea {
    height: 27rem;
  }
}
.commonArticleArea .bottom .article .link .title {
  font-weight: 400;
  line-height: 1.66;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article .link .title {
    font-size: 2.1rem;
    margin-top: 2.2rem;
  }
}
.commonArticleArea .bottom .article .link .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-top: 1.9rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article .link .tagArea {
    margin-top: 2.9rem;
    gap: 1rem;
  }
}
.commonArticleArea .bottom .article .link .tagArea .span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .commonArticleArea .bottom .article .link .tagArea .span {
    font-size: 2rem;
  }
}
.commonArticleArea .bottom .article:nth-of-type(n + 4) {
  margin-top: 6rem;
}
.commonArticleArea .content + .content {
  margin-top: 11.7rem;
}

html.active,
body.active {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: scroll;
  z-index: 500;
}
.overlay.active {
  pointer-events: all;
  opacity: 1;
}
.overlay .overlayWrapper {
  background: #9CBAB6;
  min-height: calc(100% - 9rem);
  margin-top: 9rem;
  padding-bottom: 15rem;
}
.overlay .overlayWrapper .ul {
  padding-top: 15rem;
}
.overlay .overlayWrapper .ul__li {
  text-align: center;
}
.overlay .overlayWrapper .ul__li .link {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2.4rem;
}
.overlay .overlayWrapper .ul__li + .ul__li {
  margin-top: 2.5rem;
}
.overlay .overlayWrapper .svgArea {
  display: block;
  margin: 0 auto;
  margin-top: 4rem;
  width: 4rem;
  height: 4rem;
}
.overlay .overlayWrapper .svgArea svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.glovalNav {
  position: fixed;
  width: 100%;
  top: 0;
  padding-top: 16px;
  padding-right: 50px;
  padding-bottom: 12px;
  padding-left: 50px;
  z-index: 600;
  background-color: rgba(121, 145, 142, 0.4);
}
@media (min-width: 768px) {
  .glovalNav {
    border-bottom: solid 1px #fff;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 450ms;
            transition-duration: 450ms;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
}
@media (max-width: 768px) {
  .glovalNav {
    top: 0;
    padding: 1.9rem 0;
    padding-top: 2.5rem;
    background: #79918E;
  }
}
.glovalNav.-scrolled {
  background-color: rgb(121, 145, 142);
}
.glovalNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .glovalNav__inner {
    display: block;
  }
}
.glovalNav .imgArea {
  display: block;
  width: 25rem;
  margin-right: auto;
}
@media (min-width: 768px) {
  .glovalNav .imgArea {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .glovalNav .imgArea:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .glovalNav .imgArea {
    margin-left: auto;
  }
}
.glovalNav .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .glovalNav .imgArea {
    width: 15.2rem;
  }
}
.glovalNav .imgArea a img {
  vertical-align: bottom;
}
.glovalNav .listArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .glovalNav .listArea {
    display: none;
  }
}
.glovalNav .listArea .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.2rem;
}
.glovalNav .listArea .ul .li {
  margin-right: 1.2rem;
}
.glovalNav .listArea .ul .li .link {
  letter-spacing: 0.16em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .glovalNav .listArea .ul .li .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .glovalNav .listArea .ul .li .link:hover {
    opacity: 0.8;
  }
}
.glovalNav .listArea .ul .li:last-child {
  margin-right: 0;
}
.glovalNav .listArea .icon {
  width: 2.2rem;
  height: 2.2rem;
}
.glovalNav .listArea .icon svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .glovalNav .listArea .icon .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .glovalNav .listArea .icon .link:hover {
    opacity: 0.8;
  }
}
.glovalNav .humberger {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.9rem;
  width: 3.2rem;
  height: 1.2rem;
}
@media (max-width: 768px) {
  .glovalNav .humberger {
    display: block;
  }
}
.glovalNav .humberger div {
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  height: 0.1rem;
}
.glovalNav .humberger div:first-of-type {
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.glovalNav .humberger div:last-of-type {
  top: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.glovalNav .humberger.active div:first-of-type {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: 50%;
}
.glovalNav .humberger.active div:last-of-type {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: 50%;
}

.m-header {
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .m-header {
    height: 77.7rem;
    margin-top: 9.4rem;
  }
}
.m-header .mainTitle {
  position: absolute;
  display: block;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 36.3rem;
  right: 17rem;
}
.m-header .mainTitle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .m-header .mainTitle {
    top: 68%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 26rem;
  }
}
.m-header .swiperWrapper {
  position: relative;
  display: block;
  width: 71%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .m-header .swiperWrapper {
    width: 100%;
    height: 44.2rem;
  }
}
.m-header .swiperWrapper .swiper1 {
  height: 100%;
}
.m-header .swiperWrapper .swiper1 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: 100%;
}
.m-header .swiperWrapper .swiper1 .swiper-wrapper .article {
  height: 100%;
}
.m-header .swiperWrapper .swiper1 .swiper-wrapper .article .imgArea {
  display: block;
  width: 100%;
  height: 100%;
}
.m-header .swiperWrapper .swiper1 .swiper-wrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.m-header .scroll {
  position: absolute;
  display: block;
  bottom: 4rem;
  right: 14.5rem;
  width: 4.5rem;
}
.m-header .scroll img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .m-header .scroll {
    bottom: 4rem;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4rem;
  }
}
.m-header.otherPage {
  height: auto;
  border-bottom: 0.1rem solid #FFFFFF;
  margin-left: 36rem;
  padding-top: 21rem;
  padding-bottom: 5.2rem;
}
@media (max-width: 1600px) {
  .m-header.otherPage {
    margin-left: 13rem;
    padding-bottom: 4.2rem;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .m-header.otherPage {
    margin: 0;
    padding-top: 15rem;
  }
}
.m-header.otherPage .pageTitle {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-size: 5.2rem;
}
@media (max-width: 768px) {
  .m-header.otherPage .pageTitle {
    text-align: center;
    font-size: 4.1rem;
  }
}
.m-header.otherPage .pageSubTitle {
  letter-spacing: 0.05em;
  margin-top: 1rem;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .m-header.otherPage .pageSubTitle {
    text-align: center;
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

.front {
  overflow: hidden;
}
.front .section1 {
  background: #86AEDE;
  padding: 18rem 0;
}
@media (max-width: 768px) {
  .front .section1 {
    padding: 6.4rem 0;
    padding-bottom: 7.9rem;
  }
}
.front .section1__wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .front .section1__wrapper {
    margin: 0 auto;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .front .section1__wrapper {
    max-width: 44rem;
  }
}
.front .section1__wrapper .subTitle {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  top: 3.8rem;
  left: -32.8rem;
}
@media screen and (max-width: 1800px) {
  .front .section1__wrapper .subTitle {
    left: -23.8rem;
  }
}
@media (max-width: 1600px) {
  .front .section1__wrapper .subTitle {
    left: -14.8rem;
  }
}
@media (max-width: 768px) {
  .front .section1__wrapper .subTitle {
    display: none;
  }
}
.front .section1__wrapper .title {
  line-height: 1.66;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .front .section1__wrapper .title {
    margin-top: 13.1rem;
    font-size: 3rem;
  }
}
.front .section1__wrapper .text {
  line-height: 2.47;
  letter-spacing: 0.075em;
  max-width: 45rem;
  font-size: 1.7rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .front .section1__wrapper .text {
    font-size: 1.8rem;
    margin-top: 1.1rem;
  }
}
.front .section1__wrapper .imgArea {
  position: absolute;
  right: 100%;
  top: -6rem;
  right: 0;
  display: block;
  width: 54.4rem;
}
.front .section1__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .front .section1__wrapper .imgArea {
    position: relative;
    width: 30.4rem;
    margin: 0 auto;
    top: auto;
    right: -1rem;
  }
}
.front .section1__wrapper .imgArea .subImgArea {
  position: absolute;
  display: block;
  width: 32rem;
  top: 43%;
  right: -14.7rem;
}
.front .section1__wrapper .imgArea .subImgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .front .section1__wrapper .imgArea .subImgArea {
    width: 18rem;
    right: -8.7rem;
  }
}
.front .section1__wrapper .btn {
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .front .section1__wrapper .btn {
    margin-top: 5.5rem;
  }
}
.front .section2 {
  position: relative;
  overflow: hidden;
  padding-top: 22rem;
  padding-bottom: 15.6rem;
}
@media (max-width: 768px) {
  .front .section2 {
    padding-top: 7.9rem;
    padding-bottom: 12.6rem;
  }
}
.front .section2 .background {
  position: absolute;
  width: 50%;
  height: 74%;
  right: 0;
  bottom: 0;
  background: #A8C1BE;
}
@media (max-width: 768px) {
  .front .section2 .background {
    top: 0;
    width: 64%;
    bottom: auto;
  }
}
.front .section2__wrapper {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  max-width: 120rem;
}
.front .section2__wrapper .article {
  position: relative;
}
.front .section2__wrapper .article .subTitle {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  top: -8.2rem;
  left: -29rem;
}
.front .section2__wrapper .article .title {
  line-height: 1.66;
  max-width: 45rem;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article .title {
    margin: 0 auto;
    max-width: 80rem;
    margin-top: 4.7rem;
    font-size: 3rem;
  }
  .front .section2__wrapper .article .title br {
    display: none;
  }
}
@media (max-width: 500px) {
  .front .section2__wrapper .article .title {
    max-width: 44rem;
  }
}
.front .section2__wrapper .article .text {
  line-height: 2.47;
  letter-spacing: 0.075em;
  max-width: 45rem;
  font-size: 1.7rem;
  margin-top: 3.1rem;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article .text {
    margin: 0 auto;
    max-width: 80rem;
    font-size: 1.8rem;
    margin-top: 1.1rem;
  }
}
@media (max-width: 500px) {
  .front .section2__wrapper .article .text {
    max-width: 44rem;
  }
}
.front .section2__wrapper .article .btn {
  margin-top: 5.8rem;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article .btn {
    margin-top: 4.8rem;
  }
}
.front .section2__wrapper .article .imgArea {
  position: absolute;
  display: block;
  top: -11rem;
  right: 0;
  z-index: -1;
  width: 86rem;
}
.front .section2__wrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article .imgArea {
    position: static;
    margin-left: auto;
    width: 47rem;
  }
}
.front .section2__wrapper .article:nth-of-type(2) {
  padding-right: 14.8rem;
  margin-top: 18rem;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article:nth-of-type(2) {
    margin-top: 9rem;
    padding: 0;
  }
}
.front .section2__wrapper .article:nth-of-type(2) .subTitle {
  left: auto;
  right: -2.5rem;
  top: -8.8rem;
}
.front .section2__wrapper .article:nth-of-type(2) .title {
  margin-left: auto;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article:nth-of-type(2) .title {
    margin-top: 4.4rem;
  }
}
.front .section2__wrapper .article:nth-of-type(2) .text {
  margin-left: auto;
}
.front .section2__wrapper .article:nth-of-type(2) .imgArea {
  position: absolute;
  display: block;
  left: -15.2rem;
  width: 86rem;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article:nth-of-type(2) .imgArea {
    position: static;
    width: 47rem;
    margin-left: 0;
  }
}
.front .section2__wrapper .article:nth-of-type(2) .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.front .section2__wrapper .article:nth-of-type(2) .imgArea .subImgArea {
  position: absolute;
  display: block;
  width: 36rem;
  bottom: -28.8rem;
  left: -21rem;
}
.front .section2__wrapper .article:nth-of-type(2) .imgArea .subImgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article:nth-of-type(2) .imgArea .subImgArea {
    display: none;
  }
}
.front .section2__wrapper .article:nth-of-type(2) .btn {
  margin-left: auto;
  max-width: 45rem;
}
@media (max-width: 768px) {
  .front .section2__wrapper .article:nth-of-type(2) .btn {
    margin: 0 auto;
    margin-top: 8.5rem;
  }
}
.front .section3 {
  background: #86AEDE;
  overflow: hidden;
  padding-top: 16.5rem;
  padding-bottom: 18.5rem;
}
@media (max-width: 768px) {
  .front .section3 {
    padding-top: 8.5rem;
    padding-bottom: 2.5rem;
  }
}
.front .section3__wrapper .sectionTitle {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  font-weight: 600;
  font-size: 5rem;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .sectionTitle {
    text-align: center;
    max-width: 80rem;
    font-size: 3.6rem;
  }
}
@media (max-width: 500px) {
  .front .section3__wrapper .sectionTitle {
    max-width: 44rem;
  }
}
.front .section3__wrapper .swiperWrapper {
  position: relative;
  margin-top: 5.9rem;
  padding-left: 36rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper {
    margin-top: 4.1rem;
    padding-left: 0;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper {
  padding-bottom: 12rem;
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article {
  position: relative;
  width: 96rem;
  height: 60.5rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article {
    height: 56.5rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .imgArea {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 44rem;
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .imgArea {
    height: 31rem;
  }
}
@media (min-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article:hover .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea {
  position: absolute;
  top: 38rem;
  left: 4.6rem;
  width: 60rem;
  padding: 2.5rem;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea {
    top: 27rem;
    left: 0;
    width: 47rem;
    padding: 2.2rem 2rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .category {
  font-weight: 400;
  background: #50605E;
  display: inline-block;
  letter-spacing: 0.075em;
  padding: 0.4rem 0.7rem;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .category {
    padding: 0.4rem 1.3rem;
    font-size: 1.4rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .title {
  font-weight: 400;
  color: #000000;
  font-size: 2.2rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .title {
    font-size: 2.4rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .text {
  font-weight: 400;
  line-height: 1.87;
  color: #656565;
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .text {
    margin-top: 1.1rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .tagArea {
    gap: 1rem;
    margin-top: 1.6rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper2 .swiper-wrapper .article .textArea .tagArea .span {
  font-weight: 400;
  color: #656565;
  font-size: 1.2rem;
}
.front .section3__wrapper .swiperWrapper .swiper-button-prev1,
.front .section3__wrapper .swiperWrapper .swiper-button-next1 {
  position: absolute;
  display: block;
  top: auto;
  left: auto;
  width: auto;
  bottom: 0.7rem;
  right: 49.5rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-button-prev1,
  .front .section3__wrapper .swiperWrapper .swiper-button-next1 {
    bottom: 4.7rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper-button-prev1 .imgArea,
.front .section3__wrapper .swiperWrapper .swiper-button-next1 .imgArea {
  display: block;
  width: 6.6rem;
}
.front .section3__wrapper .swiperWrapper .swiper-button-prev1 .imgArea img,
.front .section3__wrapper .swiperWrapper .swiper-button-next1 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-button-prev1 .imgArea,
  .front .section3__wrapper .swiperWrapper .swiper-button-next1 .imgArea {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .front .section3__wrapper .swiperWrapper .swiper-button-prev1 .imgArea:hover,
  .front .section3__wrapper .swiperWrapper .swiper-button-next1 .imgArea:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-button-prev1 .imgArea,
  .front .section3__wrapper .swiperWrapper .swiper-button-next1 .imgArea {
    width: 5.6rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper-button-prev1::after,
.front .section3__wrapper .swiperWrapper .swiper-button-next1::after {
  display: none;
}
.front .section3__wrapper .swiperWrapper .swiper-button-prev1 {
  right: 45.9rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-button-prev1 {
    right: 10.9rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper-button-next1 {
  right: 36rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-button-next1 {
    right: 3rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  left: 34.8rem;
  bottom: 3rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 2rem;
    bottom: 6.3rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  position: relative;
  background: #FFFFFF;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  margin: 0 1.5rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1.6rem;
  }
}
.front .section3__wrapper .swiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  border: 0.1rem solid #FFFFFF;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 768px) {
  .front .section3__wrapper .swiperWrapper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.front .section3 .content {
  position: relative;
  margin: 0 auto;
  padding-right: 8.8rem;
  max-width: 118rem;
}
@media (max-width: 768px) {
  .front .section3 .content {
    padding: 0;
    padding-left: 11.5rem;
    width: 100%;
  }
}
.front .section3 .content .linkWrapper {
  text-align: right;
}
@media (max-width: 768px) {
  .front .section3 .content .linkWrapper {
    margin-top: 4.3rem;
    padding-left: 2rem;
    text-align: left;
  }
}
.front .section3 .content .linkWrapper.sp {
  display: none;
}
@media (max-width: 768px) {
  .front .section3 .content .linkWrapper.pc {
    display: none;
  }
  .front .section3 .content .linkWrapper.sp {
    display: block;
  }
}
.front .section3 .content .linkWrapper .allLink {
  display: inline-block;
}
.front .section3 .content .linkWrapper .allLink .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.4rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .front .section3 .content .linkWrapper .allLink .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .front .section3 .content .linkWrapper .allLink .link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .front .section3 .content .linkWrapper .allLink .link {
    gap: 3.2rem;
    font-size: 2.1rem;
  }
}
.front .section3 .content .linkWrapper .allLink .link .span {
  display: inline-block;
  height: 1rem;
  width: 7.4rem;
}
@media (max-width: 768px) {
  .front .section3 .content .linkWrapper .allLink .link .span {
    height: 1.3rem;
    width: 9.7rem;
  }
}
.front .section3 .content .linkWrapper .allLink .link .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.front .section3 .content .articleArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 0;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea {
    display: block;
  }
}
.front .section3 .content .articleArea-container {
  margin-top: 4.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea-container {
    margin-top: 3.8rem;
  }
}
.front .section3 .content .articleArea-container .articleTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: -11.4rem;
  top: -1.1rem;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea-container .articleTitle {
    left: -8.9rem;
    top: -0.5rem;
  }
}
.front .section3 .content .articleArea-container .articleTitle .span {
  font-weight: 500;
  font-size: 3.2rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea-container .articleTitle .span {
    font-size: 3rem;
  }
}
.front .section3 .content .articleArea-container .articleTitle .span + .span {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea-container .articleTitle .span + .span {
    margin-top: 0.2rem;
  }
}
.front .section3 .content .articleArea .article {
  width: calc((100% - 6.4rem) / 3);
  margin-right: 3.2rem;
}
.front .section3 .content .articleArea .article:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea .article {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea .article + .article {
    margin-top: 4.9rem;
  }
}
@media (min-width: 768px) {
  .front .section3 .content .articleArea .article .link .imgArea {
    overflow: hidden;
  }
  .front .section3 .content .articleArea .article .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .front .section3 .content .articleArea .article:hover .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.front .section3 .content .articleArea .article .link {
  display: block;
}
.front .section3 .content .articleArea .article .link .imgArea {
  display: block;
  width: 100%;
  height: 21rem;
}
.front .section3 .content .articleArea .article .link .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea .article .link .imgArea {
    height: 46rem;
  }
}
@media (max-width: 500px) {
  .front .section3 .content .articleArea .article .link .imgArea {
    height: 23rem;
  }
}
.front .section3 .content .articleArea .article .link .title {
  font-weight: 400;
  line-height: 1.66;
  font-size: 1.8rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea .article .link .title {
    margin-top: 2.2rem;
    font-size: 2.1rem;
  }
}
.front .section3 .content .articleArea .article .link .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-top: 1.9rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea .article .link .tagArea {
    margin-top: 2.4rem;
    gap: 2.5rem;
  }
}
.front .section3 .content .articleArea .article .link .tagArea .span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .front .section3 .content .articleArea .article .link .tagArea .span {
    font-size: 1.7rem;
  }
}
.front .section3 .content + .content {
  margin-top: 6.6rem;
}
@media (max-width: 768px) {
  .front .section3 .content + .content {
    margin-top: 11.6rem;
  }
}
.front .section3 .btn {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .front .section3 .btn.pc {
    display: none;
  }
}
.front .section3 .btn .link {
  position: relative;
  right: 4.4rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .front .section3 .btn .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .front .section3 .btn .link:hover {
    color: #777;
    background: #FFFFFF;
  }
}
.front .section3 .article-wrapper {
  margin-top: 11rem;
}
@media (max-width: 768px) {
  .front .section3 .article-wrapper {
    margin-top: 3rem;
    margin-bottom: 10rem;
  }
}
.front .section3 .article-wrapper .sectionTitle {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.075em;
  font-weight: 600;
  font-size: 5rem;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .front .section3 .article-wrapper .sectionTitle {
    text-align: center;
    max-width: 80rem;
    font-size: 3.6rem;
  }
}
@media (max-width: 500px) {
  .front .section3 .article-wrapper .sectionTitle {
    max-width: 44rem;
  }
}
.front .section4 {
  position: relative;
  padding-top: 17rem;
  padding-bottom: 17rem;
}
@media (max-width: 768px) {
  .front .section4 {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.front .section4__img {
  position: absolute;
  display: block;
  top: -29.8rem;
  left: -22.8rem;
  width: 59rem;
  height: 59rem;
  -webkit-animation: 25s linear circle infinite;
          animation: 25s linear circle infinite;
}
@media (max-width: 768px) {
  .front .section4__img {
    width: 45rem;
    height: 45rem;
    top: -19.8rem;
    left: auto;
    right: -22.8rem;
  }
}
.front .section4__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.front .section4__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .front .section4__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .front .section4__wrapper {
    max-width: 44rem;
  }
}
.front .section4__wrapper .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-left: 10rem;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .front .section4__wrapper .title {
    margin-left: 0;
    font-size: 4rem;
  }
}
.front .section4__wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.4rem;
  margin-left: 14.4rem;
}
@media (max-width: 768px) {
  .front .section4__wrapper .content {
    display: block;
    margin-top: 2.4rem;
    margin-left: 0;
  }
}
.front .section4__wrapper .content .subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .front .section4__wrapper .content .subTitle {
    display: block;
  }
}
.front .section4__wrapper .content .subTitle.sp {
  display: none;
}
@media (max-width: 768px) {
  .front .section4__wrapper .content .subTitle.pc {
    display: none;
  }
  .front .section4__wrapper .content .subTitle.sp {
    display: block;
    font-size: 3.2rem;
  }
}
.front .section4__wrapper .content .subTitle .span {
  font-size: 3.2rem;
}
.front .section4__wrapper .content .subTitle .span + .span {
  margin-top: -0.4rem;
}
.front .section4__wrapper .content .questionArea {
  position: relative;
  width: 100%;
  left: 12.8rem;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .front .section4__wrapper .content .questionArea {
    left: auto;
    max-width: 100%;
    margin-top: 4.8rem;
  }
}
.front .section4__wrapper .content .questionArea .questionContent {
  border-bottom: 0.1rem solid #FFFFFF;
}
.front .section4__wrapper .content .questionArea .questionContent:first-of-type {
  border-top: 0.1rem solid #FFFFFF;
}
.front .section4__wrapper .content .questionArea .questionContent .question {
  position: relative;
  letter-spacing: 0.02em;
  padding: 3.4rem 0;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .front .section4__wrapper .content .questionArea .questionContent .question {
    padding: 4.8rem 0;
    padding-right: 9rem;
    font-size: 2.1rem;
  }
}
.front .section4__wrapper .content .questionArea .questionContent .question:hover {
  cursor: pointer;
}
.front .section4__wrapper .content .questionArea .questionContent .question .span {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .front .section4__wrapper .content .questionArea .questionContent .question .span {
    width: 4.7rem;
    height: 4.7rem;
  }
}
.front .section4__wrapper .content .questionArea .questionContent .question .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.front .section4__wrapper .content .questionArea .questionContent .question .span.plus, .front .section4__wrapper .content .questionArea .questionContent .question .span.minus {
  display: none;
}
.front .section4__wrapper .content .questionArea .questionContent .question .span.plus.active, .front .section4__wrapper .content .questionArea .questionContent .question .span.minus.active {
  display: block;
}
.front .section4__wrapper .content .questionArea .questionContent .answer {
  display: none;
  padding-bottom: 3.4rem;
}
.front .section5 {
  position: relative;
  z-index: 2;
  padding-top: 17rem;
  padding-bottom: 17rem;
}
@media (max-width: 768px) {
  .front .section5 {
    padding-top: 15rem;
    padding-bottom: 23rem;
  }
}
.front .section5__imgArea {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.front .section5__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.front .section5__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .front .section5__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .front .section5__wrapper {
    max-width: 44rem;
  }
}
.front .section5__wrapper .title {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 4.2rem;
}
@media (max-width: 768px) {
  .front .section5__wrapper .title {
    font-size: 2.8rem;
  }
}
.front .section5__wrapper .text {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: center;
  margin: 0 auto;
  max-width: 55rem;
  margin-top: 3.5rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .front .section5__wrapper .text {
    margin-top: 3.5rem;
    font-size: 1.9rem;
  }
}
.front .section5__wrapper .btn {
  margin-top: 4.4rem;
}
.front .section5__wrapper .btn .link {
  margin: 0 auto;
}
.front .section5 .imgArea {
  position: absolute;
  bottom: 0;
  right: -14.1rem;
  display: block;
  width: 106rem;
}
.front .section5 .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .front .section5 .imgArea {
    bottom: 4.1rem;
    right: -3.1rem;
    width: 51rem;
  }
}

.article {
  overflow: hidden;
}
.article .section1 {
  position: relative;
  z-index: 2;
}
.article .section1__wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 10rem;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .article .section1__wrapper {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .article .section1__wrapper .link .imgArea {
    overflow: hidden;
  }
  .article .section1__wrapper .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article .section1__wrapper:hover .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .article .section1__wrapper .link {
    display: block;
    width: 100%;
    height: auto;
  }
}
.article .section1__wrapper .imgArea {
  display: block;
  width: 67rem;
  height: 37rem;
}
.article .section1__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .article .section1__wrapper .imgArea {
    width: 100%;
    height: 31rem;
  }
}
.article .section1__wrapper .textArea {
  width: 58rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  padding: 5rem;
}
.article .section1__wrapper .textArea.sp {
  display: none;
}
@media (max-width: 768px) {
  .article .section1__wrapper .textArea {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    left: 0;
    margin-top: -6.5rem;
    width: 47rem;
    padding: 4.2rem 2.7rem;
  }
  .article .section1__wrapper .textArea.pc {
    display: none;
  }
  .article .section1__wrapper .textArea.sp {
    display: block;
  }
}
.article .section1__wrapper .textArea .category {
  background: #50605E;
  letter-spacing: 0.075em;
  display: inline-block;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .article .section1__wrapper .textArea .category {
    padding: 0.4rem 1.3rem;
    font-size: 1.7rem;
  }
}
.article .section1__wrapper .textArea .title {
  font-weight: 400;
  color: #000000;
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .article .section1__wrapper .textArea .title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.article .section1__wrapper .textArea .text {
  line-height: 1.87;
  color: #656565;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .article .section1__wrapper .textArea .text {
    margin-top: 1.5rem;
    font-size: 1.9rem;
  }
}
.article .section1__wrapper .textArea .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.9rem;
}
@media (max-width: 768px) {
  .article .section1__wrapper .textArea .tagArea {
    gap: 1rem;
    margin-top: 3.3rem;
  }
}
.article .section1__wrapper .textArea .tagArea .span {
  color: #656565;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .article .section1__wrapper .textArea .tagArea .span {
    font-size: 2rem;
  }
}
.article .section2 {
  position: relative;
  margin-top: 10.8rem;
  padding-bottom: 15.5rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .article .section2 {
    margin-top: 7.8rem;
    padding-bottom: 17.5rem;
  }
}
.article .section2__imgArea {
  position: absolute;
  display: block;
  top: -27.5rem;
  left: -29.3rem;
  width: 58.8rem;
  height: 58.8rem;
  -webkit-animation: 25s linear circle infinite;
          animation: 25s linear circle infinite;
  z-index: -1;
}
.article .section2__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .article .section2__imgArea.pc {
    display: none;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.article .section2__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .article .section2__wrapper {
    max-width: 44rem;
  }
}
.article .section2__wrapper .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}
.article .section2__wrapper .category .link {
  display: block;
  text-align: center;
  width: 20rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .category .link {
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 768px) {
  .article .section2__wrapper .category .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article .section2__wrapper .category .link:hover {
    opacity: 0.8;
  }
}
.article .section2__wrapper .category .link.active {
  pointer-events: none;
  border-bottom: 0.1rem solid #FFFFFF;
}
.article .section2__wrapper .articleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.5rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea {
    display: block;
    margin-top: 5.5rem;
  }
}
.article .section2__wrapper .articleArea::after {
  content: "";
  display: block;
  height: 0;
  width: calc((100% - 17.7rem) / 3);
}
.article .section2__wrapper .articleArea .article {
  width: calc((100% - 17.7rem) / 3);
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article + .article {
    margin-top: 5.3rem;
  }
}
.article .section2__wrapper .articleArea .article .categoryTag {
  background: #50605E;
  display: inline-block;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  margin-top: 2.2rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article .categoryTag {
    margin-top: 3.2rem;
    font-size: 1.5rem;
    padding: 1.1rem 1rem;
  }
}
@media (min-width: 768px) {
  .article .section2__wrapper .articleArea .article .link .imgArea {
    overflow: hidden;
  }
  .article .section2__wrapper .articleArea .article .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .article .section2__wrapper .articleArea .article:hover .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.article .section2__wrapper .articleArea .article .link {
  display: block;
}
.article .section2__wrapper .articleArea .article .link .imgArea {
  display: block;
  width: 100%;
  height: 21rem;
}
.article .section2__wrapper .articleArea .article .link .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article .link .imgArea {
    height: 54rem;
  }
}
@media (max-width: 500px) {
  .article .section2__wrapper .articleArea .article .link .imgArea {
    height: 27rem;
  }
}
.article .section2__wrapper .articleArea .article .link .title {
  font-weight: 400;
  line-height: 1.66;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article .link .title {
    font-size: 2.1rem;
    margin-top: 2.2rem;
  }
}
.article .section2__wrapper .articleArea .article .link .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-top: 1.9rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article .link .tagArea {
    margin-top: 2.9rem;
    gap: 1rem;
  }
}
.article .section2__wrapper .articleArea .article .link .tagArea .span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .articleArea .article .link .tagArea .span {
    font-size: 2rem;
  }
}
.article .section2__wrapper .articleArea .article:nth-of-type(n + 4) {
  margin-top: 6rem;
}
.article .section2__wrapper .pageNation,
.article .section2__wrapper .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 10.2rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .pageNation,
  .article .section2__wrapper .wp-pagenavi {
    gap: 1.4rem;
    margin-top: 7.5rem;
  }
}
.article .section2__wrapper .pageNation span,
.article .section2__wrapper .pageNation .page,
.article .section2__wrapper .pageNation .nextpostslink,
.article .section2__wrapper .pageNation .previouspostslink,
.article .section2__wrapper .wp-pagenavi span,
.article .section2__wrapper .wp-pagenavi .page,
.article .section2__wrapper .wp-pagenavi .nextpostslink,
.article .section2__wrapper .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 0.5rem;
  width: 3.7rem;
  height: 3.7rem;
  color: #000000;
}
.article .section2__wrapper .pageNation span.current,
.article .section2__wrapper .pageNation .page.current,
.article .section2__wrapper .pageNation .nextpostslink.current,
.article .section2__wrapper .pageNation .previouspostslink.current,
.article .section2__wrapper .wp-pagenavi span.current,
.article .section2__wrapper .wp-pagenavi .page.current,
.article .section2__wrapper .wp-pagenavi .nextpostslink.current,
.article .section2__wrapper .wp-pagenavi .previouspostslink.current {
  border: none;
  background: #E9EFF5;
}
.article .section2__wrapper .pageNation span img,
.article .section2__wrapper .pageNation .page img,
.article .section2__wrapper .pageNation .nextpostslink img,
.article .section2__wrapper .pageNation .previouspostslink img,
.article .section2__wrapper .wp-pagenavi span img,
.article .section2__wrapper .wp-pagenavi .page img,
.article .section2__wrapper .wp-pagenavi .nextpostslink img,
.article .section2__wrapper .wp-pagenavi .previouspostslink img {
  width: 1rem;
}
@media (max-width: 768px) {
  .article .section2__wrapper .pageNation span,
  .article .section2__wrapper .pageNation .page,
  .article .section2__wrapper .pageNation .nextpostslink,
  .article .section2__wrapper .pageNation .previouspostslink,
  .article .section2__wrapper .wp-pagenavi span,
  .article .section2__wrapper .wp-pagenavi .page,
  .article .section2__wrapper .wp-pagenavi .nextpostslink,
  .article .section2__wrapper .wp-pagenavi .previouspostslink {
    width: 5rem;
    height: 5rem;
  }
}
.article .section2__wrapper .pageNation .page,
.article .section2__wrapper .pageNation .nextpostslink,
.article .section2__wrapper .pageNation .previouspostslink,
.article .section2__wrapper .wp-pagenavi .page,
.article .section2__wrapper .wp-pagenavi .nextpostslink,
.article .section2__wrapper .wp-pagenavi .previouspostslink {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
.article .section2__wrapper .pageNation .page:hover,
.article .section2__wrapper .pageNation .nextpostslink:hover,
.article .section2__wrapper .pageNation .previouspostslink:hover,
.article .section2__wrapper .wp-pagenavi .page:hover,
.article .section2__wrapper .wp-pagenavi .nextpostslink:hover,
.article .section2__wrapper .wp-pagenavi .previouspostslink:hover {
  border: none;
  opacity: 0.8;
}
.article .section2__wrapper .pageNation span,
.article .section2__wrapper .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-radius: 0.5rem;
  width: 3.7rem;
  height: 3.7rem;
  color: #000000;
}
@media (max-width: 768px) {
  .article .section2__wrapper .pageNation span,
  .article .section2__wrapper .wp-pagenavi span {
    width: 5rem;
    height: 5rem;
  }
}
.article .section2__wrapper .pageNation span.active,
.article .section2__wrapper .wp-pagenavi span.active {
  background: #E9EFF5;
}
.article .section2__wrapper .pageNation span.next,
.article .section2__wrapper .wp-pagenavi span.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .singlePage a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .singlePage a:hover {
    opacity: 0.8;
  }
}
.singlePage .section1 {
  padding-top: 25rem;
  position: relative;
  z-index: 2;
}
.singlePage .section1__wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 10rem;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .link {
    display: block;
    width: 100%;
    height: auto;
  }
}
.singlePage .section1__wrapper .imgArea {
  display: block;
  width: 67rem;
  height: 37rem;
}
.singlePage .section1__wrapper .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .imgArea {
    width: 100%;
    height: 31rem;
  }
}
.singlePage .section1__wrapper .textArea {
  width: 58rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
  padding: 5rem;
}
.singlePage .section1__wrapper .textArea.sp {
  display: none;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .textArea {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
    left: 0;
    margin-top: -6.5rem;
    width: 47rem;
    padding: 4.2rem 2.7rem;
  }
  .singlePage .section1__wrapper .textArea.pc {
    display: none;
  }
  .singlePage .section1__wrapper .textArea.sp {
    display: block;
  }
}
.singlePage .section1__wrapper .textArea .category {
  background: #50605E;
  letter-spacing: 0.075em;
  display: inline-block;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .textArea .category {
    padding: 0.4rem 1.3rem;
    font-size: 1.7rem;
  }
}
.singlePage .section1__wrapper .textArea .title {
  font-weight: 400;
  color: #000000;
  font-size: 2.2rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .textArea .title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.singlePage .section1__wrapper .textArea .text {
  line-height: 1.87;
  color: #656565;
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .textArea .text {
    margin-top: 1.5rem;
    font-size: 1.9rem;
  }
}
.singlePage .section1__wrapper .textArea .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1.9rem;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .textArea .tagArea {
    gap: 1rem;
    margin-top: 3.3rem;
  }
}
.singlePage .section1__wrapper .textArea .tagArea .span {
  color: #656565;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .singlePage .section1__wrapper .textArea .tagArea .span {
    font-size: 2rem;
  }
}
.singlePage .section2__wrapper {
  margin: 0 auto;
  max-width: 70rem;
}
@media (max-width: 1600px) {
  .singlePage .section2__wrapper {
    max-width: 120rem;
  }
}
@media (max-width: 768px) {
  .singlePage .section2__wrapper {
    max-width: 100%;
    padding-top: 6rem;
    border-radius: 0;
  }
}
.singlePage .section2__wrapper--titleArea {
  margin: 0 auto;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .singlePage .section2__wrapper--titleArea {
    max-width: 44rem;
  }
}
.singlePage .section2__wrapper--titleArea .time {
  font-size: 1.8rem;
}
.singlePage .section2__wrapper--titleArea .mainTitle {
  margin-top: 2.5rem;
  font-size: 2.2rem;
}
.singlePage .section2__wrapper--imgArea {
  margin: 0 auto;
  margin-top: 7rem;
  width: 60rem;
}
.singlePage .section2__wrapper--imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .singlePage .section2__wrapper--imgArea {
    max-width: 44rem;
    width: 100%;
  }
}
.singlePage .section2__wrapper--contentArea {
  margin: 0 auto;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .singlePage .section2__wrapper--contentArea {
    max-width: 44rem;
  }
}
.singlePage .section2__wrapper--contentArea h2 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-bottom: 4rem;
  margin-top: 8rem;
  padding-left: 2rem;
  font-size: 2.2rem;
}
.singlePage .section2__wrapper--contentArea h2::before {
  content: "";
  background: #50605E;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 100%;
}
.singlePage .section2__wrapper--contentArea h2 span {
  color: #000000;
  font-weight: 700;
  font-size: 2.2rem;
}
.singlePage .section2__wrapper--contentArea h3 {
  color: #000000;
  font-weight: 700;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 4rem;
  padding-bottom: 1.4rem;
  font-size: 1.9rem;
}
.singlePage .section2__wrapper--contentArea h3::after {
  content: "";
  display: block;
  width: 100%;
  background: #5AC5C6;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}
.singlePage .section2__wrapper--contentArea h4 {
  color: #000000;
  background: #F0FBFF;
  padding: 1.1rem 0;
  padding-left: 3rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.singlePage .section2__wrapper--contentArea h5 {
  position: relative;
  color: #484848;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  padding-left: 2.5rem;
}
.singlePage .section2__wrapper--contentArea h5::before {
  content: "";
  border-radius: 50%;
  background: #000000;
  display: block;
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.singlePage .section2__wrapper--contentArea h6 {
  color: #484848;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.singlePage .section2__wrapper--contentArea p {
  color: #484848;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 2rem 0;
}
.singlePage .section2__wrapper--contentArea p span {
  color: #484848;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
}
.singlePage .section2__wrapper--contentArea p sup {
  vertical-align: top;
}
.singlePage .section2__wrapper--contentArea p sub {
  vertical-align: bottom;
}
.singlePage .section2__wrapper--contentArea p sup,
.singlePage .section2__wrapper--contentArea p sub {
  color: #484848;
}
.singlePage .section2__wrapper--contentArea a {
  font-weight: 400;
  color: #484848;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #000000;
}
.singlePage .section2__wrapper--contentArea a:hover {
  opacity: 0.7;
}
.singlePage .section2__wrapper--contentArea strong {
  color: #484848;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.6rem;
}
.singlePage .section2__wrapper--contentArea ul,
.singlePage .section2__wrapper--contentArea ol {
  color: #484848;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.singlePage .section2__wrapper--contentArea ul li,
.singlePage .section2__wrapper--contentArea ol li {
  color: #484848;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.singlePage .section2__wrapper--contentArea ul {
  list-style-type: none;
  padding-left: 2rem;
}
.singlePage .section2__wrapper--contentArea ul li {
  position: relative;
}
.singlePage .section2__wrapper--contentArea ul li::before {
  content: "";
  position: absolute;
  background: #50605E;
  border-radius: 50%;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}
.singlePage .section2__wrapper--contentArea ul ul {
  padding-left: 4rem;
}
.singlePage .section2__wrapper--contentArea ul ul li {
  position: relative;
}
.singlePage .section2__wrapper--contentArea ul ul li::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  top: 0.4rem;
  left: -2rem;
  border: 0.1rem solid #50605E;
  width: 0.9rem;
  height: 0.9rem;
}
.singlePage .section2__wrapper--contentArea ul ul ul li {
  position: relative;
}
.singlePage .section2__wrapper--contentArea ul ul ul li::before {
  content: "";
  position: absolute;
  background: #50605E;
  border-radius: 0;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}
.singlePage .section2__wrapper--contentArea ul ol {
  padding-left: 4rem;
}
.singlePage .section2__wrapper--contentArea ol {
  padding-left: 2rem;
  list-style-type: decimal;
}
.singlePage .section2__wrapper--contentArea ol ol,
.singlePage .section2__wrapper--contentArea ol ul {
  padding-left: 4rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-image,
.singlePage .section2__wrapper--contentArea .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.singlePage .section2__wrapper--contentArea figcaption {
  color: #484848;
  font-size: 1.4rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-embed {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper {
  text-align: center;
}
.singlePage .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 80rem;
  height: 45rem;
}
@media (max-width: 768px) {
  .singlePage .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
    height: 24rem;
  }
}
.singlePage .section2__wrapper--contentArea .wp-block-embed figcaption {
  color: #484848;
  text-align: center;
}
.singlePage .section2__wrapper--contentArea .wp-block-table {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-table th {
  color: #484848;
  background: #F0FBFF;
  text-align: center;
  font-size: 1.6rem;
  border: 0.2rem solid #000000;
  padding: 1.7rem 1.8rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-table td {
  color: #484848;
  background: #F0FBFF;
  text-align: center;
  font-weight: 400;
  border: 0.1rem solid #000000;
  font-size: 1.6rem;
  padding: 1.7rem 1.8rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-table figcaption {
  color: #484848;
  margin-top: 1rem;
}
.singlePage .section2__wrapper--contentArea #toc_container {
  padding: 0;
  border: none;
  border-radius: 3rem;
  padding: 3rem 6rem 2rem 4rem;
}
.singlePage .section2__wrapper--contentArea #toc_container.no_bullets li::before {
  display: none;
}
.singlePage .section2__wrapper--contentArea #toc_container.no_bullets li + li {
  margin-top: 1.3rem;
}
.singlePage .section2__wrapper--contentArea #toc_container p.toc_title + ul.toc_list {
  margin-top: 1.3rem;
}
.singlePage .section2__wrapper--contentArea div#toc_container p.toc_title {
  font-weight: 500;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #FFFFFF;
  font-size: 1.9rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-file__embed + a {
  display: inline-block;
  padding-top: 4rem;
}
.singlePage .section2__wrapper--contentArea .wp-block-file {
  position: relative;
}
@media (max-width: 768px) {
  .singlePage .section2__wrapper--contentArea .wp-block-file::after {
    content: "ファイルをダウンロードする";
    display: block;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.2rem solid #000000;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.singlePage .section2__wrapper--contentArea .wp-element-button {
  display: block;
  width: 25rem;
  background: #50605E;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
}
.singlePage .section2__wrapper .wp-block-media-text__content {
  padding: 0;
}
.singlePage .section2__wrapper .wp-block-media-text__content p {
  margin-top: 0;
}
.singlePage .section3 {
  padding-top: 1.7rem;
}
.singlePage .section3__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
.singlePage .section3__wrapper .title {
  font-weight: 700;
  color: black;
  text-align: center;
  letter-spacing: 0.022em;
  font-size: 2.2rem;
}
.singlePage .section3__wrapper .iconArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.6rem;
  gap: 2rem;
}
.singlePage .section3__wrapper .iconArea .link {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
}
.singlePage .section3__wrapper .iconArea .link svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.singlePage .section4 {
  margin-top: 10.7rem;
  padding-bottom: 15.7rem;
}
.singlePage .section4__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 1600px) {
  .singlePage .section4__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper {
    max-width: 44rem;
  }
}
.singlePage .section4__wrapper .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.singlePage .section4__wrapper .top .contentTitle {
  letter-spacing: 0.025em;
  font-size: 2.6rem;
}
.singlePage .section4__wrapper .top .linkWrapper {
  text-align: right;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .top .linkWrapper {
    margin-top: 9.3rem;
    padding-left: 2rem;
    text-align: left;
  }
}
.singlePage .section4__wrapper .top .linkWrapper.sp {
  display: none;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .top .linkWrapper.pc {
    display: none;
  }
  .singlePage .section4__wrapper .top .linkWrapper.sp {
    display: block;
  }
}
.singlePage .section4__wrapper .top .linkWrapper .allLink {
  display: inline-block;
}
.singlePage .section4__wrapper .top .linkWrapper .allLink .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.4rem;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .singlePage .section4__wrapper .top .linkWrapper .allLink .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .singlePage .section4__wrapper .top .linkWrapper .allLink .link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .top .linkWrapper .allLink .link {
    gap: 3.2rem;
    font-size: 2.1rem;
  }
}
.singlePage .section4__wrapper .top .linkWrapper .allLink .link .span {
  display: inline-block;
  height: 1rem;
  width: 7.4rem;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .top .linkWrapper .allLink .link .span {
    height: 1.3rem;
    width: 9.7rem;
  }
}
.singlePage .section4__wrapper .top .linkWrapper .allLink .link .span svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.singlePage .section4__wrapper .bottom {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.singlePage .section4__wrapper .bottom::after {
  content: "";
  display: block;
  height: 0;
  width: calc((100% - 17.7rem) / 3);
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom {
    display: block;
  }
}
.singlePage .section4__wrapper .bottom .article {
  width: calc((100% - 17.7rem) / 3);
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article + .article {
    margin-top: 5.3rem;
  }
}
.singlePage .section4__wrapper .bottom .article .categoryTag {
  background: #50605E;
  display: inline-block;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  margin-top: 2.2rem;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article .categoryTag {
    margin-top: 3.2rem;
    font-size: 1.5rem;
    padding: 1.1rem 1rem;
  }
}
@media (min-width: 768px) {
  .singlePage .section4__wrapper .bottom .article .link .imgArea {
    overflow: hidden;
  }
  .singlePage .section4__wrapper .bottom .article .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .singlePage .section4__wrapper .bottom .article:hover a {
    opacity: 1;
  }
  .singlePage .section4__wrapper .bottom .article:hover .link .imgArea img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.singlePage .section4__wrapper .bottom .article .link {
  display: block;
}
.singlePage .section4__wrapper .bottom .article .link .imgArea {
  display: block;
  width: 100%;
  height: 21rem;
}
.singlePage .section4__wrapper .bottom .article .link .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article .link .imgArea {
    height: 54rem;
  }
}
@media (max-width: 500px) {
  .singlePage .section4__wrapper .bottom .article .link .imgArea {
    height: 27rem;
  }
}
.singlePage .section4__wrapper .bottom .article .link .title {
  font-weight: 400;
  line-height: 1.66;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article .link .title {
    font-size: 2.1rem;
    margin-top: 2.2rem;
  }
}
.singlePage .section4__wrapper .bottom .article .link .tagArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  margin-top: 1.9rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article .link .tagArea {
    margin-top: 2.9rem;
    gap: 1rem;
  }
}
.singlePage .section4__wrapper .bottom .article .link .tagArea .span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .singlePage .section4__wrapper .bottom .article .link .tagArea .span {
    font-size: 2rem;
  }
}
.singlePage .section4__wrapper .bottom .article:nth-of-type(n + 4) {
  margin-top: 6rem;
}
.singlePage .section4__wrapper .content + .content {
  margin-top: 11.7rem;
}

.history .section1__wrapper {
  margin: 0 auto;
  padding-top: 7rem;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .history .section1__wrapper {
    padding-top: 3rem;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .history .section1__wrapper {
    max-width: 44rem;
  }
}
.history .section1__wrapper .title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .history .section1__wrapper .title {
    font-size: 2.4rem;
  }
  .history .section1__wrapper .title br {
    display: none;
  }
}
.history .section1__wrapper .text {
  font-weight: 400;
  line-height: 2.05;
  font-size: 1.8rem;
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .history .section1__wrapper .text {
    margin-top: 6.7rem;
    font-size: 2.1rem;
  }
}
.history .section2 {
  position: relative;
  z-index: 2;
  margin-top: 12.6rem;
}
@media (max-width: 768px) {
  .history .section2 {
    margin-top: 4.6rem;
  }
}
.history .section2__imgArea {
  position: absolute;
  display: block;
  top: -27.5rem;
  left: -29.3rem;
  width: 58.8rem;
  height: 58.8rem;
  -webkit-animation: 25s linear circle infinite;
          animation: 25s linear circle infinite;
  z-index: -1;
}
.history .section2__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .history .section2__imgArea.pc {
    display: none;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.history .section2__wrapper {
  position: relative;
}
.history .section2__wrapper .backgroundImg {
  position: absolute;
  background: #86AEDE;
  display: block;
  top: 52.3rem;
  width: 131.5rem;
  height: 143rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper {
    margin: 0 auto;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .history .section2__wrapper .contentWrapper {
    max-width: 44rem;
  }
}
.history .section2__wrapper .contentWrapper .content {
  margin: 0 auto;
  max-width: 120rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.8rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.history .section2__wrapper .contentWrapper .content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content .left {
    margin-top: 4.7rem;
  }
}
.history .section2__wrapper .contentWrapper .content .left .title {
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content .left .title {
    font-size: 2.6rem;
  }
}
.history .section2__wrapper .contentWrapper .content .left .text {
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.17;
  margin-top: 5.5rem;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content .left .text {
    margin-top: 2.6rem;
    font-size: 2rem;
  }
}
.history .section2__wrapper .contentWrapper .content .right {
  height: 57rem;
  width: 68rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content .right {
    width: 100%;
    height: 74rem;
  }
}
@media (max-width: 500px) {
  .history .section2__wrapper .contentWrapper .content .right {
    height: 37rem;
  }
}
.history .section2__wrapper .contentWrapper .content .right .imgArea {
  width: 100%;
  height: 100%;
  display: block;
}
.history .section2__wrapper .contentWrapper .content .right .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 15rem;
  left: -18.8rem;
  max-width: 157.5rem;
  gap: 14.2rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content:nth-of-type(2) {
    position: static;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 12rem;
    gap: 0;
  }
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(2) .left {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 54rem;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(2) .left .title {
  display: block;
  width: 100%;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(2) .left .text {
  width: 100%;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(2) .right {
  width: 70.5rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content:nth-of-type(2) .right {
    width: 100%;
  }
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(3) {
  margin-top: 11.3rem;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right {
  position: relative;
  height: 72.3rem;
  width: 52.6rem;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right {
    width: 100%;
    height: 60.3rem;
  }
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right .imgArea:nth-of-type(1) {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 34rem;
  height: 45rem;
  z-index: 2;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right .imgArea:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right .imgArea:nth-of-type(1) {
    width: 28rem;
    height: 37rem;
  }
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right .imgArea:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 43rem;
  height: 57rem;
}
.history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right .imgArea:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .history .section2__wrapper .contentWrapper .content:nth-of-type(3) .right .imgArea:nth-of-type(2) {
    width: 35rem;
    height: 48rem;
  }
}
.history .section3 {
  margin-top: 11rem;
  padding-bottom: 13.3rem;
}
@media (max-width: 768px) {
  .history .section3 {
    margin: 0 auto;
    margin-top: 11rem;
    max-width: 80rem;
    padding-bottom: 21.3rem;
  }
}
@media (max-width: 500px) {
  .history .section3 {
    max-width: 44rem;
  }
}
.history .section3__wrapper {
  margin: 0 auto;
  font-family: 400;
  line-height: 2.05;
  font-size: 1.8rem;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .history .section3__wrapper {
    font-size: 2.1rem;
    max-width: 100%;
  }
}

.future .section1 {
  position: relative;
  z-index: 2;
}
.future .section1__imgArea {
  position: absolute;
  display: block;
  top: 23.5rem;
  left: -29.3rem;
  width: 58.8rem;
  height: 58.8rem;
  -webkit-animation: 25s linear circle infinite;
          animation: 25s linear circle infinite;
  z-index: -1;
}
.future .section1__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .future .section1__imgArea.pc {
    display: none;
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .future .section1__wrapper {
    margin: 0 auto;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .future .section1__wrapper {
    max-width: 44rem;
  }
}
.future .section1__wrapper .content {
  margin-top: 6.4rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content {
    margin-top: 3.4rem;
  }
}
.future .section1__wrapper .content .title {
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: 100rem;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .title {
    font-size: 2.6rem;
  }
}
.future .section1__wrapper .content .imgArea {
  display: block;
  margin: 0 auto;
  margin-top: 5.5rem;
  max-width: 70rem;
  height: 40rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .imgArea {
    width: 100%;
    margin-top: 2.5rem;
    height: 50rem;
  }
}
@media (max-width: 500px) {
  .future .section1__wrapper .content .imgArea {
    height: 25rem;
  }
}
.future .section1__wrapper .content .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.future .section1__wrapper .content .imgArea.imgArea2 {
  margin-top: 9.4rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .imgArea.imgArea2 {
    margin-top: 8.4rem;
  }
}
.future .section1__wrapper .content .imgWrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 9rem;
  max-width: 80rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .imgWrapper {
    margin-top: 8rem;
  }
}
.future .section1__wrapper .content .imgWrapper__imgArea1 {
  position: relative;
  display: block;
  width: 58rem;
  height: 38.5rem;
}
.future .section1__wrapper .content .imgWrapper__imgArea1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .imgWrapper__imgArea1 {
    width: 33rem;
    height: 21.5rem;
  }
}
.future .section1__wrapper .content .imgWrapper__imgArea2 {
  position: absolute;
  top: 99%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40rem;
  height: 26.5rem;
}
.future .section1__wrapper .content .imgWrapper__imgArea2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .imgWrapper__imgArea2 {
    width: 25rem;
    height: 16.5rem;
  }
}
.future .section1__wrapper .content .text {
  margin: 0 auto;
  font-weight: 400;
  line-height: 2.18;
  max-width: 80rem;
  margin-top: 5.5rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .text {
    margin-top: 2.5rem;
    font-size: 2.1rem;
  }
}
.future .section1__wrapper .content .subText {
  text-align: center;
  font-weight: 400;
  line-height: 2.18;
  font-size: 1.6rem;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content .subText {
    text-align: left;
    font-size: 2.2rem;
  }
}
.future .section1__wrapper .content.content3 {
  margin-top: 7.4rem;
}
@media (max-width: 768px) {
  .future .section1__wrapper .content.content3 {
    margin-top: 13.4rem;
  }
}
.future .section2 {
  margin-top: 13.7rem;
  padding-bottom: 15.7rem;
}
.future .section2__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 1600px) {
  .future .section2__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  .future .section2__wrapper {
    max-width: 44rem;
  }
}

.contact .section2 {
  padding-top: 5.2rem;
}
@media (max-width: 768px) {
  .contact .section2 {
    padding-top: 3.5rem;
  }
}
.contact .section2__wrapper {
  margin: 0 auto;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .contact .section2__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .contact .section2__wrapper {
    max-width: 44rem;
  }
}
.contact .section2__wrapper .text {
  text-align: center;
  font-size: 1.6rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .contact .section2__wrapper .text br {
    display: none;
  }
}
.contact .section3 {
  margin-top: 3.6rem;
}
@media (max-width: 768px) {
  .contact .section3 {
    margin-top: 6.6rem;
  }
}
.contact .section3__wrapper {
  margin: 0 auto;
  border-radius: 3rem;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .contact .section3__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .contact .section3__wrapper {
    max-width: 44rem;
  }
}
.contact .section3__wrapper--container {
  margin: 0 auto;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .contact .section3__wrapper--container {
    max-width: 100%;
    width: 100%;
  }
}
.contact .section3__wrapper--container .formflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .contact .section3__wrapper--container .formflex {
    display: block;
  }
}
.contact .section3__wrapper--container .formflex .formArea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .contact .section3__wrapper--container .formflex .formArea {
    margin-top: 4rem !important;
  }
}
.contact .section3__wrapper--container .formArea .horizontal-item + .horizontal-item {
  margin-left: 2.6rem;
}
@media (max-width: 768px) {
  .contact .section3__wrapper--container .formArea .horizontal-item + .horizontal-item {
    margin-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .contact .section3__wrapper--container .formArea .horizontal-item {
    display: block;
  }
}
.contact .section3__wrapper--container .formArea .mwform-radio-field-text {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 4.7rem;
  font-size: 1.6rem;
}
.contact .section3__wrapper--container .formArea .mwform-radio-field-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #000000;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
}
.contact .section3__wrapper--container .formArea .mwform-radio-field-text::after {
  content: "";
  display: block;
  position: absolute;
  background: #000000;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 1.1rem;
  width: 1.4rem;
  height: 1.4rem;
}
.contact .section3__wrapper--container .formArea input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.contact .section3__wrapper--container .formArea .formAreaTitle {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  color: #FFFFFF;
}
.contact .section3__wrapper--container .formArea .formAreaTitle .subtitle {
  font-weight: 300;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.contact .section3__wrapper--container .formArea .formAreaTitle .subtitle.must {
  color: #D84239;
}
.contact .section3__wrapper--container .formArea + .formArea {
  margin-top: 4rem;
}
.contact .section3__wrapper--container .formArea + .formArea .formAreaTitle {
  letter-spacing: 0.05em;
  font-size: 1.8rem;
}
.contact .section3__wrapper--container .formArea .inputArea {
  margin-top: 1.8rem;
}
.contact .section3__wrapper--container .formArea .inputArea input,
.contact .section3__wrapper--container .formArea .inputArea textarea {
  display: block;
  width: 100%;
  letter-spacing: 0.05em;
  padding: 2rem;
  font-size: 1.6rem;
  background: #FFFFFF;
  color: #777777;
}
.contact .section3__wrapper--container .formArea .inputArea .mwform-tel-field input {
  display: inline-block;
  width: auto;
}
.contact .section3__wrapper--container .formArea .inputArea.file input {
  display: inline-block;
  width: auto;
  background: transparent;
}
.contact .section3__wrapper--container .formArea .span2 {
  margin-left: 0.5rem;
  font-size: 1.3rem;
}
.contact .section4 {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .contact .section4 {
    margin-top: 6rem;
  }
}
.contact .section4__wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 120rem;
}
@media (max-width: 768px) {
  .contact .section4__wrapper {
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .contact .section4__wrapper {
    max-width: 44rem;
  }
}
.contact .section4__wrapper br {
  display: none;
}
@media (max-width: 768px) {
  .contact .section4__wrapper br {
    display: block;
  }
}
.contact .section4__wrapper .text {
  color: #FFFFFF;
  font-size: 1.8rem;
}
.contact .section4__wrapper .text .sp {
  display: none;
}
@media (max-width: 768px) {
  .contact .section4__wrapper .text .sp {
    display: block;
  }
  .contact .section4__wrapper .text .pc {
    display: none;
  }
}
.contact .section4__wrapper .text .link {
  position: relative;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact .section4__wrapper .text .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact .section4__wrapper .text .link:hover {
    opacity: 0.8;
  }
}
.contact .section4__wrapper .text .link::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -0.7rem;
  height: 0.1rem;
  width: 100%;
  background: #FFFFFF;
}
.contact .section5 {
  margin-top: 2.5rem;
}
.contact .section5__wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 60rem;
}
@media (max-width: 768px) {
  .contact .section5__wrapper {
    max-width: 60rem;
  }
}
@media (max-width: 500px) {
  .contact .section5__wrapper {
    max-width: 44rem;
  }
}
.contact .section5__wrapper label {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 2.2rem 0;
}
.contact .section5__wrapper .mwform-checkbox-field-text {
  position: relative;
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .contact .section5__wrapper .mwform-checkbox-field-text {
    font-size: 2rem;
  }
}
.contact .section5__wrapper .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #EBEBEB;
  border: 1px solid #EBEBEB;
  border-radius: 50%;
  left: -4.5rem;
  width: 3.6rem;
  height: 3.6rem;
}
@media (max-width: 768px) {
  .contact .section5__wrapper .mwform-checkbox-field-text::before {
    left: -4rem;
    width: 3rem;
    height: 3rem;
  }
}
.contact .section5__wrapper .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  background: #86AEDE;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: -3.2rem;
  width: 1.4rem;
  height: 1.4rem;
}
@media (max-width: 768px) {
  .contact .section5__wrapper .mwform-checkbox-field-text::after {
    left: -2.9rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.contact .section5__wrapper input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.contact .section6 {
  margin-top: 4rem;
  padding-bottom: 12rem;
}
.contact .section6__wrapper {
  margin: 0 auto;
  background: transparent;
  text-align: center;
  position: relative;
  max-width: 40rem;
}
@media (max-width: 768px) {
  .contact .section6__wrapper {
    max-width: 60rem;
  }
}
@media (max-width: 500px) {
  .contact .section6__wrapper {
    max-width: 44rem;
  }
}
.contact .section6__wrapper input {
  display: block;
  background: transparent;
  border: 1px solid white;
  color: #FFFFFF;
  width: 100%;
  padding: 2.6rem 0;
  font-size: 2.4rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contact .section6__wrapper input {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact .section6__wrapper input:hover {
    color: #777;
    background: #FFFFFF;
  }
}
.contact .mw_wp_form_complete .section1__wrapper .text {
  font-size: 2.6rem;
}
.contact .mw_wp_form_complete .thanksTextArea {
  margin: 0 auto;
  margin-top: 4.8rem;
  padding-bottom: 15rem;
  max-width: 120rem;
}
@media (max-width: 1600px) {
  .contact .mw_wp_form_complete .thanksTextArea {
    max-width: 80rem;
  }
}
@media (max-width: 768px) {
  .contact .mw_wp_form_complete .thanksTextArea {
    max-width: 44rem;
  }
}
.contact .mw_wp_form_complete .thanksTextArea .text {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .contact .mw_wp_form_complete .thanksTextArea .text {
    text-align: left;
  }
  .contact .mw_wp_form_complete .thanksTextArea .text br {
    display: none;
  }
}
.contact .mw_wp_form_complete .thanksTextArea .backbtn {
  margin: 0 auto;
  position: relative;
  max-width: 40rem;
  margin-top: 10rem;
}
.contact .mw_wp_form_complete .thanksTextArea .backbtn .link {
  display: block;
  color: white;
  width: 100%;
  text-align: center;
  border: 1px solid white;
  background: transparent;
  padding: 2.6rem 0;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .contact .mw_wp_form_complete .thanksTextArea .backbtn .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contact .mw_wp_form_complete .thanksTextArea .backbtn .link:hover {
    color: #777;
    background: #FFFFFF;
  }
}

.notfound {
  margin: 0 auto;
  padding: 16rem 0;
  padding-top: 16.2rem;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .notfound {
    padding-top: 10.5rem;
    padding: 10rem 0;
  }
}
.notfound .title {
  text-align: center;
  line-height: 1;
  font-size: 12rem;
}
@media (max-width: 768px) {
  .notfound .title {
    font-size: 8rem;
  }
}
.notfound .title .span {
  font-weight: 400;
  text-align: center;
  display: block;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .notfound .title .span {
    font-size: 2.5rem;
  }
}
.notfound .subTitle {
  text-align: center;
  margin-top: 5rem;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .notfound .subTitle {
    margin-top: 3rem;
  }
}
.notfound .text {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .notfound .text {
    margin: 0 auto;
    margin-top: 3rem;
    line-height: 1.8;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .notfound .text {
    font-size: 1.8rem;
    max-width: 44rem;
  }
}
@media (max-width: 768px) {
  .notfound .text br {
    display: none;
  }
}
.notfound .btn {
  margin: 0 auto;
  margin-top: 9rem;
  width: 40rem;
  border: 0.1rem solid #FFFFFF;
}
@media (max-width: 768px) {
  .notfound .btn {
    margin-top: 5rem;
  }
}
.notfound .btn .link {
  font-size: 2rem;
  padding: 2.5rem 0;
  color: #FFFFFF;
  display: block;
  border: 1px solid white;
  text-align: center;
  background: transparent;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .notfound .btn .link {
    font-size: 2.2rem;
    padding: 3rem 0;
  }
}

.privacy .section2 {
  padding-top: 12.2rem;
  padding-bottom: 15rem;
}
@media (max-width: 768px) {
  .privacy .section2 {
    padding-top: 7.5rem;
  }
}
.privacy .section2__wrapper {
  margin: 0 auto;
  max-width: 140rem;
}
@media (max-width: 1600px) {
  .privacy .section2__wrapper {
    max-width: 120rem;
  }
}
@media (max-width: 768px) {
  .privacy .section2__wrapper {
    max-width: 100%;
    border-radius: 0;
    max-width: 80rem;
  }
}
@media (max-width: 500px) {
  .privacy .section2__wrapper {
    max-width: 44rem;
  }
}
.privacy .section2__wrapper--contentArea {
  margin-top: 2rem;
  margin: 0 auto;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .privacy .section2__wrapper--contentArea {
    max-width: 44rem;
  }
}
.privacy .section2__wrapper--contentArea h2 {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  margin-bottom: 4rem;
  margin-top: 8rem;
  font-size: 2.2rem;
}
.privacy .section2__wrapper--contentArea h2 span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2.2rem;
}
.privacy .section2__wrapper--contentArea h3 {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  margin-top: 8rem;
  margin-bottom: 4rem;
  padding-bottom: 1.4rem;
  font-size: 1.9rem;
}
.privacy .section2__wrapper--contentArea h3::after {
  content: "";
  display: block;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.2rem;
}
.privacy .section2__wrapper--contentArea h4 {
  color: #FFFFFF;
  background: #F0FBFF;
  padding: 1.1rem 0;
  padding-left: 3rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.privacy .section2__wrapper--contentArea h5 {
  position: relative;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
  padding-left: 2.5rem;
}
.privacy .section2__wrapper--contentArea h5::before {
  content: "";
  border-radius: 50%;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
.privacy .section2__wrapper--contentArea h6 {
  color: #FFFFFF;
  letter-spacing: 0.05em;
  margin-top: 7rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
.privacy .section2__wrapper--contentArea p {
  color: #FFFFFF;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 2rem 0;
}
.privacy .section2__wrapper--contentArea p span {
  color: #FFFFFF;
  line-height: 2;
  font-weight: 400;
  font-size: 1.6rem;
}
.privacy .section2__wrapper--contentArea p sup {
  vertical-align: top;
}
.privacy .section2__wrapper--contentArea p sub {
  vertical-align: bottom;
}
.privacy .section2__wrapper--contentArea p sup,
.privacy .section2__wrapper--contentArea p sub {
  color: #FFFFFF;
}
.privacy .section2__wrapper--contentArea a {
  font-weight: 400;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #FFFFFF;
}
.privacy .section2__wrapper--contentArea a:hover {
  opacity: 0.7;
}
.privacy .section2__wrapper--contentArea strong {
  color: #FFFFFF;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.6rem;
}
.privacy .section2__wrapper--contentArea ul,
.privacy .section2__wrapper--contentArea ol {
  color: #FFFFFF;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.privacy .section2__wrapper--contentArea ul li,
.privacy .section2__wrapper--contentArea ol li {
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.privacy .section2__wrapper--contentArea ul {
  list-style-type: none;
  padding-left: 2rem;
}
.privacy .section2__wrapper--contentArea ul li {
  position: relative;
}
.privacy .section2__wrapper--contentArea ul li::before {
  content: "";
  position: absolute;
  background: #356CB6;
  border-radius: 50%;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}
.privacy .section2__wrapper--contentArea ul ul {
  padding-left: 4rem;
}
.privacy .section2__wrapper--contentArea ul ul li {
  position: relative;
}
.privacy .section2__wrapper--contentArea ul ul li::before {
  content: "";
  position: absolute;
  background: #FFFFFF;
  top: 0.4rem;
  left: -2rem;
  border: 0.1rem solid #356CB6;
  width: 0.9rem;
  height: 0.9rem;
}
.privacy .section2__wrapper--contentArea ul ul ul li {
  position: relative;
}
.privacy .section2__wrapper--contentArea ul ul ul li::before {
  content: "";
  position: absolute;
  background: #356CB6;
  border-radius: 0;
  top: 0.4rem;
  left: -2rem;
  width: 0.9rem;
  height: 0.9rem;
}
.privacy .section2__wrapper--contentArea ul ol {
  padding-left: 4rem;
}
.privacy .section2__wrapper--contentArea ol {
  padding-left: 2rem;
  list-style-type: decimal;
}
.privacy .section2__wrapper--contentArea ol ol,
.privacy .section2__wrapper--contentArea ol ul {
  padding-left: 4rem;
}
.privacy .section2__wrapper--contentArea .wp-block-image,
.privacy .section2__wrapper--contentArea .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.privacy .section2__wrapper--contentArea figcaption {
  color: #FFFFFF;
  font-size: 1.4rem;
}
.privacy .section2__wrapper--contentArea .wp-block-embed {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.privacy .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper {
  text-align: center;
}
.privacy .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
  width: 80rem;
  height: 45rem;
}
@media (max-width: 768px) {
  .privacy .section2__wrapper--contentArea .wp-block-embed .wp-block-embed__wrapper iframe {
    height: 24rem;
  }
}
.privacy .section2__wrapper--contentArea .wp-block-embed figcaption {
  color: #FFFFFF;
  text-align: center;
}
.privacy .section2__wrapper--contentArea .wp-block-table {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.privacy .section2__wrapper--contentArea .wp-block-table th {
  color: #FFFFFF;
  background: #F0FBFF;
  text-align: center;
  font-size: 1.6rem;
  border: 0.2rem solid #FFFFFF;
  padding: 1.7rem 1.8rem;
}
.privacy .section2__wrapper--contentArea .wp-block-table td {
  color: #FFFFFF;
  background: #F0FBFF;
  text-align: center;
  font-weight: 400;
  border: 0.1rem solid #FFFFFF;
  font-size: 1.6rem;
  padding: 1.7rem 1.8rem;
}
.privacy .section2__wrapper--contentArea .wp-block-table figcaption {
  color: #FFFFFF;
  margin-top: 1rem;
}
.privacy .section2__wrapper--contentArea #toc_container {
  padding: 0;
  border: none;
  border-radius: 3rem;
  padding: 3rem 6rem 2rem 4rem;
}
.privacy .section2__wrapper--contentArea #toc_container.no_bullets li::before {
  display: none;
}
.privacy .section2__wrapper--contentArea #toc_container.no_bullets li + li {
  margin-top: 1.3rem;
}
.privacy .section2__wrapper--contentArea #toc_container p.toc_title + ul.toc_list {
  margin-top: 1.3rem;
}
.privacy .section2__wrapper--contentArea div#toc_container p.toc_title {
  font-weight: 500;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #FFFFFF;
  font-size: 1.9rem;
}
.privacy .section2__wrapper--contentArea .wp-block-file__embed + a {
  display: inline-block;
  padding-top: 4rem;
}
.privacy .section2__wrapper--contentArea .wp-block-file {
  position: relative;
}
@media (max-width: 768px) {
  .privacy .section2__wrapper--contentArea .wp-block-file::after {
    content: "ファイルをダウンロードする";
    display: block;
    font-weight: 700;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0.2rem solid #FFFFFF;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.privacy .section2__wrapper--contentArea .wp-element-button {
  display: block;
  width: 25rem;
  background: #356CB6;
  color: #FFFFFF;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
}
.privacy .section2__wrapper .wp-block-media-text__content {
  padding: 0;
}
.privacy .section2__wrapper .wp-block-media-text__content p {
  margin-top: 0;
}

.m-footer {
  background: #79918E;
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}
@media (max-width: 768px) {
  .m-footer {
    padding-top: 7.4rem;
    padding-bottom: 6.4rem;
  }
}
.m-footer .imgArea {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 auto;
  width: 14.4rem;
}
@media (min-width: 768px) {
  .m-footer .imgArea {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-footer .imgArea:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .m-footer .imgArea {
    width: 26.4rem;
  }
}
.m-footer .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-footer .navArea .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.2rem;
  gap: 1.7rem;
}
@media (max-width: 768px) {
  .m-footer .navArea .ul {
    margin-top: 3.2rem;
    display: block;
  }
}
@media (max-width: 768px) {
  .m-footer .navArea .ul .li {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .m-footer .navArea .ul .li + .li {
    margin-top: 2.2rem;
  }
}
.m-footer .navArea .ul .li .link {
  letter-spacing: 0.16em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .m-footer .navArea .ul .li .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-footer .navArea .ul .li .link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .m-footer .navArea .ul .li .link {
    font-size: 1.8rem;
  }
}
.m-footer .icon {
  margin: 0 auto;
  margin-top: 4rem;
  width: 2.2rem;
  height: 2.2rem;
}
@media (max-width: 768px) {
  .m-footer .icon {
    margin-top: 4.4rem;
    width: 2.9rem;
    height: 2.9rem;
  }
}
.m-footer .icon .link {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .m-footer .icon .link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .m-footer .icon .link:hover {
    opacity: 0.8;
  }
}
.m-footer .icon .link svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

html,
body {
  background: #9CBAB6;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */