@charset "UTF-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  background-color: var(--white);
}

#container {
  height: 100vh;
}

@media all and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media all and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

.pcLeft {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% - 71.5rem);
  height: 100%;
  background: var(--white);
}
@media all and (max-width: 1439px) {
  .pcLeft {
    width: calc(100% - (37.5rem + 23.611vw));
  }
}
@media all and (max-width: 1024px) {
  .pcLeft {
    width: calc((100% - 37.5rem) / 2);
  }
}
.pcLeft .pcLeftInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 3.5rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner {
    padding-right: 2.431vw;
  }
}
.pcLeft .pcLeftInner .pcLeftItem {
  margin: 2rem 0 0.9rem -1.3rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .pcLeftItem {
    margin: 1.389vw 0 0.625vw -0.903vw;
  }
}
@media all and (max-width: 1024px) {
  .pcLeft .pcLeftInner .pcLeftItem {
    display: none;
  }
}
.pcLeft .pcLeftInner .pcLeftItem img {
  width: 49.9rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .pcLeftItem img {
    width: 34.653vw;
  }
}
.pcLeft .pcLeftInner .pcLeftShare {
  margin: 0 auto;
  display: flex;
  width: 48.3rem;
  gap: 0 1.4rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .pcLeftShare {
    width: 33.542vw;
    gap: 0 0.972vw;
  }
}
@media all and (max-width: 1024px) {
  .pcLeft .pcLeftInner .pcLeftShare {
    flex-wrap: wrap;
    width: 80%;
  }
}
.pcLeft .pcLeftInner .pcLeftShare .shareItem {
  width: calc((100% - 2.8rem) / 3);
  height: 3.6rem;
  font-size: 1.4rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .pcLeftShare .shareItem {
    width: calc((100% - 1.944vw) / 3);
    height: 2.5vw;
    font-size: 0.972vw;
  }
}
@media all and (max-width: 1024px) {
  .pcLeft .pcLeftInner .pcLeftShare .shareItem {
    margin-bottom: 0.977vw;
    width: 100%;
  }
}
.pcLeft .pcLeftInner .pcLeftShare .shareItem a {
  padding: 0 0 1px 1.6rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  border-radius: 0.6rem;
  border: 1px solid #C1C1C2;
  background: var(--white) url(../images/icon_line.png) no-repeat center left 0.8rem/2.4rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .pcLeftShare .shareItem a {
    padding: 0 0 0.069vw 1.111vw;
    background-position: left 0.556vw center;
    background-size: 1.736vw auto;
  }
}
.pcLeft .pcLeftInner .pcLeftShare .shareItem a:after {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  width: 0.7rem;
  height: 1.1rem;
  margin-top: -0.5rem;
  background: url(../images/icon_arrow.png) no-repeat left top/100%;
  content: "";
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .pcLeftShare .shareItem a:after {
    right: 0.556vw;
    width: 0.486vw;
    height: 0.764vw;
    margin-top: -0.278vw;
  }
}
.pcLeft .pcLeftInner .pcLeftShare .shareItem.x a {
  background-image: url(../images/icon_x_circle.png);
}
.pcLeft .pcLeftInner .pcLeftShare .shareItem.facebook a {
  background-image: url(../images/icon_facebook.png);
}
.pcLeft .pcLeftInner .hirei {
  margin-top: 12.7rem;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .hirei {
    margin-top: 8.819vw;
  }
}
.pcLeft .pcLeftInner .hirei p {
  color: var(--sub-color);
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media all and (max-width: 1439px) {
  .pcLeft .pcLeftInner .hirei p {
    font-size: 3.056vw;
  }
}
@media all and (max-width: 1024px) {
  .pcLeft .pcLeftInner .hirei p {
    font-size: 2.344vw;
  }
}

.pcRight {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34rem;
  height: 100%;
  background: var(--white);
}
@media all and (max-width: 1439px) {
  .pcRight {
    width: 23.611vw;
  }
}
@media all and (max-width: 1024px) {
  .pcRight {
    width: calc((100% - 37.5rem) / 2);
  }
}
.pcRight .pcRightInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pcRight .pcRightInner .logo {
  margin-bottom: 0.6rem;
  line-height: 0;
}
@media all and (max-width: 1439px) {
  .pcRight .pcRightInner .logo {
    margin-bottom: 0.417vw;
  }
}
.pcRight .pcRightInner .logo img {
  width: 21.7rem;
}
@media all and (max-width: 1439px) {
  .pcRight .pcRightInner .logo {
    width: 15.069vw;
  }
}
.pcRight .pcRightInner p {
  font-size: 1.9rem;
  color: var(--sub-color);
}
@media all and (max-width: 1439px) {
  .pcRight .pcRightInner p {
    font-size: 1.319vw;
  }
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
  margin-left: auto;
  margin-right: 34rem;
  width: 37.5rem;
  overflow: hidden;
}
@media all and (max-width: 1439px) {
  #main {
    margin-right: 23.611vw;
  }
}
@media all and (max-width: 1024px) {
  #main {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 750px) {
  #main {
    width: 100%;
  }
}
#main .animate__animated, #main .animate__bounceIn, #main .animate__animated02 {
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
}
#main .mainBox {
  padding-top: 1.5rem;
  background: #FFFCEA;
}
#main h1 {
  margin-bottom: 3rem;
  text-align: left;
  margin-left: 2rem;
}
#main h1 img {
  width: 30rem;
}
#main .topBox {
  padding: 1.8rem 2.3rem 0.6rem;
}
#main .link {
  text-align: right;
}
#main .link a {
  padding-right: 1.8rem;
  display: inline-block;
  font-size: 1.4rem;
  background: url(../images/icon01.png) no-repeat right 0.4rem/1.5rem auto;
}
#main .sec01 .btn02 a {
  height: 7.2rem;
  padding: 1rem 3.3rem;
  margin-bottom: 1rem;
  color: #FF8F00;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  background: var(--white) url(../images/icon04.png) no-repeat right 2.2rem center/3.3rem auto;
  border-radius: 3.6rem;
  border: 2px solid #FF8F00;
}
#main .sec01 h2 {
  margin: 0 2rem;
}
#main .sec01 .headLine01 {
  margin-bottom: 1.9rem;
  font-size: 5.2rem;
  font-weight: 500;
  text-align: center;
}
#main .sec01 .headLine01 .sml {
  display: block;
  font-size: 2.3rem;
}
#main .sec01 .subBox {
  padding: 1.3rem 2.7rem 4rem;
  border-bottom: 2px solid var(--yellow);
}
#main .sec01 .subBox:last-child {
  border-bottom: none;
}
#main .sec01 .subBox p {
  margin-bottom: 3.7rem;
  line-height: 1.75;
}
#main .sec01 .subBox p .bgTxt {
  background: #FFF029;
}
#main .sec01 .subBox p:last-child {
  margin-bottom: 0;
}
#main .sec01 .subBox .chart {
  margin: 0 -0.7rem 5.1rem;
}
#main .sec01 .subBox01 {
  padding: 1.3rem 2.6rem 3rem;
}
#main .sec01 .subBox01 h3 {
  margin-bottom: 1.5rem;
}
#main .sec01 .subBox01 h3 img {
  width: 25.1rem;
}
#main .sec01 .subBox01 p {
  font-size: 1.8rem;
  line-height: 1.83;
  text-align: center;
}
#main .sec01 .subBox03 {
  padding-top: 2.1rem;
  padding-bottom: 3rem;
}
#main .sec01 .subBox03 h3 {
  margin-bottom: 0.7rem;
}
#main .sec01 .subBox03 h3 .sml {
  font-size: 3.4rem;
  line-height: 1.3;
  margin-bottom: -1.2rem;
}
#main .sec01 .subBox04 {
  padding-bottom: 1.9rem;
}
#main .sec01 .subBox04 .chart {
  margin: 0 -1.4rem;
}
#main .sec02 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #FF8F00;
}
#main .sec02 h2 {
  margin-bottom: -8.9rem;
}
#main .sec02 .subTtl {
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 1;
}
#main .sec02 .subBox {
  margin: 0 2rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #FF8F00;
  margin-bottom: 3rem;
}
#main .sec02 .subBox:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#main .sec02 .subBox h3 {
  margin: 0 0 2rem -1rem;
}
#main .sec02 .subBox .pointList {
  margin-bottom: 1rem;
}
#main .sec02 .subBox .pointList li:not(:last-child) {
  margin-bottom: 1.9rem;
}
#main .sec02 .subBox .pointList li p {
  margin-left: 0.6rem;
  line-height: 1.75;
}
#main .sec02 .subBox .pointList li .ttl {
  margin: 0 0 1.2rem;
  padding: 1rem 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: var(--white);
  border: 2px solid var(--yellow);
}
#main .sec02 .subBox .pointList li .ttl:last-child {
  margin-bottom: 0;
}
#main .sec02 .subBox .pointList li .ttl03 {
  padding: 1.4rem 1.8rem;
  line-height: 1.38;
}
#main .sec02 .subBox .pointList li .ttl.palt {
  font-feature-settings: "palt";
}
#main .sec02 .subBox02 .pointList li .ttl {
  padding: 1.3rem 1.4rem 1.5rem;
  line-height: 1.38;
  border-color: var(--sub-color);
}
#main .sec02 .subBox02 .pointList li .ttl02 {
  padding: 0.5rem 1.4rem 0.7rem;
  line-height: 1.55;
  font-feature-settings: "palt";
}
#main .sec02 .subBox02 .link a {
  background-image: url(../images/icon03.png);
}
#main .sec02 .subBox04 p {
  margin-bottom: 0.6rem;
  font-size: 1.8rem;
  line-height: 1.67;
  font-weight: 500;
}
#main .sec02 .subBox04 p .bgTxt {
  background: #FFF029;
}
#main .sec03 {
  margin-bottom: 20.5rem;
  padding: 3.9rem 2rem 0;
  background: #E1F6F3;
}
#main .sec03 h2 {
  margin: 0 -2rem 0.5rem 0;
}
#main .sec03 .subBox {
  margin: 0 2.2rem 1.3rem;
}
#main .sec03 .subBox h3 {
  margin: 0 -2.2rem 0.4rem;
  padding-left: 2.2rem;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.4;
  min-height: 4.3rem;
  display: flex;
  align-items: center;
}
#main .sec03 .subBox h3:before {
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.6rem;
  height: calc(100% - 0.5rem);
  background-color: var(--green);
  content: "";
}
#main .sec03 .subBox p {
  margin: 0 -1.5rem 2.7rem 0;
  line-height: 1.75;
}
#main .sec03 .subBox p.txt02 {
  margin-right: -3rem;
}
#main .sec03 .subBox .bgBox {
  margin: 5rem -3rem 0 2.2rem;
  padding: 0 3rem 1.3rem;
  background-color: var(--white);
}
#main .sec03 .subBox .bgBox .txtImg {
  margin: 0 -0.5rem -2rem -8.4rem;
  transform: translateY(-2.3rem);
}
#main .sec03 .subBox .bgBox p {
  margin-bottom: -0.3rem;
  line-height: 1.6;
  font-weight: 500;
}
#main .sec03 .subBox .bgBox .link {
  margin-right: -1.2rem;
}
#main .sec03 .subBox .bgBox .link a {
  padding-right: 2.5rem;
  background-image: url(../images/icon02.png);
}
#main .sec03 .voice {
  margin: -11rem -0.9rem 0 1.2rem;
  transform: translateY(13rem);
}
#main .btmLink {
  margin: 0 2rem 4.5rem;
}
#main .btmLink h2 {
  margin-bottom: -3.2rem;
  text-align: center;
}
#main .btmLink h2 img {
  width: 28rem;
}
#main .btmLink .photo {
  margin: 0 -2rem -3.3rem;
  position: relative;
  z-index: 1;
}
#main .btmLink .btn {
  position: relative;
  z-index: 2;
}
#main .btmLink .btn a {
  height: 7.2rem;
  padding: 1rem 3.3rem;
  color: #FF8F00;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  background: var(--white) url(../images/icon04.png) no-repeat right 2.2rem center/3.3rem auto;
  border-radius: 3.6rem;
  border: 2px solid #FF8F00;
}
#main .btmLink .btnBox {
  margin-top: 2.8rem;
}
#main .btmLink .btnBox p {
  margin: 0 auto 0.8rem;
  padding: 0 2rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #FF8F00;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  text-align: center;
  background: url(../images/ttl_bg03.png) no-repeat left bottom, url(../images/ttl_bg04.png) no-repeat right bottom;
  background-size: 1.2rem auto;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  padding: 0 2.2rem 2.4rem;
  text-align: center;
}
#gFooter .sns {
  margin-bottom: 5rem;
}
#gFooter .sns .ttl {
  margin: 0 auto 2.1rem;
  padding: 0 3.3rem;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--green);
  font-size: 2.2rem;
  line-height: 1.36;
  font-weight: 500;
  background: url(../images/ttl_bg01.png) no-repeat left bottom 0.7rem, url(../images/ttl_bg02.png) no-repeat right bottom 0.7rem;
  background-size: 2.8rem auto;
}
#gFooter .sns .btnList {
  display: flex;
  gap: 0 1.2rem;
}
#gFooter .sns .btnList li {
  width: calc((100% - 2.4rem) / 3);
}
#gFooter .sns .btnList li a {
  padding: 1.8rem 1rem 1.5rem;
  display: block;
  color: var(--green);
  font-size: 1.3rem;
  border: 2px solid var(--green);
  border-radius: 1rem;
  box-shadow: 0.4rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}
#gFooter .sns .btnList li a img {
  display: block;
  margin: 0 auto 0.7rem;
  width: 4rem;
}
#gFooter .fLogo {
  margin: 0 0 0.7rem 0.3rem;
}
#gFooter .fLogo img {
  width: 29.9rem;
}
#gFooter p {
  margin-bottom: 0.7rem;
  color: var(--sub-color);
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
}
#gFooter address {
  color: #8691A3;
  font-size: 1rem;
  font-weight: 500;
}/*# sourceMappingURL=style.css.map */