@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap");
/*                leyout
======================================================= */
@media only screen and (max-width: 1024px) {
  body.sp_open {
    overflow: hidden;
    height: 100vh;
  }
}
body.modal_open {
  overflow: hidden;
  height: 100vh;
}

.scroll_anime {
  opacity: 0;
  position: relative;
  z-index: 1;
  top: 40px;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                btn
======================================================= */
.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .btn_area {
    display: block;
  }
}
.btn_area .btn {
  margin: 0;
}
.btn_area .btn + .btn {
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .btn_area .btn + .btn {
    margin-left: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_area .btn {
    margin: 0 auto;
  }
}
.btn_area.yoko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}
@media only screen and (max-width: 640px) {
  .btn_area.yoko {
    display: block;
  }
}
.btn_area.yoko .btn {
  width: 25%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .btn_area.yoko .btn + .btn {
    margin-left: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .btn_area.yoko .btn {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 640px) {
  .btn_area.yoko .btn {
    width: 100%;
  }
}
.btn_area.yoko .btn span {
  display: block;
  padding: 0 1em;
}

.btn {
  max-width: none;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 350px) {
  .btn {
    width: 100%;
  }
}
.btn > a, .btn > button, .btn > span {
  min-width: 240px;
  position: relative;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
  z-index: 1000;
  border-radius: 100vh;
  overflow: hidden;
  background-color: #edf1f4;
  display: inline-block;
  color: #002b60;
  width: auto;
  padding: 21px;
}
@media only screen and (max-width: 1024px) {
  .btn > a, .btn > button, .btn > span {
    padding: 14px;
  }
}
@media only screen and (max-width: 350px) {
  .btn > a, .btn > button, .btn > span {
    min-width: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .btn > a::before, .btn > button::before, .btn > span::before {
    border-radius: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background-color: #002b60;
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
.btn > a:hover, .btn > button:hover {
  /*
    @include media1025{
    opacity: 0.8;
  }
    */
}
@media only screen and (min-width: 1025px) {
  .btn > a:hover, .btn > button:hover {
    color: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .btn > a:hover::before, .btn > button:hover::before {
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.btn.jost {
  font-family: "Jost", "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.btn.link > a, .btn.link > button, .btn.link > span {
  padding: 21px 2.5em;
  /**
  &::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 1px $baseColor;
    border-right: solid 1px $baseColor;
    width: 6px;
    height: 6px;
    //margin-right: 8px;
  }
  **/
}
@media only screen and (max-width: 1024px) {
  .btn.link > a, .btn.link > button, .btn.link > span {
    padding: 14px 2.5em;
  }
}
.btn.link > a::after, .btn.link > button::after, .btn.link > span::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 10px;
  color: #002b60;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .btn.link > a:hover::after, .btn.link > button:hover::after, .btn.link > span:hover::after {
    color: #fff;
  }
}
.btn.white > a, .btn.white > button {
  background: #fff;
}
.btn.blue > a, .btn.blue > button {
  background-color: #002b60;
  color: #fff;
}
.btn.blue > a::after, .btn.blue > button::after {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn.blue > a::before, .btn.blue > button::before {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .btn.blue > a:hover, .btn.blue > button:hover {
    color: #002b60;
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .btn.blue > a:hover::after, .btn.blue > button:hover::after {
    color: #002b60;
  }
}
.btn.blank > a, .btn.blank > button, .btn.blank > span {
  padding: 17px 2.5em;
}
@media only screen and (max-width: 1024px) {
  .btn.blank > a, .btn.blank > button, .btn.blank > span {
    padding: 14px 2.5em;
  }
}
.btn.blank > a::after, .btn.blank > button::after, .btn.blank > span::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.mini {
  max-width: none;
  text-align: left;
  margin: 0;
}
.btn.mini > a, .btn.mini > button, .btn.mini > span {
  width: auto;
  min-width: 124px;
  display: inline-block;
  text-align: center;
  padding: 14px 2.2em;
}
@media only screen and (max-width: 1024px) {
  .btn.mini > a, .btn.mini > button, .btn.mini > span {
    min-width: 100px;
    padding: 11px 2.2em;
  }
}
.btn.full {
  width: 100%;
}
.btn.full > a, .btn.full > button, .btn.full > span {
  color: #fff;
  background: #002b60;
  width: 100%;
  border: 1px #002b60 solid;
}
@media only screen and (min-width: 1025px) {
  .btn.full > a::before, .btn.full > button::before, .btn.full > span::before {
    background: #fff;
  }
}
@media only screen and (min-width: 1025px) {
  .btn.full > a:hover, .btn.full > button:hover, .btn.full > span:hover {
    color: #002b60;
    border: 1px #002b60 solid;
  }
}
.btn.return > a::before, .btn.return > button::before, .btn.return > span::before {
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.whitewash > a, .btn.whitewash > button {
  color: #002b60;
  background: #fff;
  border: 1px #fff solid;
}
.btn.whitewash > a::after, .btn.whitewash > button::after {
  color: #002b60;
}
.btn.icon_none a::after, .btn.icon_none button::after {
  content: none;
}
.btn.icon_left a::after, .btn.icon_left button::after {
  content: "\f104";
  right: auto;
  left: 1em;
}

/*                footer
======================================================= */
#footer {
  position: relative;
}
#footer #footer_area {
  background-color: #002b60;
  padding: 90px 0;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area {
    padding: 45px 0;
  }
}
#footer #footer_area .ft_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout {
    display: block;
  }
}
#footer #footer_area .ft_layout .layout_l {
  width: 350px;
}
@media only screen and (max-width: 1024px) {
  #footer #footer_area .ft_layout .layout_l {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_l {
    width: auto;
  }
}
#footer #footer_area .ft_layout .layout_l > p span {
  display: block;
}
#footer #footer_area .ft_layout .layout_l > p span.en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 46px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_l > p span.en {
    font-size: 32px;
    text-align: center;
  }
}
#footer #footer_area .ft_layout .layout_l > p span.jp {
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_l > p span.jp {
    display: none;
  }
}
#footer #footer_area .ft_layout .layout_r {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block {
    display: block;
    margin: 0;
  }
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set {
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set {
    width: 100%;
    padding: 0;
  }
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 120px;
  border-bottom: 1px #37557b solid;
  /** hover
  &::before {
    @include media1025{
      //border-radius: 56px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      //background: $bclColor;
      background: #fff;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform 0.3s;
    }
  }
  **/
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a {
    min-height: 0;
    padding: 2em 0;
  }
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a span {
  display: block;
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a span.jp {
  font-size: 128.6%;
  color: #fff;
  font-weight: 400;
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a span.jp + .en {
  margin-top: 0.5em;
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a span.en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 85.7%;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a span.en {
    font-size: 71.4%;
  }
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 10px;
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a:hover {
  /** hover
  span{
    &.jp {
      @include media1025{
        color: $bclColor;
      }
    }
    &.en {
      @include media1025{
        //color: rgba(255, 255, 255, 0.5);
        //color: rgba(0, 43, 96, 0.5);
        color: rgba(0, 0, 0, 0.8);
      }
    }
  }
  &::before {
    @include media1025{
      transform-origin: left top;
      transform: scale(1, 1);
    }
  }
  &::after{
    @include media1025{
      color: $bclColor;
    }
  }
  **/
}
@media only screen and (min-width: 1025px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set a:hover {
    opacity: 0.6;
  }
}
#footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set:nth-last-child(-n+2) a {
  border-bottom: none;
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set:nth-last-child(-n+2) a {
    border-bottom: 1px #37557b solid;
  }
}
@media only screen and (max-width: 900px) {
  #footer #footer_area .ft_layout .layout_r .ft_navi .navi_block .navi_set:last-child a {
    border-bottom: none;
  }
}
#footer #copy_area {
  padding: 50px 0;
}
@media only screen and (max-width: 900px) {
  #footer #copy_area {
    padding: 25px 0;
  }
}
#footer #copy_area .copy_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  #footer #copy_area .copy_layout {
    display: block;
  }
}
#footer #copy_area .copy_layout p + p {
  margin-top: 0;
}
#footer #copy_area .copy_layout p.layout_r span {
  display: block;
}
#footer #copy_area .copy_layout p.layout_r span.img {
  max-width: 120px;
}
#footer #copy_area .copy_layout p.layout_r span.img + .txt {
  margin-top: 0.5em;
}
#footer #copy_area .copy_layout p.layout_r span.txt {
  font-size: 11px;
}
#footer #copy_area .copy_layout p.layout_l {
  font-size: 100%;
}
@media only screen and (max-width: 900px) {
  #footer #copy_area .copy_layout p.layout_l {
    font-size: 71.4%;
    text-align: center;
    margin-top: 3em;
  }
}
#footer #page_top_area {
  display: none;
  height: 15px;
  background: #ebeced;
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  #footer #page_top_area {
    margin-top: 35px;
  }
}
#footer #page_top {
  position: fixed;
  z-index: 1000;
  bottom: 16px;
  right: 16px;
}
#footer #page_top.none {
  display: none !important;
}
#footer #page_top a {
  background-color: rgba(0, 43, 96, 0.9);
  width: 64px;
  height: 64px;
  display: block;
  text-align: center;
  z-index: 999;
  cursor: pointer;
  border-radius: 100vh;
}
@media only screen and (max-width: 1024px) {
  #footer #page_top a {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 480px) {
  #footer #page_top a {
    width: 48px;
    height: 48px;
  }
}
#footer #page_top a::after {
  position: absolute;
  content: "";
  top: calc(50% + 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 8px;
  height: 8px;
}
@media only screen and (max-width: 1024px) {
  #footer #page_top a::after {
    top: calc(50% + 2px);
  }
}
@media only screen and (min-width: 1025px) {
  #footer #page_top a:hover {
    opacity: 0.8;
  }
}