@charset "UTF-8";
/*
 Theme Name: onepress-child
 Template: onepress
 Version: 20250829_1
*/
/*
  ↑重要 消さない：子テーマ設定に必要な記述です
  Version: 配信時にキャッシュクリアの為更新が必要です（コメントアウト・変数共に）
*/
/* webフォント */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  overflow-x: hidden;
}
.site {
  background: #fafafa;
}
.section-meta {
  background: #f5f5f5;
}
#primary {
  padding-top: 0;
  padding-bottom: 0;
}
.entry-content {
  margin-bottom: 6.7vw;
}
@media only screen and (min-width: 1200px) {
  .entry-content {
    margin-bottom: 80.4px;
  }
}

.I-pageWrap {
  background: #fafafa;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #333333;
  min-width: 375px;
  margin: auto;
  font-size: 14px;
}
@media only screen and (max-width: 1400px) {
  .I-pageWrap {
    font-size: 12px;
  }
}
.I-pageWrap .container {
  width: 80vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap .container {
    width: 960px;
  }
}
@media only screen and (max-width: 469px) {
  .I-pageWrap .container {
    width: 375px;
  }
}
.I-pageWrap img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.I-pageWrap a {
  color: #D06D26;
}
.I-pageWrap a:hover,
.I-pageWrap a:focus {
  color: #ff8316;
}
.I-pageWrap h1,
.I-pageWrap h2,
.I-pageWrap h3,
.I-pageWrap h4,
.I-pageWrap h5,
.I-pageWrap h6 {
  clear: both;
  font-family: inherit;
  line-height: inherit;
}
.I-pageWrap h1 a,
.I-pageWrap h2 a,
.I-pageWrap h3 a,
.I-pageWrap h4 a,
.I-pageWrap h5 a,
.I-pageWrap h6 a {
  color: inherit;
  text-decoration: none;
}
.I-pageWrap h1,
.I-pageWrap h2,
.I-pageWrap h3 {
  margin: 0 auto 1.8rem;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap h1,
  .I-pageWrap h2,
  .I-pageWrap h3 {
    margin: 0 auto 1.4rem;
  }
}
.I-pageWrap h4,
.I-pageWrap h5,
.I-pageWrap h6 {
  margin: 0 auto;
}
.I-pageWrap h1,
.I-pageWrap h2 {
  font-weight: 700;
  line-height: 3.2rem;
  font-size: 2.6rem;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap h1,
.I-pageWrap h2 {
    line-height: 2.2rem;
    font-size: 1.8rem;
  }
}
.I-pageWrap h3 {
  font-weight: 500;
  line-height: 2.8rem;
  font-size: 2.2rem;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap h3 {
    line-height: 2rem;
    font-size: 1.6rem;
  }
}
.I-pageWrap h4 {
  font-weight: 600;
  font-size: 1.2rem;
}
.I-pageWrap h5 {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
.I-pageWrap h6 {
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.I-pageWrap p,
.I-pageWrap details,
.I-pageWrap address,
.I-pageWrap .vcard,
.I-pageWrap figure,
.I-pageWrap pre,
.I-pageWrap fieldset,
.I-pageWrap table,
.I-pageWrap dt,
.I-pageWrap dd,
.I-pageWrap hr {
  margin-bottom: 0;
  margin-top: 0;
}
.I-pageWrap hr {
  border-top: 1px solid #fafafa;
}
.I-pageWrap tt,
.I-pageWrap kbd,
.I-pageWrap pre,
.I-pageWrap code,
.I-pageWrap samp,
.I-pageWrap var {
  font-family: inherit;
  background-color: #fafafa;
}
.I-pageWrap abbr,
.I-pageWrap acronym,
.I-pageWrap dfn {
  border-bottom: 1px dotted #fafafa;
}
.I-pageWrap ul,
.I-pageWrap ol,
.I-pageWrap li,
.I-pageWrap dl,
.I-pageWrap dt,
.I-pageWrap dd {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: inherit;
}
/* WP側のスタイルを再度記載 ※ここまでの記述で上書されると崩れる箇所がある */
.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
}
/* WP側のスタイルを再度記載 ここまで */
.I-pageWrap table,
.I-pageWrap table * {
  margin: 0;
  padding: 0;
  border: none;
}
.I-pageWrap > * + * {
  margin-top: 6.7vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap > * + * {
    margin-top: 80.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap > * + * {
    margin-top: 25.13px;
  }
}

.I-commonHeader {
  position: relative;
  height: 31.3vw;
}
@media only screen and (max-width: 512px) {
  .I-commonHeader {
    height: 160px;
  }
}
.I-commonHeader .id-background {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-width: 375px;
}
.I-commonHeader .id-background > img {
  height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.I-commonHeader .id-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 25px));
          transform: translate(-50%, calc(-50% + 25px));
  color: #fafafa;
  font-weight: bold;
  text-align: center;
}
.I-commonHeader .id-title .id-main-text {
  font-size: 4vw;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1200px) {
  .I-commonHeader .id-title .id-main-text {
    font-size: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .I-commonHeader .id-title .id-main-text {
    font-size: 15px;
  }
}
.I-commonHeader .id-title .id-sub-text {
  font-size: 2.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-commonHeader .id-title .id-sub-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .I-commonHeader .id-title .id-sub-text {
    font-size: 14px;
  }
}

a.I-commonButtonMain,
.I-commonButtonMain {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 3em;
  background: -webkit-gradient(linear, left top, right top, from(#D06D26), to(#D2931E));
  background: linear-gradient(to right, #D06D26, #D2931E);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fafafa;
}
a.I-commonButtonMain:hover, a.I-commonButtonMain:focus,
.I-commonButtonMain:hover,
.I-commonButtonMain:focus {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  color: #fafafa;
  text-decoration: none;
}

.I-sectionEntryLink-Side {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 70vh;
  margin-top: 0;
  height: 15.5vw;
  width: 5vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side {
    top: 50vh;
    height: 186px;
  }
}
@media only screen and (max-width: 517px) {
  .I-sectionEntryLink-Side {
    height: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side {
    width: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .I-sectionEntryLink-Side {
    width: 30px;
  }
}
.I-sectionEntryLink-Side:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#D06D26), to(#D2931E));
  background-image: linear-gradient(to top, #D06D26, #D2931E);
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}
.I-sectionEntryLink-Side:hover:before, .I-sectionEntryLink-Side:focus:before {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.I-sectionEntryLink-Side:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: 8px;
  left: 0;
  margin: 0.4vw;
  height: 1vw;
  background-image: url("image/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side:after {
    margin: 4.8px;
  }
}
@media only screen and (max-width: 375px) {
  .I-sectionEntryLink-Side:after {
    margin: 1.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side:after {
    height: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-sectionEntryLink-Side:after {
    height: 3.75px;
  }
}
@media screen and (max-width: 768px) {
  .I-sectionEntryLink-Side:after {
    bottom: 4px;
  }
}
.I-sectionEntryLink-Side > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 100%;
  height: 5vw;
  width: 15.5vw;
  padding-right: 1vw;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1.5vw;
  letter-spacing: 0.1em;
  color: #fafafa;
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side > a {
    height: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .I-sectionEntryLink-Side > a {
    height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side > a {
    width: 186px;
  }
}
@media only screen and (max-width: 517px) {
  .I-sectionEntryLink-Side > a {
    width: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side > a {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-sectionEntryLink-Side > a {
    padding-right: 3.75px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-sectionEntryLink-Side > a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 934px) {
  .I-sectionEntryLink-Side > a {
    font-size: 14px;
  }
}
.I-sectionEntryLink-Side > a:hover, .I-sectionEntryLink-Side > a:focus {
  text-decoration: none;
  color: #fafafa;
}

.I-commonSectionBlock > .id-wrap {
  padding-bottom: 6vw;
}
@media only screen and (min-width: 1200px) {
  .I-commonSectionBlock > .id-wrap {
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 375px) {
  .I-commonSectionBlock > .id-wrap {
    padding-bottom: 22.5px;
  }
}
.I-commonSectionBlock > .id-wrap > .id-headline {
  margin-bottom: 0;
  line-height: 1.4em;
}
.I-commonSectionBlock > .id-wrap > .id-headline > * {
  vertical-align: middle;
}
.I-commonSectionBlock > .id-wrap > .id-headline > .id-title {
  font-size: 4.5vw;
  letter-spacing: 0.02em;
  line-height: 1em;
}
@media only screen and (min-width: 1200px) {
  .I-commonSectionBlock > .id-wrap > .id-headline > .id-title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 556px) {
  .I-commonSectionBlock > .id-wrap > .id-headline > .id-title {
    font-size: 25px;
  }
}
.I-commonSectionBlock > .id-wrap > .id-headline > .id-sub {
  display: inline-block;
  font-size: 2vw;
  margin-left: 0.5vw;
  padding-top: 0.2em;
  color: #D06D26;
}
@media only screen and (min-width: 1200px) {
  .I-commonSectionBlock > .id-wrap > .id-headline > .id-sub {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .I-commonSectionBlock > .id-wrap > .id-headline > .id-sub {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-commonSectionBlock > .id-wrap > .id-headline > .id-sub {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 375px) {
  .I-commonSectionBlock > .id-wrap > .id-headline > .id-sub {
    margin-left: 1.88px;
  }
}
.I-commonSectionBlock > .id-wrap > .id-text {
  margin-top: 1.2vw;
  margin-left: 0.8vw;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1200px) {
  .I-commonSectionBlock > .id-wrap > .id-text {
    margin-top: 14.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-commonSectionBlock > .id-wrap > .id-text {
    margin-top: 4.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-commonSectionBlock > .id-wrap > .id-text {
    margin-left: 9.6px;
  }
}
@media only screen and (max-width: 375px) {
  .I-commonSectionBlock > .id-wrap > .id-text {
    margin-left: 3px;
  }
}

.I-pageWrap .I-commonSectionBlock:before {
  top: 3.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap .I-commonSectionBlock:before {
    top: 38.4px;
  }
}
@media only screen and (max-width: 688px) {
  .I-pageWrap .I-commonSectionBlock:before {
    top: 22px;
  }
}

.I-topHeader {
  height: 46.3vw;
  max-height: 730px;
}
@media only screen and (max-width: 375px) {
  .I-topHeader {
    height: 173.63px;
  }
}
.I-topHeader .id-catchCopy {
  z-index: 2;
  position: absolute;
  color: #fafafa;
  top: 70%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.I-topHeader .id-catchCopy .id-main-text {
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-topHeader .id-catchCopy .id-main-text {
    font-size: 42px;
  }
}
@media only screen and (max-width: 400px) {
  .I-topHeader .id-catchCopy .id-main-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-topHeader .id-catchCopy .id-main-text {
    letter-spacing: 2.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topHeader .id-catchCopy .id-main-text {
    letter-spacing: 0.75px;
  }
}
.I-topHeader .id-catchCopy .id-main-text span {
  display: block;
}
.I-topHeader .id-catchCopy .id-sub-text {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.5em;
}
@media only screen and (min-width: 1200px) {
  .I-topHeader .id-catchCopy .id-sub-text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 560px) {
  .I-topHeader .id-catchCopy .id-sub-text {
    font-size: 14px;
  }
}

.I-topMessage {
  position: relative;
  padding-top: 3vw;
  padding-bottom: 2.2vw;
}
.I-topMessage:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, black 17.5%, transparent calc(17.5% + 2px), transparent calc(82.5% - 2px), black 82.5%);
          mask: linear-gradient(101deg, black 17.5%, transparent calc(17.5% + 2px), transparent calc(82.5% - 2px), black 82.5%);
}
@media only screen and (min-width: 1200px) {
  .I-topMessage {
    padding-top: 36px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topMessage {
    padding-top: 11.25px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-topMessage {
    padding-bottom: 26.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topMessage {
    padding-bottom: 8.25px;
  }
}
.I-topMessage .id-wrap {
  width: 70vw;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .I-topMessage .id-wrap {
    width: 840px;
  }
}
@media only screen and (max-width: 429px) {
  .I-topMessage .id-wrap {
    width: 300px;
  }
}
.I-topMessage .id-wrap .id-title {
  margin-bottom: 3.5vw;
  font-size: 3.2vw;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1200px) {
  .I-topMessage .id-wrap .id-title {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topMessage .id-wrap .id-title {
    margin-bottom: 13.13px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-topMessage .id-wrap .id-title {
    font-size: 38.4px;
  }
}
@media only screen and (max-width: 625px) {
  .I-topMessage .id-wrap .id-title {
    font-size: 20px;
  }
}
.I-topMessage .id-wrap .id-message {
  font-size: 1.2vw;
  line-height: 2.05em;
}
@media only screen and (min-width: 1200px) {
  .I-topMessage .id-wrap .id-message {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 1167px) {
  .I-topMessage .id-wrap .id-message {
    font-size: 14px;
  }
}

.I-topPageLink > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-content: center;
  position: relative;
  width: 82vw;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul {
    width: 984px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topPageLink > ul {
    width: 307.5px;
  }
}
.I-topPageLink > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 50vw;
  padding-top: 15.5vw;
  padding-right: 7.4vw;
  padding-left: 7.4vw;
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li {
    width: 600px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topPageLink > ul > li {
    width: 187.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li {
    padding-top: 186px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topPageLink > ul > li {
    padding-top: 58.13px;
  }
}
.I-topPageLink > ul > li .id-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 20vw;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li .id-image {
    width: 600px;
    height: 240px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topPageLink > ul > li .id-image {
    width: 187.5px;
    height: 75px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topPageLink > ul > li {
    padding-right: 27.75px;
  }
}
.I-topPageLink > ul > li .id-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.I-topPageLink > ul > li .id-box:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#D06D26), to(#D2931E));
  background: linear-gradient(to right, #D06D26, #D2931E);
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
}
.I-topPageLink > ul > li .id-box:hover:before, .I-topPageLink > ul > li .id-box:focus:before {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.I-topPageLink > ul > li .id-box > a {
  z-index: 1;
  display: block;
  padding: 1.56vw;
  padding-right: 4.6vw;
  color: #fafafa;
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li .id-box > a {
    padding: 18.72px;
  }
}
@media only screen and (max-width: 642px) {
  .I-topPageLink > ul > li .id-box > a {
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li .id-box > a {
    padding-right: 55.2px;
  }
}
@media only screen and (max-width: 544px) {
  .I-topPageLink > ul > li .id-box > a {
    padding-right: 25px;
  }
}
.I-topPageLink > ul > li .id-box > a:hover, .I-topPageLink > ul > li .id-box > a:focus {
  text-decoration: none;
}
.I-topPageLink > ul > li .id-box > a:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 1.3vw;
  height: 100%;
  width: 1vw;
  background-image: url("image/common/link_accent.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li .id-box > a:after {
    right: 15.6px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topPageLink > ul > li .id-box > a:after {
    right: 4.88px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li .id-box > a:after {
    width: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .I-topPageLink > ul > li .id-box > a:after {
    width: 10px;
  }
}
.I-topPageLink > ul > li .id-box > a .id-title {
  display: block;
  font-size: 1.9vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1200px) {
  .I-topPageLink > ul > li .id-box > a .id-title {
    font-size: 22.8px;
  }
}
@media only screen and (max-width: 737px) {
  .I-topPageLink > ul > li .id-box > a .id-title {
    font-size: 14px;
  }
}
.I-topPageLink > ul > li .id-box > a .id-text {
  display: block;
}
@media screen and (max-width: 768px) {
  .I-topPageLink > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .I-topPageLink > ul > li {
    width: 90vw;
    max-width: 660px;
    padding-top: 90px;
    padding-left: 0;
    align-self: center;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .I-topPageLink > ul > li {
    width: 1080px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .I-topPageLink > ul > li {
    width: 337.5px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .I-topPageLink > ul > li {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .I-topPageLink > ul > li {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .I-topPageLink > ul > li .id-image {
    min-height: 100px;
    min-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .I-topPageLink > ul > li .id-box {
    width: 50%;
    min-width: 250px;
  }
  .I-topPageLink > ul > li .id-box .id-text {
    display: block;
    min-height: 3.6em;
  }
}
@media screen and (max-width: 768px) {
  .I-topPageLink > ul > li {
    padding-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .I-topPageLink > ul > li .id-image {
    right: unset;
    left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.I-topEnvironment {
  position: relative;
  margin-top: 11vw;
}
.I-topEnvironment:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, black calc(83.5% - 2px), transparent 83.5%);
          mask: linear-gradient(101deg, black calc(83.5% - 2px), transparent 83.5%);
}
@media only screen and (min-width: 1200px) {
  .I-topEnvironment {
    margin-top: 132px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topEnvironment {
    margin-top: 41.25px;
  }
}

.I-topEnvironmentList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3.8vw;
  max-width: 600px;
  min-width: 300px;
  width: 70vw;
  gap: 4.88px;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .I-topEnvironmentList {
    margin-top: 45.6px;
    max-width: 900px;
    gap: 15.6px;
  }
}
.I-topEnvironmentList > li {
  width: calc((100% / 2) - (4.88px * 2));
  padding-top: calc((100% / 2) - (4.88px * 2));
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 1px rgba(28, 32, 36, 0.5);
          box-shadow: 0 1px 1px rgba(28, 32, 36, 0.5);
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media only screen and (min-width: 1200px) {
  .I-topEnvironmentList > li {
    width: calc((100% / 4) - (15.6px * 2));
    padding-top: calc((100% / 4) - (15.6px * 2));
  }
}
.I-topEnvironmentList > li:hover, .I-topEnvironmentList > li:focus {
  background: #f0d4b8;
}
.I-topEnvironmentList > li > .id-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 1.2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 1200px) {
  .I-topEnvironmentList > li > .id-wrap {
    padding: 14.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topEnvironmentList > li > .id-wrap {
    padding: 4.5px;
  }
}
.I-topEnvironmentList > li > .id-wrap > .id-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.8em 1.8em 1.8em;
  min-height: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  filter: hue-rotate(200deg);
}
.I-topEnvironmentList > li > .id-wrap > .id-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
.I-topEnvironmentList > li > .id-wrap > .id-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.I-topEnvironment .I-topEnvironmentList {
  margin-top: 4vw;
}
@media only screen and (min-width: 1200px) {
  .I-topEnvironment .I-topEnvironmentList {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .I-topEnvironment .I-topEnvironmentList {
    margin-top: 15px;
  }
}
.I-topEnvironment .I-topEnvironmentList > li {
  margin-left: 0;
  margin-bottom: 0;
}

.I-topInterview {
  position: relative;
}
.I-topInterview:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, transparent 16.5%, black calc(16.5% + 2px));
          mask: linear-gradient(101deg, transparent 16.5%, black calc(16.5% + 2px));
}
.I-topInterview > .id-wrap {
  text-align: center;
}
.I-topInterview > .id-wrap > .id-headline,
.I-topInterview > .id-wrap > .id-text {
  text-align: left;
}
.I-topInterview > .id-wrap .I-commonButtonMain {
  margin-bottom: 3em;
}

.I-pageWrap .I-interviewList > li {
  margin-bottom: 1vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap .I-interviewList > li {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap .I-interviewList > li {
    margin-bottom: 3.75px;
  }
}
.I-pageWrap .I-interviewList > li + li {
  margin-left: 1vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap .I-interviewList > li + li {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap .I-interviewList > li + li {
    margin-left: 3.75px;
  }
}
@media screen and (max-width: 768px) {
  .I-pageWrap .I-interviewList > li {
    margin: 1.5vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .I-pageWrap .I-interviewList > li {
    margin: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .I-pageWrap .I-interviewList > li {
    margin: 5.63px;
  }
}
@media screen and (max-width: 768px) {
  .I-pageWrap .I-interviewList > li:last-child {
    margin-bottom: 10%;
  }
}
.I-pageWrap .I-interviewList.id-square li {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap .I-interviewList.id-square li {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap .I-interviewList.id-square li {
    margin-top: 5.63px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap .I-interviewList.id-square li {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap .I-interviewList.id-square li {
    margin-bottom: 5.63px;
  }
}
@media screen and (max-width: 768px) {
  .I-pageWrap .I-interviewList.id-square li {
    margin-bottom: 20px;
  }
  .I-pageWrap .I-interviewList.id-square li:last-child {
    margin-bottom: 10%;
  }
}

.I-interviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.I-interviewList.id-square {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60vw;
  padding-top: 4vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewList.id-square {
    width: 720px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewList.id-square {
    width: 225px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewList.id-square {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewList.id-square {
    padding-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .I-interviewList.id-square > li:nth-child(4n+1) > .id-wrap {
    top: -3vw;
    left: -4vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1200px) {
  .I-interviewList.id-square > li:nth-child(4n+1) > .id-wrap {
    top: -36px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 375px) {
  .I-interviewList.id-square > li:nth-child(4n+1) > .id-wrap {
    top: -11.25px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1200px) {
  .I-interviewList.id-square > li:nth-child(4n+1) > .id-wrap {
    left: -48px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 375px) {
  .I-interviewList.id-square > li:nth-child(4n+1) > .id-wrap {
    left: -15px;
  }
}
@media screen and (min-width: 769px) {
  .I-interviewList.id-square > li:nth-child(4n) {
    margin-bottom: 6vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1200px) {
  .I-interviewList.id-square > li:nth-child(4n) {
    margin-bottom: 72px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 375px) {
  .I-interviewList.id-square > li:nth-child(4n) {
    margin-bottom: 22.5px;
  }
}
@media screen and (min-width: 769px) {
  .I-interviewList.id-square > li:nth-child(4n) > .id-wrap {
    top: 3vw;
    left: 4vw;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1200px) {
  .I-interviewList.id-square > li:nth-child(4n) > .id-wrap {
    top: 36px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 375px) {
  .I-interviewList.id-square > li:nth-child(4n) > .id-wrap {
    top: 11.25px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 1200px) {
  .I-interviewList.id-square > li:nth-child(4n) > .id-wrap {
    left: 48px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 375px) {
  .I-interviewList.id-square > li:nth-child(4n) > .id-wrap {
    left: 15px;
  }
}
.I-interviewList > .empty {
  display: block;
  margin: 3rem auto;
  color: #666;
  letter-spacing: 1px;
}
.I-interviewList > li {
  position: relative;
  -ms-flex-preferred-size: 23vw;
      flex-basis: 23vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li {
    -ms-flex-preferred-size: 276px;
        flex-basis: 276px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewList > li {
    -ms-flex-preferred-size: 86.25px;
        flex-basis: 86.25px;
  }
}
.I-interviewList > li > .id-wrap {
  position: relative;
  padding-top: 88%;
}
.I-interviewList > li > .id-wrap > .id-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 7%;
  bottom: 6%;
}
.I-interviewList > li > .id-wrap > .id-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.I-interviewList > li > .id-wrap > .id-link {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 91%;
}
.I-interviewList > li > .id-wrap > .id-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 72px;
  height: 7vw;
  padding-left: 2vw;
  padding-right: 3vw;
  -webkit-box-shadow: 0 0 0.5vw #b2b2b2;
          box-shadow: 0 0 0.5vw #b2b2b2;
  background: #fafafa;
  line-height: 1.5em;
  font-size: 1vw;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    height: 84px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    height: 26.25px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    padding-right: 36px;
  }
}
@media only screen and (max-width: 734px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    padding-right: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .I-interviewList > li > .id-wrap > .id-link a {
    font-size: 14px;
  }
}
.I-interviewList > li > .id-wrap > .id-link a:hover, .I-interviewList > li > .id-wrap > .id-link a:focus {
  background: #f0d4b8;
  text-decoration: none;
}
.I-interviewList > li > .id-wrap > .id-link a:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 1.3vw;
  height: 100%;
  width: 1vw;
  background-image: url("image/common/link_accent.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(0.5) sepia(1) saturate(4) brightness(0.85);
          filter: invert(0.5) sepia(1) saturate(4) brightness(0.85);
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li > .id-wrap > .id-link a:after {
    right: 15.6px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewList > li > .id-wrap > .id-link a:after {
    right: 4.88px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewList > li > .id-wrap > .id-link a:after {
    width: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .I-interviewList > li > .id-wrap > .id-link a:after {
    width: 10px;
  }
}
.I-interviewList > li > .id-wrap > .id-link a > span {
  white-space: nowrap;
}
.I-interviewList > li > .id-wrap > .id-link a .id-profile {
  color: #4d4d4d;
}
.I-interviewList > li > .id-wrap > .id-link a .id-job {
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .I-interviewList {
    display: block;
    margin: 2vw;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .I-interviewList {
    margin: 24px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .I-interviewList {
    margin: 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .I-interviewList.id-square {
    width: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .I-interviewList > li {
    margin-bottom: 20px;
  }
  .I-interviewList > li > .id-wrap {
    padding-top: 25%;
    min-height: 100px;
  }
  .I-interviewList > li > .id-wrap > .id-image {
    bottom: -20%;
  }
  .I-interviewList > li > .id-wrap > .id-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .I-interviewList > li > .id-wrap > .id-link {
    width: 50%;
  }
  .I-interviewList > li > .id-wrap > .id-link a {
    height: 4em;
  }
  .I-interviewList > li:nth-child(2n+1) > .id-wrap {
    margin-right: 10%;
  }
  .I-interviewList > li:nth-child(2n+1) > .id-wrap > .id-image {
    right: 40%;
  }
  .I-interviewList > li:nth-child(2n) > .id-wrap {
    margin-left: 10%;
  }
  .I-interviewList > li:nth-child(2n) > .id-wrap > .id-image {
    right: 0%;
    left: 40%;
  }
  .I-interviewList > li:nth-child(2n) > .id-wrap > .id-link {
    left: 0;
    right: auto;
  }
}

.I-interviewProfile.container,
.I-interviewText .container,
.I-interviewOtherList .container {
  width: 71.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewProfile.container,
.I-interviewText .container,
.I-interviewOtherList .container {
    width: 858px;
  }
}
@media only screen and (max-width: 490px) {
  .I-interviewProfile.container,
.I-interviewText .container,
.I-interviewOtherList .container {
    width: 350px;
  }
}

.I-interviewHeader {
  height: 56.3vw;
  position: relative;
  max-height: 650px;
}
@media only screen and (max-width: 375px) {
  .I-interviewHeader {
    height: 211.13px;
  }
}
.I-interviewHeader:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, black calc(58.5% - 2px), transparent 58.5%);
          mask: linear-gradient(101deg, black calc(58.5% - 2px), transparent 58.5%);
}
.I-interviewHeader:before {
  top: 29%;
  bottom: -6vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewHeader:before {
    bottom: -72px;
  }
}
@media only screen and (max-width: 667px) {
  .I-interviewHeader:before {
    bottom: -40px;
  }
}
.I-interviewHeader .id-background {
  width: 82.7%;
  top: -1px;
  right: 0;
}
.I-interviewHeader .id-background > img {
  height: 80vh;
  width: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.I-interviewHeader .id-catchCopy {
  position: absolute;
  bottom: 5.5%;
  left: 5%;
  font-size: 3vw;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .I-interviewHeader .id-catchCopy {
    font-size: 36px;
  }
}
@media only screen and (max-width: 467px) {
  .I-interviewHeader .id-catchCopy {
    font-size: 14px;
  }
}
.I-interviewHeader .id-catchCopy .id-main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2.2em;
  letter-spacing: 0.1em;
  color: #D06D26;
}
.I-interviewHeader .id-catchCopy .id-main-text > * + * {
  margin-top: 1.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewHeader .id-catchCopy .id-main-text > * + * {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewHeader .id-catchCopy .id-main-text > * + * {
    margin-top: 5.63px;
  }
}
.I-interviewHeader .id-catchCopy .id-main-text > span {
  display: inline-block;
  padding: 0 0.63em;
  background-color: #fafafa;
}

.I-interviewProfile {
  margin-top: 0.6em;
  font-size: 1.8vw;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .I-interviewProfile {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 778px) {
  .I-interviewProfile {
    font-size: 14px;
  }
}
.I-interviewProfile.container {
  padding-left: 3.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewProfile.container {
    padding-left: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewProfile.container {
    padding-left: 13.13px;
  }
}
.I-interviewProfile > * {
  display: inline-block;
}
.I-interviewProfile > * + * {
  margin-left: 1em;
}

.I-interviewText {
  margin-top: 8vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewText {
    margin-top: 30px;
  }
}
.I-interviewText .id-title {
  position: relative;
  font-size: 2.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText .id-title {
    font-size: 26.4px;
  }
}
@media only screen and (max-width: 819px) {
  .I-interviewText .id-title {
    font-size: 18px;
  }
}
.I-interviewText .id-title:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  position: relative;
  height: 3px;
  width: 1em;
  margin-right: 0.2em;
  background-color: #d4a574;
  vertical-align: middle;
}
.I-interviewText .id-message {
  font-size: 1.1vw;
  line-height: 2.8vw;
  margin-top: 2.7em;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText .id-message {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1273px) {
  .I-interviewText .id-message {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewText .id-message {
    line-height: 33.6px;
  }
}
@media only screen and (max-width: 858px) {
  .I-interviewText .id-message {
    line-height: 24px;
  }
}
.I-interviewText > .id-wrap > li {
  padding: 3.5vw;
  background: rgba(250, 250, 250, 0.8);
}
@media only screen and (min-width: 1200px) {
  .I-interviewText > .id-wrap > li {
    padding: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewText > .id-wrap > li {
    padding: 13.13px;
  }
}
.I-interviewText > .id-wrap > li + li {
  margin-top: 0.7vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText > .id-wrap > li + li {
    margin-top: 8.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewText > .id-wrap > li + li {
    margin-top: 2.63px;
  }
}
.I-interviewText > .id-image {
  padding-bottom: 4.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText > .id-image {
    padding-bottom: 54px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewText > .id-image {
    padding-bottom: 16.88px;
  }
}
.I-interviewText > .id-image .id-wrap {
  padding: 0;
}
.I-interviewText > .id-image.id-left {
  position: relative;
}
.I-interviewText > .id-image.id-left:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, black calc(35% - 2px), transparent 35%);
          mask: linear-gradient(101deg, black calc(35% - 2px), transparent 35%);
}
.I-interviewText > .id-image.id-left:before {
  top: 20%;
}
.I-interviewText > .id-image.id-right {
  position: relative;
}
.I-interviewText > .id-image.id-right:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, transparent 16%, black calc(16% + 2px));
          mask: linear-gradient(101deg, transparent 16%, black calc(16% + 2px));
}
.I-interviewText > .id-image.id-right:before {
  top: 20%;
  left: 65%;
}
.I-interviewText > .id-card {
  margin-top: 3.5vw;
  -webkit-box-shadow: 0 0 0 3px #f5e6d3 inset;
          box-shadow: 0 0 0 3px #f5e6d3 inset;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText > .id-card {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewText > .id-card {
    margin-top: 13.13px;
  }
}
.I-interviewText > .id-card .id-wrap {
  padding: 3.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewText > .id-card .id-wrap {
    padding: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewText > .id-card .id-wrap {
    padding: 13.13px;
  }
}
.I-interviewText > .id-card .id-wrap .id-title:before {
  position: absolute;
  bottom: -0.4em;
  width: 4em;
}

.I-interviewOtherList {
  position: relative;
  text-align: center;
}
.I-interviewOtherList:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, transparent 8%, black calc(8% + 2px));
          mask: linear-gradient(101deg, transparent 8%, black calc(8% + 2px));
}
.I-interviewOtherList .id-wrap {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-interviewOtherList .id-wrap {
    padding-left: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewOtherList .id-wrap {
    padding-left: 13.13px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-interviewOtherList .id-wrap {
    padding-right: 42px;
  }
}
@media only screen and (max-width: 375px) {
  .I-interviewOtherList .id-wrap {
    padding-right: 13.13px;
  }
}
.I-interviewOtherList .id-wrap:first-of-type {
  padding-bottom: 0;
}
.I-interviewOtherList .id-wrap .id-headline {
  padding: 0;
  text-align: left;
}

.I-commonTabMenu {
  margin-top: 0;
  background: #f5f5f5;
}
.I-commonTabMenu span {
  display: inline-block;
}
.I-commonTabMenu > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.I-commonTabMenu>ul > li {
  flex: 1;
  min-width: calc(100% / 4);
}
.I-commonTabMenu > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1.5em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1vw;
  line-height: 1.2em;
  color: #333333;
}
@media only screen and (min-width: 1200px) {
  .I-commonTabMenu > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .I-commonTabMenu > ul > li > a {
    font-size: 14px;
  }
}
.I-commonTabMenu > ul > li > a:hover {
  -webkit-box-shadow: 0 3px #ff8316 !important;
          box-shadow: 0 3px #ff8316 !important;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .I-commonTabMenu > ul > li > a {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 11px;
    min-height: 36px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .I-commonTabMenu > ul > li > a {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .I-commonTabMenu > ul > li > a {
    padding-top: 5.63px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 1200px) {
  .I-commonTabMenu > ul > li > a {
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .I-commonTabMenu > ul > li > a {
    padding-bottom: 5.63px;
  }
}
@media screen and (max-width: 768px) {
  .I-commonTabMenu > ul > li:nth-child(odd) > a {
    -webkit-box-shadow: 0 3px #cccccc;
            box-shadow: 0 3px #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .I-commonTabMenu > ul > li:nth-child(even) {
    -webkit-box-shadow: 0 3px #dddddd;
            box-shadow: 0 3px #dddddd;
  }
}

.I-environmentList,
.I-environmentListImage {
  display: -ms-grid;
  display: grid;
  gap: 1vw;
}
@media only screen and (min-width: 1200px) {
  .I-environmentList,
.I-environmentListImage {
    gap: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentList,
.I-environmentListImage {
    gap: 3.75px;
  }
}
.I-environmentList span,
.I-environmentListImage span {
  display: inline-block;
}
.I-environmentList span.id-small,
.I-environmentListImage span.id-small {
  font-size: 0.8em;
}
.I-environmentList > li,
.I-environmentListImage > li {
  position: relative;
  background: #fafafa;
  -webkit-box-shadow: 0 0 3px rgba(87, 100, 112, 0.5);
          box-shadow: 0 0 3px rgba(87, 100, 112, 0.5);
}

.I-environmentList {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.I-environmentList.id-col-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .I-environmentList,
  .I-environmentList.id-col-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.I-environmentList > li {
  min-height: 22.4vw;
}
@media only screen and (min-width: 1200px) {
  .I-environmentList > li {
    min-height: 268.8px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentList > li {
    min-height: 84px;
  }
}
.I-environmentList > li > .id-wrap {
  padding: 2.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-environmentList > li > .id-wrap {
    padding: 26.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentList > li > .id-wrap {
    padding: 8.25px;
  }
}
.I-environmentList > li > .id-wrap h3 {
  padding-left: 0.5em;
  border-left: 6px solid #D06D26;
  color: #333333;
  font-size: 2vw;
  line-height: 1.2em;
}
@media only screen and (min-width: 1200px) {
  .I-environmentList > li > .id-wrap h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 900px) {
  .I-environmentList > li > .id-wrap h3 {
    font-size: 18px;
  }
}
.I-environmentList>li>.id-wrap .id-text .id-sub {
  font-size: 10px;
  color: #999999;
}
.I-environmentList>li>.id-wrap .id-list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
}
.I-environmentList>li>.id-wrap .id-list li:not(:first-child) {
  margin-top: 6px;
}
.I-environmentList>li>.id-wrap .id-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #d7d7d7;
}

.I-environmentListImage {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .I-environmentListImage {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.I-environmentListImage > li {
  min-height: 24vw;
}
@media only screen and (min-width: 1200px) {
  .I-environmentListImage > li {
    min-height: 288px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentListImage > li {
    min-height: 90px;
  }
}
.I-environmentListImage>li>.id-wrap>.id-picture {
  position: relative;
  padding-top: 50%;
}
.I-environmentListImage > li > .id-wrap > .id-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.I-environmentListImage > li > .id-wrap > .id-text {
  padding: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media only screen and (min-width: 1200px) {
  .I-environmentListImage > li > .id-wrap > .id-text {
    padding: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentListImage > li > .id-wrap > .id-text {
    padding: 3.75px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-environmentListImage > li > .id-wrap > .id-text {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentListImage > li > .id-wrap > .id-text {
    padding-left: 7.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-environmentListImage > li > .id-wrap > .id-text {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentListImage > li > .id-wrap > .id-text {
    padding-right: 7.5px;
  }
}
.I-environmentListImage > li > .id-wrap > .id-text .id-main {
  font-size: 1.5em;
}

.I-pageWrap.id-environment .I-environmentGroupList {
  margin-top: 4vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-environmentGroupList {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-environmentGroupList {
    margin-top: 15px;
  }
}

.I-environmentGroupList {
  margin-top: 4vw;
  max-width: 750px;
}
@media only screen and (min-width: 1200px) {
  .I-environmentGroupList {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentGroupList {
    margin-top: 15px;
  }
}
.I-environmentGroupList > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.I-environmentGroupList > li + li {
  margin-top: 1vw;
}
@media only screen and (min-width: 1200px) {
  .I-environmentGroupList > li + li {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentGroupList > li + li {
    margin-top: 3.75px;
  }
}
.I-environmentGroupList > li > .id-logo {
  -webkit-box-flex: 33%;
      -ms-flex: 33% 0 0px;
          flex: 33% 0 0;
  height: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1200px) {
  .I-environmentGroupList > li > .id-logo {
    height: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  .I-environmentGroupList > li > .id-logo {
    height: 50px;
  }
}
.I-environmentGroupList > li > .id-name {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  font-size: 2vw;
  margin-left: 5vw;
  text-align: left;
}
@media only screen and (min-width: 1200px) {
  .I-environmentGroupList > li > .id-name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .I-environmentGroupList > li > .id-name {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .I-environmentGroupList > li > .id-name {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 375px) {
  .I-environmentGroupList > li > .id-name {
    margin-left: 18.75px;
  }
}
.I-environmentGroupList > li > .id-name > span {
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  padding: 5px 0;
}
.I-environmentGroupList > li > .id-name > span:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.I-environmentGroupList > li > .id-name > span > span {
  display: inline-block;
}
.I-environmentGroupList > li > .id-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.I-environmentGroupList > li:hover > .id-name > span:after {
  width: 100%;
}
.I-environmentGroupList > li.id-telecomcredit > .id-name > span:after {
  background-color: #db3333;
}
.I-environmentGroupList > li.id-frontierAgent > .id-name > span:after {
  background-color: #4b656b;
}
.I-environmentGroupList > li.id-webstream > .id-name > span:after {
  background-color: #12356d;
}
.I-environmentGroupList > li.id-nayutanet > .id-name > span:after {
  background-color: #4d9836;
}
.I-environmentGroupList > li.id-thinkandfeel > .id-name > span:after {
  background-color: #009be2;
}
.I-environmentGroupList > li.id-nac > .id-name > span:after {
  background-color: #ffae38;
}
.I-environmentGroupList > li.id-clicks > .id-name > span:after {
  background-color: #ff3333;
}
.I-environmentGroupList > li.id-mfac > .id-name > span:after {
  background-color: #d53d39;
}
.I-environmentGroupList > li.id-addedValueConsulting > .id-name > span:after {
  background-color: #6f9e47;
}
.I-environmentGroupList > li.id-zero1 > .id-name > span:after {
  background-color: #fe0002;
}
.I-environmentGroupList > li.id-01douga > .id-name > span:after {
  background-color: #d1181b;
}
.I-environmentGroupList>li.id-transsoft>.id-name>span:after {
  background-color: #ffae38;
}
.I-environmentGroupList > li.id-cvh > .id-name > span:after {
  background-color: #4169e1;
}


.I-pageWrap.id-environment .I-commonSectionBlock > .id-wrap > .id-headline {
  padding-left: 5.7vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock > .id-wrap > .id-headline {
    padding-left: 68.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-commonSectionBlock > .id-wrap > .id-headline {
    padding-left: 21.38px;
  }
}
.I-pageWrap.id-environment .I-commonSectionBlock > .id-wrap > .id-headline > .id-title {
  font-size: 4vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock > .id-wrap > .id-headline > .id-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 550px) {
  .I-pageWrap.id-environment .I-commonSectionBlock > .id-wrap > .id-headline > .id-title {
    font-size: 22px;
  }
}
.I-pageWrap.id-environment .I-commonSectionBlock h2:not(:first-child) {
  margin-top: 4.5vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock h2:not(:first-child) {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-commonSectionBlock h2:not(:first-child) {
    margin-top: 16.88px;
  }
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-follow, .I-pageWrap.id-environment .I-commonSectionBlock.id-follow, .I-pageWrap.id-environment .I-commonSectionBlock.id-event {
  position: relative;
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-event:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, black calc(83.5% - 2px), transparent 83.5%);
          mask: linear-gradient(101deg, black calc(83.5% - 2px), transparent 83.5%);
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-event:before {
  top: 2.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-event:before {
    top: 26.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-follow:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-event:before {
    top: 8.25px;
  }
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-office, .I-pageWrap.id-environment .I-commonSectionBlock.id-evaluation {
  position: relative;
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-office:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-evaluation:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, transparent 16.5%, black calc(16.5% + 2px));
          mask: linear-gradient(101deg, transparent 16.5%, black calc(16.5% + 2px));
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-office:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-evaluation:before {
  top: 2.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock.id-office:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-evaluation:before {
    top: 26.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-commonSectionBlock.id-office:before, .I-pageWrap.id-environment .I-commonSectionBlock.id-evaluation:before {
    top: 8.25px;
  }
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-group {
  position: relative;
  text-align: center;
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-group:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#ededed));
  background: linear-gradient(to right, #ebebeb, #ededed);
  -webkit-mask: linear-gradient(101deg, black 17.5%, transparent calc(17.5% + 2px), transparent calc(82.5% - 2px), black 82.5%);
          mask: linear-gradient(101deg, black 17.5%, transparent calc(17.5% + 2px), transparent calc(82.5% - 2px), black 82.5%);
}
.I-pageWrap.id-environment .I-commonSectionBlock.id-group:before {
  top: 2.2vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock.id-group:before {
    top: 26.4px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-commonSectionBlock.id-group:before {
    top: 8.25px;
  }
}
.I-pageWrap.id-environment .I-commonSectionBlock .I-environmentList,
.I-pageWrap.id-environment .I-commonSectionBlock .I-environmentListImage {
  margin-top: 4vw;
}
@media only screen and (min-width: 1200px) {
  .I-pageWrap.id-environment .I-commonSectionBlock .I-environmentList,
  .I-pageWrap.id-environment .I-commonSectionBlock .I-environmentListImage {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .I-pageWrap.id-environment .I-commonSectionBlock .I-environmentList,
  .I-pageWrap.id-environment .I-commonSectionBlock .I-environmentListImage {
    margin-top: 15px;
  }
}

/* 募集要項 */
.I-pageWrap.id-requirements h2 {
  text-align: center;
}
.I-pageWrap.id-requirements .id-sub {
  font-size: 10px;
  color: #999999;
}
.I-pageWrap.id-requirements #Iform,
.I-pageWrap.id-requirements #Iflow {
    /* color: #6E6E6E; */
}
.I-pageWrap.id-requirements #Irequirements,
.I-pageWrap.id-requirements #Iform,
.I-pageWrap.id-requirements #Iflow {
  margin-top: 4rem;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap.id-requirements #Irequirements,
  .I-pageWrap.id-requirements #Iform,
  .I-pageWrap.id-requirements #Iflow {
    margin-top: 3.2rem;
  }
}
.I-pageWrap.id-requirements .id-wrap > * {
  margin: 1.8rem auto 0;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap.id-requirements .id-wrap > * {
    margin: 1.4rem auto 0;
  }
}

@media only screen and (min-width: 770px) {
  .I-pageWrap.id-requirements #Irequirements .wp-block-table > table td:nth-child(1) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .I-pageWrap.id-requirements #Irequirements .wp-block-table > table tr:last-of-type td:nth-child(2) {
    padding-bottom: 0;
  }
}

.I-pageWrap.id-requirements #Iform li {
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
}
.I-pageWrap.id-requirements #Iform li:not(:first-child) {
  margin-top: 6px;
}
.I-pageWrap.id-requirements #Iform li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #333333;
}
.I-pageWrap.id-requirements #Iform li .id-sub {
  margin-left: 14px;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap.id-requirements #Iform li .id-sub {
    display: block;
    margin-left: 0px;
  }
}
.I-pageWrap.id-requirements #Iform hr {
  height: 0;
  border-color: #E4E4E4;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl {
  margin: 12px auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a{
  display: block;
  position: relative;
  padding: 16px 20px;
  color: #D2931E;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:hover,
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:focus {
  color: #D2931E;
  text-decoration: none;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:before,
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:after {
  position: absolute;
  top: 50%;
  color: #B2B2B2;
  font-size: 0.75rem;
  font-weight: 400;
  transform: translateY(-50%);
  pointer-events: none;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:before {
  content: "ENTRY";
  right: 34px;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:after {
  content: "";
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #B2B2B2;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:before {
    right: 28px;
  }
  .I-pageWrap.id-requirements #Iform .Iformlist dl dt > a:after {
    right: 14px;
  }
}

.I-pageWrap.id-requirements #Iform .Iformlist dl dd{
  max-height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content {
  border-top: 1px solid #E4E4E4;
  padding: 16px 0;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content > * {
  margin-top: 16px;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content .id-skill {
  font-size: 0.75rem;
  color: #8c8c8c;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content .id-skill ul {
  margin: 6px 0;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content .id-skill li:before {
  background: #8c8c8c;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content .id-skill .id-label {
  font-weight: 600;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content .id-entry-form {
  margin-top: 32px;
  text-align: center;
}
.I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content .id-entry-form .id-button{
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 600;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap.id-requirements #Iform .Iformlist dl dt > a,
  .I-pageWrap.id-requirements #Iform .Iformlist dl dd .id-content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .I-pageWrap.id-requirements #Iform .Iformlist dl dt > a,
  .I-pageWrap.id-requirements #Iform .Iformlist dl dd {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.I-pageWrap.id-requirements #Iflow dl{
  margin-top: 1.4rem;
}
.I-pageWrap.id-requirements #Iflow dl dt {
  border-left: 1px solid rgba(210, 147, 30, 0.35);
  margin-bottom: 8px;
  padding-left: 13px;
  color: #D2931E;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
}
.I-pageWrap.id-requirements #Iflow dl dt .id-subtitle {
  display: inline-block;
  margin-left: 14px;
  color: #7b7b7b;
  font-size: 0.9rem;
}
.I-pageWrap.id-requirements #Iflow dl dd {
  padding-left: 14px;
}
@media only screen and (max-width: 959px) {
  .I-pageWrap.id-requirements #Iflow dl dt {
    padding-left: 9px;
  }
  .I-pageWrap.id-requirements #Iflow dl dt .id-subtitle {
    margin-left: 10px;
  }
  .I-pageWrap.id-requirements #Iflow dl dd {
    padding-left: 10px;
  }
}