@charset "UTF-8";
/* CSS Document */
.only-pc {
	display:inherit;
}
.only-sp {
	display:none;
}

html {
  background-color: #fff;
	font-size:62.5%;
}


.wrapper {
  background: url(../img/bg.png) repeat 0 0 / 20rem;
  width: 54.8rem;
  margin: 0 auto;
  border-left: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
}



#profile {
  padding-bottom: 2rem;
}
.section {
  position: relative;
}
.section01 {
  padding-top: 1rem;
}
.section02 {
  background-color: #fff;
  margin-top: 6rem;
  padding-bottom: 15rem;
}
.section03 {
  margin-top: 6rem;
  padding-bottom: 15rem;
}
.section03 .section-title {
  margin: 0 auto -10rem;
  top: -10rem;
}
.section04 {
  background-color: #fff;
  margin-top: 6rem;
  padding-bottom: 15rem;
}
.section05 {
  margin: 3rem auto -12rem;
  padding-bottom: 24rem;
}
.section06 {
  background-color: #fff;
  margin-top: 6rem;
  padding-bottom: 13rem;
}
.section07 {
  background-color: #fff;
  padding-bottom: 8rem;
  border-bottom: 0.2rem solid #000;
}


.section-icon {
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  position: absolute;
}
.section-icon.icon1 {
  width: 10rem;
  bottom: 3.6rem;
  left: 7rem;
}
.section-icon.icon2 {
  width: 10rem;
  top: -6rem;
  right: 8rem;
}
.section-icon.icon3 {
  width: 11rem;
  top: -23rem;
  right: 10rem;
}
.section-icon.icon4 {
  width: 10rem;
  top: -19rem;
  left: 9rem;
}
.section-icon.icon5 {
  width: 9.5rem;
  top: -21rem;
  left: 50%;
  transform: translateX(-50%);
}
.section-icon.icon6 {
  width: 11rem;
  top: -15rem;
  left: 10rem;
}



img {
  display: block;
  width: 100%;
  height: auto;
}

.header {
  background-color: #fff;
}
.header .inner {
  padding: 3rem 4rem;
  position: relative;
}
.header-title2 {
  position: absolute;
  width:9rem;
  height: auto;
  bottom:-4.2rem;
  right: 4rem;
}

.fv .inner {
  padding: 3rem 0 16rem;
}
.fv-img {
  width: calc(100% - 8rem);
  height: auto;
  margin: 0 auto;
}
.fv p {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 2rem;
  text-align: center;
}
.fv p span {
  background-color: #41b4ff;
}


.mokuji {}
.mokuji .inner {
  padding: 3rem 4rem 5rem;
}
.mokuji-wrap {
  position: relative;
  border-top: 0.4rem solid #000;
  border-bottom: 0.4rem solid #000;
}
.mokuji-wrap::before,
.mokuji-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #000;
  position: absolute;
}
.mokuji-wrap::before {
  top:-0.9rem;
  left:0;
}
.mokuji-wrap::after {
  bottom:-0.9rem;
  left:0;
}

.mokuji-title {
  position: relative;
  font-size: 4rem;
  background-color: #ebaf00;
  mix-blend-mode: multiply;
  text-align: center;
}
.mokuji-title span {
  font-weight: 600;
  display: inline-block;
  transform: scale( 1.3, 1 );
}
.mokuji-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin: 3.8rem 2.4rem;
}


.mokuji-wrap ul li {
  list-style-type: none;
}
.mokuji-wrap ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  border: 0.2rem solid #000;
  border-radius: 0.6rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.2rem;
  background-color: #faebaf;
  padding: 0.4rem 0.6rem;
  transition: background-color 0.3s ease, mix-blend-mode 0.3s ease;
}
.mokuji-wrap ul li a:hover {
  background-color: #edcf77;
  mix-blend-mode: multiply;
}
.mokuji-wrap ul li a span {
  padding: 0.6rem 1.6rem;
  display: block;
  border-left: 0.2rem solid #000;
  position: relative;
}
.mokuji-wrap ul li a span::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}



#profile {
  background-color: #fff;
}
.profile .inner {
  padding: 6rem 3rem;
}
.profile-wrap {
  border: 0.2rem solid #000;
  border-radius: 1.5rem;
  position: relative;
}
.profile-wrap ~ .profile-wrap {
  margin-top: 6rem;
}
.profile-wrap.ptn1 {
  border-color: #ebaf00;
}
.profile-wrap.ptn2 {
  border-color: #41b4ff;
  background-color: #d2ebff;
}
.profile-caption {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  position:absolute;
  top: 0;
  left: 2.4rem;
  color: #fff;
  border-radius: 0.5rem;
  transform: translateY(-50%) rotate(-3deg);
}
.profile-wrap.ptn1 .profile-caption {
  background-color: #ebaf00;
  border: 0.2rem solid #ebaf00;
}
.profile-wrap.ptn2 .profile-caption {
  background-color: #41b4ff;
  border: 0.2rem solid #41b4ff;
}
.profile-caption span {
  border:0.1rem solid #fff;
  border-radius: 0.5rem;
  padding: 0 1rem;
  display: block;
}
.profile-header {
  border-radius: 1.3rem 1.3rem 0 0;
}
.profile-wrap.ptn1 .profile-header {
  background-color: #faebaf;
}
.profile-title {
  text-align: left;
  padding: 2.6rem 3rem 1.5rem;
}
.profile-wrap.ptn1 .profile-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}
.profile-wrap.ptn2 .profile-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
.profile-wrap.ptn2 .profile-title span {
  font-size: 1.5rem;
}
.profile-wrap.ptn1 .profile-img {
  position: absolute;
  width: 26rem;
  bottom:0;
  right: -0.4rem;
}
.profile-wrap.ptn2 .profile-img {
  width: 12rem;
}
.profile-text {
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 1.3rem;
  text-align:left;
  padding: 2rem 3rem;
  line-height: 1.6;
  letter-spacing: -0.1rem;
}
.profile-text p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.profile-wrap.ptn2 .profile-text {
  padding: 0;
  width:100%;
}
.profile-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0 3rem 2rem;
}

.section .section-text {
  padding: 4rem 5rem;
}
.section .section-text p {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section .section-text p ~ p {
  margin-top: 3rem;
}
.floating-icon {
  float: left;
  margin-right: 1rem;
  width: 7rem;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}


.section-title {
  line-height: 1;
  font-weight: 600;
  background-color: #ebaf00;
  border: 0.3rem solid #ebaf00;
  border-radius: 2.6rem;
  width: calc(100% - 4rem);
  margin: 0 auto -6rem;
  position: relative;
  top: -6rem;
}
.section-title.deg1 {
  transform: rotate(-3deg);
}
.section-title.deg2 {
  transform: rotate(3deg);
}

.section-title p {
  border:0.1rem solid #fff;
  border-radius: 2.3rem;
  padding: 1.5rem 2rem;
  display: block;
  letter-spacing: -0.3rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.section-title p.fs1 {
  font-size: 6.4rem;
}
.section-title p.fs2 {
  font-size: 4.6rem;
}
.section-title p.fs3 {
  font-size: 3.9rem;
}
.section-title p.fs4 {
  font-size: 4.9rem;
  padding: 2rem 2rem;
}
.section-title p.fs5 {
  font-size: 5.3rem;
}
.section-title span {
  color:#fff;
}

.section-title-image {
  margin: 0 auto -6rem;
  width: calc(100% - 4rem);
  position: relative;
  top: -6rem;
}
.section03 .section-title-image {
  top:-12rem;
  margin-bottom: -12rem;
}
.section-title-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}

.image03 {
  width: calc(100% - 10rem);
  margin: 4rem auto -1rem;
}

.mini-column {
  background-color: #cdebff;
  border-top: 0.2rem solid #41b4ff;
  border-bottom: 0.2rem solid #41b4ff;
  width: calc(100% - 10rem);
  margin: 0 auto;
  margin-top: 2rem;
  position: relative;
}
.mini-column-icon {
  width: 10rem;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  position: absolute;
  left: -3rem;
  top: -3rem;
}
.mini-column-inner {
  padding: 2rem 3rem;
}
.mini-column-inner p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}
.mini-column-title {
  width: 70%;
  height: auto;
  margin: 0 auto 1rem;
  object-fit: contain;
  object-position: center;
  display: block;
}
.mini-column-name {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}
.mini-column-bar {
  float: right;
  width: 1px;
  height: 22rem;
}
.mini-column-bar2 {
  float: right;
  width: 1px;
  height: 17rem;
}
.floating-icon2 {
  float: right;
  clear: both;
  margin:3rem 1rem 0 1rem;
  width: 8rem;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}


.section07 a {
  display: block;
  font-size: 1.9rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  width: calc(100% - 10rem);
  background-color: #ebaf00;
  margin: 0 auto;
  border-radius: 1.6rem;
  padding: 1.2rem 2rem;
  text-align: center;
  border: 0.4rem solid #000;
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  box-shadow: 0.4rem 0.4rem 0 #000;
  transition: background-color 0.3s ease, mix-blend-mode 0.3s ease;
}
.section07 a:hover {
  background-color: #e8c55c;
  mix-blend-mode: multiply;
}












footer a {
  text-decoration: none;
  &:hover {
    text-decoration: underline;
  }
}
.site-footer {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  position:relative
}

.site-footer a {
  color:#fff
}

#pagetop {
  position: absolute;
  right: 2rem;
  top:2rem
}

.footer-nav-wrap {
  position: relative;
  width:100%
}

.footer-nav {
  font-family: Noto Sans JP, sans-serif;
  margin: 0 auto;
  padding:3rem 0
}

.footer-nav ul {
  align-items: flex-start;
  display: flex;
  flex-flow: wrap;
  font-size: 1.4rem;
  font-weight: 900;
  justify-content:flex-start
}

.footer-nav ul + dl {
  margin-top:1.5rem
}

.footer-nav dl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 400;
  justify-content:flex-start;
  gap:0.5rem;
}

.footer-nav dl + dl, .footer-nav dl + ul {
  margin-top:1.5rem
}

.footer-nav dl dt {
  flex-shrink: 0;
  font-weight: 900;
  padding: 0 0.9rem;
}


.footer-nav ul li {
  padding: 0 1em;
  position:relative
}

.footer-nav ul li:after {
  border-right: 0.1rem solid #fff;
  content: "";
  height: 60%;
  position: absolute;
  right: 0;
  top:20%
}

.footer-nav ul li ul li {
  font-size:1.2rem
}

@media screen and (max-width: 768px) {
  .footer-nav ul li {
      line-height: 1.7;
      padding:0 1.5em 0 1.8em
  }
}

.footer-nav dl dd ul li {
  font-size:1.2rem
}

.footer-nav dl dd ul li:after, .footer-nav ul li ul li:after {
  border-color:#d8d8d8
}

.footer-nav dl dd ul li a, .footer-nav ul li ul li a {
  color:#d8d8d8
}

.footer-nav .ft-crop {
  font-weight:900
}

.footer-info {
  border-top: 0.1rem solid #fff;
  font-size: 1.2rem;
  margin: 0;
  padding: 1.5rem 0;
  text-align: center;
  width:100%
}

.footer-info .copyright {
  font-size: 1rem;
  font-style:normal
}

.site-footer--renewal .footer-social-link {
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding:3rem 0
}

.site-footer--renewal .footer-social-link .footer-social-title {
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.3;
  margin: 0 auto 3rem;
  text-align:center;
}

.site-footer--renewal .footer-social-link .footer-social-title span {
  display: inline-block;
  position: relative;
  padding: 0 3rem;
}

.site-footer--renewal .footer-social-link .footer-social-title span:before {
  background-image: url(../img/footer_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 4rem;
  left: 0;
  position: absolute;
  width:2rem;
}

.site-footer--renewal .footer-social-link .footer-social-title span:after {
  background-image: url(../img/footer_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 4rem;
  position: absolute;
  right: 0;
  width:2rem;
}

.site-footer--renewal .footer-social-link ul {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap:1rem;
}

.site-footer--renewal .footer-social-link ul li {
  width:20%;
}

.site-footer--renewal .footer-social-link ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width:100%;
}

.site-footer--renewal .footer-social-link ul li a .social-img {
  align-items: center;
  display:inline-flex;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.site-footer--renewal .footer-social-link ul li a span {
  color: #000;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top:0.8rem;
}

.site-footer--renewal .footer-nav-wrap {
  padding:0 3rem;
}

.site-footer--renewal .footer-nav ul li {
  padding:0 2.5em 0 .9rem
}

.site-footer--renewal .footer-nav ul + dl {
  margin-top:2.5rem
}

.site-footer--renewal .footer-nav ul.icon-gt li {
  letter-spacing: .05em;
  padding:0 2.5em 0 .7rem
}

.site-footer--renewal .footer-nav ul.ft-corp {
  margin-top:2.5rem
}

.site-footer--renewal .footer-nav dl dd ul li a {
  color: #fff;
  font-weight:500
}

.site-footer--renewal .footer-info {
  border-top: 0;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto;
  padding: 2rem 3rem;
  text-align:right;
}

.site-footer--renewal .footer-info p {
  margin:2.1rem 0 0.4rem;
  font-family: Noto Sans JP, sans-serif;
}

.site-footer--renewal .footer-info .copyright {
  font-size:1.1rem
}

