.sec-slide {
  position: relative;
  background: #F8F8F8;
  height: auto;
}
.sec-slide .slide-main {
  z-index: 1;
  position: relative;
}
.sec-slide .slide-main-wrap {
  position: relative;
}
.sec-slide .slide-main-wrap::before, .sec-slide .slide-main-wrap::after {
  display: block;
  z-index: 3;
  position: absolute;
  content: "";
}
.sec-slide .slide-main-wrap::before {
  text-align: left;
  width: 28.2%;
  background: url(../img/front/front-side-left-sp.svg) no-repeat 0 100%/cover;
  bottom: 0;
  left: 0;
  height: 53.15%;
}
.sec-slide .slide-main-wrap::after {
  text-align: right;
  width: 30.51%;
  background: url(../img/front/front-side-right-sp.svg) no-repeat 100% 0/cover;
  top: 0;
  right: 0;
  height: 57.41%;
}
.sec-slide .slide-msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.sec-slide .slide-msg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-slide .slide-msg-img {
  position: absolute;
  z-index: 3;
  width: 100%;
  transform: translateX(-100%);
}
.sec-slide .slide-msg-img img {
  width: 100%;
}
.sec-slide .slide-msg-img1 {
  top: 7.78%;
}
.sec-slide .slide-msg-img2 {
  top: 14.63%;
}
.sec-slide .slide-msg-img3 {
  top: 21.3%;
}
.sec-slide .slide-msg-img4 {
  top: 27.78%;
}
.sec-slide .slide-msg-img5 {
  top: 34.63%;
}
.sec-slide .slide-msg-main {
  position: absolute;
  bottom: 12.4%;
  left: 5.74%;
  z-index: 4;
  width: 88.46%;
}
.sec-slide .slide-msg-logo {
  width: 48.72%;
  position: absolute;
  bottom: 12.96%;
  right: -12.05%;
  z-index: 3;
}

@media print, screen and (max-width: 767px) {
  @keyframes leftimg {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  .sec-slide .sec-inner {
    overflow-x: hidden;
    position: relative;
    overflow-y: visible;
  }
  .sec-slide .slide-msg-img1 {
    animation: leftimg 0.6s linear 0.3s forwards;
  }
  .sec-slide .slide-msg-img2 {
    animation: leftimg 0.6s linear 1s forwards;
  }
  .sec-slide .slide-msg-img3 {
    animation: leftimg 0.6s linear 1.7s forwards;
  }
  .sec-slide .slide-msg-img4 {
    animation: leftimg 0.6s linear 2.4s forwards;
  }
  .sec-slide .slide-msg-img5 {
    animation: leftimg 0.6s linear 3.1s forwards;
  }
}
@media print, screen and (min-width: 768px) {
  @keyframes leftimg {
    from {
      transform: translateX(calc(-100% - 78px));
    }
    to {
      transform: translateX(0);
    }
  }
  .sec-slide {
    overflow-x: hidden;
  }
  .sec-slide .sec-inner {
    margin-bottom: 60px;
    position: relative;
  }
  .sec-slide .slide-main {
    max-height: 790px;
  }
  .sec-slide .slide-main-wrap {
    overflow-x: hidden;
  }
  .sec-slide .slide-main-wrap::before, .sec-slide .slide-main-wrap::after {
    height: 100%;
  }
  .sec-slide .slide-main-wrap::before {
    width: 577px;
    background: url(../img/front/front-side-left-pc.svg) no-repeat 100% 100%/auto 100%;
    bottom: 0;
    left: unset;
    right: 50%;
    transform: translateX(-370px);
  }
  .sec-slide .slide-main-wrap::after {
    width: 502px;
    background: url(../img/front/front-side-right-pc.svg) no-repeat 0 0/auto 100%;
    top: 0;
    right: unset;
    left: 50%;
    transform: translateX(370px);
  }
  .sec-slide .slide-msg {
    width: 100%;
  }
  .sec-slide .slide-msg-img {
    z-index: 3;
    width: auto;
    transform: translateX(calc(-100% - 78px));
    left: 78px;
  }
  .sec-slide .slide-msg-img img {
    width: 100%;
  }
  .sec-slide .slide-msg-img1 {
    top: 4.05%;
    animation: leftimg 0.6s linear 0.3s forwards;
  }
  .sec-slide .slide-msg-img2 {
    top: 14.18%;
    animation: leftimg 0.6s linear 1s forwards;
  }
  .sec-slide .slide-msg-img3 {
    top: 24.05%;
    animation: leftimg 0.6s linear 1.7s forwards;
  }
  .sec-slide .slide-msg-img4 {
    top: 34.18%;
    animation: leftimg 0.6s linear 2.4s forwards;
  }
  .sec-slide .slide-msg-img5 {
    top: 44.05%;
    animation: leftimg 0.6s linear 3.1s forwards;
  }
  .sec-slide .slide-msg-main {
    bottom: 3.54%;
    left: 5.74%;
    width: 61.06%;
  }
  .sec-slide .slide-msg-logo {
    width: auto;
    height: 79.75%;
    position: absolute;
    bottom: -60px;
    right: unset;
    left: 50%;
    transform: translateX(200px);
  }
  .sec-slide .slide-msg-logo img {
    height: 100%;
    width: auto;
  }

  body.front .main {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .sec-slide .slide-main {
    max-width: 1404px;
    margin: 0 auto;
  }
  .sec-slide .slide-main-wrap {
    background: #000;
  }
  .sec-slide .slide-main-wrap::before, .sec-slide .slide-main-wrap::after {
    height: 100%;
  }
  .sec-slide .slide-main-wrap::before {
    transform: translateX(-382px);
  }
  .sec-slide .slide-main-wrap::after {
    transform: translateX(382px);
  }
  .sec-slide .slide-msg-logo {
    transform: translateX(341px);
  }
}
.front-content .ad-list-wrap {
  padding: 60px 15px 0;
  margin-bottom: 50px;
}
.front-content .ad-list-wrap ul {
  gap: 10px;
}
.front-content .ad-list-wrap ul li {
  margin: 0;
  width: calc(50% - 5px);
  max-width: 263px;
}

@media print, screen and (min-width: 768px) {
  .front-content .ad-list-wrap {
    padding: 105px 0 0;
    margin-bottom: 70px;
  }
  .front-content .ad-list-wrap ul {
    gap: 20px;
  }
  .front-content .ad-list-wrap ul li {
    margin: 0;
    width: calc((100% - 75px) / 4);
  }
}
.front-content .sec01 {
  padding: 0 15px;
  margin-bottom: 150px;
}
.front-content .sec01 .news-main {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec01 {
    padding: 0;
    margin-bottom: 100px;
  }
  .front-content .sec01 .news-main {
    margin-bottom: 40px;
    gap: 30px 40px;
  }
  .front-content .sec01 .news-main .news-box {
    width: calc(50% - 20px);
    border-radius: 20px;
    padding: 30px 28px 50px;
  }
}
.front-content .sec02 {
  padding: 0 15px;
  margin-bottom: 150px;
}
.front-content .sec02 .sec-ttl1 {
  font-size: 2rem;
}
.front-content .sec02-main {
  margin-bottom: 30px;
}
.front-content .sec02-main .msg-box {
  cursor: pointer;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  .front-content .sec02 {
    padding: 0;
    margin-bottom: 150px;
  }
  .front-content .sec02 .sec-ttl1 {
    font-size: 2.5rem;
  }
  .front-content .sec02-main {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    justify-content: center;
  }
  .front-content .sec02-main .msg-box {
    width: calc(50% - 20px);
  }
}
.page-about .sec01 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-about .sec01 h3 {
  font-size: 1.75rem;
  line-height: 1.42;
}
.page-about .sec01 p {
  line-height: 1.66;
}
.page-about .sec01-main {
  margin-bottom: 50px;
}
.page-about .sec01-links .link-box {
  max-width: 360px;
  margin: 0 auto 20px;
}
.page-about .sec01-links .link-box:last-of-type {
  margin-bottom: 0;
}
.page-about .sec01-links .link-box:nth-of-type(1) a {
  background: transparent url(../img/about/about-link-bg1.jpg) no-repeat 50% 50%/cover;
}
.page-about .sec01-links .link-box:nth-of-type(2) a {
  background: transparent url(../img/about/about-link-bg2.jpg) no-repeat 50% 50%/cover;
}

@media print, screen and (min-width: 768px) {
  .page-about .sec01 {
    padding: 0;
  }
  .page-about .sec01 p {
    line-height: 2;
  }
  .page-about .sec01-main {
    padding: 50px 30px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .page-about .sec01-links {
    gap: 40px;
  }
  .page-about .sec01-links .link-box {
    max-width: unset;
    width: calc(50% - 20px);
    margin: 0;
  }
}
.page-about .sec02 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-about .sec02 h3 {
  font-size: 1.75rem;
  line-height: 1.42;
}
.page-about .sec02-block {
  margin-bottom: 50px;
}
.page-about .sec02-block:last-of-type {
  margin-bottom: 0;
}
.page-about .sec02-info {
  gap: 15px;
  margin-bottom: 30px;
}
.page-about .sec02-info-img {
  width: 50%;
  text-align: right;
  margin: auto 0 auto auto;
}
.page-about .sec02-info-img img {
  max-width: 104px;
  border-radius: 10px;
  overflow: hidden;
}
.page-about .sec02-info-main {
  margin: auto auto auto 0;
  width: calc(50% - 15px);
}
.page-about .sec02-info-main dt {
  margin-bottom: 5px;
}
.page-about .sec02-info-main dd {
  margin-bottom: 0;
}
.page-about .sec02-msg p {
  line-height: 1.66;
}

@media print, screen and (min-width: 768px) {
  .page-about .sec02 {
    padding: 0;
    margin-bottom: 100px;
  }
  .page-about .sec02 h3 {
    line-height: 1.42;
  }
  .page-about .sec02-block {
    background: #fff;
    border: 1px solid #000;
    padding: 50px 30px 70px;
    border-radius: 20px;
  }
  .page-about .sec02-info {
    gap: 30px;
  }
  .page-about .sec02-info-main {
    width: calc(50% - 30px);
  }
  .page-about .sec02-msg p {
    line-height: 2;
  }
}
.page-about .sec03 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-about .sec03 h3 {
  font-size: 1.75rem;
  line-height: 1.42;
}
.page-about .sec03-box {
  margin-bottom: 50px;
}
.page-about .sec03-box:last-of-type {
  margin-bottom: 0;
}
.page-about .sec03-box-main {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page-about .sec03-box-img {
  width: 104px;
  margin: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.page-about .sec03-box-info {
  margin: 0 0 auto;
  width: calc(100% - 120px);
}
.page-about .sec03-box-info-sub {
  margin-bottom: 5px;
}
.page-about .sec03-box-info-name {
  margin-bottom: 10px;
}
.page-about .sec03-msg p {
  line-height: 1.66;
}

@media print, screen and (min-width: 768px) {
  .page-about .sec03 {
    padding: 0;
    margin-bottom: 150px;
  }
  .page-about .sec03-main {
    padding: 50px 30px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .page-about .sec03-main-inner {
    gap: 30px 50px;
  }
  .page-about .sec03-box {
    margin-bottom: 0;
    width: calc(50% - 25px);
  }
  .page-about .sec03-box01 {
    margin: 0 auto 30px;
    width: 480px;
  }
  .page-about .sec03-box-main {
    gap: 30px;
  }
  .page-about .sec03-box-img {
    width: 136px;
  }
  .page-about .sec03-box-info {
    margin: 0 0 auto;
    width: calc(100% - 166px);
  }
  .page-about .sec03-box-info-sub {
    margin-bottom: 5px;
  }
  .page-about .sec03-box-info-name {
    margin-bottom: 10px;
  }
  .page-about .sec03-msg p {
    line-height: 1.66;
  }
}
.page-activity .sec01 {
  padding: 0 15px 100px;
}
.page-activity .sec01-main {
  margin-bottom: 100px;
}
.page-activity .sec01-box {
  margin-bottom: 30px;
}
.page-activity .sec01-box:last-of-type {
  margin-bottom: 0;
}
.page-activity .sec01-box p {
  line-height: 1.6;
}
.page-activity .sec01-box p a {
  color: #7C509D;
  text-decoration: underline;
}
.page-activity .sec01-date {
  margin-bottom: 5px;
}
.page-activity .sec01-links .link-box {
  max-width: 360px;
  margin: 0 auto 20px;
}
.page-activity .sec01-links .link-box:last-of-type {
  margin-bottom: 0;
}
.page-activity .sec01-links .link-box:nth-of-type(1) a {
  background: transparent url(../img/about/about-link-bg1.jpg) no-repeat 50% 50%/cover;
}
.page-activity .sec01-links .link-box:nth-of-type(2) a {
  background: transparent url(../img/concept/concept-link-bg2-min.jpg) no-repeat 50% 50%/cover;
}

@media print, screen and (min-width: 768px) {
  .page-activity .sec01 {
    padding: 0 0 150px;
  }
  .page-activity .sec01-box {
    display: flex;
    gap: 20px;
  }
  .page-activity .sec01-box p {
    line-height: 2;
  }
  .page-activity .sec01-box-info {
    width: calc(100% - 240px);
  }
  .page-activity .sec01-date {
    width: 220px;
    margin-bottom: auto;
  }
  .page-activity .sec01-links {
    gap: 40px;
  }
  .page-activity .sec01-links .link-box {
    max-width: unset;
    width: calc(50% - 20px);
    margin: 0;
  }
}
.page-concept .sec01 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-concept .sec01 h3 {
  font-size: 1.75rem;
}
.page-concept .sec01 h4 {
  line-height: 1.45;
  margin-bottom: 30px;
}
.page-concept .sec01 p {
  line-height: 1.66;
}

@media print, screen and (min-width: 768px) {
  .page-concept .sec01 {
    padding: 0 15px;
    margin-bottom: 100px;
  }
  .page-concept .sec01 h3 {
    font-size: 1.75rem;
  }
  .page-concept .sec01-main {
    padding: 50px 30px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 20px;
  }
  .page-concept .sec01 h4 {
    line-height: 1.45;
    margin-bottom: 30px;
  }
  .page-concept .sec01 p {
    line-height: 1.66;
  }
}
.page-concept .sec02 {
  margin-bottom: 100px;
}
.page-concept .sec02 h3 {
  font-size: 1.75rem;
  line-height: 1.42;
}
.page-concept .sec02 h4 {
  line-height: 1.45;
  margin-bottom: 20px;
}
.page-concept .sec02 h4 > span {
  white-space: nowrap;
}
.page-concept .sec02 h4 > span span {
  letter-spacing: -0.25em;
}
.page-concept .sec02-img {
  margin-bottom: 50px;
}
.page-concept .sec02-main {
  padding: 0 15px;
}
.page-concept .sec02 p {
  line-height: 1.66;
}
.page-concept .sec02 ul {
  margin-bottom: 0;
}
.page-concept .sec02 ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 30px;
  line-height: 1.66;
}
.page-concept .sec02 ul li:last-of-type {
  margin-bottom: 0;
}
.page-concept .sec02 ul li span {
  padding-right: 1em;
}
.page-concept .sec02 ul + p {
  padding-top: 30px;
}
.page-concept .sec02-block {
  margin-bottom: 70px;
}
.page-concept .sec02-block:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .page-concept .sec02 {
    margin-bottom: 100px;
  }
  .page-concept .sec02 h3 {
    font-size: 1.75rem;
    line-height: 1.42;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1200px) and (max-width: 1350px) {
  .page-concept .sec02 h3 .d-xl-none {
    display: inline !important;
  }
  .page-concept .sec02 h3 .d-inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .page-concept .sec02-main {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .page-concept .sec02 p {
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .page-concept .sec02 ul li {
    margin-bottom: 20px;
    line-height: 2;
  }
  .page-concept .sec02 ul + p {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .page-concept .sec02-block {
    margin-bottom: 50px;
    padding: 30px 30px 50px;
    border: 1px solid #000;
    border-radius: 20px;
    background: #fff;
  }
  .page-concept .sec02-block:last-of-type {
    margin-bottom: 0;
  }
}
.page-concept .sec03 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-concept .sec03 .sec-inner {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.page-concept .sec03 h3 {
  font-size: 1.75rem;
  line-height: 1.42;
}
.page-concept .sec03 h4 {
  line-height: 1.45;
  margin-bottom: 20px;
}
.page-concept .sec03 ul {
  margin-bottom: 0;
}
.page-concept .sec03 ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 30px;
  line-height: 1.66;
}
.page-concept .sec03 ul li:last-of-type {
  margin-bottom: 0;
}
.page-concept .sec03 ul li span {
  padding-right: 1em;
}
.page-concept .sec03 ul + p {
  padding-top: 30px;
}
.page-concept .sec03 p {
  line-height: 1.66;
}
.page-concept .sec03-main {
  margin-bottom: 100px;
}
.page-concept .sec03-block {
  margin-bottom: 70px;
}
.page-concept .sec03-block:last-of-type {
  margin-bottom: 0;
}
.page-concept .sec03-block:nth-of-type(odd) h4 span {
  color: #7057A3;
}
.page-concept .sec03-block:nth-of-type(even) h4 span {
  color: #00906D;
}
.page-concept .sec03-block02 {
  margin-top: -20px;
  padding: 30px 15px 35px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
}
.page-concept .sec03-links .link-box {
  max-width: 360px;
  margin: 0 auto 20px;
}
.page-concept .sec03-links .link-box:last-of-type {
  margin-bottom: 0;
}
.page-concept .sec03-links .link-box:nth-of-type(1) a {
  background: transparent url(../img/concept/concept-link-bg1-min.jpg) no-repeat 50% 50%/cover;
}
.page-concept .sec03-links .link-box:nth-of-type(2) a {
  background: transparent url(../img/concept/concept-link-bg2-min.jpg) no-repeat 50% 50%/cover;
}

@media print, screen and (min-width: 768px) {
  .page-concept .sec03 {
    padding: 0;
    margin-bottom: 150px;
  }
  .page-concept .sec03 .sec-inner {
    border-top: none;
    padding-top: 0;
  }
  .page-concept .sec03 ul li {
    margin-bottom: 20px;
    line-height: 2;
  }
  .page-concept .sec03 p {
    line-height: 2;
  }
  .page-concept .sec03-block {
    margin-bottom: 50px;
    padding: 30px 30px 50px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .page-concept .sec03-block02 {
    margin-top: 0;
  }
  .page-concept .sec03-links {
    gap: 40px;
  }
  .page-concept .sec03-links .link-box {
    max-width: unset;
    width: calc(50% - 20px);
    margin: 0;
  }
}
.page-contact .sec01 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-contact .sec01 h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.page-contact .sec01-box {
  margin-bottom: 20px;
}
.page-contact .sec01-box:last-of-type {
  margin-bottom: 0;
}
.page-contact .sec01-box a {
  padding: 27px 5px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 20px;
}
.page-contact .sec01-box a span {
  line-height: 48px;
}
.page-contact .sec01-box:nth-of-type(1) a span {
  padding-left: 43px;
  background: transparent url(../img/common/icon-tel.svg) no-repeat 0 50%;
}
.page-contact .sec01-box:nth-of-type(2) a span {
  padding-left: 55px;
  background: transparent url(../img/common/icon-fax.svg) no-repeat 0 50%;
}

@media print, screen and (min-width: 768px) {
  .page-contact .sec01 {
    padding: 0;
    margin-bottom: 111px;
  }
  .page-contact .sec01 h3 {
    margin-bottom: 30px;
  }
  .page-contact .sec01-main {
    gap: 40px;
  }
  .page-contact .sec01-box {
    margin-bottom: 0;
    width: calc(50% - 20px);
  }
  .page-contact .sec01-box a {
    padding: 40px 5px;
  }
  .page-contact .sec01-box a:hover, .page-contact .sec01-box a:focus, .page-contact .sec01-box a:active {
    text-decoration: none;
  }
  .page-contact .sec01-box a span {
    line-height: 61px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 890px) {
  .page-contact .sec01-main {
    flex-wrap: wrap;
    gap: 40px;
  }
  .page-contact .sec01-box {
    margin: 0 auto;
    width: 410px;
  }
}
@media print, screen and (min-width: 1200px) and (max-width: 1400px) {
  .page-contact .sec01-main {
    flex-wrap: wrap;
    gap: 40px;
  }
  .page-contact .sec01-box {
    margin: 0 auto;
    width: 410px;
  }
}
.page-contact .sec02 {
  padding: 0 15px;
  margin-bottom: 76px;
}
.page-contact .sec02 h3 {
  margin-bottom: 20px;
  font-size: 1.75rem;
}
.page-contact .sec02-main dl {
  margin-bottom: 30px;
}
.page-contact .sec02-main dt {
  margin-bottom: 5px;
}
.page-contact .sec02-main dd {
  margin-bottom: 0;
}
.page-contact .sec02-main dd input[type=text],
.page-contact .sec02-main dd input[type=email],
.page-contact .sec02-main dd input[type=tel],
.page-contact .sec02-main dd textarea {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #000;
  box-shadow: none;
  width: 100%;
}
.page-contact .sec02-main .submit-btn input {
  display: grid;
  place-items: center;
  width: 300px;
  margin: 0 auto;
  height: 60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 30px;
  background: #00906D;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.44;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .page-contact .sec02 {
    padding: 0;
  }
  .page-contact .sec02 h3 {
    margin-bottom: 30px;
  }
  .page-contact .sec02-main {
    max-width: 816px;
    margin: 0 auto;
  }
  .page-contact .sec02-main dl {
    display: flex;
    gap: 20px;
  }
  .page-contact .sec02-main dt {
    margin: 4px 0 auto;
    width: 155px;
    text-align: right;
  }
  .page-contact .sec02-main dd {
    margin-bottom: 0;
    width: calc(100% - 175px);
  }
}
@media screen and (max-width: 767px) {
  .page-message .msg-box {
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
}
.page-message .sec01 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-message .sec01 .sec-ttl1 {
  font-size: 1.75rem;
}
.page-message .sec01 .msg-box {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {
  .page-message .sec01 {
    padding: 0;
  }
  .page-message .sec01 .sec-ttl1 {
    font-size: 2.5rem;
  }
  .page-message .sec01-main {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    justify-content: center;
  }
  .page-message .sec01-main .msg-box {
    width: calc(50% - 20px);
    background: #fff;
  }
}
.page-message .sec02 {
  padding: 0 15px;
  margin-bottom: 150px;
}
.page-message .sec02 .sec-ttl1 {
  font-size: 2rem;
}
.page-message .sec02-main .msg-box {
  margin-bottom: 70px;
}
.page-message .sec02-main .msg-box:last-of-type {
  margin-bottom: 0;
}
.page-message .sec02-main .msg-box-msg {
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .page-message .sec02 {
    padding: 0;
    margin-bottom: 150px;
  }
  .page-message .sec02 .sec-ttl1 {
    font-size: 2.5rem;
  }
  .page-message .sec02-main .msg-box {
    padding: 50px 30px 70px;
    background: #fff;
  }
  .page-message .sec02-main .msg-box-main {
    justify-content: center;
    margin-bottom: 30px;
  }
  .page-message .sec02-main .msg-box-info {
    width: auto;
  }
}
.page-privacy .sec01 {
  padding: 0 15px;
  margin-bottom: 100px;
}
.page-privacy .sec01-block {
  margin-bottom: 50px;
}
.page-privacy .sec01-block:last-of-type {
  margin-bottom: 0;
}
.page-privacy .sec01-block h4 {
  margin-bottom: 5px;
}
.page-privacy .sec01-block p {
  line-height: 1.66;
}
.page-privacy .sec01-block a {
  color: #7C509D;
  text-decoration: underline;
  word-break: break-all;
}

@media print, screen and (min-width: 768px) {
  .page-privacy .sec01 {
    padding: 0;
  }
  .page-privacy .sec01-block {
    margin-bottom: 70px;
  }
  .page-privacy .sec01-block:last-of-type {
    margin-bottom: 0;
  }
  .page-privacy .sec01-block h4 {
    margin-bottom: 10px;
  }
  .page-privacy .sec01-block p {
    line-height: 2;
  }
}

/*# sourceMappingURL=page.css.map */
