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

body {
  position: relative;
  color: #01121c;
  word-wrap: break-word;
  font: normal 400 1.3rem/1.8 "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -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;
    line-height: 1.65;
  }
}

body::after {
  display: none;
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #0b0b0b;
  opacity: 0.8;
  z-index: 10;
}

body.active {
  position: fixed;
}

body.active::after {
  display: block;
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min,
.sp-min,
.sp-s {
  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;
}

.tab_sp {
  display: block;
}

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

@media print, screen and (min-width: 321px) {
  .sp-s,
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-s,
  .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;
  }
  .tab_sp {
    display: block;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
  .pc-m {
    display: block;
  }
}

@media print, screen and (min-width: 1080px) {
  .tab_sp {
    display: none;
  }
}

@media print, screen and (min-width: 1180px) {
  .pc-m {
    display: none;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -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: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

/*外部リンク用アイコン*/
a[target="_blank"] {
  display: inline-block;
  padding-right: 18px;
  background: url(../img/icon_external.svg) no-repeat right center/12px 12px;
}

@media print, screen and (min-width: 920px) {
  a[target="_blank"] {
    background-size: 13px 13px;
  }
}

a[target="_blank"].no-icon {
  display: inline;
  padding-right: 0;
  background: none;
}

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;
}

em,
i,
address {
  font-style: normal;
}

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-blank:before {
  content: "\e900";
}

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

.icon-contact:before {
  content: "\e902";
}

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

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

.icon-twitter:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-youtube:before {
  content: "\e905";
}

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

.icon-line:before {
  content: "\e907";
}

.icon-facebook2:before {
  content: "\e908";
}

[class*="inner"] {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  [class*="inner"] {
    width: calc(100% - 80px);
  }
}

.inner_l {
  max-width: 1400px;
}

.inner_s {
  max-width: 1000px;
}

.inner_ss {
  margin: 0;
  width: 100%;
  max-width: 940px;
}

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

.inner_sss {
  max-width: 820px;
}

.global-nav-open {
  overflow: hidden;
}

.footer {
  padding: 45px 0 65px;
  text-align: center;
}


.footer .logo {
  height: 24px;
}

.footer .logo_2 {
  height: 50px;
}

.footer .copyright {
  display: block;
  margin: 15px 0;
  font-size: 1rem;
  line-height: 1;
}

.footer .footer_left {
  text-align: left;
}


@media print, screen and (min-width: 920px) {
  .footer {
    padding: 50px 0 130px;
  }
  .footer .logo {
    width: auto;
    height: 27px;
  }
  .footer .logo_2 {
    height: 78px;
  }
  .footer .copyright {
    margin: 23px 0;
    font-size: 1.1rem;
  }
/*  .footer .footer_left {
    width: 40%;
  }*/
/*  .footer .footer_right {
    width: 90%;
  }*/
  .footer .inner_s {
  display: flex;
  justify-content: space-between;
  }
}

.parts_btn {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 100%;
  border-radius: 3px;
  margin: 10px 0 0;
  color: #01121c;
  font-size: 1.25rem;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease !important;
  font-family: "Noto Sans JP", sans-serif;
  top: 0;
  justify-content: left;
}

.parts_btn p {
  display: inline-block;
  text-align: left;
  position: relative;
}

.parts_btn.top_back {
  background-color: #0baf5e;
  padding: 9px 7% 12px 64px;
}

@media print, screen and (min-width: 768px) {
  .parts_btn.top_back {
    max-width: 670px;
    width: 49%;
  }
}

.parts_btn.contact {
  border: 3px solid #fff;
  background: #fde049;
  padding: 9px 7% 12px 64px;
}

.parts_btn.contact p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -45px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: url(../img/contact_icon.png?230316) no-repeat center center/contain;
}

.parts_btn.download {
  border: 3px solid #fde049;
  background: #fff;
  padding: 9px 7% 10px 64px;
}

.parts_btn.download p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -45px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: url(../img/download_icon.png?230316) no-repeat center center/contain;
}

.parts_btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-right: 3px solid #01121c;
  border-top: 3px solid #01121c;
  transform: translate(0px, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

.parts_btn span {
  display: block;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.parts_btn:hover.contact {
  top: -3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.parts_btn:hover.contact:after {
  transform: translate(10px, -50%) rotate(45deg);
}

.parts_btn:hover.download {
  top: -3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.parts_btn:hover.download:after {
  transform: translate(10px, -50%) rotate(45deg);
}

@media print, screen and (min-width: 920px) {
  .parts_btn.common {
    max-width: 670px;
    width: 49%;
  }
}

@media print, screen and (min-width: 768px) {
  .parts_btn {
    border-width: 5px;
    border-radius: 5px;
    max-width: 100%;
    font-size: 1.6rem;
    margin: 15px 0 0;
    justify-content: left;
  }
  .parts_btn.contact {
    padding: 14px 6% 16px 116px;
  }
  .parts_btn.contact p:before {
    left: -96px;
    width: 66px;
    height: 66px;
  }
  .parts_btn.contact:after {
    right: 37px;
    width: 16px;
    height: 16px;
  }
  .parts_btn.download {
    padding: 14px 7% 16px 120px;
  }
  .parts_btn.download p:before {
    left: -92px;
    width: 66px;
    height: 66px;
  }
  .parts_btn.download:after {
    right: 37px;
    width: 16px;
    height: 16px;
  }
  .parts_btn span {
    display: block;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}

@keyframes mouseover {
  0% {
    border-color: #fff;
    background-color: #fde049;
  }
  100% {
    border-color: #fde049;
    background-color: #f4f7fa;
  }
}

@keyframes mouseout {
  0% {
    border-color: #fde049;
    background-color: #f4f7fa;
  }
  100% {
    border-color: #fff;
    background-color: #fde049;
  }
}

.parts_btn_wrap {
  display: block;
}

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

.mb40 {
  margin-bottom: 40px;
}

.pc_mm {
  display: block;
}

@media print, screen and (min-width: 1280px) {
  .pc_mm {
    display: none;
  }
}

.pc_m {
  display: none;
}

@media print, screen and (min-width: 1180px) {
  .pc_m {
    display: block;
  }
}

.submit_area {
  text-align: center;
  margin-top: 20px;
}

@media print, screen and (min-width: 920px) {
  .submit_area {
    max-width: 680px;
    margin: 55px auto 0;
    margin-top: 40px;
  }
}

.back_btn {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 920px) {
  .back_btn {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
  }
}

.back_btn .btn {
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #01121c;
  background-color: #fde049;
  border: 3px solid #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
  width: 600px;
  padding: 25px 0;
}

@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    font-size: 2.8rem;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  }
}

.back_btn .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 12px;
  height: 12px;
}

@media print, screen and (min-width: 920px) {
  .back_btn .btn:after {
    top: calc(50% - 5px);
    right: 30px;
    width: 16px;
    height: 16px;
    border-top: 3px solid #01121c;
    border-right: 3px solid #01121c;
    transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 920px) {
  .back_btn .btn {
    transition: all 0.3s ease;
  }
  .back_btn .btn:hover {
    background-color: #0baf5e;
    color: #fff;
  }
}

.back_btn .btn {
  background: #aab1bf;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  /* Set your desired background color */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 100;
  box-shadow: 0px 3px 6px rgba(180, 180, 180, 0.16);
}

@media print, screen and (min-width: 768px) {
  .header {
    height: 90px;
    padding: 0 40px;
  }
}

.header::after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #0b0b0b;
  opacity: 0.8;
}

.header.active::after {
  display: block;
}

.header_logo {
  display: flex;
  align-items: center;
}

.header_logo img {
  width: 45%;
}

@media print, screen and (min-width: 920px) {
  .header_logo img {
    max-width: 210px;
    width: 100%;
  }
}

.pcnavi {
  display: none;
}

.pcnavi .menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.pcnavi .menu li {
  margin-left: 35px;
}

.pcnavi .menu li a {
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: #01121c;
  font-weight: 500;
  transition: 0.3s all ease;
}

.pcnavi .menu li a.current {
  position: relative;
}

.pcnavi .menu li a.current::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0baf5e;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s all ease;
}

.pcnavi .menu li:hover a {
  color: #0baf5e;
}

@media print, screen and (min-width: 1280px) {
  .pcnavi {
    display: flex;
  }
}

.hamburger {
  display: block;
  cursor: pointer;
  z-index: 10000;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0baf5e;
  margin-bottom: 5px;
}

.hamburger span:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 1280px) {
  .hamburger {
    display: none;
  }
}

.hamburger.active span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: -3px;
}

.hamburger.active span:nth-of-type(2) {
  display: none;
}

.hamburger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
}

.spnavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 40px);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 101;
  padding-left: 20px;
}

.spnavi .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.spnavi .menu li {
  margin-bottom: 15px;
  width: 100%;
  transition: 0.3s all ease;
}

.spnavi .menu li a {
  text-decoration: none;
  color: #01121c;
  text-align: left;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: 0.3s all ease;
  padding-left: 15px;
}

.spnavi .menu li:hover a {
  opacity: 0.7;
}

.spnavi.active {
  display: flex;
}

.spnavi .close {
  font-size: 24px;
  cursor: pointer;
}

main {
  margin-top: 50px;
}

@media print, screen and (min-width: 768px) {
  main {
    margin-top: 90px;
  }
}

/*2023 10*/
.agree-page_title {
  padding-top: 35px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

.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: #62bc8e;
  color: #fff;
}

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

@media print, screen and (max-width: 920px) {
  .agree_text-box {
    padding: 20px 0px;
  }
  .agree-btn_list {
    display: block;
    text-align: center;
  }
  .agree-btn_list > a {
    display: block;
    width: 100%;
  }
  .agree-btn.consent {
    margin-bottom: 20px;
  }
}

button{
  background-color: transparent;
}

.footer_cv .close-btn{
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
  border: none;
}

#cv_btn {
    display: block;
    box-shadow: 0px 5px 15px 0px rgba(76, 76, 76, 0.35);
}

.footer_cv {
    display: none;
    position: fixed;
    bottom: 10px;
    width: 95%;
    z-index: 100;
    background-color: #fff;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%);
    text-align: center;
    padding: 30px 15px 15px;
}

.footer_cv .footer_cv_wrap {
    display: flex;
    justify-content: space-between;
}

.footer_cv-text{
  margin-bottom: 18px;
}

.footer_cv .footer_cv_btn {
    width: 48%;
}

.footer_cv .footer_cv_btn a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 20px;
    display:block;
    width: 100%;
    box-sizing: border-box;
    /*color: black;*/
}

.footer_cv .footer_cv_btn.contact a {
    /*background: #FDE049;*/
    background-color: #165CC1;
    color: #fff;
    border: solid 1px #165CC1;
}

.footer_cv .footer_cv_btn.download a{
  /*border: solid 1px #62BC8E;*/
  border: solid 1px #165CC1;
  color: #165CC1;
}

.footer_cv .footer_cv_btn.contact a:hover{
/*  background: #e3c941;
  color: #fff;*/
  background-color: #fff;
  color: #165CC1;
}

.footer_cv .footer_cv_btn.download a:hover{
  /*background: #62BC8E;
  color: #fff;*/
  background-color: #165CC1;
  color: #fff;
}

@media print, screen and (min-width: 768px) {

.footer_cv{
  max-width: 350px;
  padding: 40px;
  transform: none;
  bottom:15px;
  right: 15px;
  transform: none;
}

.footer_cv .footer_cv_btn a{
  padding: 15px;
}

}

.mark{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.mark li{
  padding-right: 10px;
  margin-bottom: 14px;
}

.mark li:last-of-child{
  padding-right: 0px;
}

.mark li img{
  height: 65px;
}


@media print, screen and (min-width: 768px) {

  .footer_box{
  display: flex;
  justify-content: space-between;
}


}

.contact_form_head_caution {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background: #fff4bc;
    padding: 13px 20px;
    margin-bottom: 65px;
  }

@media print, screen and (min-width: 768px) {
    .contact_form_head_caution {
    font-size: 1.8rem;}
}

/*     右下フローバナー     */

.close-btn{
  position: absolute;
  right: 0;
  top:0;
  color: #fff;
}

.footer_cv.flow-bunner{
  padding: 0;
}

.footer_cv.flow-bunner .footer_cv_wrap{
  padding: 20px;
}


