@charset "UTF-8";
/***********************
* variableFontSize
*   指定したフォントサイズが何%になるのか
* 　を返す関数
*
* 　@param int 指定したいフォントサイズ
* 　@return %指定のフォントサイズ
*
***********************/
/***********************
* decimal-round
*
* 四捨五入(round)
* 切り上げ(ceil)
* 切り捨て(floor)
* を実装するもの(小数点第x位指定ができる)
* コピペした関数
***********************/
@-webkit-keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  3.571% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  14.286% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  42.857% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  100% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
}
@keyframes rotate-2d {
  0% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  3.571% {
    -webkit-transform: rotate(-86deg);
            transform: rotate(-86deg);
  }
  14.286% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  42.857% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
  100% {
    -webkit-transform: rotate(274deg);
            transform: rotate(274deg);
  }
}
@-webkit-keyframes rotate-2dSP {
  0% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  3.571% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  14.286% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  42.857% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  100% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
}
@keyframes rotate-2dSP {
  0% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  3.571% {
    -webkit-transform: rotate(-85deg);
            transform: rotate(-85deg);
  }
  14.286% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  42.857% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
  100% {
    -webkit-transform: rotate(275deg);
            transform: rotate(275deg);
  }
}
@-webkit-keyframes mapPinBefore {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mapPinBefore {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mapPinafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mapPinafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/*日本語(ゴシック)*/
@font-face {
  /* Regular */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansJP-Regular.woff") format("woff"), url("/assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /* Medium */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/NotoSansJP-Medium.woff") format("woff"), url("/assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /* Bold */
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansJP-Bold.woff") format("woff"), url("/assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
}
/** フォント周りの変数 **/
/*** サイズ ***/
/** メディアクエリ **/
/** ベースカラー **/
/*** マージン設定(PC) ***/
/*** マージン設定(SP) ***/
.telLink {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

img {
  width: 100%;
}

.ol {
  list-style: decimal;
  margin-left: 1em;
}
.ol > li {
  margin-top: 9px;
}
.ol > li:first-child {
  margin-top: 0;
}
.ol > li ol {
  list-style: none;
  margin-left: 0;
}
.ol + section {
  margin-top: 29px;
}

.dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dl + section {
  margin-top: 29px;
}
.dl dt {
  width: 16%;
  border-bottom: 1px #005ed2 solid;
  padding: 20px 0;
}
.dl dt:nth-of-type(1) {
  border-top: 1px #005ed2 solid;
}
.dl dd {
  width: 83%;
  border-bottom: 1px #005ed2 solid;
  padding: 20px 0;
}
.dl dd:nth-of-type(1) {
  border-top: 1px #005ed2 solid;
}

a {
  color: #005ed2;
}

.privacy_contact_data {
  margin-top: 80px;
}
.privacy_contact_data > div .title {
  font-size: 3.2rem;
  font-weight: 500;
}
.privacy_contact_data > div .title + p {
  margin-top: 20px;
}
.privacy_contact_data > div .subTitle {
  font-size: 2.5rem;
  font-weight: 500;
}
.privacy_contact_data > div + div {
  margin-top: 80px;
}
.privacy_contact_data > div + div > div {
  margin-top: 80px;
}

.wrapper {
  overflow: initial;
  color: #005ed2;
}
.wrapper main {
  padding: 80px 0 0 0;
  width: 1168px;
  margin: 0 auto;
}
.wrapper main p + dl {
  margin-top: 29px;
}
.wrapper main p + ol {
  margin-top: 20px;
}
.wrapper main > div, .wrapper main > section {
  width: 1168px;
  margin: 0 auto;
}
.wrapper main > div h2, .wrapper main > section h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
.wrapper main > div h2 + .imgTextList, .wrapper main > section h2 + .imgTextList {
  margin-top: 21px;
}
.wrapper main > div h2 + p, .wrapper main > div h2 + ol, .wrapper main > section h2 + p, .wrapper main > section h2 + ol {
  margin-top: 10px;
}
.wrapper main > div h2 + dl, .wrapper main > section h2 + dl {
  margin-top: 10px;
}
.wrapper main > div h2 + section, .wrapper main > section h2 + section {
  margin-top: 30px;
}
.wrapper main > div h3, .wrapper main > section h3 {
  font-size: 2.5rem;
  font-weight: 500;
}
.wrapper main > div h3 + dl, .wrapper main > section h3 + dl {
  margin-top: 29px;
}
.wrapper main > div h3 + p, .wrapper main > div h3 + ol, .wrapper main > section h3 + p, .wrapper main > section h3 + ol {
  margin-top: 10px;
}
.wrapper main > div h4, .wrapper main > section h4 {
  font-size: 2.5rem;
  font-weight: 500;
}
.wrapper main > div h4 span, .wrapper main > section h4 span {
  font-size: 1.6rem;
  display: block;
}
.wrapper main > div h4 + p, .wrapper main > div h4 + ol, .wrapper main > div h4 + dl, .wrapper main > section h4 + p, .wrapper main > section h4 + ol, .wrapper main > section h4 + dl {
  margin-top: 18px;
}
.wrapper main > div > section + section, .wrapper main > section > section + section {
  margin-top: 100px;
}
.wrapper main > div > section > section + section, .wrapper main > section > section > section + section {
  margin-top: 50px;
}
.wrapper main > div + section, .wrapper main > section + section {
  margin-top: 148px;
}
.wrapper main .contentsHeader {
  margin-top: 80px;
}
.wrapper main .contentsHeader + section {
  margin-top: 90px;
}
.wrapper main .contentsHeader.h1First {
  margin-top: 122px;
}
.wrapper main .contentsHeader .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
.wrapper main .contentsHeader .tagList li svg {
  width: auto;
  height: 31px;
  display: block;
}
.wrapper main .contentsHeader h1 {
  font-size: 6.8rem;
  line-height: 1;
  margin-top: 6px;
  font-weight: 500;
}
.wrapper main .contentsHeader h1 + .textRight {
  text-align: right;
  line-height: 1.6;
  margin-top: 27px;
}
.wrapper main .contentsHeader .link {
  margin-top: 24px;
}
.wrapper main .kv {
  margin-top: 97px;
}
.wrapper main .kv p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 29px;
}
.wrapper main .kv .text {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper main .movie {
  margin-top: 81px;
  height: 658px;
}
.wrapper main .movie iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.wrapper main .contentsList {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper main .contentsList.column1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper main .contentsList.column2 {
  gap: 32px;
}
.wrapper main .contentsList.column2 li {
  width: 48.5%;
}
.wrapper main .contentsList.column4 {
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper main .contentsList.column4 li {
  width: 23%;
}
.wrapper main .contentsList li.radius img {
  border-radius: 20px;
}
.wrapper main .imgTextList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.wrapper main .imgTextList li {
  width: 31.5%;
}
.wrapper main .imgTextList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.wrapper main .imgTextList li a .img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d8e1ea;
}
.wrapper main .imgTextList li a .data {
  margin-top: 20px;
}
.wrapper main .imgTextList li a .data .title {
  font-size: 2.4rem;
  line-height: 1;
}
.wrapper main .imgTextList li a .data .text {
  font-size: 1.3rem;
  margin-top: 7px;
  line-height: 1;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1168px;
  margin: 127px auto 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 56px;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
footer ul li {
  padding-right: 30px;
  padding-left: 25px;
  position: relative;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #005ed2;
  font-size: 2.4rem;
}
footer ul li:before {
  content: "|";
  color: #005ed2;
  position: absolute;
  left: -1px;
  font-size: 17px;
  top: calc(50% - 11px);
}
footer ul li:first-child {
  padding-left: 0;
}
footer ul li:first-child:before {
  display: none;
}
footer ul li a {
  color: #005ed2;
  text-decoration: none;
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}
footer ul li span {
  font-size: 0.8em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: inline-block;
  margin-right: 1px;
}
footer .contactBtn {
  width: 170px;
  height: 170px;
  position: relative;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  overflow: hidden;
}
footer .contactBtn.white a .circle circle {
  stroke: #fff;
}
footer .contactBtn.white a > div svg .cssTarget {
  stroke: #fff;
}
footer .contactBtn.white a > div .text {
  color: #fff;
}
footer .contactBtn.white a > div .text .textTarget {
  fill: #fff;
}
footer .contactBtn.active {
  opacity: 1;
}
footer .contactBtn.active a {
  pointer-events: auto;
  cursor: pointer;
}
footer .contactBtn a {
  color: #005ed2;
  text-decoration: none;
  cursor: pointer;
  height: 100%;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .contactBtn a.active .circle circle {
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  stroke-dasharray: 527;
}
footer .contactBtn a .circle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
footer .contactBtn a .circle.active {
  -webkit-animation: 7s rotate-2d ease infinite;
          animation: 7s rotate-2d ease infinite;
}
footer .contactBtn a .circle circle {
  fill: transparent;
  stroke-width: 3px;
  stroke-dasharray: 502;
  stroke: #005ed2;
  will-change: stroke-dasharray;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}
footer .contactBtn a > div {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
footer .contactBtn a > div svg.svgMailImg {
  width: 38%;
  height: auto;
}
footer .contactBtn a > div svg .cssTarget {
  stroke: #005ED2;
  -webkit-transition: stroke 0.4s;
  transition: stroke 0.4s;
}
footer .contactBtn a > div .text {
  width: 100%;
  text-align: center;
  color: #005ed2;
  font-size: 1rem;
  margin-top: 9%;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
footer .contactBtn a > div .text .spanText1 svg {
  width: 48%;
  height: auto;
}
footer .contactBtn a > div .text .spanText2 svg {
  width: 59%;
  height: auto;
}
footer .contactBtn a > div .text .dpn {
  display: none;
}

@media screen and (max-width: 767px) {
  .telLink {
    cursor: default;
    text-decoration: underline;
    pointer-events: auto;
  }
  .dl + section {
    margin-top: 29px;
  }
  .dl dt {
    width: 26%;
    padding: 20px 0;
  }
  .dl dd {
    width: 73%;
    padding: 20px 0;
  }
  .ol {
    list-style: decimal;
    margin-left: 1em;
  }
  .ol > li {
    margin-top: 2vw;
  }
  .ol > li:first-child {
    margin-top: 0;
  }
  .ol > li ol {
    list-style: none;
    margin-left: 0;
    margin-top: 1vw;
  }
  .ol > li ol li {
    text-indent: -1.55em;
    padding-left: 1.55em;
  }
  .ol + section {
    margin-top: 29px;
  }
  .privacy_contact_data {
    margin-top: 10vw;
  }
  .privacy_contact_data > div .title {
    font-size: 176.92%;
  }
  .privacy_contact_data > div .title + p {
    margin-top: 2vw;
  }
  .privacy_contact_data > div .subTitle {
    font-size: 176.92%;
  }
  .privacy_contact_data > div .subTitle + p {
    margin-top: 2vw;
  }
  .privacy_contact_data > div + div {
    margin-top: 10vw;
  }
  .privacy_contact_data > div + div > div {
    margin-top: 8vw;
  }
  .wrapper {
    padding: 0 0;
  }
  .wrapper main {
    padding: 7vw 0 0 0;
    width: 100%;
  }
  .wrapper main img {
    width: 100%;
  }
  .wrapper main p + dl {
    margin-top: 6vw;
  }
  .wrapper main > div, .wrapper main > section {
    width: 100%;
    margin: 0 auto;
  }
  .wrapper main > div.otherWorks, .wrapper main > section.otherWorks {
    padding: 0 7.2vw;
  }
  .wrapper main > div h2, .wrapper main > section h2 {
    font-size: 215.38%;
  }
  .wrapper main > div h2 + .imgTextList, .wrapper main > section h2 + .imgTextList {
    margin-top: 3.2vw;
  }
  .wrapper main > div h2 + p, .wrapper main > div h2 + ol, .wrapper main > section h2 + p, .wrapper main > section h2 + ol {
    margin-top: 2vw;
  }
  .wrapper main > div h2 + section, .wrapper main > section h2 + section {
    margin-top: 5vw;
  }
  .wrapper main > div h3, .wrapper main > section h3 {
    font-size: 153.85%;
  }
  .wrapper main > div h3 + dl, .wrapper main > section h3 + dl {
    margin-top: 29px;
  }
  .wrapper main > div h3 + p, .wrapper main > div h3 + ol, .wrapper main > section h3 + p, .wrapper main > section h3 + ol {
    margin-top: 10px;
  }
  .wrapper main > div h4, .wrapper main > section h4 {
    font-size: 153.85%;
  }
  .wrapper main > div h4 span, .wrapper main > section h4 span {
    font-size: 65%;
  }
  .wrapper main > div h4 + p, .wrapper main > div h4 + ol, .wrapper main > div h4 + dl, .wrapper main > section h4 + p, .wrapper main > section h4 + ol, .wrapper main > section h4 + dl {
    margin-top: 10px;
  }
  .wrapper main > div > section, .wrapper main > section > section {
    padding: 0 7.2vw;
  }
  .wrapper main > div > section + section, .wrapper main > section > section + section {
    margin-top: 14.5vw;
  }
  .wrapper main > div > section > section + section, .wrapper main > section > section > section + section {
    margin-top: 12.5vw;
  }
  .wrapper main > div + section, .wrapper main > section + section {
    margin-top: 29.5vw;
  }
  .wrapper main .contentsHeader {
    margin-top: 20.9vw;
    padding: 0 7.2vw;
  }
  .wrapper main .contentsHeader.h1First {
    margin-top: 21vw;
  }
  .wrapper main .contentsHeader .tagList li svg {
    height: 6.5vw;
  }
  .wrapper main .contentsHeader h1 {
    font-size: 338.46%;
    margin-top: 1.8vw;
    line-height: 1.3;
  }
  .wrapper main .contentsHeader h1 + .textRight {
    margin-top: 4vw;
  }
  .wrapper main .contentsHeader .textLinkBorderArrow {
    font-size: 138.46%;
  }
  .wrapper main .contentsHeader + section {
    margin-top: 14.5vw;
  }
  .wrapper main .kv {
    margin-top: 16%;
  }
  .wrapper main .kv p {
    margin-top: 4.5vw;
    padding: 0 6.2vw;
    font-size: 107.69%;
  }
  .wrapper main .kv .text {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper main .movie {
    padding: 0 6.1vw;
    margin-top: 10vw;
    height: auto;
  }
  .wrapper main .contentsList {
    margin-top: 9vw;
    padding: 0 6.1vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11vw 0;
  }
  .wrapper main .contentsList li {
    width: 100%;
  }
  .wrapper main .contentsList li:first-child {
    margin-top: 0;
  }
  .wrapper main .contentsList.column2 li {
    width: 100%;
  }
  .wrapper main .contentsList.column4 {
    gap: 10.6vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper main .contentsList.column4 li {
    width: 86%;
  }
  .wrapper main .imgTextList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10.5vw 0;
  }
  .wrapper main .imgTextList li {
    width: 100%;
  }
  .wrapper main .imgTextList li > div {
    margin-top: 3.5vw;
  }
  .wrapper main .imgTextList li > div .title {
    font-size: 153.85%;
  }
  .wrapper main .imgTextList li > div .text {
    font-size: 100%;
  }
  footer {
    width: 100%;
    margin: 16vw auto 0;
    padding: 0 4.2vw 10.5vw 6.2vw;
  }
  footer > div:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12.8vw;
  }
  footer ul li {
    font-size: 115.38%;
    padding-right: 0;
    padding-left: 0;
    display: list-item;
  }
  footer ul li:before {
    content: "";
    background-color: #005ed2;
    position: relative;
    left: 0;
    font-size: 17px;
    top: 0;
    display: block;
    line-height: 1;
    width: 3.2vw;
    height: 2px;
    margin: 3.2vw 0 3.2vw 0;
  }
  footer ul li span {
    top: -0.2em;
    position: relative;
  }
  footer .contactBtn {
    bottom: 3.1%;
  }
  footer .contactBtn a .circle circle {
    stroke-width: 2px;
  }
  footer .contactBtn a > div svg {
    width: 40%;
    height: auto;
  }
  footer .contactBtn a > div .text {
    font-size: 1em;
    margin-top: 7%;
  }
  footer .contactBtn a > div .text span {
    line-height: 1;
  }
  footer .contactBtn a > div .text .spanText2 {
    font-size: 1em;
  }
  footer .contactBtn a > div .text .spanText2 svg {
    width: 63%;
    height: auto;
  }
}
/*# sourceMappingURL=detail_page.css.map */