@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #1c2022;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  width: 100%;
  overflow-y: scroll;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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;
}

.icon-arrow_b:before {
  content: "\e90e";
}

.icon-arroe_r_mini:before {
  content: "\e908";
  color: #fff;
}

.icon-arrow:before {
  content: "\e900";
  color: #fff;
}

.icon-pinch .path1:before {
  content: "\e902";
  color: rgb(137, 137, 137);
}

.icon-pinch .path2:before {
  content: "\e903";
  margin-left: -0.955078125em;
  color: rgb(28, 32, 34);
}

.icon-pinch .path3:before {
  content: "\e907";
  margin-left: -0.955078125em;
  color: rgb(255, 255, 255);
}

.icon-privacy:before {
  content: "\e90d";
  color: #085dd0;
}

.icon-anchor_arrow:before {
  content: "\e909";
  color: #fff;
}

.icon-arrow_r:before {
  content: "\e901";
}

.icon-ico_extrnal:before {
  content: "\e906";
}

.icon-anchor .path1:before {
  content: "\e904";
  color: rgb(0, 0, 0);
}

.icon-anchor .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-anchor .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-anchor .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-form:before {
  content: "\e905";
  color: #fff;
}

.page_inner_l {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1310px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.header_wrap {
  background: #fff;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  height: 70px;
  box-shadow: none;
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media print, screen and (min-width: 920px) {
  .header {
    position: fixed;
    height: 90px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
.header.top {
  position: absolute;
  background: transparent;
  box-shadow: none;
  z-index: 11;
  width: 100%;
}
.header.top .header_inner {
  align-items: unset;
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .header.top {
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s all ease;
  }
  .header.top.scroll {
    height: 100px;
    opacity: 1;
    transition: 0.16s all ease;
  }
  .header.top .header_inner {
    align-items: center;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .header.top {
    width: 100%;
  }
}

/*上に上がる動き*/
/*下に下がる動き*/
.header_inner {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
@media print, screen and (min-width: 768px) {
  .header_inner {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .header_inner {
    margin: 0 auto;
    width: calc(100% - 80px);
    height: 90px;
    overflow-y: hidden;
    padding-left: 0;
  }
}

.header_logo {
  width: 32%;
  max-width: 140px;
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .header_logo {
    width: 140px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .header_logo {
    width: clamp(12rem, 12.5vw, 19rem);
    max-width: none;
    margin-left: 0;
  }
}
.header_logo a {
  height: auto;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.header_logo .header_h1_logo.under {
  margin-left: -10px;
}
@media print, screen and (min-width: 920px) {
  .header_logo .header_h1_logo.under {
    margin-left: 0;
  }
}

.header_nav {
  transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: auto;
}

.header_nav_box {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 20px;
  overflow: auto;
}
@media print, screen and (min-width: 1050px) {
  .header_nav_box {
    display: block;
    opacity: 1;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 10vh;
    padding: 0;
    background: none;
    overflow: visible;
  }
}
.header_nav_box.open {
  visibility: visible;
  opacity: 1;
}
@media print, screen and (min-width: 920px) {
  .header_nav_box .g_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    column-gap: 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .header_nav_box .g_nav {
    column-gap: 30px;
  }
}
.header_nav_box .g_nav .g_nav_br {
  display: block;
}
@media print, screen and (min-width: 1530px) {
  .header_nav_box .g_nav .g_nav_br {
    display: none;
  }
}
.header_nav_box .g_nav li {
  position: relative;
  padding: 10px 0px 5px 0px;
}
@media print, screen and (min-width: 920px) {
  .header_nav_box .g_nav li {
    z-index: 12;
    border-bottom: 0;
  }
}
.header_nav_box .g_nav li a {
  display: flex;
  align-items: center;
  color: #1c2022;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 10px 0;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .header_nav_box .g_nav li a {
    font-size: clamp(1.2rem, 0.9210526316vw, 1.4rem);
    padding: 5px 0px;
  }
}
.header_nav_box .g_nav li a:hover {
  color: #2ab7d9;
}
.header_nav_box .g_nav li.parent {
  transition: 0.4s;
}
.header_nav_box .g_nav li.parent:hover {
  color: #2ab7d9;
}
.header_nav_box .g_nav li.parent:hover span {
  color: #2ab7d9;
}

.header_nav_box_sp {
  display: block;
}
@media print, screen and (min-width: 1050px) {
  .header_nav_box_sp {
    display: none;
  }
}

.nav_btn {
  text-align: center;
  width: 150px;
  height: 36px;
  border-radius: 22px;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  transition: all 0.3s ease;
}
@media print, screen and (min-width: 920px) {
  .nav_btn {
    width: 180px;
    height: 44px;
  }
}
.nav_btn:hover {
  opacity: 0.7;
}
.nav_btn a {
  display: block;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  padding: 7px 0;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 22px;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  line-height: 3rem;
}
@media print, screen and (min-width: 920px) {
  .nav_btn a {
    font-size: 1.5rem;
    padding: 6px 0px 7px 0px;
  }
}
@media print, screen and (min-width: 1180px) {
  .nav_btn a {
    font-size: 1.5rem;
  }
}
.nav_btn a span {
  padding-right: 5px;
}
.nav_btn a .icon-download {
  width: 25px;
  height: 25px;
  margin-right: 3px;
  background: url(../img/common/download_reverse.png?230321) no-repeat center center/contain;
}
.nav_btn.contact {
  background: #ed8700;
}
.nav_btn.download {
  width: 200px;
  background: #2ab7d9;
  margin-left: 20px;
}
.nav_btn.download a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
}

.sptab {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .sptab {
    display: none;
  }
}

.main_contents {
  overflow-y: hidden;
  overflow: hidden;
}
.main_contents.noscroll {
  overflow-y: scroll;
}

.noscroll {
  overflow: hidden;
}

.sp_only_nav_logo {
  display: none;
  width: 140px;
}
.sp_only_nav_logo a {
  display: block;
}

.sp_only_nav {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  visibility: visible;
  z-index: 1000000;
}
.sp_only_nav .page_inner_m {
  visibility: hidden !important;
}
@media print, screen and (min-width: 1050px) {
  .sp_only_nav {
    visibility: hidden;
  }
}
.sp_only_nav.open {
  width: 100%;
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 100px;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 100000000;
}
@media print, screen and (min-width: 768px) {
  .sp_only_nav.open {
    padding-top: 80px;
  }
}
.sp_only_nav.open .page_inner_m {
  visibility: visible !important;
}
.sp_only_nav.open .sp_only_nav_list {
  opacity: 1;
  visibility: visible;
}
.sp_only_nav.open .sp_only_nav_logo {
  display: block !important;
  width: 140px;
  margin-top: -55px;
  margin-left: 20px;
}
.sp_only_nav .sp_only_nav_list {
  visibility: hidden;
  display: block;
  opacity: 0;
  text-align: center;
  padding: 30px 0px 0;
}
.sp_only_nav .sp_only_nav_list li {
  display: block;
  text-align: left;
  position: relative;
}
.sp_only_nav .sp_only_nav_list li::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: unset;
  right: 10px;
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  color: #2ab7d9;
  background: #fff;
  z-index: 1;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: 0;
  border-radius: 50%;
  pointer-events: none;
}
.sp_only_nav .sp_only_nav_list li:last-of-type {
  margin-bottom: 40px;
}
.sp_only_nav .sp_only_nav_list li a,
.sp_only_nav .sp_only_nav_list li span {
  display: block;
  text-decoration: none;
  color: #1c2022;
  font-weight: bold;
  font-size: 1.35rem;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #dbdbdb;
}
.sp_only_nav .sp_only_nav_list .small {
  font-size: 13px;
  margin-bottom: 40px;
}
.sp_only_nav .sp_only_nav_list .nav_contact_sp {
  display: block;
  width: 100%;
  color: #2ab7d9;
  background: #fff;
  padding: 18px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 30px;
  font-size: 1.5rem;
}
.sp_only_nav .sp_only_nav_list .nav_contact_sp span {
  margin-right: 5px;
}

.header_toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  z-index: 2;
}
@media print, screen and (min-width: 1050px) {
  .header_toggle {
    display: none;
    top: 20px;
  }
}
.header_toggle .header_toggle_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  border-radius: 0;
  border: 0 solid transparent;
  outline: 0;
  background-color: #2ab7d9;
  border-radius: 50%;
  border: 2px solid #fafafa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 920px) {
  .header_toggle .header_toggle_btn {
    top: 19px;
  }
}
.header_toggle .header_toggle_btn span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.header_toggle .header_toggle_btn span:nth-of-type(1) {
  top: 23px;
  left: 13px;
  right: 0;
}
.header_toggle .header_toggle_btn span:nth-of-type(2) {
  top: 31px;
  left: 13px;
  right: 0;
}
.header_toggle .header_toggle_btn span:nth-of-type(3) {
  left: 0;
  right: 0;
  top: 15px;
  margin: 0 auto;
}
.header_toggle.open {
  opacity: 1;
  transition: all 0.4s;
}
.header_toggle.open .header_toggle_btn {
  right: 10px;
}
.header_toggle.open span:nth-of-type(1) {
  opacity: 0;
}
.header_toggle.open span:nth-of-type(2) {
  top: 16px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
}
.header_toggle.open span:nth-of-type(3) {
  top: 28px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
}

.toggle_title {
  display: inline-block;
  position: absolute;
  width: 26px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  bottom: 14px;
  left: -7px;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 920px) {
  .toggle_title {
    display: none;
  }
}

.cv_banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100%;
  max-width: 200px;
  transform: none;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 8;
}
@media print, screen and (min-width: 768px) {
  .cv_banner {
    bottom: 15px;
    right: 15px;
    max-width: 350px;
  }
}
.cv_banner .close_btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 1.3rem;
  background: #fff;
  color: #247efd;
  font-weight: bold;
  border-radius: 100%;
  transition: 0.3s;
  z-index: 1;
}
.cv_banner .close_btn:hover {
  opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
  .cv_banner .close_btn {
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }
}
.cv_banner .cv_banner_btn_wrap {
  background: #fff;
  padding: 6px;
  display: flex;
  gap: 6px;
}
@media print, screen and (min-width: 768px) {
  .cv_banner .cv_banner_btn_wrap {
    gap: 10px;
    padding: 12px;
  }
}
.cv_banner .cv_banner_btn {
  display: flex;
  flex-grow: 1;
  gap: 2px;
  align-items: center;
  border-radius: 5px;
  border: 1px #fff solid;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  padding: 8px 5px;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .cv_banner .cv_banner_btn {
    gap: 5px;
    padding: 15px 12px;
    font-size: 1.5rem;
    border: 2px #fff solid;
  }
}
.cv_banner .cv_banner_btn:hover {
  opacity: 0.7;
}
.cv_banner .cv_banner_btn.contact {
  color: #fff;
  background: #ed8700;
  border-color: #ed8700;
}
.cv_banner .cv_banner_btn.contact::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/common/contact.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .cv_banner .cv_banner_btn.contact::before {
    width: 30px;
    height: 30px;
  }
}
.cv_banner .cv_banner_btn.download {
  color: #2ab7d9;
  background: #fff;
  border-color: #2ab7d9;
}
.cv_banner .cv_banner_btn.download::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/common/download.png) no-repeat center center/contain;
}
@media print, screen and (min-width: 768px) {
  .cv_banner .cv_banner_btn.download::before {
    width: 30px;
    height: 30px;
  }
}

.footer_cv {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 8;
}
.footer_cv .footer_cv_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_cv.scroll {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .footer_cv.scroll {
    display: none;
  }
}
.footer_cv .footer_cv_btn {
  width: 50%;
  border: 2px #fff solid;
}
.footer_cv .footer_cv_btn a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  display: flex;
  text-decoration: none;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}
.footer_cv .footer_cv_btn a .icon-footer_form {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  background: url(../img/common/icon-footer-cv_contact.png?230321) no-repeat center center/110%;
}
.footer_cv .footer_cv_btn a .icon-arroe_r_mini {
  padding-left: 2px;
  font-size: 1.8rem;
  padding-top: 2px;
}
.footer_cv .footer_cv_btn a .icon-download {
  width: 30px;
  height: 30px;
  margin-right: 3px;
  background: url(../img/common/download_reverse.png?230321) no-repeat center center/contain;
}
.footer_cv .footer_cv_btn.contact {
  background: #ed8700;
  border-right: unset;
}
.footer_cv .footer_cv_btn.download {
  background: #2ab7d9;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 60px 0 60px;
  background: #f5f7fa;
}
@media print, screen and (min-width: 920px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer_box {
    display: flex;
  }
}
@media print, screen and (min-width: 920px) {
  .footer_box .logo {
    width: 350px;
    max-width: 100%;
  }
}
.footer_box .logo a {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .footer_box .logo a:hover {
    opacity: 0.7;
  }
}
.footer_box .logo_img {
  max-width: 184px;
  margin: 0;
}
@media print, screen and (min-width: 920px) {
  .footer_box .logo_img {
    max-width: 100%;
    width: 285px;
  }
}
.footer_box .text {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .footer_box .text {
    margin-top: 18px;
  }
}
.footer_box .sns_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  gap: 9px;
}
.footer_box .sns_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 6px;
  color: #1c2022;
  text-decoration: none;
  background: #fff;
}
@media print, screen and (min-width: 920px) {
  .footer_box .sns_list li a:hover {
    opacity: 0.7;
  }
}
.footer_box .sns_list .twitter a img {
  width: 20px;
}
.footer_box .sns_list .twitter a i:before {
  color: #55acee;
}
.footer_box .sns_list .facebook a img {
  width: 24px;
}
.footer_box .sns_list .facebook a i:before {
  position: relative;
  font-size: 24px;
  left: 1px;
  color: #1877f2;
}
.footer_box .sns_list .youtube a img {
  width: 26px;
}
.footer_box .sns_list .youtube a i:before {
  font-size: 24px;
  color: #ff0000;
}
.footer_box .sns_list .instagram a img {
  width: 24px;
}
.footer_box .sns_list .instagram a i:before {
  font-size: 24px;
  color: #000;
}
.footer_box .mark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .footer_box .mark {
    margin-top: 0;
    margin-left: auto;
    gap: 20px;
    align-items: flex-end;
    text-align: right;
    width: calc(100% - 350px);
  }
}
.footer_box .mark ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  padding: 14px 20px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .footer_box .mark ul {
    width: auto;
    display: inline-flex;
  }
}
.footer_box .mark ul li {
  width: 55px;
}
@media print, screen and (min-width: 920px) {
  .footer_box .mark ul li {
    width: 60px;
  }
}
.footer_box .mark ul li.eco {
  width: 100px;
}
@media print, screen and (min-width: 920px) {
  .footer_box .mark ul li.eco {
    width: 118px;
  }
}
.footer_box .mark ul li.mark_2x {
  width: 230px;
}
@media print, screen and (min-width: 920px) {
  .footer_box .mark ul li.mark_2x {
    width: 230px;
  }
}
.footer_box .mark ul li a {
  color: #1c2022;
  text-decoration: none;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .footer_box .mark ul li a:hover {
    color: #2ab7d9;
  }
}
.footer_box .mark ul li a img {
  transition: 0.3s ease;
}
.footer_box .mark ul li a:after {
  content: none;
}
.footer_box .mark ul li a:hover img {
  opacity: 0.7;
}

.footer_column_list {
  display: flex;
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  .footer_column_list {
    gap: 8px;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .footer_column_list {
    flex-direction: row;
  }
}

.footer_column_list__item {
  width: 50%;
}
@media print, screen and (min-width: 768px) {
  .footer_column_list__item {
    width: 247px;
  }
}
.footer_column_list__item a:hover {
  opacity: 0.7;
}

.footer_box_bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .footer_box_bottom {
    margin-top: 90px;
  }
}
.footer_box_bottom .copy {
  text-align: left;
  width: 100%;
  margin-top: 15px;
  font-size: 1rem;
  color: #939393;
  order: 2;
}
@media print, screen and (min-width: 920px) {
  .footer_box_bottom .copy {
    text-align: right;
    width: 30%;
    margin-top: 0;
    font-size: 1.3rem;
  }
}
.footer_box_bottom .link {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  text-align: left;
  width: 100%;
  order: 1;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 920px) {
  .footer_box_bottom .link {
    text-align: left;
    width: 70%;
    padding-right: 50px;
    font-size: 1.3rem;
    gap: 10px 25px;
  }
}
@media (min-width: 1360px) {
  .footer_box_bottom .link {
    padding-right: 0;
  }
}
.footer_box_bottom .link a {
  display: inline-block;
  color: #939393;
  text-decoration: none;
}
.footer_box_bottom .link a:hover {
  color: #2ab7d9;
  text-decoration: underline;
}
.footer_box_bottom .link a[target=_blank]:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 0.9em;
  margin-left: 0.3em;
}

.cv_btn {
  width: 100%;
  background: url(../img/common/cv_back_cover_sp.jpg?230321) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 30px 0px 50px;
  margin-top: 0;
  position: relative;
  z-index: 0;
}
.cv_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2ab7d9;
  opacity: 0.68;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  .cv_btn {
    padding: 90px 0px 80px;
    height: auto;
    margin-top: 80px;
    background: url(../img/common/cv_back_cover.jpg?230321) no-repeat center center;
    background-size: cover;
  }
}
@media print, screen and (min-width: 920px) {
  .cv_btn {
    padding: 90px 0px 80px;
  }
}
.cv_btn .main_copy {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 3.2rem;
  color: #fff;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .cv_btn .main_copy {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: normal;
  }
}
@media print, screen and (min-width: 920px) {
  .cv_btn .main_copy {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: normal;
  }
}
.cv_btn.top .main_copy {
  margin-bottom: 15px;
}

.form_btn_wrap {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .form_btn_wrap {
    display: flex;
    justify-content: space-between;
  }
}

.form_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  width: 100%;
  padding: 10px 45px 13px 20px;
  transition: 0.3s;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 768px) {
  .form_btn {
    padding: 25px 50px;
    width: 100%;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 920px) {
  .form_btn {
    width: 49%;
    padding: 20px 85px 20px 50px;
  }
}
@media print, screen and (min-width: 1180px) {
  .form_btn {
    text-align: center;
    font-size: 2.8rem;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 85px 20px 50px;
  }
}
.form_btn::before {
  text-align: left;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .form_btn::before {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin-right: 15px;
  }
}
.form_btn:after {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: unset;
  right: 20px;
  font-family: "icomoon" !important;
  content: "\e908";
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  z-index: 1;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  text-indent: 0;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .form_btn:after {
    font-size: 4rem;
    right: 50px;
    line-height: 3.3rem;
    width: 32px;
    height: 32px;
    text-indent: -0.1em;
  }
}
@media print, screen and (min-width: 920px) {
  .form_btn:after {
    font-size: 3.4rem;
    text-indent: 0;
  }
}
.form_btn .sub {
  font-size: 1.3rem;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .form_btn .sub {
    font-size: 1.8rem;
  }
}
.form_btn .main {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .form_btn .main {
    font-size: 2.8rem;
  }
}
.form_btn.contact {
  background: #ed8700;
  color: #fff;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .form_btn.contact {
    margin-bottom: 20px;
  }
  .form_btn.contact::before {
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_btn.contact {
    margin-bottom: 0;
  }
}
.form_btn.contact span {
  color: #fff;
}
.form_btn.contact::before {
  margin-top: 4px;
  background: url(../img/common/contact.png?230321) no-repeat center center/contain;
}
.form_btn.contact::after {
  background: #fff;
  color: #ed8700;
}
.form_btn.download {
  background: #fff;
  color: #2ab7d9;
}
.form_btn.download span {
  color: #2ab7d9;
}
.form_btn.download::before {
  background: url(../img/common/download.png?230321) no-repeat center center/contain;
}
.form_btn.download::after {
  color: #fff;
  background: #2ab7d9;
}
.form_btn.reverse {
  background: #2ab7d9;
  color: #fff;
}
.form_btn.reverse span {
  color: #fff;
}
.form_btn.reverse::before {
  background: url(../img/common/download_reverse.png?230321) no-repeat center center/contain;
}
.form_btn.reverse::after {
  color: #2ab7d9;
  background: #fff;
}
.form_btn:hover {
  transform: translateY(-5px);
}

/* アニメーション*/
.animation_box {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
@media print, screen and (min-width: 920px) {
  .animation_box {
    transform: translateY(40px);
  }
}
.animation_box.active {
  opacity: 1;
  transform: translateY(0);
}
.prelord .animation_box {
  transition-delay: 1.8s;
}

.animation_box_wrap .animation_child {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
@media print, screen and (min-width: 920px) {
  .animation_box_wrap .animation_child {
    transform: translateY(40px);
  }
}
.animation_box_wrap .animation_child_fade {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.animation_box_wrap.active .animation_child {
  opacity: 1;
  transform: translate(0);
}
.animation_box_wrap.active .animation_child_fade {
  opacity: 1;
}

.move {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.active .move {
  opacity: 1;
}

.move.up {
  transform: translate(0, 10px);
}
.active .move.up {
  transform: translate(0, 0);
}

.move.down {
  transform: translate(0, -10px);
}
.active .move.down {
  transform: translate(0, 0);
}

.move.left {
  transform: translate(-20px, 0);
}
.active .move.left {
  transform: translate(0, 0);
}

.move.right {
  transform: translate(10px, 0);
}
.active .move.right {
  transform: translate(0, 0);
}

/*表示タイミング制御用*/
.delay1 {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

.delay2 {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.delay3 {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

.delay4 {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.delay5 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.delay6 {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.delay7 {
  -webkit-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.delay8 {
  -webkit-transition-delay: 2.4s !important;
  transition-delay: 2.4s !important;
}

.delay9 {
  -webkit-transition-delay: 2.7s !important;
  transition-delay: 2.7s !important;
}

.delay12 {
  -webkit-transition-delay: 3.6s !important;
  transition-delay: 3.6s !important;
}

.tab_only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .tab_only {
    display: block;
  }
}
@media print, screen and (min-width: 920px) {
  .tab_only {
    display: none;
  }
}

span.logo_rubi {
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: bottom;
}
span.logo_rubi .rubi {
  padding-left: 60px;
}
@media print, screen and (min-width: 768px) {
  span.logo_rubi .rubi {
    padding-left: 20px;
  }
}
span.logo_rubi:after {
  content: "";
  display: block;
  background: url(../img/common/logo.png?230321) no-repeat center bottom/contain;
  width: 188px;
  height: 50px;
  margin-top: -10px;
}
@media print, screen and (min-width: 768px) {
  span.logo_rubi {
    margin-right: 10px;
    font-size: 1.7rem;
    text-indent: 65px;
  }
  span.logo_rubi:after {
    margin-top: -10px;
    width: 240px;
    height: 70px;
  }
}

/*2023 10*/
.agree_text-box {
  padding: 50px;
  margin: 50px 0px;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}

ul.privacy-box {
  list-style: disc;
  text-align: left;
}

.agree-btn_list {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 auto;
}

.agree-btn_list > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree-btn {
  padding: 20px;
  width: 40%;
  text-decoration: none;
}

.agree-btn.rejection {
  background-color: #dddddd;
  color: #222939;
}

.agree-btn.consent {
  background-color: #00aaaa;
  color: #fff;
}

.agree-btn_list > a:hover {
  opacity: 0.6;
}

@media print, screen and (max-width: 920px) {
  .agree_text-box {
    padding: 20px 20px;
  }
  .agree-btn_list {
    display: block;
  }
  .agree-btn_list > a {
    display: block;
    width: 100%;
  }
  .agree-btn.consent {
    margin-bottom: 20px;
  }
}
.block_main_title {
  background: #29b7d9;
  width: 100%;
  text-align: center;
  height: 180px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .block_main_title {
    height: 285px;
  }
}
.block_main_title .en {
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 20px;
  left: 0;
  opacity: 0.15;
  color: #fff;
  font-size: 6rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .block_main_title .en {
    font-size: 6rem;
    line-height: 1.2;
    top: 80px;
  }
}
@media print, screen and (min-width: 920px) {
  .block_main_title .en {
    top: 20px;
    left: 0;
    font-size: 11.9rem;
    margin-bottom: 5px;
    line-height: normal;
  }
}
.block_main_title .main_title {
  color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
}
.block_main_title .main_title .jp {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 2;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .block_main_title .main_title .jp {
    top: 120px;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
  }
}
@media print, screen and (min-width: 920px) {
  .block_main_title .main_title .jp {
    font-size: 4.5rem;
    top: 120px;
  }
}