@charset "UTF-8";
main {
  overflow: hidden; /*横スクロールの発生を防止*/
}

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8125;
  color: #333;
  background-color: #f7f7f0;
}

a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

img {
  height: auto;
}

.content {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5.0666666667vw 0;
}
.header-logo-area__img {
  width: 78.9333333333vw;
}

.mv {
  background: transparent url(../img/common/mv-back-02.png) no-repeat center center/cover;
  position: relative;
  height: 119.06666666666668vw;
}
.mv-logo {
  position: absolute;
  top: 1.3333333333333335vw;
  left: 4vw;
}
.mv-logo__img {
  display: none;
  width: 31.536vw;
}
.mv-text {
  position: absolute;
  bottom: 3.8666666667vw;
  left: 4.5333333333vw;
}
.mv-text__img {
  width: 90.9333333333vw;
}

.support {
  background: white url(../img/common/support-back.png) repeat center center/contain;
  position: relative;
  height: 133.6vw;
  -webkit-box-shadow: 0 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.16);
}
.support-sub-title {
  position: absolute;
  top: 6.4vw;
  left: 10.4vw;
}
.support-sub-title__img {
  width: 79.2vw;
}
.support-title {
  position: absolute;
  top: 18.6666666667vw;
  left: 10.4vw;
}
.support-title__img {
  width: 78.8vw;
}
.support-item1 {
  position: absolute;
  top: 45.3333333333vw;
  left: 10.4vw;
}
.support-item1__img {
  width: 78.4vw;
}
.support-item2 {
  position: absolute;
  bottom: 8.5333333333vw;
  left: 10.4vw;
}
.support-item2__img {
  width: 78.4vw;
}
.entry.et-01{
  text-align: center;
  margin-top: 0;
}
.entry {
  text-align: center;
  margin-top: 11.4666666667vw;
}
.entry-form-btn, .entry-line-btn {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-form-btn__img, .entry-line-btn__img {
  width: 82.13333333333334vw;
}
.entry-form-btn:focus, .entry-form-btn:hover, .entry-line-btn:focus, .entry-line-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
/*.entry-line-btn {
  margin-top: 2.6666666667vw;
}*/

.news {
  margin-top: 9.7333333333vw;
  /* もっと見るボタン*/
}
.news-title {
  text-align: center;
}
.news-title__img {
  width: 58.5333333333vw;
}
.news_list {
  padding-top: 1.6vw;
}
.news_list_wrap {
  padding: 6.48vw 5.3333333333vw 2vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2vw rgba(0, 0, 0, 0.16);
  border-radius: 5.3333333333vw;
  border: 1px solid #1fafde;
}
.news_list_inner {
  padding-top: 8.5333333333vw;
  padding-inline: 10.4vw;
}
.news ul li {
  height: auto;
  margin: 2.6666666667vw 0;
  padding-bottom: 2.6666666667vw;
  border-bottom: 1px solid #afafaf;
}
.news ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_img-items {
  width: 35%;
}
.news_img-items img {
  border: 1px solid #cdcdcd;
}
.news_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60%;
  margin-left: 10px;
  font-size: max(2.1333333333vw, 10px);
}
.news__line {
  display: inline-block;
  width: 42vw;
}
.news__line-wrapper {
  text-align: center;
}
.news .btn_box {
  margin: 5.3333333333vw auto 3.2vw;
  width: 60%;
}
.news a.btn_more_news {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: max(2.1333333333vw, 10px) !important;
  padding: 1em 2em;
  color: #fff;
  border: 0;
  border-radius: 100vh;
  background-color: #0f6a83;
  -webkit-box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.news a.btn_more_news:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 1.0666666667vw 2vw rgba(0, 0, 0, 0.2);
          box-shadow: 0 1.0666666667vw 2vw rgba(0, 0, 0, 0.2);
}

.message {
  margin-top: 16vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
}
.message-title {
  text-align: center;
  position: relative;
  top: -8vw;
}
.message-title__img {
  width: 93.2vw;
}
.message .youtube_video_wrap {
  width: 100%;
  padding: 0 10.4vw 6.5333333333vw;
  position: relative;
  top: -2vw;
}
.message .youtube_video_wrap .youtube_video_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.message .youtube_video_wrap .youtube_video_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.appeal__line {
  margin-top: 8.5333333333vw;
  display: inline-block;
  width: 42vw;
}
.appeal__line-wrapper {
  text-align: center;
}
.appeal-lists__wrap {
  margin-top: 9.7066666667vw;
  position: relative;
}
.appeal-list__wrap {
  position: absolute;
  top: -2vw;
}
.appeal-title {
  text-align: center;
}
.appeal-title__img {
  width: 75.8666666667vw;
}
.appeal-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.9333333333vw;
  width: 79.0666666667vw;
  margin-inline: auto;
  margin-top: 1.3333333333vw;
}
.appeal-checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2666666667vw;
  margin-top: 4.2666666667vw;
  margin-inline: 10.2666666667vw;
}
.appeal-list1__img {
  width: 60.1333333333vw;
}
.appeal-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.appeal-list2__img {
  width: 79.6vw;
}
.appeal-list3__img {
  width: 75.3333333333vw;
}
.appeal-list4__img {
  width: 79.7333333333vw;
}
.appeal-list5__img {
  width: 66.2666666667vw;
}
.appeal-catch1, .appeal-catch2 {
  text-align: center;
}
.appeal-catch1__img {
  width: 76.8vw;
}
.appeal-catch2__img {
  width: 52vw;
}
.appeal-voice {
  background-color: #fff;
  padding-top: 3.3333333333vw;
  padding-bottom: 12.8666666667vw;
  -webkit-box-shadow: 0 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.16);
}
.appeal-voice-body {
  width: 79.2vw;
  height: 101.4666666667vw;
  border: 2px solid #1fafde;
  border-top-width: 0;
  border-radius: 0px 0px 6.8vw 6.8vw;
  margin-inline: auto;
  padding: 1.3333333333vw 6.4vw 0.6666666667vw;
}
.appeal-voice-body .text-box {
  margin-top: 2.6666666667vw;
}
.appeal-voice-body .text {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.6;
  text-align: justify;
}
.appeal-voice-body .text._palt {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.appeal-voice-body .name {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6;
  color: #707070;
  text-align: right;
  margin-top: 1.3333333333vw;
}
.appeal-voice-body .border {
  height: 0.2666666667vw;
  background-color: #1fafde;
  margin-top: 3.3333333333vw;
}
.appeal-voice-head {
  width: 79.2vw;
  height: 14.5333333333vw;
  background: transparent -webkit-gradient(linear, right top, left top, from(#69c774), to(#1fafde)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #69c774 0%, #1fafde 100%) 0% 0% no-repeat padding-box;
  border: 2px solid #1fafde;
  border-radius: 6.8vw 6.8vw 0px 0px;
  margin-inline: auto;
  text-align: center;
}
.appeal-voice-head .title {
  padding-top: 2.4vw;
  color: #fff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}
.appeal-voice-head .attention {
  color: #fff;
  font-weight: 400;
  font-size: 2.1333333333vw;
}
.appeal-voice__wrap {
  position: relative;
}
.appeal-voice-image1 {
  position: absolute;
  top: 0.4vw;
  left: 10.2666666667vw;
}
.appeal-voice-image1__img {
  width: 77.7333333333vw;
}
.appeal-voice-image2 {
  position: absolute;
  top: 21.6vw;
  right: 10.2666666667vw;
}
.appeal-voice-image2__img {
  width: 77.7333333333vw;
}
.appeal-voice-image3 {
  position: absolute;
  top: 50.9333333333vw;
  left: 10.2666666667vw;
}
.appeal-voice-image3__img {
  width: 79.6vw;
}
.appeal-voice-text {
  position: absolute;
  top: 88.2666666667vw;
  left: 10.2666666667vw;
}
.appeal-voice-text__img {
  width: 81.4666666667vw;
}

.profile-title {
  position: relative;
  z-index: -1;
}
.profile-title__img {
  width: 100vw;
}
.profile__inner {
  padding-top: 6.1333333333vw;
  padding-left: 10.2666666667vw;
  padding-right: 10.2666666667vw;
  padding-bottom: 8.9333333333vw;
}
.profile__item {
  padding-bottom: 5.3333333333vw;
}
.profile__item:last-child {
  margin-bottom: 0;
}

.greetings {
  background-color: #fff;
  padding-bottom: 48.9333333333vw;
}
@media (min-width: 768px) {
	.greetings {
    padding-bottom: 367px;
  }
}
.greetings__name {
  width: 78.6666666667vw;
}
.greetings__text {
  margin-top: 8vw;
  width: 79.2vw;
}
.greetings__wrapper {
  padding-top: 8.5333333333vw;
  padding-bottom: 8.1333333333vw;
  padding-left: 10.1333333333vw;
  padding-right: 10.1333333333vw;
  -webkit-box-shadow: 0 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8vw 1.0666666667vw rgba(0, 0, 0, 0.16);
}
.contact-company {
  padding-top: 8.5333333333vw;
  padding-inline: 10.8vw;
}
.contact-company__img {
  width: 78.2666666667vw;
}
.contact p.commerce {
  text-align: center;
  font-size: 3.4666666667vw;
  color: #1fafde;
  padding-block: 5.3333333333vw;
}
.contact p.commerce a {
  text-decoration: underline;
}
.footer {
  position: relative;
  position: fixed;
  bottom: -50.6666666667vw;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer.u-fixed {
  bottom: 0;
}
.footer__inner {
  position: relative;
}
.footer__link {
  position: absolute;
  bottom: 6.6666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 82.13333333333334vw;
}
.footer__btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__btn:focus,
.footer__btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
}
@media (min-width: 768px) {
  .footer__link {
    bottom: 50px;
    width: 616px;
  }
}

.form-title {
  font-size: 5.3333333333vw;
  font-weight: bold;
  margin-top: 8vw;
  text-align: center;
}
.form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4vw;
  gap: 4vw;
}
.form-field__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-field__head .require {
  display: inline-block;
  border-radius: 2.6666666667vw;
  width: 12.8vw;
  height: 5.3333333333vw;
  line-height: 5.4666666667vw;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: rgb(150, 139, 0) 0% 0% no-repeat padding-box;
}
.form-field__label {
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.form-field__item [type=text],
.form-field__item [type=email],
.form-field__item [type=tel] {
  width: 100%;
  height: 10.4vw;
  border: 1px solid #c1c1c1;
  margin-top: 0.8vw;
  padding: 2.6666666667vw 3.0666666667vw;
  font-size: 4.2666666667vw;
}
.form-field__item textarea {
  width: 100%;
  border: 1px solid #c1c1c1;
  margin-top: 0.8vw;
  padding: 2.6666666667vw 3.0666666667vw;
  height: 47.4666666667vw;
  resize: none;
  font-size: 4.2666666667vw;
}
.form-field__item ::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 4.2666666667vw;
}
.form-field__item ::-moz-placeholder {
  color: #a9a9a9;
  font-size: 4.2666666667vw;
}
.form-field__item :-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 4.2666666667vw;
}
.form-field__item ::-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 4.2666666667vw;
}
.form-field__item ::placeholder {
  color: #a9a9a9;
  font-size: 4.2666666667vw;
}
.form-button {
  display: block;
  width: 56.1333333333vw;
  height: 14.4vw;
  line-height: 13.4666666667vw;
  -webkit-box-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.3019607843);
  border-radius: 7.2vw;
  margin-inline: auto;
  text-align: center;
  margin-top: 10.1333333333vw;
  font-size: 5.4666666667vw;
  font-weight: bold;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#69c774), to(#1fafde)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #69c774 0%, #1fafde 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, opacity 0.3s, -webkit-box-shadow 0.3s;
}
.form-button:focus, .form-button:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  opacity: 0.8;
}
.form-box {
  width: 90.9333333333vw;
  margin-top: 2vw;
  margin-inline: auto;
  background: #ffffff;
  -webkit-box-shadow: 0vw 0vw 1.3333333333vw rgba(0, 0, 0, 0.16);
          box-shadow: 0vw 0vw 1.3333333333vw rgba(0, 0, 0, 0.16);
  border: 0.2666666667vw solid #000000;
  border-radius: 1.0666666667vw;
  padding: 0.6666666667vw 5.7333333333vw 8.5333333333vw;
  margin-bottom: 8vw;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .header__inner {
    padding: 38px 0;
  }
  .header-logo-area__img {
    width: 592px;
  }
  .mv {
    height: 893px;
  }
  .mv-logo {
    top: 10px;
    left: 18px;
  }
  .mv-logo__img {
	display: none;
    width: 236.5px;
  }
  .mv-text {
    bottom: 29px;
    left: 34px;
  }
  .mv-text__img {
    width: 682px;
  }
  .support {
    height: 1002px;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  }
  .support-sub-title {
    top: 48px;
    left: 78px;
  }
  .support-sub-title__img {
    width: 594px;
  }
  .support-title {
    top: 140px;
    left: 78px;
  }
  .support-title__img {
    width: 591px;
  }
  .support-item1 {
    top: 340px;
    left: 78px;
  }
  .support-item1__img {
    width: 588px;
  }
  .support-item2 {
    bottom: 64px;
    left: 78px;
  }
  .support-item2__img {
    width: 588px;
  }
  .entry {
    margin-top: 86px;
  }
  .entry-form-btn__img, .entry-line-btn__img {
    width: 616px;
  }
  /* .entry-line-btn {
    margin-top: 20px;
  }*/
  .news {
    margin-top: 73px;
  }
  .news-title__img {
    width: 439px;
  }
  .news_list {
    padding-top: 12px;
  }
  .news_list_wrap {
    padding: 48.6px 40px 15px;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
    border: 2px solid #1fafde;
  }
  .news_list_inner {
    padding-top: 64px;
    padding-inline: 78px;
  }
  .news ul li {
    margin: 20px 0;
    padding-bottom: 20px;
  }
  .news_text {
    font-size: 16px;
  }
  .news__line {
    width: 315px;
  }
  .news .btn_box {
    margin: 40px auto 24px;
  }
  .news a.btn_more_news {
    font-size: 20px !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .news a.btn_more_news:hover {
    font-size: 20px !important;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }
  .message {
    margin-top: 120px;
  }
  .message-title {
    top: -60px;
  }
  .message-title__img {
    width: 699px;
  }
  .message .youtube_video_wrap {
    padding: 0 78px 49px;
    top: -15px;
  }
  .appeal__line {
    width: 315px;
    margin-top: 64px;
  }
  .appeal-lists__wrap {
    margin-top: 72.8px;
  }
  .appeal-list__wrap {
    top: -15px;
  }
  .appeal-title__img {
    width: 569px;
  }
  .appeal-items {
    gap: 37px;
    width: 593px;
    margin-top: 10px;
  }
  .appeal-checks {
    gap: 32px;
    margin-top: 32px;
    margin-inline: 77px;
  }
  .appeal-list1__img {
    width: 451px;
  }
  .appeal-list2__img {
    width: 597px;
  }
  .appeal-list3__img {
    width: 565px;
  }
  .appeal-list4__img {
    width: 598px;
  }
  .appeal-list5__img {
    width: 497px;
  }
  .appeal-catch1__img {
    width: 576px;
  }
  .appeal-catch2__img {
    width: 390px;
  }
  .appeal-voice {
    padding-top: 25px;
    padding-bottom: 96.5px;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  }
  .appeal-voice-body {
    width: 594px;
    height: 761px;
    border-radius: 0px 0px 51px 51px;
    padding: 10px 48px 5px;
  }
  .appeal-voice-body .text-box {
    margin-top: 20px;
  }
  .appeal-voice-body .text {
    font-size: 26px;
  }
  .appeal-voice-body .name {
    font-size: 24px;
    margin-top: 10px;
  }
  .appeal-voice-body .border {
    margin-top: 25px;
  }
  .appeal-voice-head {
    width: 594px;
    height: 109px;
    border-radius: 51px 51px 0px 0px;
  }
  .appeal-voice-head .title {
    padding-top: 18px;
    font-size: 30px;
  }
  .appeal-voice-head .attention {
    font-size: 16px;
  }
  .appeal-voice-image1 {
    top: 3px;
    left: 77px;
  }
  .appeal-voice-image1__img {
    width: 583px;
  }
  .appeal-voice-image2 {
    top: 162px;
    right: 77px;
  }
  .appeal-voice-image2__img {
    width: 583px;
  }
  .appeal-voice-image3 {
    top: 382px;
    left: 77px;
  }
  .appeal-voice-image3__img {
    width: 597px;
  }
  .appeal-voice-text {
    top: 662px;
    left: 77px;
  }
  .appeal-voice-text__img {
    width: 611px;
  }
  .profile-title__img {
    width: 750px;
  }
  .profile__inner {
    padding-top: 46px;
    padding-left: 77px;
    padding-right: 77px;
    padding-bottom: 67px;
  }
  .profile__item {
    margin-bottom: 40px;
  }
  .greetings__name {
    width: 590px;
  }
  .greetings__text {
    margin-top: 60px;
    width: 594px;
  }
  .greetings__wrapper {
    padding-top: 64px;
    padding-left: 76px;
    padding-right: 76px;
    padding-bottom: 61px;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
  }
  .contact-company {
    padding-top: 64px;
    padding-inline: 81px;
  }
  .contact-company__img {
    width: 587px;
  }
  .contact p.commerce {
    font-size: 26px;
    padding-block: 40px;
  }
  .form-title {
    font-size: 40px;
    margin-top: 60px;
  }
  .form-fields {
    margin-top: 30px;
    gap: 30px;
  }
  .form-field__head .require {
    border-radius: 20px;
    width: 96px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .form-field__label {
    font-size: 32px;
  }
  .form-field__item [type=text],
.form-field__item [type=email],
.form-field__item [type=tel] {
    height: 78px;
    padding: 20px 23px;
    font-size: 32px;
  }
  .form-field__item textarea {
    padding: 20px 23px;
    height: 356px;
    font-size: 32px;
  }
  .form-field__item ::-webkit-input-placeholder {
    font-size: 32px;
  }
  .form-field__item ::-moz-placeholder {
    font-size: 32px;
  }
  .form-field__item :-ms-input-placeholder {
    font-size: 32px;
  }
  .form-field__item ::-ms-input-placeholder {
    font-size: 32px;
  }
  .form-field__item ::placeholder {
    font-size: 32px;
  }
  .form-button {
    width: 421px;
    height: 108px;
    line-height: 100px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
    border-radius: 54px;
    margin-top: 76px;
    font-size: 41px;
  }
  .form-box {
    width: 682px;
    margin-top: 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 5px 43px 64px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .lg-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .message .news_list_wrap .news_list_inner {
    padding-top: 8vw;
    padding-left: 10.2666666667vw;
    padding-right: 10.2666666667vw;
    padding-bottom: 3vw;
  }
  .message .news_list_wrap .news_list_inner h3 {
    font-size: 1.8rem;
  }
  .message .news_list_wrap ul li {
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #afafaf;
  }
  .message .news_list_wrap ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .message .news_list_wrap ul li figure.news_img-items {
    width: 35%;
    margin: 5px 0 0;
  }
  .message .news_list_wrap ul li div.news_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 75%;
    margin-left: 10px;
  }
}

.line-bnr{
	margin: 20px auto;
}
.line-bnr img.line_bnr__img{
	width: 100%;
}

.problem img.problem_img{
	width: 100%;
}