@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&display=swap&subset=japanese");
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 34.375%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem; /* 16px */
  color: #363636;
  background-color: #ea7c2c;
  min-width: 1240px;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 100%;
  }
}
@media screen and (min-width: 641px) {
  body {
    min-width: 1240px;
  }
}

main {
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

ul li {
  box-sizing: border-box;
  list-style: none;
}

.inner {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.sec_title {
  font-size: 3.4rem; /* 34px */
  line-height: 5.9rem; /* 59px */
  margin-bottom: 5rem; /* 50px */
  text-align: center;
  color: #be021a;
}

.section {
  padding: 10rem 0; /* 100px */
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .section {
    padding: 5rem 0; /* 50px */
  }
}
.section__title {
  color: #002239;
  font-size: 3rem; /* 30px */
  line-height: 4.8rem; /* 48px */
  margin-bottom: 3rem; /* 30px */
}

.mainvisual img {
  width: 100%;
}

.question {
  padding-bottom: 23rem;
  background-color: #ea7c2c;
}
@media screen and (max-width: 600px) {
  .question {
    padding-bottom: 0;
  }
}
.question .inner {
  max-width: 1600px;
  width: 90%;
}
.question .question_list {
  width: 100%;
  margin: 0 auto;
}
.question .question_title {
  text-align: center;
  width: 65%;
  margin: -1px auto 0;
}
.question .list_item {
  margin-bottom: 3.2rem; /* 32px */
}
.question .list_item:nth-child(2) {
  position: relative;
  left: -0.7rem;
  margin-bottom: 5.5rem;
}
.question .list_item:nth-child(2) img {
  transform: scale(1.025);
}

.message {
  background-image: url(../img/message_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  padding: 13rem 0 5rem;
}
@media screen and (max-width: 600px) {
  .message {
    background-image: url(../img/message_bg-sp.png);
    position: relative;
    top: 0;
    padding: 20vh 0 19vh 0;
    background-position: bottom center;
  }
}
.message::before {
  content: "";
  background-image: url(../img/message_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 28.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .message::before {
    content: none;
  }
}
.message .inner {
  padding: 32.6rem 0 21.6rem;
}
@media screen and (max-width: 600px) {
  .message .inner {
    padding: 10rem 0 0 0;
    margin-bottom: -8rem;
  }
}
.message .message_img {
  position: absolute;
  bottom: -18rem; /* -180px */
}
@media screen and (max-width: 600px) {
  .message .message_img {
    bottom: 16rem;
  }
}
.message .bg01::before {
  content: "";
  background-image: url(../img/cloud01.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26.1rem; /* 261px */
  height: 33.2rem; /* 332px */
  position: absolute;
  top: -7.3rem; /* -73px */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .message .bg01::before {
    background-image: url(../img/cloud01-sp.png);
    width: 11.6rem;
    height: 10.4rem;
    top: 10rem;
  }
}
.message .bg01::after {
  content: "";
  background-image: url(../img/cloud02.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 69.8rem; /* 698px */
  height: 32.8rem; /* 328px */
  position: absolute;
  top: -19.3rem; /* -193px */
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .message .bg01::after {
    background-image: url(../img/cloud02-sp.png);
    width: 26.4rem;
    height: 16rem;
    top: -2rem;
  }
}
.message .message_title {
  display: inline-block;
  font-size: 5.5rem; /* 55px */
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 2.5rem; /* 25px */
  background-color: #f7ee12;
  padding: 1rem 5rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  .message .message_title {
    font-size: 3.1rem;
    padding: 0.5rem 2.5rem;
    line-height: 30px;
    top: 1.5rem;
  }
}
.message .message_title .strong {
  font-size: 7rem; /* 70px */
}
@media screen and (max-width: 600px) {
  .message .message_title .strong {
    font-size: 3.5rem;
  }
}
.message .message_title::before {
  content: "";
  background-color: #f7ee12;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 12.5rem;
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  z-index: 1;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  .message .message_title::before {
    height: 36.5px;
  }
}
.message .message_subtitle {
  font-size: 3rem; /* 30px */
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  margin-bottom: 2.5rem; /* 25px */
  max-width: 50rem; /* 500px */
  padding: 1rem 5rem;
}
@media screen and (max-width: 600px) {
  .message .message_subtitle {
    width: 58%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}
.message .message_text {
  font-size: 1.8rem; /* 18px */
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: 50rem; /* 500px */
  padding: 1rem 5rem;
}
@media screen and (max-width: 600px) {
  .message .message_text {
    width: 58%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.3rem;
    text-shadow: -1px -1px 2px #FFF, 0 -1px 2px #FFF, 1px -1px 2px #FFF, -1px 0 2px #FFF, 1px 0 2px #FFF, -1px 1px 2px #FFF, 0 1px 2px #FFF, 1px 1px 2px #FFF;
  }
}

.point {
  background-color: #ea7c2c;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 36rem;
}
@media screen and (max-width: 600px) {
  .point {
    padding-top: 0;
    padding-bottom: 10rem;
    background-image: none;
    margin-bottom: -5rem;
  }
}
.point .bg02 {
  background-image: url(../img/point_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 15rem;
}
@media screen and (max-width: 600px) {
  .point .bg02 {
    background-image: none;
  }
}
.point .bg02 .inner {
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 600px) {
  .point .bg02 .inner {
    width: 100%;
  }
}
.point .bg02::before {
  content: "";
  background-image: url(../img/cloud03.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 51.4rem; /* 514px */
  height: 45.5rem; /* 455px */
  position: absolute;
  top: -29rem; /* -120px */
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .point .bg02::before {
    background-image: url(../img/cloud03-sp.png);
    left: auto;
    right: 0;
    width: 5.8rem;
    height: 7.3rem;
    top: -52.5rem;
  }
}
.point .bg02::after {
  content: "";
  background-image: url(../img/cloud04.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 67.8rem; /* 678px */
  height: 73.8rem; /* 738px */
  position: absolute;
  top: -63rem; /* -120px */
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .point .bg02::after {
    background-image: url(../img/cloud04-sp.png);
    width: 35.3rem;
    height: 21.2rem;
    top: -29.5rem;
  }
}
.point .point_title {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .point .point_title {
    position: relative;
    top: -7rem;
  }
}
.point .point_list {
  padding-top: 100%;
  margin-bottom: -24%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .point .point_list {
    padding-top: 0;
    top: -11rem;
  }
}
.point .point_list .list_item {
  position: absolute;
  max-width: 63rem; /* 630px */
  width: 50%;
}
@media screen and (max-width: 600px) {
  .point .point_list .list_item {
    position: static;
    max-width: 100%;
    width: 100%;
  }
}
.point .point_list .list_item.item01 {
  top: 0;
  left: 0; /* -66px */
}
.point .point_list .list_item.item02 {
  top: 0;
  right: 0; /* -75px */
}
.point .point_list .list_item.item03 {
  top: 34%;
  left: 10%;
}
.point .point_box {
  position: absolute;
  bottom: 15rem;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 4.8rem;
}
@media screen and (max-width: 600px) {
  .point .point_box {
    position: relative;
    top: -10rem;
    flex-direction: column;
    gap: 6rem;
    padding-bottom: 0;
  }
}
.point .point_box .box_banner {
  padding-top: 195px;
}
@media screen and (max-width: 600px) {
  .point .point_box .box_banner {
    padding-top: 0;
  }
}
.point .point_box .box_banner .banner {
  display: block;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 600px) {
  .point .point_box .box_banner .banner {
    margin-bottom: 4rem;
  }
}
.point .point_box .box_banner .banner:last-child {
  margin-bottom: 0;
}

.reason {
  padding: 0rem 0 17rem;
  background-color: #c8ffec;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .reason {
    padding: 3rem 0 8rem;
  }
}
.reason::before {
  content: "";
  background-image: url(../img/reason_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 9.1rem;
  position: absolute;
  top: -9rem;
}
@media screen and (max-width: 600px) {
  .reason::before {
    top: -6.5rem;
    background-image: url(../img/reason_bg01-sp.png);
    background-size: contain;
  }
}
.reason::after {
  content: "";
  background-image: url(../img/reason_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 9.1rem;
  position: absolute;
  bottom: -9rem;
  transform: scale(1, -1);
}
@media screen and (max-width: 600px) {
  .reason::after {
    bottom: -5.5rem;
  }
}
.reason .inner {
  position: relative;
}
.reason .reason_subtitle {
  position: absolute;
  top: -8.1rem;
  left: 10.4rem;
}
@media screen and (max-width: 600px) {
  .reason .reason_subtitle {
    position: static;
  }
}
.reason .reason_subtitle .title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 0 1.5rem;
}
.reason .reason_title {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 2.5rem;
  padding-top: 0rem;
}
@media screen and (max-width: 600px) {
  .reason .reason_title {
    font-size: 4.6rem;
    padding-top: 10px;
  }
}
.reason .reason_title .strong {
  font-size: 6.6rem;
}
@media screen and (max-width: 600px) {
  .reason .reason_title .strong {
    font-size: 5.5rem;
  }
}
.reason .reason_title .strong span {
  position: relative;
}
.reason .reason_title .strong span::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background-color: #ea7c2c;
}
.reason .reason_img {
  position: relative;
  text-align: center;
}
.reason .reason_img .reason_note {
  position: absolute;
  bottom: -2%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  z-index: 1;
}

.seminar {
  padding: 0 0 10rem 0;
  background-color: #ea7c2c;
  position: relative;
}
.seminar::before {
  content: "";
  background-image: url(../img/entry_left_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 31.8rem;
  height: 86.9rem;
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .seminar::before {
    content: none;
  }
}
.seminar::after {
  content: "";
  background-image: url(../img/entry_right_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 31.8rem;
  height: 86.9rem;
  position: absolute;
  bottom: 6%;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .seminar::after {
    content: none;
  }
}
@media screen and (max-width: 600px) {
  .seminar {
    padding: 0 0 20rem 0;
    position: relative;
    z-index: 1;
  }
  .seminar::before {
    content: "";
    background-image: url(../img/seminar_bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    height: 9rem;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 2;
  }
}
.seminar .inner {
  padding-top: 0;
  position: relative;
  top: 0;
  max-width: 1200px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .seminar .inner {
    position: relative;
    padding-top: 26%;
    position: relative;
  }
}
.seminar .inner.sec {
  width: 100%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 600px) {
  .seminar .inner.sec {
    padding-bottom: 10rem;
    padding-top: 5rem;
    background-image: url(../img/seminar_bg.png);
  }
}
.seminar .section_title {
  text-align: center;
  position: relative;
  top: -2rem;
}
@media screen and (max-width: 600px) {
  .seminar .section_title {
    position: absolute;
    top: -2%;
  }
}
.seminar .seminar_img {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .seminar .seminar_img {
    width: 90%;
    margin: 0 auto;
  }
}
.seminar .sectionsub_title {
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .seminar .sectionsub_title {
    width: 78%;
    margin: 0 auto 7rem;
  }
}
.seminar .sectionsub_title .title {
  display: inline-block;
  color: #FFF;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  background-color: #ea7c2c;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .seminar .sectionsub_title .title {
    font-size: 4.2rem;
  }
}
.seminar .sectionsub_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  z-index: 0;
}
.seminar .seminar_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6rem;
}
@media screen and (max-width: 600px) {
  .seminar .seminar_list {
    flex-direction: column;
    gap: 6rem;
  }
}
.seminar .seminar_list .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
}
.seminar .seminar_list .list_item .item_img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .seminar .seminar_list .list_item .item_img {
    width: 70%;
  }
}
.seminar .seminar_list .list_item .item_text {
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  height: 100%;
}
.seminar .seminar_list .list_item .item_text .strong {
  font-size: 5rem;
}
.seminar .seminar_list .list_item .item_text::before {
  content: "";
  background-image: url(../img/seminar_arrows.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 3.3rem;
  height: 5.4rem;
  position: absolute;
  right: -2.4rem;
  top: 50%;
  right: -24%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
@media screen and (max-width: 600px) {
  .seminar .seminar_list .list_item .item_text::before {
    content: none;
  }
}
.seminar .seminar_list .list_item:last-child .item_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seminar .seminar_list .list_item:last-child .item_text::before {
  content: none;
}

.interview {
  background-color: #f7ee12;
  position: relative;
  padding-top: 51rem;
}
@media screen and (max-width: 600px) {
  .interview {
    padding-top: 100%;
    position: relative;
  }
}
.interview .interview_img {
  position: absolute;
  top: -6rem;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .interview .interview_img {
    top: -11.5rem;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 90%;
    margin: 0 auto;
    z-index: 2;
  }
}
.interview .inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .interview .inner {
    position: static;
  }
}
.interview::before {
  content: "";
  display: block;
  width: 100%;
  height: 9rem;
  background-image: url(../img/interview_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: -8.9rem;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .interview::before {
    background-image: url(../img/interview_bg01-sp.png);
    top: -19rem;
    height: 20rem;
  }
}
.interview::after {
  content: "";
  display: block;
  width: 100%;
  height: 20.6rem;
  background-image: url(../img/interview_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: -20.6rem;
}
@media screen and (max-width: 600px) {
  .interview::after {
    background-image: url(../img/interview_bg02-sp.png);
    bottom: -19rem;
    height: 20rem;
  }
}

.entry {
  background-image: url(../img/bg01.jpg);
  background-repeat: repeat;
  padding-top: 15rem;
}
@media screen and (max-width: 600px) {
  .entry {
    background-size: 10rem;
  }
}
.entry .inner {
  max-width: 1200px;
}
@media screen and (max-width: 600px) {
  .entry .inner {
    width: 100%;
    background-size: 10rem;
  }
}
@media screen and (max-width: 600px) {
  .entry .entry_box {
    position: relative;
    top: 12rem;
  }
}
.entry .section_title {
  display: inline-block; /* 回転のために必要 */
  transform: rotate(-2.2deg); /* 左に10度傾ける */
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.1em;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 600px) {
  .entry .section_title {
    font-size: 3rem;
    display: block;
    text-align: right;
    width: 90%;
    padding-bottom: 0;
    margin-bottom: -2rem;
    letter-spacing: 0.06em;
    position: absolute;
  }
}
.entry .section_title .strong {
  font-size: 5rem;
}
@media screen and (max-width: 600px) {
  .entry .section_title .strong {
    font-size: 3rem;
  }
}
.entry .section_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: #ea7c2c;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .entry .section_title::before {
    content: none;
  }
}
.entry .section_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.6rem;
  background-color: #ea7c2c;
  position: absolute;
  bottom: 1.2rem;
  left: 0;
}
@media screen and (max-width: 600px) {
  .entry .section_title::after {
    content: none;
  }
}
.entry .entry_list {
  padding-top: 90%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .entry .entry_list {
    padding-top: 0;
  }
}
.entry .entry_list .entry_item {
  position: absolute;
  max-width: 63rem;
  display: flex;
  justify-content: center;
  text-shadow: -1px -1px 2px #FFF, 0 -1px 2px #FFF, 1px -1px 2px #FFF, -1px 0 2px #FFF, 1px 0 2px #FFF, -1px 1px 2px #FFF, 0 1px 2px #FFF, 1px 1px 2px #FFF;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item {
    position: relative;
    max-width: 100%;
  }
}
.entry .entry_list .entry_item.item01 {
  top: 2%;
  left: 0%;
}
.entry .entry_list .entry_item.item01 .item_box01 {
  width: 28rem;
  left: 17%;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item01 .item_box01 {
    top: 18rem;
    left: 7%;
    max-width: 38rem;
    width: 52%;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item01 .item_box02 {
    position: relative;
    bottom: -18rem;
  }
}
.entry .entry_list .entry_item.item02 {
  top: 17%;
  right: 0rem;
}
.entry .entry_list .entry_item.item02 .item_box01 {
  width: 27rem;
  left: 22%;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item02 .item_box01 {
    right: 7%;
    left: auto;
    top: 12rem;
    max-width: 35rem;
    width: 52%;
    z-index: 2;
  }
  .entry .entry_list .entry_item.item02 .item_box01 .item_name {
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item02 .item_box02 {
    position: relative;
    bottom: -6rem;
  }
}
.entry .entry_list .entry_item.item03 {
  bottom: 13%;
  left: 2rem;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item03 {
    left: 0;
  }
}
.entry .entry_list .entry_item.item03 .item_box01 {
  width: 30rem;
  left: 24%;
  top: 7rem;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item03 .item_box01 {
    top: 3rem;
    left: 5%;
    max-width: 42rem;
    width: 62%;
    z-index: 3;
  }
  .entry .entry_list .entry_item.item03 .item_box01 .item_text {
    line-height: 1.7;
  }
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item.item03 .item_box02 {
    position: relative;
    bottom: -3.8rem;
    right: 0rem;
  }
}
.entry .entry_list .entry_item .item_box01 {
  width: 30rem;
  position: absolute;
  top: 0.8rem;
  left: 1.5rem;
}
.entry .entry_list .entry_item .item_box01 .item_title {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item .item_box01 .item_title {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.entry .entry_list .entry_item .item_box01 .item_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item .item_box01 .item_text {
    font-size: 2.3rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    letter-spacing: 0.08em;
  }
}
.entry .entry_list .entry_item .item_box01 .item_name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item .item_box01 .item_name {
    font-size: 2.3rem;
  }
}
.entry .entry_list .entry_item .item_box02 {
  width: 64rem;
}
@media screen and (max-width: 600px) {
  .entry .entry_list .entry_item .item_box02 {
    width: 100%;
    bottom: -3.8rem;
  }
}

.company {
  padding: 8.5rem 0;
  background-color: #ea7c2c;
  color: #FFF;
}
.company .inner {
  max-width: 87rem;
  width: 94%;
}
.company .section_title {
  text-align: center;
  margin-bottom: 6rem;
}
.company .section_title .title_jp {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
.company .section_title .title_en {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .company .section_title .title_en {
    font-size: 2rem;
  }
}
.company table {
  text-align: left;
}
.company table tr th {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 1rem 3rem;
  border-bottom: solid 0.1rem #FFF;
  border-right: solid 0.1rem #FFF;
  width: 17.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .company table tr th {
    padding: 0.5rem 0;
    border-bottom: none;
    border-right: none;
    font-size: 2.5rem;
    width: 100px;
  }
}
.company table tr td {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 1rem 4.2rem;
  border-bottom: solid 0.1rem #FFF;
}
@media screen and (max-width: 600px) {
  .company table tr td {
    padding: 0.5rem 0;
    border-bottom: none;
    font-size: 2.5rem;
  }
}
.company table tr:last-child th {
  border-bottom: none;
}
.company table tr:last-child td {
  border-bottom: none;
}
.company .btn_area {
  text-align: right;
}
.company .btn_area .company_btn {
  display: inline-block;
  margin-right: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .company .btn_area .company_btn {
    max-width: 26rem;
    margin-right: 0rem;
  }
}

.loopSlide {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .loopSlide {
    padding: 0;
  }
}

.slide-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: max-content;
}

.slide {
  flex: 0 0 auto;
  width: 43rem; /* 画像の横幅に合わせて調整 */
}
@media screen and (max-width: 600px) {
  .slide {
    width: 34rem;
  }
}

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

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.map {
  padding: 8.5rem 0;
  background-color: #ea7c2c;
}
@media screen and (max-width: 600px) {
  .map {
    padding: 0;
  }
  .map iframe {
    width: 100%;
    height: 25.8rem;
  }
}
@media screen and (max-width: 600px) {
  .map .inner {
    width: 100%;
  }
}
.map .section_title {
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 3rem;
}

.contact-pc {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  z-index: 10;
}
.contact-pc .contact_btn {
  display: block;
}

.contact-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .contact-pc {
    display: none;
  }
  .contact-sp {
    display: block;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    background-color: #ffc600;
    width: 100%;
    padding: 2rem 0;
    transform: none;
    z-index: 10;
  }
  .contact-sp .flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
  }
  .contact-sp .contact_box {
    width: 40%;
  }
  .contact-sp .contact_company {
    font-size: 2.1vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .contact-sp .contact_title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #ea7c2c;
    letter-spacing: 0.1em;
    text-align: left;
    -webkit-text-stroke: 0.1px #FFF;
    width: 90%;
  }
  .contact-sp .contact_title .strong {
    font-size: 3.4rem;
  }
  .contact-sp .contact_btn {
    width: 50%;
  }
}
footer {
  background-color: #FFF;
  padding: 5rem 0 10rem 0;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 2rem 0;
    margin-bottom: 11rem;
    margin-top: -2px;
  }
}
@media screen and (max-width: 600px) {
  footer .inner {
    width: 96%;
  }
}
footer .footer__block {
  align-items: flex-start;
}
footer .footer__block .footer__box {
  text-align: left;
}
footer .flex {
  flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  footer .flex {
    gap: 1.6rem;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_box {
    width: 44%;
  }
}
footer .footer_block01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  align-content: center;
  gap: 5rem;
}
@media screen and (max-width: 600px) {
  footer .footer_block01 {
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  footer .footer_block01 .footer_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
footer .footer_logo {
  font-size: 3rem;
  font-weight: 900;
  color: #ea7c2c;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 600px) {
  footer .footer_logo {
    margin-bottom: 0.5rem;
  }
}
footer .footer_company {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #363636;
  letter-spacing: 0.03em;
}
footer .footer_location {
  display: inline-block;
  background-color: #363636;
  padding: 0.5rem 2rem;
  color: #FFF;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  footer .footer_location {
    padding: 0.5rem 3rem;
    font-size: 1.9rem;
  }
}
footer .footer_address {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #363636;
}
@media screen and (max-width: 600px) {
  footer .footer_address {
    letter-spacing: 0.06em;
    font-size: 1.9rem;
  }
}/*# sourceMappingURL=index.css.map */