@charset "UTF-8";
/*
Theme Name: yokohama-jc
*/
* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
}

div, p, span, a, h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .view_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp {
    display: none !important;
  }
}
a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

header .box_header {
  position: fixed;
  top: 40px;
  left: 50px;
  max-width: 200px;
  z-index: 10;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.pc_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 70px;
  padding-left: 160px;
  background-image: url(../img/mv_bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.pc_bg .con_mv {
  max-width: 950px;
  text-align: center;
}
.pc_bg .con_mv .box_mv {
  position: relative;
}
.pc_bg .con_mv .box_mv::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50px;
  width: 77.8vw;
  height: 110px;
  background-image: url(../img/mv_top_bg.png);
  background-size: cover;
  z-index: 0;
}
.pc_bg .con_mv .box_mv .inn_mv_top {
  position: relative;
  max-width: 760px;
  z-index: 1;
}
.pc_bg .con_mv .box_mv .inn_mv_center {
  max-width: 820px;
  margin-top: 50px;
}
.pc_bg .con_mv .box_mv .inn_mv_cta {
  position: relative;
  margin-top: 100px;
  z-index: 0;
}
.pc_bg .con_mv .box_mv .inn_mv_cta::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 470px;
  height: 80px;
  background-image: url(../img/mv_cta_txt.png);
  z-index: 2;
}
.pc_bg .con_mv .box_mv .inn_mv_cta .flex {
  position: relative;
  justify-content: center;
}
.pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 954px;
  width: 95%;
  height: 190px;
  margin: auto;
  background-color: #fff;
  opacity: 0.6;
  z-index: 0;
}
.pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
  max-width: 390px;
  z-index: 1;
}
.pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
  padding: 22px 64px;
  background-color: #EC8305;
  border-radius: 9999px;
}
.pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
  max-width: 390px;
  margin-left: 22px;
  z-index: 1;
}
.pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
  padding: 29px 75px;
  background-color: #37C21B;
  border: 1px solid #41E520;
  border-radius: 9999px;
}
@media screen and (min-width: 1600px) and (max-width: 1860px) {
  .pc_bg {
    padding-top: 80px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 950px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: 120px;
    width: 77.8vw;
    height: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 650px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 700px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -80px;
    left: 50%;
    width: 470px;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 750px;
    width: 95%;
    height: 160px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 330px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 60px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 330px;
    margin-left: 22px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .pc_bg {
    padding-top: 100px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 780px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: 15px;
    width: 77.8vw;
    height: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 650px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 650px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -80px;
    left: 50%;
    width: 470px;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 820px;
    width: 95%;
    height: 160px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 330px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 60px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 330px;
    margin-left: 10px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .pc_bg {
    padding-top: 100px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 720px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: 15px;
    width: 77.8vw;
    height: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 650px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 650px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -80px;
    left: 50%;
    width: 470px;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 820px;
    width: 95%;
    height: 160px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 330px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 60px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 330px;
    margin-left: 10px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .pc_bg {
    padding-top: 90px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 720px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: 15px;
    width: 77.8vw;
    height: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 600px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 630px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -80px;
    left: 50%;
    width: 470px;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 820px;
    width: 95%;
    height: 160px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 300px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 60px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 300px;
    margin-left: 10px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .pc_bg {
    padding-top: 120px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 580px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: 15px;
    width: 100vw;
    height: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 500px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 550px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -80px;
    left: 50%;
    width: 470px;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 550px;
    width: 95%;
    height: 160px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 255px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 30px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 255px;
    margin-left: 10px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .pc_bg {
    padding-top: 120px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 490px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: 15px;
    width: 100vw;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 440px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 520px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -65px;
    left: 50%;
    width: 310px;
    height: 50px;
    background-size: cover;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 490px;
    width: 95%;
    height: 260px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 320px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 30px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 320px;
    margin-top: 10px;
    margin-left: 0;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
  .pc_bg {
    padding-top: 120px;
    padding-left: 30px;
  }
  .pc_bg .con_mv {
    max-width: 390px;
  }
  .pc_bg .con_mv .box_mv::after {
    top: -20px;
    left: -20px;
    width: 100vw;
    height: 80px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_top {
    max-width: 440px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_center {
    max-width: 520px;
    margin-top: 40px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta {
    margin-top: 100px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta::before {
    top: -65px;
    left: 50%;
    width: 310px;
    height: 50px;
    background-size: cover;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex::before {
    max-width: 490px;
    width: 95%;
    height: 260px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left {
    max-width: 320px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .left a {
    padding: 20px 30px;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right {
    max-width: 320px;
    margin-top: 10px;
    margin-left: 0;
  }
  .pc_bg .con_mv .box_mv .inn_mv_cta .flex .right a {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pc_bg .con_mv {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc_bg {
    display: none;
  }
}

.pc_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 550px;
  margin-right: 200px;
  margin-top: 70px;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgb(88, 88, 88);
}
.pc_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlay-texture.png);
  pointer-events: none;
  z-index: 13;
}
.pc_wrap .con_cta {
  position: relative;
  padding: 55px 0 50px 0;
  background-image: url(../img/bg_cta.png);
  background-size: cover;
  background-position: bottom;
}
.pc_wrap .con_cta::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 380px;
  height: 60px;
  background-image: url(../img/mv_cta_txt.png);
  background-size: cover;
}
.pc_wrap .con_cta.cta_black::before {
  background-image: url(../img/mv_cta_txt_black.png);
}
.pc_wrap .con_cta .box_cta .achivement {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_cta .box_cta .txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.pc_wrap .con_cta .box_cta .box_btn .btn {
  margin-top: 20px;
}
.pc_wrap .con_cta .box_cta .box_btn .btn a {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 70px;
  background-color: #EC8305;
  border-radius: 9999px;
}
.pc_wrap .con_cta .box_cta .box_btn .btn:nth-child(2) a {
  background-color: #024CAA;
  border-radius: 9999px;
}
.pc_wrap .mv {
  line-height: 0;
}
.pc_wrap .tel_btn {
  line-height: 0;
}
.pc_wrap .tel_btn .flex {
  flex-wrap: nowrap;
}
.pc_wrap .tel_btn .flex .left {
  width: 50%;
}
.pc_wrap .tel_btn .flex .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pc_wrap .tel_btn {
    display: none;
  }
}
.pc_wrap .con_event {
  overflow: hidden;
  padding: 50px 0;
}
.pc_wrap .con_event .box_event {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_event .box_event .tit {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 500;
}
.pc_wrap .con_event .box_event .tit .en {
  color: #0174BE;
  font-size: 48px;
  font-style: italic;
  font-family: "Roboto", serif;
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper {
  position: relative;
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-next::after, .pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-prev::after {
  content: "";
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-next {
  right: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-next::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-right-gray.png);
  background-size: cover;
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-blue.png);
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-prev {
  left: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-prev::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-left-gray.png);
  background-size: cover;
}
.pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-blue.png);
}
.pc_wrap .con_event .box_event .swiper-slide {
  padding: 20px;
  border: 1px solid #024CAA;
  list-style: none;
}
.pc_wrap .con_event .box_event .wrp_event .flex {
  display: flex;
}
.pc_wrap .con_event .box_event .wrp_event .flex .day {
  width: 23%;
}
.pc_wrap .con_event .box_event .wrp_event .flex .day .y_m {
  color: #9E9E9E;
  font-size: 12px;
  font-family: "Roboto", serif;
}
.pc_wrap .con_event .box_event .wrp_event .flex .day .d {
  display: block;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", serif;
  color: #EC8305;
  line-height: 1;
}
.pc_wrap .con_event .box_event .wrp_event .flex .clm_ttl {
  width: 75%;
  margin-left: 2%;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pc_wrap .con_consultation {
  padding: 40px 0 30px 0;
  background-color: #024CAA;
  overflow: hidden;
}
.pc_wrap .con_consultation .box_consultation {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_consultation .box_consultation .tit .s {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.pc_wrap .con_consultation .box_consultation .tit .flex {
  position: relative;
  justify-content: center;
  align-items: flex-end;
}
.pc_wrap .con_consultation .box_consultation .tit .flex::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url(../img/acc_consultant.png);
  background-size: cover;
}
.pc_wrap .con_consultation .box_consultation .tit .flex .left {
  width: 48%;
}
.pc_wrap .con_consultation .box_consultation .tit .flex .left img {
  max-width: 260px;
}
.pc_wrap .con_consultation .box_consultation .tit .flex .right {
  width: 52%;
  margin-left: -10px;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
.pc_wrap .con_consultation .box_consultation .img {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.pc_wrap .con_consultation .box_consultation .swiper_consul {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_consultation .box_consultation .swiper_consul .swiper-slide .txtarea {
  margin-top: 5px;
  text-align: center;
}
.pc_wrap .con_consultation .box_consultation .swiper_consul .swiper-slide .txtarea .tit_s {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.pc_wrap .con_consultation .box_consultation .swiper_consul .swiper-slide .txtarea .txt {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.pc_wrap .con_feature {
  position: relative;
  padding: 80px 0 60px 0;
  background-color: #024CAA;
}
.pc_wrap .con_feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 386px;
  height: 93px;
  background-image: url(../img/POINT.png);
  background-size: cover;
}
.pc_wrap .con_feature .box_feature {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_feature .box_feature .tit img {
  display: block;
  text-align: right;
  max-width: 280px;
  margin-left: auto;
}
.pc_wrap .con_feature .box_feature .tit .tit_top {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
.pc_wrap .con_feature .box_feature .tit .tit_bottom {
  width: 100%;
  text-align: right;
  line-height: 1;
}
.pc_wrap .con_feature .box_feature .tit .top {
  display: inline-block;
  padding: 3px;
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background-color: #0174BE;
}
.pc_wrap .con_feature .box_feature .tit .top .s {
  font-size: 33px;
}
.pc_wrap .con_feature .box_feature .tit .bottom {
  display: inline-block;
  padding: 3px 3px 5px 3px;
  font-size: 53px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background-color: #0174BE;
}
.pc_wrap .con_feature .box_feature .tit .bottom .s {
  font-size: 42px;
}
.pc_wrap .con_feature .box_feature .tit .bottom .l {
  font-size: 87px;
}
.pc_wrap .con_feature .box_feature .inn_feauture .point {
  position: relative;
  max-width: 270px;
  margin-bottom: -40px;
  z-index: 1;
}
.pc_wrap .con_feature .box_feature .inn_feauture .img {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
}
.pc_wrap .con_feature .box_feature .inn_feauture .txt {
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}
.pc_wrap .con_voice {
  position: relative;
  overflow: hidden;
  padding: 50px 0 50px 0;
  background-color: #0174BE;
}
.pc_wrap .con_voice::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 290px;
  height: 74px;
  background-size: cover;
  background-image: url(../img/VOICE.png);
}
.pc_wrap .con_voice .box_voice {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_voice .box_voice .tit {
  font-style: italic;
  text-align: right;
}
.pc_wrap .con_voice .box_voice .tit img {
  max-width: 340px;
  margin-right: auto;
}
.pc_wrap .con_voice .box_voice .tit p {
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px 3px 3px;
  font-size: 53px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  background-color: #071746;
  line-height: 1.2;
}
.pc_wrap .con_voice .box_voice .tit p span {
  font-size: 42px;
}
.pc_wrap .con_voice .box_voice .voice_swiper {
  margin-top: 30px;
}
.pc_wrap .con_voice .box_voice .swiper-slide {
  padding: 30px 20px;
  list-style: none;
  background-image: url(../img/bg_voice_post.png);
  background-size: cover;
}
.pc_wrap .con_voice .box_voice .swiper-slide .clm_ttl {
  color: #071746;
  font-weight: 800;
}
.pc_wrap .con_voice .box_voice .swiper-slide .txt_voice {
  margin-top: 10px;
  color: #071746;
}
.pc_wrap .con_voice .box_voice .swiper-slide .flex {
  margin-top: 10px;
  align-items: center;
}
.pc_wrap .con_voice .box_voice .swiper-slide .flex .icon {
  width: 60px;
  height: 60px;
}
.pc_wrap .con_voice .box_voice .swiper-slide .flex .job {
  margin-left: 10px;
  padding: 2px 3px;
  font-size: 13px;
  color: #fff;
  background-color: #071746;
}
.pc_wrap .con_voice .box_voice .swiper-slide .flex .name {
  margin-left: 10px;
  color: #071746;
  font-weight: bold;
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper {
  position: relative;
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next, .pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev {
  transform: translateY(-50%);
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next::after, .pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev::after {
  content: "";
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next {
  right: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-right-gray.png);
  background-size: cover;
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-lblue.png);
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev {
  left: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-left-gray.png);
  background-size: cover;
}
.pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-lblue.png.png);
}
.pc_wrap .con_data {
  position: relative;
  overflow: hidden;
  padding: 60px 0 140px 0;
  background-image: url(../img/bg_data.png);
  background-size: cover;
}
.pc_wrap .con_data::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 953px;
  background-image: url(../img/bg_data_shadow.png);
  background-size: cover;
}
.pc_wrap .con_data .box_data {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_data .box_data .tit {
  font-style: italic;
}
.pc_wrap .con_data .box_data .tit img {
  max-width: 360px;
  margin-left: auto;
}
.pc_wrap .con_data .box_data .tit p {
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px 0 3px;
  font-size: 53px;
  font-weight: 700;
  font-style: italic;
  color: #EC8305;
  background-color: #071746;
  line-height: 1.2;
}
.pc_wrap .con_data .box_data .tit p span {
  font-size: 42px;
}
.pc_wrap .con_data .box_data .inn_data {
  width: 100%;
  margin-top: 15px;
}
.pc_wrap .con_data .box_data .inn_data:first-child {
  margin-top: 30px;
}
.pc_wrap .con_data .box_data .inn_data:nth-child(2) {
  margin-top: 30px;
}
.pc_wrap .con_data .box_data .inn_data .swiper-container .mt {
  margin-top: 30px;
}
.pc_wrap .con_casestudy {
  padding: 50px 0 40px 0;
  background-color: #071746;
  overflow: hidden;
}
.pc_wrap .con_casestudy .box_casestudy {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_casestudy .box_casestudy .tab-container {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.pc_wrap .con_casestudy .box_casestudy .tab-container .tab {
  padding: 3px 10px;
  font-size: 18px;
  color: #BDBDBD;
  background-color: #616161;
  border-radius: 25px;
  cursor: pointer;
}
.pc_wrap .con_casestudy .box_casestudy .tab-container .tab.active {
  color: #fff;
  background-color: #EC8305;
}
.pc_wrap .con_casestudy .box_casestudy .tab-container .tab:nth-child(2) {
  margin-left: 10px;
  display: none;
}
.pc_wrap .con_casestudy .box_casestudy .content-container {
  margin-top: 20px;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content {
  display: none;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content.show {
  display: block;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide {
  list-style: none;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .inn_case {
  position: relative;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 10px;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .inn_case::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  background-image: url(../img/case.png);
  background-size: cover;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .inn_case::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 25px;
  width: 69px;
  height: 28px;
  background-image: url(../img/case_hukidashi_parts.png);
  background-size: cover;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .clm_ttl {
  font-size: 20px;
  font-weight: 700;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .txt_case {
  margin-top: 10px;
  font-size: 16px;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex {
  margin-top: 25px;
  align-items: center;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex .icon {
  width: 60px;
  height: 60px;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex .job {
  margin-left: 10px;
  padding: 2px 3px;
  font-size: 13px;
  color: #fff;
  background-color: #024CAA;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex .name {
  width: 100%;
  margin-top: 5px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper {
  position: relative;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-next, .pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-prev {
  transform: translateY(-50%);
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-next::after, .pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-prev::after {
  content: "";
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-next {
  right: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-next::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-right-gray.png);
  background-size: cover;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-orange.png);
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-prev {
  left: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-prev::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-left-gray.png);
  background-size: cover;
}
.pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-orange.png);
}
.pc_wrap .con_casestudy .box_casestudy .tit {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.pc_wrap .con_casestudy .box_casestudy .tit .en {
  color: #EC8305;
  font-size: 48px;
  font-style: italic;
  font-family: "Roboto", serif;
}
.pc_wrap .con_purpose {
  position: relative;
  padding: 60px 0 40px 0;
  background-color: #071746;
}
.pc_wrap .con_purpose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: 66px;
  width: 100%;
  height: 100%;
  background-image: url(../img/purpose.png);
  background-size: cover;
}
.pc_wrap .con_purpose::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_purpose_overray.png);
  background-size: cover;
}
.pc_wrap .con_purpose .box_purpose {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_purpose .box_purpose .tit {
  text-align: right;
}
.pc_wrap .con_purpose .box_purpose .tit img {
  max-width: 320px;
  margin-left: auto;
}
.pc_wrap .con_purpose .box_purpose .tit p {
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px 0 3px;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  color: #071746;
  background-color: #EC8305;
  line-height: 1.2;
}
.pc_wrap .con_purpose .box_purpose .tit p span {
  font-size: 42px;
}
.pc_wrap .con_purpose .box_purpose .tit p:nth-child(3) {
  margin-top: 0;
}
.pc_wrap .con_purpose .box_purpose .txt {
  margin-top: 40px;
  color: #fff;
  font-size: 22px;
}
.pc_wrap .con_purpose .box_purpose .img {
  margin-top: 40px;
}
.pc_wrap .con_archives {
  overflow: hidden;
  padding: 40px 0;
  background-color: #DBD3D3;
}
.pc_wrap .con_archives .box_archives {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_archives .box_archives .tit {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
}
.pc_wrap .con_archives .box_archives .tit .en {
  color: #024CAA;
  font-size: 48px;
  font-style: italic;
  font-family: "Roboto", serif;
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper {
  position: relative;
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-next::after, .pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-prev::after {
  content: "";
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-next {
  right: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-next::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-right-gray.png);
  background-size: cover;
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-next:hover::after {
  background-image: url(../img/arrow-right-lblue.png);
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-prev {
  left: -28px;
  width: 35px;
  height: 70px;
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-prev::after {
  width: 35px;
  height: 70px;
  background-image: url(../img/arrow-left-gray.png);
  background-size: cover;
}
.pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-prev:hover::after {
  background-image: url(../img/arrow-left-lblue.png.png);
}
.pc_wrap .con_archives .box_archives .swiper-slide {
  list-style: none;
}
.pc_wrap .con_archives .box_archives .swiper-slide a {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  background-image: url(../img/bg_archive_g.png);
  background-size: cover;
  border: 1px solid #071746;
}
.pc_wrap .con_archives .box_archives .swiper-slide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url(../img/arrow_archive_g.png);
  background-size: cover;
}
.pc_wrap .con_archives .box_archives .swiper-slide a .wrp_event .flex {
  display: flex;
}
.pc_wrap .con_archives .box_archives .swiper-slide a .wrp_event .flex .day {
  width: 15%;
  text-align: center;
}
.pc_wrap .con_archives .box_archives .swiper-slide a .wrp_event .flex .day .y_m {
  color: #9E9E9E;
  font-size: 12px;
  font-family: "Roboto", serif;
}
.pc_wrap .con_archives .box_archives .swiper-slide a .wrp_event .flex .day .d {
  display: block;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", serif;
  color: #616161;
  line-height: 1;
}
.pc_wrap .con_archives .box_archives .swiper-slide a .wrp_event .flex .clm_ttl {
  width: 80%;
  margin-left: 2%;
  padding-left: 3%;
  color: #616161;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pc_wrap .con_archives .box_archives .swiper-slide a:hover {
  opacity: 1;
  background-image: url(../img/bg_archive.png);
  border: 1px solid #024CAA;
}
.pc_wrap .con_archives .box_archives .swiper-slide a:hover::after {
  background-image: url(../img/arrow_archive.png);
}
.pc_wrap .con_archives .box_archives .swiper-slide a:hover .wrp_event .flex .day .d {
  color: #EC8305;
}
.pc_wrap .con_archives .box_archives .swiper-slide a:hover .wrp_event .flex .clm_ttl {
  color: #000;
}
.pc_wrap .con_gallery {
  padding: 50px 0 50px 0;
  background-color: #DBD3D3;
  overflow: hidden;
}
.pc_wrap .con_gallery .box_gallery .tit {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
}
.pc_wrap .con_gallery .box_gallery .tit .en {
  color: #0174BE;
  font-size: 48px;
  font-style: italic;
  font-family: "Roboto", serif;
}
.pc_wrap .con_gallery .box_gallery .transaction {
  margin-top: 20px;
  position: relative;
}
.pc_wrap .con_gallery .box_gallery .transaction_list {
  width: 2000px;
  display: flex;
  gap: 3rem;
}
.pc_wrap .con_gallery .box_gallery .transaction_list:first-child {
  margin-left: 75px;
}
.pc_wrap .con_gallery .box_gallery .transaction_list:first-child .loopImage:nth-child(2) {
  margin-left: -35px;
}
.pc_wrap .con_gallery .box_gallery .transaction_list:nth-child(2) .loopImage:nth-child(2) {
  margin-left: -35px;
}
.pc_wrap .con_gallery .box_gallery .transaction_list .loopImage {
  width: 843px;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
.pc_wrap .con_gallery .box_gallery .cst_list_sd {
  margin-top: 10px;
}
.pc_wrap .con_message {
  position: relative;
  padding: 60px 0 40px 0;
  background-color: #024CAA;
}
.pc_wrap .con_message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 530px;
  max-height: 55px;
  width: 100%;
  height: 100%;
  background-image: url(https://yokohama-jc.or.jp/yjc2025/lp/wp-content/uploads/2025/01/TOP-MESSAGE.png);
  background-size: cover;
}
.pc_wrap .con_message .box_message {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_message .box_message .tit {
  text-align: left;
  font-style: italic;
}
.pc_wrap .con_message .box_message .tit img {
  max-width: 200px;
}
.pc_wrap .con_message .box_message .tit p {
  display: inline-block;
  margin-top: 5px;
  padding: 0 10px 0 3px;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  color: #024CAA;
  background-color: #fff;
  line-height: 1.2;
}
.pc_wrap .con_message .box_message .tit p span {
  font-size: 42px;
}
.pc_wrap .con_message .box_message .tit p:nth-child(3) {
  margin-top: 0;
}
.pc_wrap .con_message .box_message .txt {
  margin-top: 40px;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}
.pc_wrap .con_message .box_message .img {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
}
.pc_wrap .con_message .box_message .name {
  margin-top: 20px;
  text-align: right;
  color: #fff;
}
.pc_wrap .con_faq {
  padding: 40px 0;
  background-color: #DBD3D3;
}
.pc_wrap .con_faq .box_faq {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_faq .box_faq .tit {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
}
.pc_wrap .con_faq .box_faq .tit .en {
  color: #071746;
  font-size: 48px;
  font-style: italic;
  font-family: "Roboto", serif;
}
.pc_wrap .con_faq .box_faq .accordion-header span, .pc_wrap .con_faq .box_faq .accordion-content span {
  font-family: "Noto Sans JP", sans-serif;
}
.pc_wrap .con_faq .box_faq .accordion-content {
  display: none;
  background-color: #FFF3EF;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-content {
  display: none;
  padding: 16px 45px 16px 20px;
  font-size: 18px;
  background-color: #fff;
  border: 2px solid #000;
  border-top: none;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-content span {
  position: relative;
  color: #000;
  line-height: 1.8;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-content .faq_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 0;
  color: #fff;
  font-size: 21px;
  font-family: "Roboto", serif;
  background-color: #EC8305;
  border-radius: 50%;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-content .faq_right {
  width: 85%;
  margin-left: 4%;
  line-height: 1.4;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-content .faq_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  padding: 16px 45px 16px 20px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header span {
  font-size: 18px;
  color: #424242;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header .faq_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 0;
  color: #fff;
  font-size: 21px;
  font-family: "Roboto", serif;
  background-color: #071746;
  border-radius: 50%;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header .faq_right {
  width: 85%;
  margin-left: 4%;
  font-weight: 700;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header::before, .pc_wrap .con_faq .box_faq .accordion .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 16px;
  height: 3px;
  margin: auto;
  background: #000;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.pc_wrap .con_faq .box_faq .accordion .accordion-header.active::after {
  transform: rotate(0deg);
}
.pc_wrap .con_form {
  padding: 60px 0 0 0;
}
.pc_wrap .con_form .box_form {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.pc_wrap .con_form .box_form .tit {
  color: #9E9E9E;
  font-size: 14px;
  font-weight: 500;
}
.pc_wrap .con_form .box_form .tit .en {
  color: #0174BE;
  font-size: 48px;
  font-style: italic;
  font-family: "Roboto", serif;
}
.pc_wrap .con_form .box_form .inn_form {
  margin-top: 20px;
}
.pc_wrap .con_form .box_form .inn_form .cst_form_tit {
  position: relative;
  padding-left: 10px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.pc_wrap .con_form .box_form .inn_form .cst_form_tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #212121;
}
.pc_wrap .con_form .box_form .inn_form .cst_radio {
  display: block;
  padding: 10px 0;
}
.pc_wrap .con_form .box_form .inn_form .wpcf7-list-item {
  display: block;
  padding: 2px 0;
}
.pc_wrap .con_form .box_form .inn_form .wpcf7-list-item label {
  font-size: 15px;
  font-weight: 500;
}
.pc_wrap .con_form .box_form .inn_form .wpcf7-list-item label input {
  margin-right: 5px;
  transform: scale(1.4);
}
.pc_wrap .con_form .box_form .inn_form .cst_info {
  margin-top: 15px;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-left: 10px;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex .box {
  max-width: 200px;
  width: 48%;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex .box:nth-child(2) {
  margin-left: 4%;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex .box span {
  display: block;
  font-weight: 500;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex .box label {
  display: block;
  width: 100%;
  margin-top: 3px;
  padding: 13px 10px;
  border: 1px solid #E0E0E0;
  background-color: #FAFAFA;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex .box label span input {
  width: 100%;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .flex:nth-child(3) {
  margin-top: 25px;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .box p br {
  display: none;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .box_company, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact {
  max-width: 390px;
  margin-top: 25px;
  padding-left: 10px;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .box_company .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact .box span {
  display: block;
  font-weight: 500;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .box_company .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact .box label {
  display: block;
  width: 100%;
  margin-top: 3px;
  padding: 13px 10px;
  border: 1px solid #E0E0E0;
  background-color: #FAFAFA;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .box_company .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact .box span {
  display: block;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .tit_policy {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.pc_wrap .con_form .box_form .inn_form .cst_info .txt_policy {
  max-width: 390px;
  width: 95%;
  margin-top: 10px;
  padding-left: 10px;
}
.pc_wrap .con_form .box_form .inn_form .box_acceptance {
  margin-top: 15px;
}
.pc_wrap .con_form .box_form .inn_form .box_submit {
  max-width: 350px;
  margin-top: 30px;
  padding-left: 50px;
}
.pc_wrap .con_form .box_form .inn_form .box_submit .wpcf7-submit {
  width: 100%;
  padding: 20px 0;
  color: #616161;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #616161;
  border-radius: 9999px;
}
.pc_wrap .con_form .box_form .txt_form {
  margin-top: 20px;
  color: #424242;
}
@media screen and (min-width: 1600px) and (max-width: 1860px) {
  .pc_wrap {
    margin-right: 150px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1599px) {
  .pc_wrap {
    margin-right: 120px;
    margin-top: 100px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .pc_wrap {
    margin-top: 90px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .pc_wrap {
    margin-top: 120px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .pc_wrap {
    margin-top: 120px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .pc_wrap {
    margin-top: 110px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
  .pc_wrap {
    margin-top: 120px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pc_wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .pc_wrap {
    margin-top: 0;
  }
  .pc_wrap .con_event {
    padding: 40px 0;
  }
  .pc_wrap .con_event .box_event .tit {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_event .box_event .tit .en {
    font-size: 8.7179487179vw;
  }
  .pc_wrap .con_event .box_event .swiper-container {
    margin-top: 10px;
  }
  .pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-next {
    right: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_event .box_event .swiper-container.event_swiper .swiper-button-prev {
    left: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_event .box_event .wrp_event .flex .day .y_m {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_event .box_event .wrp_event .flex .day .d {
    font-size: 10.2564102564vw;
  }
  .pc_wrap .con_event .box_event .wrp_event .flex .clm_ttl {
    font-size: 4.1025641026vw;
  }
  .pc_wrap .con_cta {
    padding: 30px 0 50px 0;
  }
  .pc_wrap .con_cta::before {
    top: -15px;
    width: 87%;
    height: 14vw;
  }
  .pc_wrap .con_cta .box_cta {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .pc_wrap .con_cta .box_cta .achivement {
    width: 100%;
  }
  .pc_wrap .con_cta .box_cta .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .pc_wrap .con_cta .box_cta .box_btn {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .pc_wrap .con_cta .box_cta .box_btn .btn {
    margin-top: 15px;
  }
  .pc_wrap .con_cta .box_cta .box_btn .btn a {
    max-width: 400px;
    padding: 18px 40px;
  }
  .pc_wrap .con_consultation .box_consultation .tit .s {
    font-size: 4.9692307692vw;
  }
  .pc_wrap .con_consultation .box_consultation .tit .flex .left {
    width: 45%;
  }
  .pc_wrap .con_consultation .box_consultation .tit .flex .left img {
    max-width: 230px;
  }
  .pc_wrap .con_consultation .box_consultation .tit .flex .right {
    width: 55%;
    margin-left: -5px;
    font-size: 8.2vw;
  }
  .pc_wrap .con_consultation .box_consultation .swiper_consul {
    width: 85%;
  }
  .pc_wrap .con_consultation .box_consultation .swiper_consul .swiper-slide .txtarea {
    margin-top: 5px;
  }
  .pc_wrap .con_consultation .box_consultation .swiper_consul .swiper-slide .txtarea .tit_s {
    font-size: 5.1282051282vw;
  }
  .pc_wrap .con_consultation .box_consultation .swiper_consul .swiper-slide .txtarea .txt {
    font-size: 4.1025641026vw;
  }
  .pc_wrap .con_feature {
    padding: 45px 0 60px 0;
  }
  .pc_wrap .con_feature::before {
    width: 68.051282vw;
    height: 16.051282vw;
  }
  .pc_wrap .con_feature .box_feature .tit img {
    max-width: 240px;
  }
  .pc_wrap .con_feature .box_feature .tit .top {
    font-size: 6.3435897436vw;
  }
  .pc_wrap .con_feature .box_feature .tit .top .s {
    font-size: 7.0487179487vw;
  }
  .pc_wrap .con_feature .box_feature .tit .bottom {
    font-size: 9.7384615385vw;
  }
  .pc_wrap .con_feature .box_feature .tit .bottom .s {
    font-size: 7.9153846154vw;
  }
  .pc_wrap .con_feature .box_feature .tit .bottom .l {
    font-size: 16.0153846154vw;
  }
  .pc_wrap .con_feature .box_feature .inn_feauture .point {
    max-width: 47.1794871795vw;
  }
  .pc_wrap .con_feature .box_feature .inn_feauture .txt {
    margin-top: 5px;
    font-size: 4.1025641026vw;
  }
  .pc_wrap .con_voice::before {
    width: 54.1025641026vw;
    height: 52px;
  }
  .pc_wrap .con_voice .box_voice .tit img {
    max-width: 64.1025641026vw;
    margin-right: auto;
  }
  .pc_wrap .con_voice .box_voice .tit p {
    font-size: 9.7384615385vw;
  }
  .pc_wrap .con_voice .box_voice .tit p span {
    font-size: 7.9153846154vw;
  }
  .pc_wrap .con_voice .box_voice .voice_swiper {
    margin-top: 25px;
  }
  .pc_wrap .con_voice .box_voice .swiper-slide .clm_ttl {
    font-size: 4.1025641026vw;
  }
  .pc_wrap .con_voice .box_voice .swiper-slide .txt_voice p {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_voice .box_voice .swiper-slide .flex .icon {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
  .pc_wrap .con_voice .box_voice .swiper-slide .flex .job {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_voice .box_voice .swiper-slide .flex .name {
    margin-left: 10px;
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next, .pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev {
    transform: translateY(-50%);
  }
  .pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-next {
    margin-top: 0;
    right: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_voice .box_voice .swiper-container.voice_swiper .swiper-button-prev {
    margin-top: 0;
    left: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_data {
    padding: 60px 0 140px 0;
  }
  .pc_wrap .con_data .box_data .tit img {
    max-width: 65.641025641vw;
  }
  .pc_wrap .con_data .box_data .tit p {
    font-size: 9.7384615385vw;
  }
  .pc_wrap .con_data .box_data .tit p span {
    font-size: 7.9153846154vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .tab-container .tab {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .clm_ttl {
    font-size: 4.6153846154vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .txt_case {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex .icon {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex .job {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .content .swiper-slide .flex .name {
    font-size: 4.1025641026vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-next {
    right: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_casestudy .box_casestudy .content-container .swiper-container.case_swiper .swiper-button-prev {
    left: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_casestudy .box_casestudy .tit {
    color: #DBD3D3;
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_casestudy .box_casestudy .tit .en {
    font-size: 8.7179487179vw;
  }
  .pc_wrap .con_purpose {
    padding: 60px 0 40px 0;
  }
  .pc_wrap .con_purpose::before {
    top: 20px;
    max-width: 80.615385vw;
    max-height: 12.974359vw;
  }
  .pc_wrap .con_purpose .box_purpose .tit img {
    max-width: 51.2820512821vw;
  }
  .pc_wrap .con_purpose .box_purpose .tit p {
    font-size: 8.7vw;
  }
  .pc_wrap .con_purpose .box_purpose .tit p span {
    font-size: 7.9205128205vw;
  }
  .pc_wrap .con_purpose .box_purpose .txt {
    margin-top: 30px;
    color: #fff;
    font-size: 4.6153846154vw;
  }
  .pc_wrap .con_purpose .box_purpose .img {
    margin-top: 30px;
  }
  .pc_wrap .con_archives .box_archives .tit {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_archives .box_archives .tit .en {
    font-size: 8.7179487179vw;
  }
  .pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-next {
    right: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-button-prev {
    left: -19px;
    transform: translateY(-50%);
  }
  .pc_wrap .con_archives .box_archives .swiper-container.archive_swiper .swiper-slide .wrp_event .flex .clm_ttl {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_gallery {
    padding: 20px 0 50px 0;
  }
  .pc_wrap .con_gallery .box_gallery .tit {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_gallery .box_gallery .tit .en {
    font-size: 8.7179487179vw;
  }
  .pc_wrap .con_gallery .box_gallery .transaction {
    margin-top: 20px;
    position: relative;
  }
  .pc_wrap .con_gallery .box_gallery .transaction_list .loopImage {
    width: 600px;
  }
  .pc_wrap .con_message::before {
    top: 15px;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 92.923077vw;
    height: 9.923077vw;
  }
  .pc_wrap .con_message::after {
    max-width: 217px;
    width: 100%;
    max-height: 312px;
    height: 100%;
    background-image: url(../img/yakudo.png);
    background-size: cover;
  }
  .pc_wrap .con_message .box_message {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .pc_wrap .con_message .box_message .tit {
    text-align: left;
  }
  .pc_wrap .con_message .box_message .tit img {
    max-width: 25.641025641vw;
  }
  .pc_wrap .con_message .box_message .tit p {
    font-size: 8.7vw;
  }
  .pc_wrap .con_message .box_message .tit p span {
    font-size: 7.9205128205vw;
  }
  .pc_wrap .con_message .box_message .txt {
    margin-top: 25px;
    font-size: 4.6153846154vw;
  }
  .pc_wrap .con_faq .box_faq .tit {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_faq .box_faq .tit .en {
    font-size: 8.7179487179vw;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-content {
    padding: 16px 45px 16px 20px;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-content .faq_left {
    width: 24px;
    height: 24px;
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-content .faq_right {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-header {
    padding: 13px 45px 13px 14px;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-header span {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-header .faq_left {
    width: 24px;
    height: 24px;
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_faq .box_faq .accordion .accordion-header::before, .pc_wrap .con_faq .box_faq .accordion .accordion-header::after {
    width: 16px;
    height: 3px;
  }
  .pc_wrap .con_form {
    overflow: hidden;
  }
  .pc_wrap .con_form .box_form .tit {
    font-size: 3.0769230769vw;
  }
  .pc_wrap .con_form .box_form .tit .en {
    font-size: 8.7179487179vw;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_form_tit {
    font-size: 4.6153846154vw;
  }
  .pc_wrap .con_form .box_form .inn_form .wpcf7-list-item label {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .flex .box span {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .box_company, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact {
    max-width: 390px;
    margin-top: 25px;
    padding-left: 10px;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .box_company .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact .box span {
    display: block;
    font-weight: 500;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .box_company .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url .box label, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact .box label {
    display: block;
    width: 100%;
    margin-top: 3px;
    padding: 13px 10px;
    border: 1px solid #E0E0E0;
    background-color: #FAFAFA;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .box_company .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_mail .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_tel .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_url .box span, .pc_wrap .con_form .box_form .inn_form .cst_info .box_contact .box span {
    display: block;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .tit_policy {
    font-size: 4.1025641026vw;
  }
  .pc_wrap .con_form .box_form .inn_form .cst_info .txt_policy {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_form .box_form .inn_form .box_acceptance {
    margin-top: 15px;
  }
  .pc_wrap .con_form .box_form .inn_form .box_submit {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .pc_wrap .con_form .box_form .inn_form .box_submit .wpcf7-submit {
    font-size: 3.5897435897vw;
  }
  .pc_wrap .con_form .box_form .txt_form {
    margin-top: 3.5897435897vw;
  }
}
/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  max-width: 761px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}
nav .inner {
  margin-top: 100px;
  margin-left: 40px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
}
nav .inner ul li a {
  display: block;
  color: #757575;
  font-size: 18px;
  font-weight: bold;
  padding: 40px 0 0 0;
  text-decoration: none;
  transition-duration: 0.2s;
  visibility: hidden;
}
nav .inner ul li a:hover {
  color: #EC8305;
}

.open nav {
  right: 0;
  opacity: 1;
  pointer-events: all;
}
.open nav .inner ul li a {
  visibility: unset;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  top: 13px;
  transform: translateY(30px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  bottom: 37px;
  left: 0;
  width: 60px;
  transform: translateY(0px) rotate(315deg);
}
@media screen and (max-width: 767px) {
  .open nav .inner {
    margin-top: 64px;
  }
  .open .toggle_btn span:nth-child(1) {
    top: 2px;
  }
  .open .toggle_btn span:nth-child(3) {
    bottom: 30px;
    width: 48px;
  }
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  padding: 24px;
  background-color: #071746;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 4;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 60px;
  height: 2.6px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 28px;
}
.toggle_btn span:nth-child(2) {
  top: 41px;
  left: 10px;
  width: 50px;
}
.toggle_btn span:nth-child(3) {
  bottom: 28px;
  left: 20px;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .toggle_btn {
    width: 64px;
    height: 64px;
  }
  .toggle_btn span {
    width: 48px;
    height: 2px;
  }
  .toggle_btn span:nth-child(1) {
    top: 18px;
  }
  .toggle_btn span:nth-child(2) {
    top: 30px;
    left: 5px;
    width: 40px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 20px;
    left: 10px;
    width: 34px;
  }
}

.open .toggle_btn {
  background-color: #024CAA;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 750px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .open #mask {
    max-width: none;
  }
}

.con_footer {
  position: relative;
}
.con_footer .box_footer {
  padding: 40px 0;
  background-color: #171F4A;
}
.con_footer .box_footer .logo {
  max-width: 100px;
  margin-right: auto;
  margin-left: auto;
}
.con_footer .box_footer .company {
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.con_footer .box_footer .company .name {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.con_footer .box_footer .company .name span {
  font-size: 18px;
}
.con_footer .box_footer .company .wrp_address .zip {
  color: #fff;
  font-size: 14px;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.con_footer .box_footer .company .wrp_address .address {
  color: #fff;
  font-size: 14px;
}
.con_footer .box_footer .company .wrp_address .tel {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", serif;
  font-weight: 500;
}
.con_footer .copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP";
  font-weight: bold;
  background-color: #171F4A;
  border-top: 1px solid #616161;
}
.con_footer .top_btn {
  content: "";
  position: absolute;
  top: -40px;
  right: 25px;
  width: 80px;
  height: 80px;
  background-image: url(../img/top_btn.png);
  background-size: cover;
  transition: all 0.4s;
}
.con_footer .top_btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .con_footer .box_footer .company .name {
    font-size: 4.1025641026vw;
  }
  .con_footer .box_footer .company .name span {
    font-size: 3.5897435897vw;
  }
  .con_footer .box_footer .company .wrp_address .zip {
    font-size: 3.0769230769vw;
  }
  .con_footer .box_footer .company .wrp_address .address {
    font-size: 3.0769230769vw;
  }
  .con_footer .box_footer .company .wrp_address .tel {
    font-size: 3.0769230769vw;
  }
  .con_footer .copyright {
    font-size: 3.0769230769vw;
  }
}

.fix_btn_sp {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  z-index: 2;
  transition: 0.5s;
}
.fix_btn_sp .btn_cta {
  width: 50%;
}
.fix_btn_sp .btn_line {
  width: 50%;
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.con_event.lower_event .box_event .tit .en {
  color: #024CAA;
}
.con_event.lower_event .box_event li {
  margin-top: 20px;
  padding: 30px 0 20px 0;
  list-style: none;
  border: 1px solid #024CAA;
}
.con_event.lower_event .box_event li .wrp_event {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_event.lower_event .box_event .wrp_event .flex .day {
  width: 12%;
}
.con_event.lower_event .box_event .wrp_event .flex .clm_ttl {
  width: 86%;
}

.con_lower_event {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}
.con_lower_event .flex {
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_lower_event .flex .day {
  width: 10%;
}
.con_lower_event .flex .day .y_m {
  color: #9E9E9E;
  font-size: 12px;
  font-family: "Roboto", serif;
}
.con_lower_event .flex .day .d {
  display: block;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", serif;
  color: #EC8305;
  line-height: 1;
}
.con_lower_event .flex .clm_ttl {
  width: 88%;
  margin-left: 2%;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.con_lower_event .clm_img_wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
.con_lower_event .edit-area {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.con_lower_event .edit-area p {
  font-size: 16px;
}
.con_lower_event .con_cta_lower {
  position: relative;
  margin-top: 20px;
  padding: 55px 0 50px 0;
  background-image: url(../img/bg_cta.png);
  background-size: cover;
  background-position: bottom;
}
.con_lower_event .con_cta_lower::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 380px;
  height: 60px;
  background-image: url(../img/mv_cta_txt.png);
  background-size: cover;
}
.con_lower_event .con_cta_lower.cta_black::before {
  background-image: url(../img/mv_cta_txt_black.png);
}
.con_lower_event .con_cta_lower .box_cta {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_lower_event .con_cta_lower .box_cta .achivement {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.con_lower_event .con_cta_lower .box_cta .txt {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.con_lower_event .con_cta_lower .box_cta .box_btn .btn {
  margin-top: 20px;
}
.con_lower_event .con_cta_lower .box_cta .box_btn .btn a {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 70px;
  background-color: #EC8305;
  border-radius: 9999px;
}
.con_lower_event .con_cta_lower .box_cta .box_btn .btn:nth-child(2) a {
  background-color: #024CAA;
  border-radius: 9999px;
}
@media screen and (max-width: 767px) {
  .con_lower_event .flex .day {
    width: 10%;
  }
  .con_lower_event .flex .clm_ttl {
    width: 82%;
    margin-left: 8%;
    font-size: 18px;
    font-weight: 500;
  }
  .con_lower_event .con_cta_lower::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
    height: 45px;
    background-image: url(../img/mv_cta_txt.png);
    background-size: cover;
  }
  .con_lower_event .con_cta_lower .box_cta {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .con_lower_event .con_cta_lower .box_cta .achivement {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .con_lower_event .con_cta_lower .box_cta .txt {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
  }
  .con_lower_event .con_cta_lower .box_cta .box_btn .btn {
    margin-top: 20px;
  }
  .con_lower_event .con_cta_lower .box_cta .box_btn .btn a {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 50px;
    background-color: #EC8305;
    border-radius: 9999px;
  }
  .con_lower_event .con_cta_lower .box_cta .box_btn .btn:nth-child(2) a {
    background-color: #024CAA;
    border-radius: 9999px;
  }
}