@charset "utf-8";
/* CSS Document */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: rgba(57, 57, 57, 1);
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
h1 {
  font-size: 200%;
}
p {
  font-size: 100%;
}
li {
  list-style: none;
  list-style-type: none;
}
span {
  vertical-align: baseline;
}
.col-rel {
  position: relative;
}
.wrapper {
  width: 94%;
  /*max-width: 650px;*/
  max-width: 600px;
  margin: 0 auto;
}
section {
  padding: 15% 0;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 65%;
  }
  .wrapper {
    width: 90%;
  }
}
.d-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  /*.d-flex {
    display: block;
  }*/
}
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.t_center {
  text-align: center;
}

/*===========================フォント==================*/

@font-face {
  /*フォントの名前*/
  font-family: "free";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/free.woff2") format("woff2"),
    url("/font/free.woff") format("woff");
}
.free {
  font-family: "free";
}

/*===========================フォント==================*/

body {
  background-image: url(/img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
  border-right: 20px solid #012b81;
  border-left: 20px solid #012b81;
}
#container {
  background-color: #fff;
  margin: 0 18vw 0 auto;
  max-width: 750px;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}
@media screen and (max-width: 1200px) {
  #container {
    background-color: #fff;
    margin: 0 auto;
    max-width: 750px;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
  }
}
@media screen and (max-width: 768px) {
  body {
    background-color: #fff;
    border-right: 10px solid #012b81;
    border-left: 10px solid #012b81;
    background-image: none;
  }
  body:before {
    content: "";
    background-image: url(/img/bg.jpg);
    position: fixed;
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
  }
  #container {
    overflow: hidden;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
  }
}

#mainvisual {
  padding: 0;
  height: 100vh;
  width: 100%;
  background-image: url(/img/fv.jpg);
  background-size: cover;
  background-position: center;
}
#mainvisual img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#mainvisual .txt_bottom {
  margin-top: 40px;
  display: inline-block;
}
#mainvisual .fv_txt {
  font-size: 120%;
  line-height: 70px;
  letter-spacing: 3px;
  color: #fff;
  position: absolute;
  top: 15%;
  left: 7rem;
  text-align: center;
  text-shadow: 1px 2px 10px #000;
}
#mainvisual .fv_logo {
  position: absolute;
  top: 49%;
  left: 30%;
}
#mainvisual .fv_logo img {
  width: 300px;
  height: auto;
}
#campaign {
  background: url(/img/quo_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}

#campaign .campaign_img {
  margin: 10% 0;
}

.campaign_btn {
  text-align: center;
  margin: 1rem 0;
}

.youtube_box iframe {
  width: 100%;
  height: 315px;
}

.ttl_blk {
  margin: 0 18vw 0 auto;
  max-width: 750px;
  display: flex;
  justify-content: center;
}
.ttl_txt {
  position: absolute;
  text-align: center;
  bottom: -40px;
  width: 525px;
  background-color: #fff;
  height: 130px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  font-size: 170%;
  font-weight: bold;
  padding-top: 65px;
}
.sub_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_ttl span {
  font-weight: bold;
  margin-top: 10px;
  font-size: 120%;
}
.sub_ttl img {
  width: 120px;
}
.campaign_btn img {
  width: 270px;
}
.youtube_btn img {
  width: 240px;
}
.sub_ttl_w {
  color: #fff;
}
.foot_cta_blk .raiten,
.foot_cta_blk .shiryo {
  padding: 2% 1%;
}
.cta_blk {
  justify-content: space-around;
  margin-top: 10%;
}
.cta_blk .raiten img,
.cta_blk .shiryo img {
  width: 260px;
}
.cta_blk a {
  background-color: #525252;
  color: #fff;
  padding: 7% 24%;
  border: 1px solid #525252;
  position: relative;
}
.cta_blk .raiten,
.cta_blk .shiryo {
  width: 45%;
}
.cta_blk a:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.cta_blk a:after {
  content: "";
  background-color: #fff;
  width: 15px;
  height: 17px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  display: inline-block;
  position: absolute;
  right: 9%;
  top: 36%;
}
.ttl_blk_img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}
.ttl_hand_img {
  position: absolute;
  bottom: 35%;
  font-size: 7rem;
  color: #fff;
}
.ttl_kazari {
  position: absolute;
}
/*
.contact_kazari {
  bottom: -16%;
  right: 22vw;
}
.contact_kazari img {
  width: 85%;
}*/
.contact_kazari:after {
  content: "";
  width: 160px;
  height: 160px;
  background-image: url(/img/contact_kazari.png);
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: -7px;
  right: -16px;
}
/*
.cta_blk .raiten,
.cta_blk .shiryo {
  padding: 5% 2%;
}*/

@media screen and (max-width: 1200px) {
  .ttl_blk {
    margin: 0 auto;
    max-width: 750px;
    display: flex;
    justify-content: center;
  }
}

#virus {
  background-image: url(/img/virus_bg01.png), url(/img/virus_bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  padding: 20% 0 35% 0;
  background-size: contain;
}
.virus_ttl {
  width: 280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.virus_txt {
  position: relative;
  margin-top: -6%;
  background-image: url(/img/virus_img.png);
  width: 100%;
  height: 310px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12% 10% 10% 10%;
  font-weight: bold;
  font-size: 120%;
}
.virus_txt p {
  margin-bottom: 5%;
}
.tree_img {
  position: absolute;
  top: -40%;
  right: 0;
}
.tour_bg {
  background-image: url(/img/tour_bg.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
}
#tour {
  padding: 0;
}
.tour_box {
  margin-top: -14%;
}
.youtube_box {
  position: absolute;
  top: 16%;
  margin: 0% 9%;
}
.youtube_btn_wrap {
  position: absolute;
  top: 70%;
  right: 30%;
}
.youtube_btn {
  margin-top: 2%;
}
.interview_txt a:link,
.interview_txt a:visited {
  color: #fff;
}
#interview {
  background-image: url(/img/interview_top.png), url(/img/virus_bg02.png);
  background-position: top, bottom;
  background-size: contain;
  padding-top: 20%;
  padding-bottom: 40%;
  margin-top: 10%;
  background-repeat: no-repeat;
}
.interview_wrap {
  margin-top: 60%;
}

.interview_box {
  clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0 5%);
  background-color: #0daee8;
  background-image: url(/img/interview_bg.png), url(/img/bldg_img.png);
  position: relative;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  background-position: center, 160px 45%;
}
/*
.interview_box:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #000;
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
}*/
.interview_bg {
  position: absolute;
  top: 12px;
  left: 8px;
  width: 100%;
  height: 100%;
  background-color: #dedede;
  clip-path: polygon(50% 0%, 100% 5%, 100% 100%, 0 100%, 0 5%);
  z-index: 0;
}
.interview_box .interview_ttl01 {
  width: 255px;
  margin: 0 auto;
  padding-top: 15%;
}
/*
.interview_box .interview_ttl02 {
  max-width: 450px;
  margin: 0 auto;
}*/
.interview_box .interview_ttl02 {
  margin-top: 5%;
}
.interview_box .interview_ttl02 h2 {
  font-size: 150%;
  background-color: #fcf8ab;
  position: relative;
  text-align: center;
}
.interview_box .interview_ttl02 h2:before {
  content: "";
  background-image: url(/img/interview_kazari.png);
  width: 90px;
  height: 100px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  right: -10%;
  top: -180%;
  background-size: contain;
}
.interview_stripe {
  content: "";
  background-image: url(/img/stripe.png);
  width: 100%;
  height: 10px;
  display: inline-block;
  margin-top: 10px;
  background-size: cover;
}
.interview_item02 .interview_ttl02 h2:before {
  content: "";
  background-image: url(/img/interview_kazari02.png);
  width: 90px;
  height: 100px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  left: 3%;
  top: -64%;
  background-size: contain;
}
.interview_item02 .interview_ttl02 .interview_stripe {
  content: "";
  background-image: url(/img/stripe02.png);
  width: 100%;
  height: 10px;
  display: inline-block;
  margin-top: 10px;
  background-size: cover;
}
.interview_item03 .interview_ttl02 h2:before {
  content: "";
  background-image: url(/img/interview_kazari.png);
  width: 90px;
  height: 100px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  right: -9%;
  top: -60%;
  background-size: contain;
}

.interview_box .interview_blk {
  padding: 5% 0;
}
.interview_box .interview_blk .interview_img {
  width: 30%;
}
.interview_box .interview_blk .interview_img img {
  width: 140px;
}
.interview_box .interview_blk .interview_txt {
  padding-left: 5%;
  color: #fff;
  font-weight: bold;
  width: 70%;
}

.interview_item02 {
  position: relative;
  margin-top: 20%;
  background-color: #d6edf2;
  padding-bottom: 20%;
}
.interview_item02:before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  top: -13%;
  background-color: #d6edf2;
  clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.interview_item02 .interview_ttl02 img {
  margin-top: -7%;
}
.interview_item02 .interview_blk .interview_txt {
  color: #000;
}
.interview_item03 .interview_blk .interview_txt {
  color: #000;
}
.interview_item03 {
  position: relative;
  margin-top: -5%;
  background-color: #fff;
  padding-bottom: 10%;
}
.interview_item03:before {
  content: "";
  width: 100%;
  height: 90px;
  position: absolute;
  top: -14%;
  background-color: #fff;
  clip-path: polygon(0 0%, 100% 80%, 100% 100%, 0% 100%);
}

.ttl_instagram img {
  width: 220px;
}
.ttl_instagram h2 {
  font-size: 120%;
  margin: 1rem 0;
}

#work {
  padding-top: 10%;
  padding-bottom: 0;
}
.ttl_work {
  margin-bottom: 5%;
}
.ttl_work img {
  max-width: 280px;
}
.work_kazari:before {
  content: "";
  width: 47px;
  height: 125px;
  background-image: url(/img/work_kazari01.png);
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 60px;
  background-repeat: no-repeat;
}

.work_kazari:after {
  content: "";
  width: 85px;
  height: 108px;
  background-image: url(/img/work_kazari02.png);
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: -70px;
  right: 22px;
}
/*
.work_kazari01 {
  left: 47vw;
  bottom: 8%;
}
.work_kazari02 {
  bottom: 13%;
  right: 24vw;
}
.work_kazari01 img,
.work_kazari02 img {
  width: 90%;
}*/
.work_side {
  position: absolute;
  top: 40%;
  right: 17%;
}
.txt_box_ttl {
  margin: 5% 0;
}
.txt_box_ttl img {
  width: 250px;
}
.txt_box {
  margin-bottom: 5%;
}
.txt_box p {
  /*font-size: 130%;*/
  font-size: 110%;
  font-weight: bold;
  line-height: 30px;
}
.work_bg {
  width: 100%;
  height: 400px;
  background-size: cover;
}
.work_item01 .work_bg {
  background-image: url(/img/work_bg01.jpg);
}
.work_item {
  margin-bottom: 5%;
}
.work_box {
  margin-top: 2rem;
}
.point_wrap {
  background-image: url(/img/point_bg.png);
  background-size: cover;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 1rem 0;
}
.point_wrap span:after {
  content: "";
  width: 30px;
  height: 35px;
  background: url(/img/point_img.png) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -45px;
}
.wrap {
  margin: 0 8%;
}
.jirei_txt {
  background-color: #f2f2f2;
  padding-bottom: 10%;
}
.jirei_txt dl {
  padding-top: 1.5rem;
}
.jirei_txt dl dt {
  font-size: 110%;
  font-weight: bold;
  background-color: #ccc;
  display: inline-block;
  /*padding: 1rem 0rem;
  width: 310px;*/
  padding: 0.7rem 0rem;
  width: 310px;
  text-align: center;
}

.jirei_txt dl dd {
  font-weight: bold;
  /*font-size: 110%;*/
  font-size: 100%;
  padding: 1rem;
}
.jirei_btn {
  width: 360px;
}

.work_item02 .work_bg {
  background-image: url(/img/work_bg02.jpg);
}
.work_item03 .work_bg {
  background-image: url(/img/work_bg03.jpg);
}
.work_item02 {
  background-image: url(/img/jirei_bg.png);
  background-size: cover;
  padding-bottom: 5%;
  padding-top: 5%;
}

.work_item02 .jirei_txt {
  background-color: #fff;
}
.work_item02 .work_side {
  right: 5%;
}
.work_item03 .work_side {
  position: absolute;
  top: 34%;
  right: 16%;
}
.work_side img {
  max-height: 110px;
  max-width: 90px;
}
.work_item02 .work_box .jirei_txt {
  background-color: #fff;
}
.work_item03 .work_box .jirei_txt {
  background-color: #fff;
}

.contact_blk .logo {
  position: absolute;
  top: 30%;
  left: 30%;
}
.contact_blk .logo img {
  width: 300px;
}

#campaign02 {
  background: url(/img/cta_top.png), url(/img/quo_bg02.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
  background-position: top, 0 140px;
  padding-top: 40%;
}

footer {
  background-image: url(/img/footer_bg.jpg);
  padding: 2% 0 0 0;
  background-size: cover;
}
.logo img {
  width: 180px;
}
.sns_wrap ul {
  justify-content: center;
  margin: 5px 0;
}
.sns_wrap ul li {
  margin: 0 10px;
}
.foot_txt,
.foot_txt a {
  color: #fff;
  font-size: 130%;
}
.foot_cta_blk {
  background-color: transparent;
  background-image: url(/img/foot_cta_bg.png);
  background-size: cover;
  padding: 30px;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  width: 94.5%;
  margin: 0 18vw 0 auto;
  max-width: 750px;
  z-index: 9999;
}
.foot_cta_blk .raiten,
.foot_cta_blk .shiryo {
  width: 50%;
}
.foot_cta_blk a {
  background-color: #525252;
  color: #fff;
  padding: 7% 28%;
  border: 1px solid #525252;
  position: relative;
}

.google_form iframe {
  width: 640px;
  height: 2800px;
}
.bottom_container {
  margin-bottom: 122px !important;
}
.shade {
  filter: drop-shadow(1px 2px 3px #ccc);
}
.shade02 {
  filter: drop-shadow(1px 2px 3px #012b81);
}

@media screen and (max-width: 768px) {
  #mainvisual .txt_bottom {
    margin-top: 20px;
    display: inline-block;
  }
  #mainvisual .fv_logo img {
    width: 43vw;
    height: auto;
  }
  .campaign_btn img {
    width: 37vw;
  }
  #mainvisual .fv_txt {
    font-size: 2.5vw;
    line-height: 10vw;
    letter-spacing: 3px;
    color: #fff;
    position: absolute;
    top: 21%;
    left: 11vw;
    text-align: center;
    text-shadow: 1px 2px 10px #000;
  }
  #mainvisual .fv_logo {
    position: absolute;
    top: 43%;
    left: 26vw;
  }
  .ttl_blk_img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .ttl_txt {
    position: absolute;
    text-align: center;
    bottom: -40px;
    width: 70vw;
    background-color: #fff;
    height: 22vw;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
    font-size: 5vw;
    font-weight: bold;
    padding-top: 8vw;
  }
  .ttl_hand_img {
    position: absolute;
    bottom: 35%;
    color: #fff;
    font-size: 18vw;
  }
  .ttl_hand_img img {
    width: 50vw;
  }
  .ttl_kazari {
    position: absolute;
    bottom: -16%;
    right: 20px;
  }
  .ttl_kazari img {
    width: 100px;
  }
  .contact_kazari:after {
    content: "";
    width: 22vw;
    height: 22vw;
    background-image: url(/img/contact_kazari.png);
    display: inline-block;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: -7px;
    right: 1vw;
  }

  .sub_ttl span {
    font-weight: bold;
    margin-top: 0;
    font-size: 85%;
  }
  .sub_ttl img {
    width: 60px;
  }
  #virus {
    background-image: url(/img/virus_bg01.png), url(/img/virus_bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
    background-size: contain, contain;
    padding: 30% 0;
  }
  .virus_ttl {
    width: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .virus_txt {
    position: relative;
    margin-top: -6%;
    background-image: url(/img/sp_virus_img.png);
    width: 100%;
    height: 310px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 11% 10% 10% 10%;
    font-weight: bold;
    font-size: 130%;
    line-height: 28px;
  }
  .tree_img {
    position: absolute;
    top: -22vw;
    right: 0;
  }
  .tree_img img {
    width: 15vw;
  }
  .youtube_box iframe {
    width: 100%;
    height: 185px;
  }
  .youtube_btn {
    margin-top: 0;
  }
  .tour_bg {
    background-image: url(/img/tour_bg.jpg);
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  .youtube_box p {
    line-height: 16px;
  }
  .campaign_btn img {
    width: 50vw;
  }
  .youtube_btn img {
    width: 42vw;
  }
  .tour_bg {
    background-image: url(/img/tour_bg.jpg);
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  .youtube_btn_wrap {
    position: absolute;
    top: 80vw;
    right: 22vw;
  }
  .ttl_instagram img {
    width: 120px;
  }
  .ttl_instagram h2 {
    font-size: 110%;
    margin: 2% 0;
  }
  .work_item .work_bg {
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .ttl_work img {
    max-width: 170px;
  }
  .txt_box_ttl img {
    width: 200px;
  }
  .work_item01 .work_side {
    position: absolute;
    top: 13vw;
    right: 14vw;
  }
  .work_item01 .work_side img {
    width: 8vw;
  }
  .work_item02 .work_side {
    right: 7vw;
    top: 53%;
  }
  .work_item02 .work_side img {
    width: 12vw;
  }
  .work_item03 .work_side {
    position: absolute;
    top: 39%;
    right: 15%;
  }
  .work_item03 .work_side img {
    width: 9vw;
  }
  .work_kazari:after {
    content: "";
    width: 15vw;
    height: 17vw;
    background-image: url(/img/work_kazari02.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8vw;
    right: -1vw;
  }
  .work_kazari:before {
    content: "";
    width: 8vw;
    height: 20vw;
    background-image: url(/img/work_kazari01.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -12vw;
    left: 7vw;
  }

  .cta_blk a {
    background-color: #525252;
    color: #fff;
    padding: 5% 12%;
    border: 1px solid #525252;
    position: relative;
    font-size: 80%;
    width: 40vw;
    display: inline-block;
  }
  .cta_blk a:before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
  .cta_blk a:after {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 13px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    display: inline-block;
    position: absolute;
    right: 6%;
    top: 37%;
  }
  .cta_blk .raiten,
  .cta_blk .shiryo {
    width: auto;
  }
  .txt_box p {
    font-size: 70%;
    font-weight: bold;
    margin: 0 5%;
    line-height: 20px;
  }
  .point_wrap {
    background-image: url(/img/point_bg.png);
    background-size: cover;
    color: #fff;
    font-size: 90%;
    font-weight: bold;
    padding: 4% 0;
  }
  .point_wrap span:after {
    content: "";
    width: 16px;
    height: 29px;
    background: url(/img/point_img.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -7vw;
  }
  .jirei_txt dl dt {
    font-size: 90%;
    font-weight: bold;
    background-color: #ccc;
    display: inline-block;
    padding: 0.2rem 0rem;
    width: 160px;
    text-align: center;
  }
  .jirei_txt dl dt {
    font-size: 70%;
    font-weight: bold;
    background-color: #ccc;
    display: inline-block;
    padding: 0.2rem 0rem;
    width: 160px;
    text-align: center;
  }
  .jirei_txt dl dd {
    font-weight: bold;
    font-size: 65%;
    padding: 0.5rem;
    line-height: 20px;
  }
  .jirei_btn {
    width: 200px;
  }
  #campaign02 {
    background: url(/img/cta_top.png), url(/img/quo_bg02.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: top, 0 60px;
    padding-top: 40%;
  }
  .interview_box {
    clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 0 100%, 0 2%);
    background-color: #0daee8;
    background-image: url(/img/interview_bg.png), url(/img/bldg_img.png);
    position: relative;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: top, 90px 45%;
  }
  .interview_bg {
    position: absolute;
    top: 12px;
    left: 8px;
    width: 100%;
    height: 100%;
    background-color: #dedede;
    clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 0 100%, 0 2%);
    z-index: 0;
  }
  .interview_box .interview_blk .interview_txt {
    padding-left: 5%;
    color: #fff;
    font-weight: bold;
    width: 75%;
    font-size: 65%;
    line-height: 20px;
  }
  .interview_item02 .interview_blk .interview_txt {
    color: #000;
  }
  .interview_item03 .interview_blk .interview_txt {
    color: #000;
  }
  .interview_box .interview_blk .interview_img {
    width: 25%;
  }
  .interview_box .interview_ttl01 {
    width: 125px;
    margin: 0 auto;
    padding-top: 15%;
  }
  .interview_box .interview_ttl02 h2 {
    font-size: 100%;
    background-color: #fcf8ab;
    position: relative;
    text-align: center;
    line-height: 24px;
  }
  .interview_box .interview_ttl02 h2:before {
    content: "";
    background-image: url(/img/interview_kazari.png);
    width: 50px;
    height: 60px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    right: -5vw;
    top: -80%;
    background-size: contain;
  }
  .interview_stripe {
    content: "";
    background-image: url(/img/stripe.png);
    width: 100%;
    height: 7px;
    display: inline-block;
    margin-top: 0px;
    background-size: cover;
  }
  .interview_item02 .interview_ttl02 .interview_stripe {
    content: "";
    background-image: url(/img/stripe02.png);
    width: 100%;
    height: 7px;
    display: inline-block;
    margin-top: 10px;
    background-size: cover;
  }
  .interview_item02 .interview_ttl02 h2:before {
    content: "";
    background-image: url(/img/interview_kazari02.png);
    width: 30px;
    height: 70px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    left: 0%;
    top: -33%;
    background-size: contain;
  }
  .interview_item03 .interview_ttl02 h2:before {
    content: "";
    background-image: url(/img/interview_kazari.png);
    width: 40px;
    height: 60px;
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    right: -7vw;
    top: -2%;
    background-size: contain;
  }
  .interview_item02 {
    position: relative;
    margin-top: 20%;
    background-color: #d6edf2;
    padding-bottom: 30%;
  }
  .interview_item02:before {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    top: -20%;
    background-color: #d6edf2;
    clip-path: polygon(0 80%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
  }
  .interview_item03:before {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    top: -22%;
    background-color: #fff;
    clip-path: polygon(0 0%, 100% 80%, 100% 100%, 0% 100%);
  }

  .google_form iframe {
    width: 100%;
    height: 2950px;
  }
  .contact_blk .logo img {
    width: 150px;
  }
  .bottom_container {
    margin-bottom: 19vw !important;
  }

  .foot_cta_blk {
    height: 19vw;
  }
  .foot_cta_blk a {
    background-color: #525252;
    color: #fff;
    padding: 5% 12%;
    border: 1px solid #525252;
    position: relative;
    font-size: 75%;
    width: 40vw;
  }
  .foot_cta_blk .raiten,
  .foot_cta_blk .shiryo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .foot_cta_blk a:after {
    content: "";
    background-color: #fff;
    width: 10px;
    height: 11px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    display: inline-block;
    position: absolute;
    right: 8%;
    top: 37%;
  }

  .logo img {
    width: 100px;
  }
  .foot_txt,
  .foot_txt a {
    color: #fff;
    font-size: 90%;
  }
}
