@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

@media screen and (min-width: 841px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .tb_hide {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .sp_hide {
    display: none !important;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt_link {
  text-decoration: underline;
}

a.txt_link:hover {
  text-decoration: none;
}

hr {
  background-color: #b3b3b3;
  display: block;
  border: 0;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.txt_center {
  text-align: center;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.relative {
  position: relative;
}

.c_blue {
  color: #0071bd;
}

.c_red {
  color: #cc0000;
}

.bold {
  font-weight: 700;
}

.bg_grey {
  background-color: #eef0f0;
}

.bg_blue {
  background-color: #deedf6;
}

/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  position: relative;
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner {
  width: 92%;
  max-width: 1900px;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1241px) {
  .inner {
    width: 84.7%;
  }
}
.inner_lg {
  max-width: 1024px;
}

.inner_md {
  max-width: 840px;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*--- スペース関係 ---*/
.pt_xl {
  padding-top: 104px;
}

.pb_xl {
  padding-bottom: 120px;
}

.pb_xxl {
  padding-bottom: 144px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb40 {
  margin-bottom: 40px;
}

.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 600px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

@media (max-width: 600px) {
  .pt_xl {
    padding-top: 72px;
  }
  .pb_xl {
    padding-bottom: 88px;
  }
  .pb_xxl {
    padding-bottom: 88px;
  }
  .mb60 {
    margin-bottom: 32px;
  }
  .mb40 {
    margin-bottom: 32px;
  }
}
/*--------------------------------
FONT
---------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-style: normal;
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.midasi {
  font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p {
  line-height: 1.8;
}

.danraku p {
  line-height: 2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

.fs34 {
  font-size: 3.4rem;
}

.fs26 {
  font-size: 2.6rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs12 {
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .fs34 {
    font-size: 2.8rem;
  }
  .fs26 {
    font-size: 2.4rem;
  }
  .fs22 {
    font-size: 2rem;
  }
  .fs18 {
    font-size: 1.7rem;
  }
  body {
    font-size: 1.5rem;
  }
  .fs14 {
    font-size: 1.3rem;
  }
  .fs13 {
    font-size: 1.2rem;
  }
}
/*----------------------------------
見出し関係
----------------------------------*/
/* TOP */
.top_title {
  line-height: 1;
}
.top_title .top_title_jp {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.5rem;
}
.top_title .top_title_en {
  font-weight: 700;
  font-size: 5rem;
  color: #0071bd;
}
@media (max-width: 600px) {
  .top_title .top_title_en {
    font-size: 4rem;
    letter-spacing: 0;
  }
}

/* 2col */
.title_2col {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title_2col .title_2col__left,
.title_2col .title_2col__right {
  display: block;
}
.title_2col .more_btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.title_2col .more_btn .ic {
  width: 60px;
  height: 60px;
}
@media (max-width: 600px) {
  .title_2col .more_btn .ic {
    width: 54px;
    height: 54px;
  }
}

.mb_title {
  margin-bottom: 56px;
}
@media (max-width: 600px) {
  .mb_title {
    margin-bottom: 32px;
  }
}

.mb_title_md {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .mb_title_md {
    margin-bottom: 32px;
  }
}

/* LOW */
.sec_title {
  line-height: 1;
}
.sec_title .sec_title_en {
  font-weight: 700;
  font-size: 2rem;
  color: #0071bd;
  display: block;
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .sec_title .sec_title_en {
    font-size: 1.6rem;
  }
}
.sec_title .sec_title_jp {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .sec_title .sec_title_jp {
    font-size: 3rem;
  }
}

/*----------------------------------
2Col 50%
----------------------------------*/
.flex_2col_50 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_2col_50 .flex_2col_50_left {
  width: 42%;
}
.flex_2col_50 .flex_2col_50_right {
  width: 50%;
}

@media (max-width: 840px) {
  .flex_2col_50 {
    display: block;
  }
  .flex_2col_50 .flex_2col_50_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .flex_2col_50 .flex_2col_50_right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .flex_2col_50 .flex_2col_50_left {
    margin-bottom: 32px;
  }
}
/*----------------------------
button
-----------------------------*/
.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.more_btn > a {
  text-decoration: none;
  color: #0071bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 600px) {
  .more_btn > a {
    font-size: 1.4rem;
  }
}
.more_btn > a:hover {
  opacity: 1;
}
.more_btn > a:hover > .ic {
  background-color: #333;
}
.more_btn > a > .ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  background-color: #0071bd;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 600px) {
  .more_btn > a > .ic {
    width: 50px;
    height: 50px;
    margin-left: 6px;
  }
}
.more_btn > a > .ic > i {
  font-weight: 400;
}

/*----------------------------------
LOW MAIN
----------------------------------*/
.low_main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.low_main .page_title_container {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
@media (max-width: 840px) {
  .low_main .page_title_container {
    height: 400px;
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .low_main .page_title_container {
    height: 300px;
    padding-top: 50px;
  }
}
.low_main .page_title {
  line-height: 1;
}
.low_main .page_title .page_title_jp {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .low_main .page_title .page_title_jp {
    margin-bottom: 0;
  }
}
.low_main .page_title .page_title_en {
  font-weight: 700;
  font-size: 6rem;
  color: #0071bd;
  letter-spacing: 0;
}
@media (max-width: 600px) {
  .low_main .page_title .page_title_en {
    font-size: 4.8rem;
  }
}
.low_main .p-top__flowcopy {
  z-index: 1;
}
.low_main .p-top__flowcopy .p-top__flowcopy__str {
  color: #ebf4fa;
}

/*----------------------------------
Anime
----------------------------------*/
.isPlay {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0071bd;
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.maskWrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.maskInner {
  opacity: 0;
  width: 101%;
  height: 100%;
}

/*----------------------------------
TXT SCROLL
----------------------------------*/
@-webkit-keyframes flowL {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes flowL {
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes flowR {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes flowR {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-top__flowcopy {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1.8rem;
  overflow: hidden;
}

.p-top__flowcopy__str {
  --flow-time: 70s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: -1;
}

@media (max-width: 840px) {
  .p-top__flowcopy__str {
    font-size: 20vw;
  }
}
.p-top__flowcopy__str._r2l {
  -webkit-animation: flowL var(--flow-time) linear infinite;
          animation: flowL var(--flow-time) linear infinite;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-top__flowcopy__str._l2r {
  -webkit-animation: flowR var(--flow-time) linear infinite;
          animation: flowR var(--flow-time) linear infinite;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*----------------------------------
Top Works
----------------------------------*/
.top_works_list {
  display: grid;
  gap: 3.27%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 840px) {
  .top_works_list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px 20px;
  }
}
@media (max-width: 600px) {
  .top_works_list {
    gap: 25px 15px;
  }
}
.top_works_list .card a:hover {
  opacity: 1;
}
.top_works_list .card a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.top_works_list .blog_img {
  overflow: hidden;
}
.top_works_list .blog_img img {
  width: 100%;
  height: auto;
  aspect-ratio: 275/200;
}
.top_works_list .blog_title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .top_works_list .blog_title {
    font-size: 1.3rem;
    margin-top: 8px;
  }
}
.top_works_list .blog_cat {
  line-height: 1;
  color: #0071bd;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .top_works_list .blog_cat {
    margin-top: 6px;
    font-size: 1.1rem;
  }
}

/*----------------------------
head
---------------------------*/
.site_header {
  width: 100%;
  position: fixed;
  z-index: 10;
}

.head_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 12px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
  border-radius: 8px;
  width: 96%;
  margin: 20px auto 0;
}

.site_logo img {
  width: 154px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav ul {
  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;
}

#nav .nav li {
  position: relative;
  margin-left: 8px;
  overflow: hidden;
}
#nav .nav li a {
  white-space: nowrap;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 4px 4px 5px;
  color: transparent;
  text-shadow: 0 -2.5rem 0 #333, 0 0 0 #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #0071bd), color-stop(50%, transparent)) 0 100%;
  background: linear-gradient(to bottom, #0071bd 50%, transparent 50%) 0 100%;
  background-size: 100% 200%;
  -webkit-transition: text-shadow 0.3s, background-position 0.3s;
  transition: text-shadow 0.3s, background-position 0.3s;
}
#nav .nav li a:hover {
  opacity: 1;
  text-shadow: 0 0 0 #fff, 0 2.5rem 0 #333;
  background-position: 0 0;
}

@media screen and (max-width: 840px) {
  #nav {
    display: none;
  }
  .head_inner {
    padding: 0 0 0 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    border-radius: 6px;
    width: 96%;
    height: 60px;
    margin: 20px auto 0;
  }
  .site_logo img {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .head_inner {
    padding: 0 0 0 10px;
    width: 100%;
    height: 54px;
    margin: 0 auto 0;
    border-radius: 0px;
  }
  .site_logo img {
    width: 130px;
  }
}
/*----------------------------
SP-navi
---------------------------*/
@media screen and (min-width: 841px) {
  .zdo_drawer_menu {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  /*-- sponser logo --*/
  .menu_bg a {
    position: fixed;
    top: 20px;
    right: 2%;
    width: 60px;
    height: 60px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_bg a:hover {
    opacity: 1;
  }
  .menu__line {
    position: absolute;
    left: 20px;
    background: #333;
    display: block;
    height: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__line:nth-of-type(1) {
    top: 22px;
    width: 22px;
  }
  .menu__line:nth-of-type(2) {
    top: 30px;
    width: 18px;
  }
  .menu__line:nth-of-type(3) {
    top: 38px;
    width: 22px;
  }
  .menu__line.active {
    background: #fff;
  }
  .menu__line:nth-of-type(1).active {
    -webkit-transform: translate(0, 8px) rotate(-30deg);
            transform: translate(0, 8px) rotate(-30deg);
  }
  .menu__line:nth-of-type(2).active {
    opacity: 0;
  }
  .menu__line:nth-of-type(3).active {
    -webkit-transform: translate(0, -8px) rotate(30deg);
            transform: translate(0, -8px) rotate(30deg);
  }
  /* SP-NAVI */
  .sp_nav {
    background-color: rgba(0, 65, 109, 0.95);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    top: 0;
  }
  .sp_nav_wrap {
    width: 100%;
    height: 100%;
    padding: 150px 10% 0 10%;
    overflow: auto;
  }
  .sp_nav_wrap .sp_nav__menu {
    width: 100%;
    text-align: center;
  }
  .sp_nav_wrap .sp_nav__menu li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .sp_nav_wrap .sp_nav__menu a {
    color: #fff;
    position: relative;
    font-size: 18px;
    font-weight: 700;
  }
  .sns_menu_sp {
    text-align: center;
    color: #fff;
    margin-top: 40px;
  }
  .sns_menu_sp li {
    display: inline-block;
  }
  .sns_menu_sp li a {
    color: #fff;
    font-size: 3rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 600px) {
  .menu_bg a {
    width: 60px;
    height: 54px;
    top: 0;
    right: 0;
  }
  .menu__line {
    position: absolute;
    left: 18px;
    background: #333;
    display: block;
    height: 1px;
  }
  .menu__line:nth-of-type(1) {
    top: 20px;
    width: 22px;
  }
  .menu__line:nth-of-type(2) {
    top: 28px;
    width: 18px;
  }
  .menu__line:nth-of-type(3) {
    top: 36px;
    width: 22px;
  }
  .sp_nav_wrap {
    padding: 90px 5% 0 5%;
  }
  .sp_nav_wrap .sp_nav__menu li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sp_nav_wrap .sp_nav__menu a {
    font-size: 16px;
  }
  .sns_menu_sp {
    margin-top: 30px;
  }
  .sns_menu_sp li a {
    font-size: 2.6rem;
  }
}
/*-----------------------
footer
------------------------*/
.footer {
  padding: 96px 0 96px;
  position: relative;
  color: #fff;
  background-color: #2a5770;
}
@media (max-width: 840px) {
  .footer {
    padding: 64px 0 56px;
  }
}
@media (max-width: 600px) {
  .footer {
    padding: 56px 0 32px;
  }
}

.foot_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 32px;
  margin-bottom: 26px;
  border-bottom: 1px solid #97adb9;
}
@media (max-width: 840px) {
  .foot_top_wrap {
    display: block;
    margin-bottom: 26px;
  }
}
@media (max-width: 840px) {
  .foot_top_wrap .foot_top__left {
    margin-bottom: 24px;
  }
}
.foot_top_wrap .foot_top__right {
  text-align: right;
}
@media (max-width: 840px) {
  .foot_top_wrap .foot_top__right {
    text-align: left;
  }
}

.foot_top_wrap .foot_logo img {
  width: 180px;
  height: auto;
  margin-bottom: 15px;
}

.foot_top_wrap .foot_logo_txt p {
  line-height: 1.5;
}

.foot_top_wrap .foot_navi li {
  display: inline;
}
.foot_top_wrap .foot_navi li a {
  position: relative;
  white-space: nowrap;
  line-height: 1.8;
  font-size: 1.3rem;
}
.foot_top_wrap .foot_navi li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.foot_top_wrap .foot_sns {
  margin-top: 50px;
}
.foot_top_wrap .foot_sns li {
  display: inline;
}
.foot_top_wrap .foot_sns li i {
  font-size: 24px;
}

@media screen and (min-width: 841px) {
  .foot_top_wrap .foot_navi li:not(:first-of-type) {
    margin-left: 14px;
  }
  .foot_top_wrap .foot_sns li:not(:first-of-type) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 840px) {
  .foot_top_wrap .foot_navi li:not(:last-of-type) {
    margin-right: 14px;
  }
  .foot_top_wrap .foot_sns li:not(:last-of-type) {
    margin-right: 12px;
  }
  .foot_top_wrap .foot_sns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .foot_top_wrap .foot_navi li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.foot_bottom_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .foot_bottom_wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.foot_bottom_wrap .foot_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 840px) {
  .foot_bottom_wrap .foot_bottom_left {
    display: block;
  }
}
.foot_bottom_wrap .foot_bottom_right {
  text-align: right;
}
.foot_bottom_wrap .policy {
  margin-right: 20px;
  font-size: 1.2rem;
}
@media (max-width: 840px) {
  .foot_bottom_wrap .policy {
    margin-bottom: 10px;
  }
}
.foot_bottom_wrap .copy::before {
  content: "©";
}
.foot_bottom_wrap .copy {
  letter-spacing: 0;
  line-height: 1;
  font-size: 1.2rem;
}
.foot_bottom_wrap .pagetop a {
  white-space: nowrap;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
.foot_bottom_wrap .pagetop a i {
  margin-left: 10px;
  font-size: 16px;
}
.foot_bottom_wrap .pagetop a:hover {
  opacity: 1;
}

/*-----------------------
CTA PC
------------------------*/
.cta_pc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #b3b3b3;
}
.cta_pc_list li {
  width: 50%;
}
@media (max-width: 600px) {
  .cta_pc_list li {
    width: 100%;
  }
}
.cta_pc_list li:nth-of-type(1) {
  border-right: 1px solid #b3b3b3;
}
@media (max-width: 600px) {
  .cta_pc_list li:nth-of-type(1) {
    border-bottom: 1px solid #b3b3b3;
    border-right: none;
  }
}
.cta_pc_list 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;
  padding: 88px 8%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 840px) {
  .cta_pc_list li a {
    padding: 60px 20px;
  }
}
@media (max-width: 600px) {
  .cta_pc_list li a {
    padding: 48px 20px;
  }
}
.cta_pc_list li a:hover {
  background-color: #4d4d4d;
  opacity: 1;
}
.cta_pc_list li a:hover .cta_jp {
  color: #fff;
}
.cta_pc_list li a:hover .cta_btn {
  color: #fff;
}
.cta_pc_list li .cta_jp {
  font-weight: 700;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 840px) {
  .cta_pc_list li .cta_jp {
    margin-bottom: 0rem;
    font-size: 1.5rem;
  }
}
.cta_pc_list li .cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 4.8rem;
  color: #0071bd;
  line-height: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 840px) {
  .cta_pc_list li .cta_btn {
    font-size: 3.6rem;
  }
}
.cta_pc_list li .cta_btn .ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  background-color: #0071bd;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 840px) {
  .cta_pc_list li .cta_btn .ic {
    width: 38px;
    height: 38px;
  }
}
.cta_pc_list li .cta_btn .ic i {
  font-weight: 400;
  font-size: 1.6rem;
}

/*-----------------------
 reCAPTCHAバッジ非表示
-----------------------*/
.grecaptcha-badge {
  visibility: hidden;
}