@charset "utf-8";
main {
  overflow: hidden;
}

/*===============
concept
================*/
.concept {
  padding-top: 114px;
  padding-bottom: 124px;
  position: relative;
}
.concept__textWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}
.concept__title {
  font-size: 28px;
  font-family: "Zen Antique Soft", serif;
  width: 47%;
  max-width: 330px;
  line-height: 1.83;
  letter-spacing: 0.05em;
}
.concept-wrap__text {
  font-size: 16px;
  font-family: "Zen Antique Soft", serif;
  width: 50.5%;
  max-width: 433px;
  line-height: 2.96;
  letter-spacing: 0.05em;
}

/*===============
interview
================*/
.interview {
  padding-top: 100px;
  padding-bottom: 105px;
}
.interview__list {
  width: 100%;
}
.interview__list--item {
  background-color: #dce2e9;
  position: relative;
}
.interview__list--item:not(:last-child) {
  margin-bottom: 55px;
}
.interview__box {
  padding: 60px 36px;
}
.interview__listWrap {
  display: flex;
  justify-content: space-between;
}
.interview__list--item:nth-child(even) .interview__listWrap {
  flex-direction: row-reverse;
}
.interview__textWrap {
  width: 580px;
}
.interview__text--sml {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.interview__text--left {
  display: flex;
  justify-content: flex-end;
}
.interview__text--line {
  font-size: 22px;
  font-family: "Zen Antique Soft", serif;
  margin-bottom: 46px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.interview__text--line.line--sp {
  display: none;
}
.interview__profile {
}
.profile__list {
}
.profile__heading {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.profile__text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.interview__imgWrap {
  width: calc(100% - 600px);
  max-width: 564px;
  height: 434px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.interview__imgWrap--img {
  display: none;
}
/* .interview__imgWrap--type01 {
  background: url(../imgs/index/int_1.jpg) center center / cover no-repeat;
}
.interview__imgWrap--type02 {
  background: url(../imgs/index/int_2.jpg) center center / cover no-repeat;
}
.interview__imgWrap--type03 {
  background: url(../imgs/index/int_3.jpg) center center / cover no-repeat;
}
.interview__imgWrap--type04 {
  background: url(../imgs/index/int_4.jpg) center center / cover no-repeat;
} */

.num__wrap {
  position: absolute;
  bottom: -63px;
  left: -10px;
}
.interview__list--item:nth-child(even) .num__wrap {
  left: auto;
  right: 10px;
}
.num__wrap--sp {
  display: none;
}
.num__text {
  font-size: 179px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 0;
}

/*===============
work-style
================*/
.work-style {
  padding-top: 117px;
  padding-bottom: 135px;
}
.work-style .section-title {
  text-align: left;
  margin-bottom: 105px;
}
.work-style .section-title__en,
.work-style .section-title__ja {
  text-align: left;
}
.work-style__list {
  width: 100%;
}
.work-style__list--item {
  padding: 50px 20px 54px 0;
  border-bottom: 1px solid #b5c2d1;
}
.work-style__list--item:first-child {
  border-top: 1px solid #b5c2d1;
}
.work-style__wrap {
  display: flex;
  align-items: center;
}
.work-style__headingWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 45%;
  max-width: 520px;
  margin-right: 3%; */
  width: 50%;
  max-width: 520px;
  margin-right: 3%;
  margin-left: 3%;
}
.work-style__num {
  color: #ffde01;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  width: 50px;
}
.work-style__heading {
  font-size: 21px;
  font-family: "Zen Antique Soft", serif;
  /* width: calc(100% - 50px);
  max-width: 470px; */
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.work-style__text {
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  width: 52.5%;
  max-width: 572px;
  line-height: 3.19;
  letter-spacing: 0.05em;
}
/*===============
off-time
================*/

.off-time__imgWrap--img {
  display: none;
}

.off-time__textWrap--type01 .section-title,
.off-time__textWrap--type01 .section-title__en {
  text-align: left;
}
.off-time__textWrap--type02 .section-title,
.off-time__textWrap--type02 .section-title__en {
  display: flex;
  justify-content: flex-end;
}
.off-time__textWrap--type01 .section-title {
  margin-bottom: 17px;
}
.off-time__textWrap--type02 .section-title {
  margin-bottom: 0;
}
.off-time__box {
  position: relative;
  top: 373px;
}
.off-time__text--line {
  color: #fff;
  font-size: 21px;
  font-family: "Zen Antique Soft", serif;
  letter-spacing: 0.05em;
}
.off-time__text--line.line--sp {
  display: none;
}
.off-time__textWrap--type02 .off-time__text--line {
  text-align: right;
}
.off-time__textWrap .yellow--line {
  padding: 4px 5px;
}
.off-time__textWrap .yellow--line:not(:last-child) {
  margin-bottom: 5px;
}
.line {
  width: 92px;
  height: 1px;
  margin: 76px 0 63px;
  background-color: #fff;
}
.line--type02 {
  margin: 55px 0 55px auto;
}
.off-time__text {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.off-time__imgWrap {
  width: calc(100% - 560px);
  max-width: 720px;
  background: url("../imgs/offtime_1.jpg") center left / cover no-repeat;
}
.off-time__imgWrap {
  width: calc(100% - 560px);
  max-width: 720px;
}
.off-time__imgWrap--type01 {
  background: url("../imgs/offtime_1.jpg") center left / cover no-repeat;
}
.off-time__imgWrap--type02 {
  background: url("../imgs/offtime_2.jpg") center center / cover no-repeat;
}

/* デザイン変更 */
.off-time .section-title__en {
  text-align: left;
}
.off-time__wrap {
  width: 96%;
  max-width: 1350px;
  display: flex;
  justify-content: space-between;
}
.off-time__wrap--rgt {
  margin: 0 20px 0 auto;
}
.off-time__wrap--lft {
  margin: 0 auto 0 0;
}

.off-time__textWrap {
  width: 545px;
  padding-top: 77px;
  padding-bottom: 10px;
}
.interview__text--line {
  margin-bottom: 75px;
}

.off-time__list {
  width: 100%;
}
.off-time__list--item {
}
.off-time__list--item:not(:last-child) {
  margin-bottom: 52px;
}
.off-time__list--heading,
.off-time__list--text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.off-time__list--heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 23px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.off-time__list--heading::after {
  content: "";
  display: block;
  width: 92px;
  height: 1px;
  margin-top: 27px;
  background-color: #fff;
}
.off-time__list--text {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

/* スライド */
.off-time__slideWrap {
  display: flex;
  height: 1630px;
  overflow-y: hidden;
}
.infiniteslide_wrap {
  height: auto !important;
}
.infiniteslide__lft {
  width: 360px;
}
.infiniteslide__rgt {
  width: 340px;
}
.infiniteslide__lft {
  padding-right: 20px;
}
.infiniteslide__list--item {
  margin-bottom: 20px;
}
/*===============
top-message
================*/
.top-message {
  padding-top: 76px;
  padding-bottom: 100px;
  overflow: hidden;
}
.top-message .inner-1367 {
  width: 95%;
  max-width: 1367px;
  margin-left: auto;
  margin-right: auto;
}
.top-message__wrap {
  position: relative;
}
.circle__wrap {
  overflow: hidden;
}
.circle__wrap--bk {
  position: relative;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1367px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin: 0 auto;
}
.top-message__textContents {
  width: calc(100% - 80px);
  max-width: 601px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top-message .section-title {
  margin-bottom: 87px;
}
.top-message .section-title__en {
  margin-bottom: 12px;
}
.top-message .top-message__text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  max-width: 601px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
.top-message .top-message__name {
  font-size: 21px;
  font-family: "Zen Antique Soft", serif;
  width: 100%;
  max-width: 601px;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  letter-spacing: 0.05em;
}

/*===============
entry
================*/
.entry {
  padding-bottom: 90px;
}
.entry__wrap {
  width: 100%;
  max-width: 1201px;
  margin: 0 0 67px auto;
}

.entry .section-title {
  margin-bottom: 0;
}

.entry__heading {
  font-size: 22px;
  font-family: "Zen Antique Soft", serif;
  line-height: 1.55;
  letter-spacing: 0.05em;
}

.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  padding: 41px 90px 41px 3px;
}
.entry__num {
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-right: 1em;
  padding-top: 3px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.entry__title {
  font-size: 21px;
  font-family: "Zen Antique Soft", serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.accordion-item {
  border-bottom: 1px solid #b5c2d1;
}
.accordion-item:first-child {
  border-top: 1px solid #b5c2d1;
}
.accordion-content {
  display: none;
  padding: 13px 0 53px;
}
/* コンテンツボックスの枠線 */
.accordion-content {
}
/* 矢印 */
.accordion-title {
  position: relative;
  display: flex;
  align-items: center;
}
/* 縦線 */
.accordion-title::before {
  background: #222; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 19px;
  top: 50%; /* 線の位置を縦中央に */
  transform: rotate(90deg); /* 線を縦に */
  transition: transform 0.3s ease-in-out;
  width: 40px; /* 線の幅 */
}
/* 横線 */
.accordion-title::after {
  background: #222; /* 線の色 */
  content: "";
  height: 1px; /* 線の太さ */
  position: absolute;
  right: 19px;
  top: 50%; /* 線の位置を縦中央に */
  transition: opacity 0.3s ease-in-out;
  width: 40px; /* 線の幅 */
}
/* 縦線(クリック後) */
.accordion-title.open::before {
  transform: rotate(180deg);
}
/* 横線(クリック後) */
.accordion-title.open::after {
  opacity: 0;
}

.entry__contentsList {
  width: 100%;
  border-left: 1px solid #b5c2d1;
  border-right: 1px solid #b5c2d1;
}
.entry__contentsWrap:first-child {
  border-top: 1px solid #b5c2d1;
}
.entry__contentsWrap {
  display: flex;
  border-bottom: 1px solid #b5c2d1;
}
.entry__contents--heading,
.entry__contents--text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding: 30px 0 25px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.entry__contents--heading {
  width: 190px;
  padding-left: 37px;
  padding-right: 20px;
  background-color: #d2dae3;
  border-right: 1px solid #b5c2d1;
}
.entry__contents--text {
  width: calc(100% - 190px);
  padding-left: 47px;
  padding-right: 47px;
}
.entry__contents--text02:not(:last-child) {
  margin-bottom: 15px;
  display: block;
}

.entry__btnWrap {
  padding-top: 53px;
}
.entry__btn--text {
  font-size: 22px;
  font-family: "Zen Antique Soft", serif;
  text-align: center;
  margin-bottom: 48px;
  line-height: 2.34;
  letter-spacing: 0.05em;
}
.entry__btn {
  color: #222;
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 629px;
  margin: 0 auto;
  padding: 33px 20px;
  background-color: #ffde01;
  border-radius: 47px;
  position: relative;
}
.entry__btn::after {
  content: "";
  background: url("../imgs/common/btn_arrow_black.svg") center center / contain no-repeat;
  display: block;
  width: 35px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 38px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  /*===============
top-messag
================*/
  .top-message__textContents {
    /* top: 25.763vw; */
  }
  .top-message .section-title {
    margin-bottom: 6.041vw;
  }
  /* .top-message .top-message__text {
    font-size: 1.111vw;
    margin-bottom: 3.819vw;
  }
  .top-message .top-message__name {
    font-size: 1.458vw;
  } */

  /*===============
off-time
================*/
  /* デザイン変更 */
  /* スライド */
  .off-time__wrap--rgt {
    margin: 0 1.388vw 0 auto;
  }
  .infiniteslide__lft {
    width: 25vw;
  }
  .infiniteslide__rgt {
    width: 23.611vw;
  }
  .infiniteslide__lft {
    padding-right: 1.388vw;
  }
  .infiniteslide__list--item {
    margin-bottom: 1.388vw;
  }
}

@media screen and (max-width: 1370px) {
}

@media screen and (max-width: 1300px) {
  /*===============
off-time
================*/
  /* デザイン変更 */
  .off-time__textWrap {
    width: 465px;
    padding-bottom: 80px;
  }
  .off-time .interview__text--line {
    font-size: 18px;
  }
  .off-time__slideWrap {
    height: 1716px;
  }

  /*===============
entry
================*/
  .entry__heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) {
  /*===============
interview
================*/
  .interview__textWrap {
    width: 470px;
  }
  .interview__text--line {
    font-size: 18px;
  }
  .profile__heading {
    font-size: 16px;
  }
  .profile__text {
    font-size: 14px;
  }
  .interview__imgWrap {
    width: calc(100% - 490px);
  }

  /*===============
off-time
================*/
  /* デザイン変更 */
  .off-time__textWrap {
    width: 405px;
  }
  .off-time .interview__text--line {
    font-size: 16px;
  }
  .off-time__slideWrap {
    height: 1766px;
  }

  /*===============
top-messag
================*/
  .top-message .section-title__en {
    font-size: 6.388vw;
    margin-bottom: 1.111vw;
  }
  .top-message .section-title__ja {
    font-size: 1.574vw;
  }
  .top-message__textContents {
    max-width: 55.648vw;
  }
  .top-message .top-message__text {
    font-size: 1.481vw;
    margin-bottom: 2.777vw;
    max-width: 55.648vw;
  }
  .top-message .top-message__name {
    font-size: 1.944vw;
    max-width: 55.648vw;
  }

  /*===============
entry
================*/
  .entry__heading {
    font-size: 16px;
  }
}

@media screen and (max-width: 980px) {
  /*===============
off-time
================*/
  /* デザイン変更 */
  .off-time__textWrap {
    padding-top: 77px;
    padding-bottom: 50px;
  }
  .off-time__textWrap--type01 {
    padding-right: 4%;
  }
  .off-time__textWrap--type02 {
    padding-top: 50px;
    padding-left: 4%;
  }
  .off-time__imgWrap {
    background: none;
    width: 100%;
    max-width: 100%;
  }
  .off-time__imgWrap--img {
    display: block;
  }
  .off-time__box {
    position: static;
  }
  .off-time__textWrap--type02 .off-time__text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  /*===============
off-time
================*/
  /* デザイン変更 */
  .off-time__wrap {
    width: 92%;
    display: block;
  }
  .off-time__wrap--rgt {
    margin: 0 auto;
  }
  .off-time__textWrap {
    width: 100%;
  }
  .off-time__slideWrap {
    height: 170vw;
  }
  .infiniteslide__lft {
    width: 100%;
  }
  .infiniteslide__rgt {
    width: 100%;
  }
}

@media screen and (max-width: 880px) {
  /*===============
concept
================*/
  .concept__textWrap {
    display: block;
  }
  .concept__title {
    font-size: 21px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .concept-wrap__text {
    width: 100%;
    max-width: 100%;
  }

  /*===============
interview
================*/
  .interview__box {
    padding: 40px 36px 140px;
  }
  .interview__listWrap {
    display: block;
  }
  .interview__textWrap {
    width: 100%;
    margin-bottom: 30px;
  }
  .interview__text--line {
    font-size: 16px;
  }
  .profile__heading {
    font-size: 15px;
  }
  .interview__text--sml {
    margin-bottom: 25px;
  }
  .interview__text--line {
    margin-bottom: 36px;
  }
  .interview__imgWrap {
    width: 100%;
    max-width: 100%;
    height: auto;
    background-image: none !important;
  }
  /* .interview__imgWrap--type01,
  .interview__imgWrap--type02,
  .interview__imgWrap--type03,
  .interview__imgWrap--type04 {
    background: none;
  } */
  .interview__imgWrap--img {
    display: block;
  }

  .num__wrap {
    bottom: -143px;
    left: -9px;
  }
  .interview__list--item:nth-child(even) .num__wrap {
    right: -9px;
    left: auto;
  }
  .num__wrap--pc {
    display: none;
  }
  .num__wrap--sp {
    display: block;
  }
  .num__text {
    font-size: 139px;
  }

  /*===============
top-messag
================*/
  .top-message__textContents {
    width: calc(100% - 9.09vw);
    max-width: 62.5vw;
  }

  /* .top-message .top-message__text {
    font-size: 1.818vw;
    max-width: 55.113vw;
  }
  .top-message .top-message__name {
    font-size: 2.386vw;
    max-width: 55.113vw;
  } */

  /*===============
entry
================*/
  .entry__contents--heading {
    padding-left: 27px;
  }
  .entry__contents--text {
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 750px) {
  /*===============
work-style
================*/
  .work-style__list--item {
    padding: 35px 0 39px 0;
  }
  .work-style__wrap {
    display: block;
  }
  .work-style__headingWrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .work-style__heading {
    font-size: 18px;
    /* width: calc(100% - 50px); */
    width: 100%;
    max-width: 100%;
  }
  .work-style__text {
    width: 100%;
    max-width: 100%;
  }

  /*===============
top-messag
================*/
  .top-message {
    background-color: #ffde01;
  }

  .top-message .inner-1367 {
    width: 100%;
  }
  .circle__wrap {
    /* width: 100%;
    height: 100vh; */
    overflow: hidden;
    display: none;
  }
  .circle__wrap--bk {
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    width: 795px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin: 0 auto;
  }
  .top-message__textContents {
    width: 92%;
    max-width: 100%;
    margin: 0 auto;
    position: static;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
  }
  .top-message .section-title__en {
    font-size: 51px;
    margin-bottom: 10px;
  }
  .top-message .section-title__ja {
    font-size: 14px;
  }
  .top-message .top-message__text {
    /* font-size: 1.818vw; */
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 25px;
    line-height: 2;
  }
  .top-message .top-message__name {
    font-size: 18px;
    max-width: 100%;
  }

  /*===============
entry
================*/
  .entry {
    padding-top: 70px;
  }
  .accordion {
    margin-top: 60px;
  }
  .accordion-title {
    padding: 31px 80px 31px 3px;
  }
  .entry__num {
    font-size: 15px;
    padding-top: 2px;
  }
  .entry__title {
    font-size: 18px;
  }
  .accordion-title::before {
    width: 30px;
  }
  .accordion-title::after {
    width: 30px;
  }
  .entry__contents--heading,
  .entry__contents--text {
    font-size: 14px;
    padding: 20px 0 15px;
  }
  .entry__contents--heading {
    width: 150px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .entry__contents--text {
    width: calc(100% - 150px);
    padding-left: 17px;
    padding-right: 17px;
  }

  .entry__btn--text {
    font-size: 18px;
    margin-bottom: 38px;
  }
  .entry__btn {
    font-size: 22px;
    padding: 23px 20px;
  }

  /*===============
off-time
================*/
  .off-time__text--line {
    font-size: 18px;
  }
  .off-time__textWrap .yellow--line {
    padding: 2px 4px;
  }
  .line {
    width: 72px;
    margin: 56px 0 43px;
  }
  .line--type02 {
    margin: 56px 0 43px auto;
  }

  /* デザイン変更 */
  .off-time__list--item:not(:last-child) {
    margin-bottom: 37px;
  }
  .off-time__list--heading {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .off-time__list--heading::after {
    width: 79px;
    margin-top: 17px;
  }
}

@media screen and (max-width: 550px) {
  /*===============
interview
================*/
  .interview__box {
    padding: 40px 25px 100px;
  }
  .interview__text--line.line--pc {
    display: none;
  }
  .interview__text--line.line--sp {
    display: block;
  }

  .num__wrap {
    bottom: -104px;
    left: -6px;
  }
  .interview__list--item:nth-child(even) .num__wrap {
    right: -6px;
    left: auto;
  }

  .num__text {
    font-size: 99px;
  }

  /*===============
off-time
================*/
  .off-time__text--line.line--pc {
    display: none;
  }
  .off-time__text--line.line--sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  /*===============
concept
================*/
  .concept {
    padding-top: 84px;
    padding-bottom: 94px;
  }
  .concept__textWrap {
    margin-bottom: 39px;
  }
  .concept__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .concept-wrap__text {
    font-size: 14px;
  }

  /*===============
interviiew
================*/
  .interview {
    padding-top: 80px;
    padding-bottom: 85px;
  }
  .interview__list--item:not(:last-child) {
    margin-bottom: 35px;
  }

  /*===============
work-style
================*/
  .work-style {
    padding-top: 97px;
    padding-bottom: 115px;
  }
  .work-style .section-title {
    margin-bottom: 75px;
  }
  .work-style__list--item {
    padding: 30px 0 34px 0;
  }
  .work-style__heading {
    font-size: 16px;
  }
  .work-style__text {
    line-height: 2.5;
  }

  /*===============
top-message
================*/
  .top-message {
    padding-top: 76px;
    padding-bottom: 80px;
  }
  .top-message .section-title__en {
    font-size: 40px;
  }
  .top-message .section-title__ja {
    font-size: 13px;
  }

  /*===============
entry
================*/
  .entry {
    padding-bottom: 70px;
  }
  .accordion {
    margin-top: 40px;
  }
  .accordion-title {
    padding: 21px 50px 21px 3px;
  }
  .entry__num {
    font-size: 14px;
  }
  .entry__title {
    font-size: 16px;
  }
  .accordion-title::before {
    width: 20px;
    right: 14px;
  }
  .accordion-title::after {
    width: 20px;
    right: 14px;
  }
  .entry__contentsWrap {
    display: block;
  }
  .entry__contents--heading,
  .entry__contents--text {
    padding: 10px 0 10px;
  }
  .entry__contents--heading {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
    border-bottom: 1px solid #222;
  }
  .entry__contents--text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .entry__btn--text {
    font-size: 16px;
    line-height: 2;
  }
  .entry__btn {
    font-size: 16px;
    padding: 20px;
  }
  .entry__btn::after {
    width: 28px;
    height: 6px;
    right: 20px;
  }

  /*===============
off-time
================*/
  .off-time__text--line {
    font-size: 16px;
  }
  .off-time__textWrap .yellow--line:not(:last-child) {
    margin-bottom: 3px;
  }
  .line {
    width: 62px;
    margin: 46px 0 33px;
  }
  .line--type02 {
    margin: 46px 0 33px auto;
  }
  .off-time__textWrap--type01 {
    padding-right: 4%;
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .off-time__textWrap--type02 {
    padding-top: 40px;
  }
  .off-time__textWrap--type02 .off-time__text {
    margin-bottom: 40px;
  }
  .entry__contentsWrap {
    display: block;
  }
  .entry__contents--heading,
  .entry__contents--text {
    padding: 10px 0 10px;
  }
  .entry__contents--heading {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
    border-bottom: 1px solid #b5c2d1;
  }
  .entry__contents--text {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .entry__btn--text {
    font-size: 16px;
    line-height: 2;
  }
  .entry__btn {
    font-size: 16px;
    padding: 20px;
  }
  .entry__btn::after {
    width: 28px;
    height: 6px;
    right: 20px;
  }

  /*===============
off-time
================*/
  .off-time__text--line {
    font-size: 16px;
  }
  .off-time__textWrap .yellow--line:not(:last-child) {
    margin-bottom: 3px;
  }
  .line {
    width: 62px;
    margin: 46px 0 33px;
  }
  .line--type02 {
    margin: 46px 0 33px auto;
  }

  /* デザイン変更 */
  .off-time__textWrap--type01 {
    padding-right: 4%;
    padding-top: 55px;
    padding-bottom: 40px;
  }
  .off-time__textWrap--type02 {
    padding-top: 40px;
  }
  .off-time__textWrap--type02 .off-time__text {
    margin-bottom: 40px;
  }
}
