@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* reset */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* color */
:root {
  --main-font:#242424;
  --bg-color:#F4F4F4;
  --border-gray: #EFEBF6;
  --main-color: #03C9BA;
  --main-color-light: #B39AD8;
}

/* common */
html, body {
  font-optical-sizing: auto;
  font-size: 4.2666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  html, body {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
}

/* utility */
.en {
  font-family: "Barlow", sans-serif;
}

br.spBr {
  display: inline;
}
@media screen and (min-width: 768px) {
  br.spBr {
    display: none;
  }
}
br.pcBr {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pcBr {
    display: inline;
  }
}

p {
  text-align: justify;
}

/* compornent */
/* 前処理 */
header#header,
footer#footer {
  display: none;
}

body > .container > nav,
.breadCrumbsWrap {
  display: none;
}

.container {
  padding: 0;
}

/* layout */
header.articleHeader {
  display: block;
  width: 100%;
  height: 62px;
  background-color: #FFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  header.articleHeader {
    height: 65px;
  }
}
header.articleHeader .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 0 0 25px;
}
@media screen and (min-width: 768px) {
  header.articleHeader .inner {
    max-width: 1376px;
    margin: 0 auto;
    padding-left: 40px;
  }
}
header.articleHeader .inner > img {
  display: block;
  width: 160px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  header.articleHeader .inner > img {
    width: 140px;
    height: 31.615px;
  }
}
header.articleHeader .inner a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 5px;
  width: 192px;
  height: 100%;
  padding-right: 10px;
  background-color: #00C300;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  header.articleHeader .inner a {
    width: 305px;
    padding-right: 40px;
    clip-path: polygon(18.36% 0, 100% 0, 100% 100%, 0 100%);
    font-size: 19px;
  }
}
header.articleHeader .inner a > img {
  display: block;
  width: 39px;
}
@media screen and (min-width: 768px) {
  header.articleHeader .inner a > img {
    width: 54px;
  }
}

footer.articleFooter {
  display: block;
  width: 100%;
  padding-top: 40px;
  background-color: var(--main-color);
}
footer.articleFooter .imgWrap {
  width: 100%;
  padding: 14px 40px;
  background-color: #FFF;
}
footer.articleFooter .imgWrap img {
  display: block;
  width: 140px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer.articleFooter .imgWrap img {
    width: 200px;
  }
}
footer.articleFooter small {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}

main {
  width: 100%;
  overflow: hidden;
}
main article {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  margin-bottom: 50px;
}
main article .postHeader {
  width: 100%;
}
main article .postHeader .imgWrap {
  width: 100%;
}
main article .postHeader .imgWrap img {
  display: block;
  width: 100%;
}
main article .postHeader .infoWrap {
  padding: 15px 8px;
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap {
    padding: 35px 0;
  }
}
main article .postHeader .infoWrap .flexConaiter {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap .flexConaiter {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
  }
}
main article .postHeader .infoWrap h1 {
  flex: 1;
  color: var(--main-font);
  font-size: 22px;
  font-weight: bold;
  padding-left: 5px;
  border-left: 12px solid var(--main-color);
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap h1 {
    font-size: 32px;
    padding-left: 15px;
    border-left-width: 16px;
  }
}
main article .postHeader .infoWrap .utilityWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
  width: 180px;
  flex-shrink: 0;
  padding-left: 17px;
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap .utilityWrap {
    width: auto;
    gap: 0 15px;
    padding-left: 0;
  }
}
main article .postHeader .infoWrap .utilityWrap #btn-basicData {
  flex-shrink: 0;
  display: block;
  width: 116px;
  padding: 6px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
main article .postHeader .infoWrap .utilityWrap #btn-basicData.selected {
  border-color: #FF9301;
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap .utilityWrap #btn-basicData {
    width: 150px;
    padding: 10px;
    font-size: 17px;
    cursor: pointer;
  }
}
main article .postHeader .infoWrap .utilityWrap .snsWrap {
  display: flex;
  justify-content: space-between;
  gap: 0 3px;
}
main article .postHeader .infoWrap .utilityWrap .snsWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap .utilityWrap .snsWrap a {
    width: 48px;
    height: 48px;
    border-radius: 24px;
  }
}
main article .postHeader .infoWrap .utilityWrap .snsWrap a img {
  display: block;
  width: 16px;
}
@media screen and (min-width: 768px) {
  main article .postHeader .infoWrap .utilityWrap .snsWrap a img {
    width: 26px;
  }
}
main article .mainNavBlock {
  width: 100%;
  padding: 15px 35px 50px;
  background: #F5F8F8;
}
@media screen and (min-width: 768px) {
  main article .mainNavBlock {
    padding: 35px 20px;
    text-align: center;
  }
}
main article .mainNavBlock p {
  display: block;
  width: calc(100% + 20px);
  margin: 0 -10px 12px;
  padding: 7px 5px;
  background: #FFF;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  main article .mainNavBlock p {
    display: inline-block;
    width: calc(100% - 20px);
    margin: 0 auto 40px;
    padding: 15px 20px;
    font-size: 24px;
    font-weight: normal;
  }
}
main article .mainNavBlock ul.tablist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main article .mainNavBlock ul.tablist {
    display: flex;
    justify-content: center;
    gap: 0 4%;
  }
}
@media screen and (min-width: 768px) {
  main article .mainNavBlock ul.tablist li {
    width: 160px;
  }
}
main article .mainNavBlock ul.tablist li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  width: 100%;
  height: 58px;
  background: #ff9301;
  border: 3px solid #ff9301;
  border-radius: 5px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  color: #FFF;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article .mainNavBlock ul.tablist li button {
    width: 100%;
  }
}
main article .mainNavBlock ul.tablist li button.selected {
  background: #fff;
  color: #FF9301;
}
main article .mainNavBlock ul.tablist li button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/company/nav-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  main article .mainNavBlock ul.tablist li button::after {
    right: -40px;
  }
}
main article .mainNavBlock ul.tablist li .join {
  position: relative;
  display: flex;
  align-items: center;
  width: 140px;
  height: 58px;
  padding: 7px;
  background-color: #fff;
  border-radius: 5px;
  color: #FF9301;
  font-weight: bold;
}
main article .mainNavBlock ul.tablist li .join::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10px;
  display: block;
  width: 95px;
  height: 66px;
  background: url(../images/company/join-pict.png) 0 0 no-repeat;
  background-size: contain;
}
main article .mainNavBlock ul.tablist li:last-child:nth-child(odd) {
  grid-column: 1/3;
}
main article .mainNavBlock ul.tablist li:last-child:nth-child(odd) .join {
  width: 160px;
  margin: 0 auto;
}
main article .mainNavBlock ul.tablist li:last-child:nth-child(odd) .join::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/company/nav-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
main article .mainNavBlock ul.tablist li:last-child:nth-child(odd) .join::after {
  right: 10px;
}
main article .mainNavBlock ul.tablist li:last-child button::after {
  content: none;
}
main article .mainContents {
  position: relative;
  width: 100%;
  padding: 30px 8px 0;
}
main article .mainContents .tabWrapper {
  position: relative;
  width: 100%;
}
main article .mainContents .tabWrapper .tabBody {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  z-index: 1;
}
main article .mainContents .tabWrapper .tabBody h2 {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 5px;
  border-left: 12px solid var(--main-color);
  color: var(--main-font);
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody h2 {
    margin-bottom: 40px;
    padding-left: 15px;
    border-left-width: 16px;
    font-size: 28px;
  }
}
main article .mainContents .tabWrapper .tabBody p.contents-lead {
  margin-bottom: 30px;
  padding: 0 16px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody p.contents-lead {
    margin-bottom: 60px;
    padding: 0 35px;
    font-size: 18px;
  }
}
main article .mainContents .tabWrapper .tabBody ul.contentsTabNav {
  display: flex;
  gap: 0;
}
main article .mainContents .tabWrapper .tabBody ul.contentsTabNav li {
  width: auto;
  flex: 1;
}
main article .mainContents .tabWrapper .tabBody ul.contentsTabNav li button {
  display: block;
  width: 100%;
  padding: 10px;
  background: #FF9301;
  border-radius: 10px 10px 0 0;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  opacity: 0.6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody ul.contentsTabNav li button {
    padding: 10px;
    font-size: 16px;
  }
}
main article .mainContents .tabWrapper .tabBody ul.contentsTabNav li button.is-selected {
  opacity: 1;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer {
  position: relative;
  width: 100%;
  padding: 25px 20px;
  background: #FFF;
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer {
    padding: 40px 40px 60px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel p.tabDiscription {
  margin-bottom: 24px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel p.tabDiscription {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li {
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li {
    margin-bottom: 0;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li:last-child {
  margin-bottom: 0;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li h4 {
    font-size: 20px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li iframe {
  display: block;
  margin-bottom: 10px;
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li iframe {
    margin-bottom: 16px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li p.movieList__text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList li p.movieList__text {
    margin-bottom: 16px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList.landscape li iframe {
  aspect-ratio: 16/9 !important;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.movieList.vertical li iframe {
  aspect-ratio: 9/16 !important;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList {
  width: 100%;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item {
  position: relative;
  width: 100%;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item {
    max-width: 920px;
    margin: 0 auto;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item:first-child {
  padding-top: 0;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item:last-child {
  border-bottom: none;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item h4 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .dateWrap {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  margin-bottom: 15px;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .dateWrap {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .imgWrap {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .imgWrap {
    margin-bottom: 30px;
  }
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .imgWrap img {
  display: block;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .postList__text {
  width: 100%;
  font-size: 16px;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .postList__text h2 {
  margin-top: 24px;
  padding: 5px 10px;
  background-color: #A8ECE7;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .postList__text p {
  margin-bottom: 1.5em;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .postList__text a {
  word-break: break-all;
}
main article .mainContents .tabWrapper .tabBody .contentsContainer .contentsTabPanel ul.postList li.postList__item .postList__text .wp-block-button__link {
  display: block;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
main article .mainContents .tabWrapper .tabBody.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section {
  margin-bottom: 50px;
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section:last-child {
  margin-bottom: 0;
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section dl {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 1em;
  padding: 0 15px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody#panel-companyInformation section dl {
    grid-template-columns: 15% auto;
    gap: 40px 1em;
    padding: 0 30px;
    font-size: 20px;
  }
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section dl dt {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section dl dt::after {
  content: ":";
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section ul {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody#panel-companyInformation section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    padding: 0 30px;
  }
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section ul li {
  margin-bottom: 20px;
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section ul li:last-child {
  margin: 0;
}
main article .mainContents .tabWrapper .tabBody#panel-companyInformation section ul li p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main article .mainContents .tabWrapper .tabBody#panel-companyInformation section ul li p {
    font-size: 24px;
  }
}
main article a.intetourLink {
  position: relative;
  display: block;
  width: 88vw;
  margin: 50px auto 0;
  padding: 15px;
  border-radius: 5px;
  background: #ff9301;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  main article a.intetourLink {
    width: 393px;
  }
}

/* compornent */
.fixedUtility {
  position: fixed;
  right: 30px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px 20px;
  transition: 0.3s;
  z-index: 11;
}
@media screen and (min-width: 400px) {
  .fixedUtility {
    right: 2.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
.fixedUtility.active {
  opacity: 1;
  pointer-events: auto;
}
.fixedUtility a.companyLineLink {
  position: relative;
  display: block;
  width: 88px;
  padding-top: 10px;
  border-radius: 17px;
  background: #06c755;
  color: #FFF;
  font-size: 10px;
  text-align: center;
}
.fixedUtility a.companyLineLink span {
  position: relative;
  display: block;
  margin-bottom: -10px;
  line-height: 1.2;
  z-index: 2;
}
.fixedUtility a.companyLineLink img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 110;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  width: 100%;
}
.modal-content .swiper-wrapper {
  margin-bottom: 9.3333333333vw;
  padding-left: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-content .swiper-wrapper {
    margin-bottom: 2.7777777778vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.modal-content .swiper-wrapper .swiper-slide {
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-content .swiper-wrapper .swiper-slide {
    padding-right: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .swiper-wrapper .swiper-slide {
    padding-right: 25px;
  }
}
.modal-content .swiper-wrapper .swiper-slide img {
  width: 90.6666666667vw;
  width: 100%;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-content .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 10px;
  }
}
.modal-content .scrollSign {
  display: block;
  width: 38.4vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal-content .scrollSign {
    width: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .scrollSign {
    width: 144px;
  }
}
.modal-content span.close.en {
  position: absolute;
  bottom: -13.3333333333vw;
  left: 50%;
  padding-right: 6.1333333333vw;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 4.8vw;
  font-weight: 100;
  background: url(../img/lp-sangaku-collabo/icon-cross.svg) 100% 50% no-repeat;
  background-size: 3.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .modal-content span.close.en {
    bottom: -3.4722222222vw;
    padding-right: 1.5972222222vw;
    background-size: 0.9027777778vw auto;
    font-size: 1.25vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content span.close.en {
    bottom: -50px;
    padding-right: 23px;
    background-size: 13px auto;
    font-size: 18px;
  }
}

/* 「もっと見る」処理用 */
.listMore__wrap {
  margin-top: 12px;
  text-align: center;
}

.listMore__btn {
  padding: 20px 60px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ff9301;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ff9301;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .listMore__btn {
    width: 393px;
  }
}

.is-teaser170 {
  max-height: 170px;
  overflow: hidden;
  position: relative;
}

.is-teaser170::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
  pointer-events: none;
}

li[hidden] {
  display: none !important;
}

/* 例外処理 */
main article .mainContents .tabWrapper #panel-afterOffer.tabBody .contentsContainer .contentsTabPanel ul.movieList li iframe {
  aspect-ratio: 16/9 !important;
}/*# sourceMappingURL=article-company-style.css.map */