@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
/* メイン・サブ
***************************************************************/
/* その他
***************************************************************/
/* メイン・サブ
***************************************************************/
/* テキスト
***************************************************************/
/* media
***************************************************************/
/* フォントサイズvw
***************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #00375a;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

input, select, textarea, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 0;
}

input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* FONT
***************************************************************/
/* sans
*******************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

/* body
***************************************************************/
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #00375a;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-animation: opacity ease 1s forwards;
          animation: opacity ease 1s forwards;
}
body.fixed {
  position: fixed;
  width: 100%;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
}
/* body
***************************************************************/
/* コンテンツ
***************************************************************/
.none {
  display: none;
}

.linkNone {
  pointer-events: none;
}

@media screen and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media screen and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************/
/* header
***************************************************************/
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 0 25px 0 30px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 9;
}
#header .inner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#header .hLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
}
#header .hLogo span {
  display: block;
}
#header .hLogo .hLogo01 {
  width: 173px;
  margin-right: 28px;
}
#header .hLogo .hLogo02 {
  width: 139px;
}
#header .hNavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 340px);
  padding-right: 45px;
}
#header .hNaviList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
#header .hNaviList > li {
  position: relative;
}
#header .hNaviList > li .listInner {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  color: #00375a;
  cursor: pointer;
}
#header .hNaviList > li.current .listInner::before {
  width: 100%;
}
#header .hNaviList_c {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
}
#header .hNaviList_c li + li {
  border-top: 1px solid #465a7d;
}
#header .hNaviList_c li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00375a;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  position: relative;
}
#header .hNaviList_c li i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 45%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 8.64px;
}
#header .hNaviList_c li i::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 3px;
  background: #fff;
}
#header .hNaviList_c li i span {
  display: block;
  width: 8.64px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#header .hText {
  display: none;
  font-size: 22px;
  letter-spacing: 0.015em;
  margin-right: 45px;
}
#header .menuBtn {
  width: 55px;
  height: 34px;
  padding: 5px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
#header .menuBtn span {
  display: block;
  position: absolute;
  left: 5px;
  width: calc(100% - 10px);
  height: 1px;
  background: #00375a;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#header .menuBtn span:nth-child(1) {
  top: 5px;
}
#header .menuBtn span:nth-child(2) {
  top: calc((100% - 1px) / 2);
}
#header .menuBtn span:nth-child(3) {
  bottom: 5px;
}
#header .menuBtn.open span:nth-child(1) {
  left: calc(50% - 5px);
  top: calc(50% - 15px);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
#header .menuBtn.open span:nth-child(2) {
  width: 0;
}
#header .menuBtn.open span:nth-child(3) {
  left: calc(50% - 5px);
  top: calc(50% + 15px);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
#header.fixed {
  position: absolute;
  top: 58px;
  padding-right: 85px;
  background: none;
}
#header.fixed .inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header.fixed .hLogo .hLogo01,
#header.fixed .hLogo .hLogo02 {
  display: none;
}
#header.fixed .hText {
  display: block;
}
#header.fixed .hNaviList {
  display: none;
}
#header.fixed .hNavi {
  width: 180px;
}
#header.act {
  -webkit-animation: viewAction 0.6s;
          animation: viewAction 0.6s;
}
#header.page {
  background: none;
  -webkit-animation: none;
          animation: none;
}
#header.page.act {
  background: rgba(255, 255, 255, 0.9);
}
#header.scroll {
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes viewAction {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}

@keyframes viewAction {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}
@media screen and (min-width: 681px) {
  #header {
    min-width: 1200px;
  }
  #header .hLogo .hLogo02 {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .hLogo .hLogo02:hover {
    opacity: 0.7;
  }
  #header .hNaviList li .listInner {
    display: block;
    position: relative;
  }
  #header .hNaviList li .listInner::before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 0;
    height: 2px;
    background: #00375a;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #header .hNaviList li .listInner:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  #header .hNaviList li:hover .hNaviList_c {
    opacity: 1;
    left: 0;
    pointer-events: all;
  }
  #header .hNaviList_c {
    left: -10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, left 0.3s;
    transition: opacity 0.3s, left 0.3s;
  }
  #header .hNaviList_c li a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  #header .hNaviList_c li a i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  #header .hNaviList_c li a:hover {
    background: #206e9f;
  }
  #header .hNaviList_c li a:hover i {
    right: 10px;
  }
  #header .hEntryBtn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .hEntryBtn:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 681px) and (max-width: 1370px) {
  #header {
    padding-left: 28px;
  }
  #header .hLogo {
    width: 279px;
  }
  #header .hLogo .hLogo01 {
    width: 136px;
    margin-right: 20px;
  }
  #header .hLogo .hLogo02 {
    width: 123px;
  }
  #header .hNavi {
    width: calc(100% - 279px);
  }
  #header .hNaviList {
    gap: 20px;
  }
  #header .hNaviList li .listInner {
    font-size: 14px;
  }
}
@media screen and (max-width: 680px) {
  #header {
    height: 40px;
    padding: 0 0 0 30px;
    background: rgba(255, 255, 255, 0.9);
  }
  #header .inner {
    height: 100%;
  }
  #header .hLogo {
    width: 213px;
  }
  #header .hLogo span {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #header .hLogo .hLogo01 {
    width: 102px;
    margin-right: 20px;
  }
  #header .hLogo .hLogo02 {
    width: 81px;
  }
  #header .hNavi {
    display: block;
    position: fixed;
    left: 100%;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
    padding: 35px 0 100px;
    background: #fff;
    overflow-y: scroll;
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
  }
  #header .hNavi.open {
    left: 0;
  }
  #header .hNaviList {
    display: block;
  }
  #header .hNaviList li + li {
    margin-top: 20px;
  }
  #header .hNaviList li .listInner {
    display: block;
    font-size: 17px;
    text-align: center;
  }
  #header .hEntryBtn {
    display: none;
  }
  #header .menuBtn {
    width: 40px;
    height: 40px;
    background: #00375a;
    cursor: pointer;
    position: relative;
    z-index: 0;
  }
  #header .menuBtn span {
    display: block;
    position: absolute;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header .menuBtn span:nth-child(1) {
    top: calc(50% - 7.5px);
  }
  #header .menuBtn span:nth-child(2) {
    top: calc((100% - 1px) / 2);
  }
  #header .menuBtn span:nth-child(3) {
    bottom: calc(50% - 7.5px);
  }
  #header .menuBtn.open span:nth-child(1) {
    left: 50%;
    top: calc(50% - 8px);
  }
  #header .menuBtn.open span:nth-child(2) {
    width: 0;
  }
  #header .menuBtn.open span:nth-child(3) {
    left: 50%;
    top: calc(50% + 6px);
  }
  #header.fixed {
    position: absolute;
    top: 0;
    background: none;
    border-bottom: none;
    padding-right: 0;
  }
  #header.fixed .inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header.fixed .hLogo {
    position: absolute;
    pointer-events: none;
  }
  #header.fixed .hText {
    font-size: 12px;
    margin-right: 0;
  }
  #header.fixed .hNavi {
    width: 100%;
  }
  #header.fixed .hNaviList {
    display: block;
  }
  #header.act {
    -webkit-animation: viewAction 0.6s;
            animation: viewAction 0.6s;
  }
  #header.open {
    position: fixed;
    background: #fff;
  }
  #header.open .hLogo .hLogo01 {
    opacity: 1;
  }
  #header.open .hLogo .hLogo02 {
    opacity: 1;
  }
}
/* header
***************************************************************/
/* conversionBtm
***************************************************************/
.conversionBtm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  bottom: -71px;
  width: 100%;
  height: 70px;
  background: #00375a;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
  z-index: 7;
}
.conversionBtm .conversionBtmList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  width: 1100px;
  margin: 0 auto;
}
.conversionBtm .conversionBtmList li {
  width: calc((100% - 200px) / 3);
}
.conversionBtm .conversionBtmList li a {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  position: relative;
}
.conversionBtm .conversionBtmList li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 8.64px;
  background: url(../img/common/icon_arrow02.svg) no-repeat center/cover;
}
.conversionBtm.act {
  bottom: 0;
}

@media screen and (min-width: 681px) {
  .conversionBtm .conversionBtmList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .conversionBtm .conversionBtmList li a i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .conversionBtm .conversionBtmList li a:hover {
    opacity: 0.7;
  }
  .conversionBtm .conversionBtmList li a:hover i {
    right: -6px;
  }
  .conversionBtm.act {
    bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .conversionBtm {
    bottom: -51px;
    height: 50px;
  }
  .conversionBtm .conversionBtmList {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
  }
  .conversionBtm .conversionBtmList li {
    width: 33.3333333333%;
    height: 100%;
  }
  .conversionBtm .conversionBtmList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 0;
    padding-left: 10px;
    border-bottom: none;
  }
  .conversionBtm .conversionBtmList li a i {
    right: 10px;
    width: 34px;
    height: 6px;
  }
  .conversionBtm .conversionBtmList li.tel a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    background: #009682;
  }
  .conversionBtm .conversionBtmList li:last-child {
    border-left: 1px solid #fff;
  }
  .conversionBtm.act {
    bottom: 0;
  }
}
/* conversionBtm
***************************************************************/
/* footer
***************************************************************/
#footer {
  padding: 100px 0;
}
#footer .inner {
  width: 1100px;
  margin: 0 auto;
}
#footer .fLogo02 {
  width: 322px;
  margin: 0 auto;
}
#footer .fNaviList02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
  margin-top: 50px;
}
#footer .fNaviList02 li a {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 500;
}
#footer .fTopCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
#footer .fTopCont .fLeftBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 270px);
}
#footer .fTopCont .fLogo {
  width: 140px;
}
#footer .fTopCont .fAddressBox {
  width: calc(100% - 140px - 202px - 20px - 30px);
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #00a9c7;
}
#footer .fTopCont .fAddressText {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #00a9c7;
  margin-bottom: 10px;
}
#footer .fTopCont .fAddressText span {
  font-weight: bold;
}
#footer .fTopCont .fAddressNote {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  color: #00a9c7;
  margin-top: 8px;
}
#footer .fTopCont .fTel {
  display: block;
  width: 240px;
}
#footer .fTopCont .fAddressImg {
  width: 202px;
}
#footer .fTopCont .fRightBox {
  width: 270px;
}
#footer .fBtmCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
#footer .fBtmCont .fNaviList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
#footer .fBtmCont .fNaviList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #00375a;
}
#footer .fBtmCont .fNaviList li a i {
  display: block;
  width: 21px;
  height: 17px;
  background: url(../img/common/f_blank_icon.svg) no-repeat center/cover;
  margin-right: 10px;
}
#footer .fBtmCont .copywriter {
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (min-width: 681px) {
  #footer .fNaviList02 li a {
    display: block;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footer .fNaviList02 li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #00375a;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  #footer .fNaviList02 li a:hover {
    opacity: 0.7;
  }
  #footer .fNaviList02 li a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  #footer .fBtmCont .fNaviList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #footer .fBtmCont .fNaviList li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  #footer {
    padding: 25px 0 80px;
    position: relative;
    z-index: 0;
  }
  #footer .inner {
    width: 100%;
    padding: 0 30px;
  }
  #footer .fLogo02 {
    width: 177px;
    margin: 0 auto;
  }
  #footer .pageTop {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    bottom: 60px;
  }
  #footer .pageTop i {
    display: block;
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    width: 15px;
    height: 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #footer .fTopCont {
    display: block;
    margin-top: 28px;
  }
  #footer .fTopCont .fLeftBox {
    display: block;
    width: 100%;
  }
  #footer .fTopCont .fLogo {
    width: 223px;
    margin: 0 auto;
  }
  #footer .fTopCont .fAddressBox {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 22px;
    border-left: none;
  }
  #footer .fTopCont .fAddressText {
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
  }
  #footer .fTopCont .fAddressNote {
    font-size: 10px;
    text-align: center;
    margin-top: 6px;
  }
  #footer .fTopCont .fTel {
    width: 156px;
    margin: 0 auto;
  }
  #footer .fTopCont .fAddressImg {
    width: 211px;
    margin: 20px auto 0;
    -webkit-transform: translateX(18px);
            transform: translateX(18px);
  }
  #footer .fTopCont .fRightBox {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fBtmCont {
    display: block;
    margin-top: 20px;
  }
  #footer .fBtmCont .fNaviList {
    display: block;
  }
  #footer .fBtmCont .fNaviList li + li {
    margin-top: 15px;
  }
  #footer .fBtmCont .fNaviList li a {
    font-size: 11px;
  }
  #footer .fBtmCont .fNaviList li a i {
    width: 15px;
    height: 13px;
    margin-right: 6px;
  }
  #footer .fBtmCont .copywriter {
    font-size: 10px;
    text-align: center;
    margin-top: 25px;
  }
}
/* footer
***************************************************************/
/* button
***************************************************************/
.commonMoreBtn {
  display: block;
  width: 300px;
  padding-bottom: 12px;
  border-bottom: 2px solid #00375a;
  position: relative;
}
.commonMoreBtn span {
  display: block;
  width: 109px;
}
.commonMoreBtn i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46.08px;
  height: 8.64px;
  background: url(../img/common/icon_arrow01.svg) no-repeat center/cover;
}
.commonMoreBtn.center {
  margin: 0 auto;
}
.commonMoreBtn.concept span {
  width: auto;
  height: 14px;
}
.commonMoreBtn.concept span img {
  width: auto;
  height: 100%;
}
.commonMoreBtn.down {
  padding-top: 10px;
}
.commonMoreBtn.down i {
  right: 9px;
  top: 0;
  width: 8.64px;
  height: 30.76px;
  background: url(../img/common/icon_arrow03.svg) no-repeat center/cover;
}

@media screen and (min-width: 681px) {
  .commonMoreBtn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .commonMoreBtn i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .commonMoreBtn:hover {
    opacity: 0.7;
  }
  .commonMoreBtn:hover i {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .commonMoreBtn.down:hover i {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  a:hover .commonMoreBtn {
    opacity: 0.7;
  }
  a:hover .commonMoreBtn i {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  a:hover .commonMoreBtn.down i {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  a .commonMoreBtn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a .commonMoreBtn i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media screen and (max-width: 680px) {
  .commonMoreBtn {
    width: 100%;
    padding-bottom: 10px;
  }
  .commonMoreBtn span {
    width: 82px;
  }
  .commonMoreBtn i {
    width: 34px;
    height: 6px;
  }
  .commonMoreBtn.concept span {
    height: 11px;
  }
  .commonMoreBtn.down {
    padding-top: 0;
  }
  .commonMoreBtn.down i {
    top: -5px;
    width: 6px;
    height: 22px;
  }
}
/* button
***************************************************************/
/* list
***************************************************************/
/* list
***************************************************************/
/* title
***************************************************************/
/* title
***************************************************************/
/* inview
***************************************************************/
@media screen and (min-width: 681px) {
  .action01 {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    position: relative;
    -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s ease-out, -webkit-transform 0.6s 0.3s ease-out;
  }
  .action01.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action02.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action03.action {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    -webkit-transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out, -webkit-filter 1s 0.3s ease-out;
  }
  .action04.action {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .delay1 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay2 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay3 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay4 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .delay5 {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
}
@media screen and (max-width: 680px) {
  .action01_sp {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    position: relative;
    -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, transform 1s 0.3s ease-out, -webkit-transform 1s 0.3s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    -webkit-filter: blur(6px);
            filter: blur(6px);
    -webkit-transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, -webkit-filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out;
    transition: opacity 1s 0.3s, filter 1s 0.3s ease-out, -webkit-filter 1s 0.3s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  .delay1_sp {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .delay2_sp {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .delay3_sp {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .delay4_sp {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
  .fast1_sp {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
/* inview
***************************************************************/
/* loading
***************************************************************/
/* loading
***************************************************************/
/* form reset
***************************************************************/
input, textarea, select {
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 6px;
  background: #fff;
  width: 100%;
}
input.error, textarea.error, select.error {
  background: #fbe5bb;
}

input:focus {
  border: 1px solid #707070;
}

/* form reset
***************************************************************/
/* megamenu
***************************************************************/
.megamenu {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 110px;
  background: #fff;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 8;
}
.megamenu .inner {
  width: 1100px;
  height: calc(100% - 70px);
  margin: 0 auto;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 40px;
}
.megamenu .inner::-webkit-scrollbar {
  display: none;
}
.megamenu .megamenuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 78px;
}
.megamenu .megamenuList > li {
  width: calc((100% - 78px) / 2);
}
.megamenu .megamenuList_c > li + li {
  margin-top: 55px;
}
.megamenu .megamenuList_c > li .listInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 14px;
  position: relative;
}
.megamenu .megamenuList_c > li .listInner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00375a;
}
.megamenu .megamenuList_c > li .listInner .en {
  display: inline-block;
  height: 33px;
  margin-right: 15px;
}
.megamenu .megamenuList_c > li .listInner .en img {
  width: auto;
  height: 100%;
}
.megamenu .megamenuList_c_c {
  margin-top: 18px;
}
.megamenu .megamenuList_c_c li {
  line-height: 1;
}
.megamenu .megamenuList_c_c li + li {
  margin-top: 18px;
}
.megamenu .megamenuList_c_c li a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
}
.megamenu .megamenuFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.megamenu .megamenuFooter .megamenuFooterLeftBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 270px);
}
.megamenu .megamenuFooter .megamenuFooterLogo {
  width: 140px;
}
.megamenu .megamenuFooter .megamenuFooterAddressBox {
  width: calc(100% - 140px - 202px - 20px - 30px);
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #00a9c7;
}
.megamenu .megamenuFooter .megamenuFooterAddressText {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #00a9c7;
  margin-bottom: 10px;
}
.megamenu .megamenuFooter .megamenuFooterAddressText span {
  font-weight: bold;
}
.megamenu .megamenuFooter .megamenuFooterAddressNote {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  color: #00a9c7;
  margin-top: 8px;
}
.megamenu .megamenuFooter .megamenuFooterTel {
  display: block;
  width: 240px;
}
.megamenu .megamenuFooter .megamenuFooterAddressImg {
  width: 202px;
}
.megamenu .megamenuFooter .megamenuFooterRightBox {
  width: 270px;
}
.megamenu .megamenuFooterBtmCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.megamenu .megamenuFooterBtmCont .megamenuFooterNaviList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}
.megamenu .megamenuFooterBtmCont .megamenuFooterNaviList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #00375a;
}
.megamenu .megamenuFooterBtmCont .megamenuFooterNaviList li a i {
  display: block;
  width: 21px;
  height: 17px;
  background: url(../img/common/f_blank_icon.svg) no-repeat center/cover;
  margin-right: 10px;
}
.megamenu .megamenuFooterBtmCont .megamenuFooterCopywriter {
  font-size: 12px;
  letter-spacing: 0;
}
.megamenu .megamenuFooterCv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  background: #00375a;
}
.megamenu .megamenuFooterCv .megamenuFooterCvList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  width: 1100px;
  margin: 0 auto;
}
.megamenu .megamenuFooterCv .megamenuFooterCvList li {
  width: calc((100% - 100px) / 2);
}
.megamenu .megamenuFooterCv .megamenuFooterCvList li a {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  position: relative;
}
.megamenu .megamenuFooterCv .megamenuFooterCvList li a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 8.64px;
  background: url(../img/common/icon_arrow02.svg) no-repeat center/cover;
}
.megamenu.act {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 681px) {
  .megamenu .megamenuList_c > li > .listInner {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .megamenu .megamenuList_c > li > .listInner::before {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .megamenu .megamenuList_c > li > a:hover {
    opacity: 0.6;
  }
  .megamenu .megamenuList_c > li > a:hover::before {
    height: 4px;
  }
  .megamenu .megamenuList_c_c li a {
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .megamenu .megamenuList_c_c li a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 0;
    height: 1px;
    background: #00375a;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .megamenu .megamenuList_c_c li a:hover {
    opacity: 0.6;
  }
  .megamenu .megamenuList_c_c li a:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .megamenu .megamenuFooterBtmCont .megamenuFooterNaviList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .megamenu .megamenuFooterBtmCont .megamenuFooterNaviList li a:hover {
    opacity: 0.7;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li a i {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li a:hover {
    opacity: 0.7;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li a:hover i {
    right: -6px;
  }
}
@media screen and (max-width: 680px) {
  .megamenu {
    padding-top: 70px;
  }
  .megamenu .inner {
    width: 100%;
    height: calc(100% - 50px);
    padding: 0 30px;
    padding-bottom: 40px;
  }
  .megamenu .megamenuList {
    display: block;
  }
  .megamenu .megamenuList > li {
    width: 100%;
  }
  .megamenu .megamenuList > li + li {
    margin-top: 22px;
  }
  .megamenu .megamenuList_c > li + li {
    margin-top: 22px;
  }
  .megamenu .megamenuList_c > li .listInner {
    font-size: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 8px;
  }
  .megamenu .megamenuList_c > li .listInner::before {
    height: 2px;
  }
  .megamenu .megamenuList_c > li .listInner .en {
    height: 17px;
    margin-right: 0;
  }
  .megamenu .megamenuList_c_c {
    margin: 15px 0 28px;
  }
  .megamenu .megamenuList_c_c li + li {
    margin-top: 15px;
  }
  .megamenu .megamenuList_c_c li a {
    display: block;
    font-size: 13px;
  }
  .megamenu .megamenuFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .megamenu .megamenuFooter .megamenuFooterLeftBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 270px);
  }
  .megamenu .megamenuFooter .megamenuFooterLogo {
    width: 140px;
  }
  .megamenu .megamenuFooter .megamenuFooterAddressBox {
    width: calc(100% - 140px - 202px - 20px - 30px);
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #00a9c7;
  }
  .megamenu .megamenuFooter .megamenuFooterAddressText {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    color: #00a9c7;
    margin-bottom: 10px;
  }
  .megamenu .megamenuFooter .megamenuFooterAddressText span {
    font-weight: bold;
  }
  .megamenu .megamenuFooter .megamenuFooterAddressNote {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    color: #00a9c7;
    margin-top: 8px;
  }
  .megamenu .megamenuFooter .megamenuFooterTel {
    display: block;
    width: 240px;
  }
  .megamenu .megamenuFooter .megamenuFooterAddressImg {
    width: 202px;
  }
  .megamenu .megamenuFooter .megamenuFooterRightBox {
    width: 270px;
  }
  .megamenu .megamenuFooterBtmCont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
  .megamenu .megamenuFooterBtmCont .megamenuFooterNaviList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
  }
  .megamenu .megamenuFooterBtmCont .megamenuFooterNaviList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #00375a;
  }
  .megamenu .megamenuFooterBtmCont .megamenuFooterNaviList li a i {
    display: block;
    width: 21px;
    height: 17px;
    background: url(../img/common/f_blank_icon.svg) no-repeat center/cover;
    margin-right: 10px;
  }
  .megamenu .megamenuFooterBtmCont .megamenuFooterCopywriter {
    font-size: 12px;
    letter-spacing: 0;
  }
  .megamenu .megamenuFooterCv {
    height: 50px;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    width: 100%;
    height: 100%;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li {
    width: 33.3333333333%;
    height: 100%;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 0;
    padding-left: 10px;
    border-bottom: none;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li a i {
    right: 10px;
    width: 34px;
    height: 6px;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li.tel a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    background: #009682;
  }
  .megamenu .megamenuFooterCv .megamenuFooterCvList li:last-child {
    border-left: 1px solid #fff;
  }
  .megamenu.act {
    opacity: 1;
    pointer-events: all;
  }
}
/* megamenu
***************************************************************/
/* PAGE MV
***************************************************************/
.pageMv {
  padding-top: 158px;
  height: 680px;
  position: relative;
  z-index: 0;
}
.pageMv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: #dce6f5;
  border-radius: 0 0 0 100px;
  z-index: -1;
}
.pageMv .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.pageMv .pageMvTitle span {
  display: block;
  line-height: 1;
}
.pageMv .pageMvTitle .en {
  height: 47px;
}
.pageMv .pageMvTitle .en img {
  width: auto;
  height: 100%;
}
.pageMv .pageMvTitle .jp {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 20px;
}
.pageMv .pageMvImg {
  width: 66.667%;
  height: 400px;
  border-radius: 0 0 100px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pageMv .pageMvImg.concept {
  background: url(../img/concept/mv.jpg) no-repeat bottom/cover;
}
.pageMv .pageMvImg.townplan {
  background: url(../img/townplan/mv.jpg) no-repeat bottom/cover;
}
.pageMv .pageMvImg.houseplan {
  background: url(../img/houseplan/mv.jpg) no-repeat bottom/cover;
}
.pageMv .pageMvImg.location {
  background: url(../img/location/mv.jpg) no-repeat bottom/cover;
}
.pageMv.type02 {
  height: 605px;
}
.pageMv.type03 {
  height: 380px;
}
.pageMv.type03::before {
  height: 100%;
}

@media screen and (max-width: 680px) {
  .pageMv {
    padding-top: 54px;
    height: 248px;
  }
  .pageMv::before {
    height: 187px;
    border-radius: 0 0 0 50px;
  }
  .pageMv .inner {
    width: 100%;
    padding: 0 30px;
  }
  .pageMv .pageMvTitle .en {
    height: 21px;
  }
  .pageMv .pageMvTitle .jp {
    font-size: 13px;
    margin-top: 10px;
  }
  .pageMv .pageMvImg {
    width: 80%;
    height: 125px;
    border-radius: 0 0 50px 0;
  }
  .pageMv .pageMvImg.concept {
    background: url(../img/concept/mv.jpg) no-repeat bottom/cover;
  }
  .pageMv.type02 {
    height: auto;
  }
  .pageMv.type03 {
    height: 175px;
  }
  .pageMv.type03::before {
    height: 100%;
  }
}
/* PAGE MV
***************************************************************/
/* OTHER CONTENTS
***************************************************************/
.secOtherContents {
  padding: 172px 0;
}
.secOtherContents .inner {
  width: 1100px;
  margin: 0 auto;
}
.secOtherContents .othercontTitle {
  width: 177px;
}
.secOtherContents .otherContList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 58px;
}
.secOtherContents .otherContList li {
  width: calc((100% - 120px) / 4);
}
.secOtherContents .otherContList li a {
  display: block;
}
.secOtherContents .otherContList li .listImg {
  height: 245px;
}
.secOtherContents .otherContList li .listImg .img {
  height: 100%;
}
.secOtherContents .otherContList li .listImg .img.concept {
  background: url(../img/common/other_concept.jpg) no-repeat center/cover;
}
.secOtherContents .otherContList li .listImg .img.townplan {
  background: url(../img/common/other_townplan.jpg) no-repeat center/cover;
}
.secOtherContents .otherContList li .listImg .img.houseplan {
  background: url(../img/common/other_houseplan.jpg) no-repeat center/cover;
}
.secOtherContents .otherContList li .listImg .img.discovery {
  background: url(../img/common/other_discovery.jpg) no-repeat center/cover;
}
.secOtherContents .otherContList li .listImg .img.location {
  background: url(../img/common/other_location.jpg) no-repeat center/cover;
}
.secOtherContents .otherContList li .listTitle {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 25px;
}
.secOtherContents .otherContList li .commonMoreBtn {
  width: 100%;
  margin-top: 25px;
}
.secOtherContents .otherContList li:nth-child(1) .listImg .img {
  border-radius: 70px 0 0 0;
}
.secOtherContents .otherContList li:nth-child(2) .listImg .img {
  border-radius: 0 0 0 70px;
}
.secOtherContents .otherContList li:nth-child(3) .listImg .img {
  border-radius: 0 70px 0 0;
}
.secOtherContents .otherContList li:nth-child(4) .listImg .img {
  border-radius: 0 0 70px 0;
}

@media screen and (min-width: 681px) {
  .secOtherContents .otherContList li .listImg .img {
    -webkit-transition: border-radius 0.3s, -webkit-transform 0.3s;
    transition: border-radius 0.3s, -webkit-transform 0.3s;
    transition: border-radius 0.3s, transform 0.3s;
    transition: border-radius 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .secOtherContents .otherContList li a:hover .listImg .img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .secOtherContents .otherContList li:nth-child(1) a:hover .listImg .img {
    border-radius: 0 70px 70px 70px;
  }
  .secOtherContents .otherContList li:nth-child(2) a:hover .listImg .img {
    border-radius: 70px 70px 70px 0;
  }
  .secOtherContents .otherContList li:nth-child(3) a:hover .listImg .img {
    border-radius: 70px 0 70px 70px;
  }
  .secOtherContents .otherContList li:nth-child(4) a:hover .listImg .img {
    border-radius: 70px 70px 0 70px;
  }
}
@media screen and (max-width: 680px) {
  .secOtherContents {
    padding: 100px 0;
  }
  .secOtherContents .inner {
    width: 100%;
    padding: 0 30px;
  }
  .secOtherContents .othercontTitle {
    width: 127px;
  }
  .secOtherContents .otherContList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 33px 14px;
    margin-top: 28px;
  }
  .secOtherContents .otherContList li {
    width: calc((100% - 14px) / 2);
  }
  .secOtherContents .otherContList li .listImg {
    height: 150px;
  }
  .secOtherContents .otherContList li .listTitle {
    font-size: 15px;
    margin-top: 14px;
  }
  .secOtherContents .otherContList li .commonMoreBtn {
    margin-top: 15px;
  }
  .secOtherContents .otherContList li:nth-child(1) .listImg .img {
    border-radius: 45px 0 0 0;
  }
  .secOtherContents .otherContList li:nth-child(2) .listImg .img {
    border-radius: 0 0 0 45px;
  }
  .secOtherContents .otherContList li:nth-child(3) .listImg .img {
    border-radius: 0 45px 0 0;
  }
  .secOtherContents .otherContList li:nth-child(4) .listImg .img {
    border-radius: 0 0 45px 0;
  }
}
/* OTHER CONTENTS
***************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* オリジナルCSS
***************************************************************/
/* オリジナルCSS
***************************************************************/
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 681px) {
  .modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
  }
  .modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #00375a;
  }
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media screen and (min-width: 681px) {
  .modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
  }
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

@media screen and (min-width: 681px) {
  .modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

@media screen and (min-width: 681px) {
  .modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff;
  }
  .modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #afb7bc;
  }
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before,
.modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* オリジナルCSS
***************************************************************/
/* オリジナルCSS
***************************************************************//*# sourceMappingURL=common.css.map */