@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
  width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
.wrap {
  min-width: 980px;
}
@media screen and (max-width: 768px) {
  .wrap {
    min-width: 100%;
  }
}
.wrap .inner {
  max-width: 1280px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap .inner {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*/
.f_pink {
  color: #F17B95;
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 24px 64px 0 48px;
}
@media screen and (max-width: 980px) {
  header {
    padding: 24px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
header .logo {
  max-width: 222px;
  width: 100%;
  position: relative;
  z-index: 1000;
}
header .nav_cont {
  max-width: 550px;
  width: 100%;
  position: relative;
  z-index: 1000;
}
header .nav_cont ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header .nav_cont ul {
    display: none;
  }
}
header .nav_cont ul li {
  position: relative;
}
header .nav_cont ul li a {
  display: block;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 980px) {
  header .nav_cont ul li a {
    padding: 0 20px;
  }
}
header .nav_cont ul li a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background: #ddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .nav_cont ul li a:last-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background: #ddd;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .nav_cont ul li .nav_txt {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #333;
}
header .nav_cont ul li._vision p:has(img) {
  width: 46px;
  margin: -3px auto 0;
}
header .nav_cont ul li._diagram p:has(img) {
  width: 70px;
  margin: -3px auto 0;
}
header .nav_cont ul li._contents p:has(img) {
  width: 42px;
  margin: -3px auto 0;
}
header .nav_cont .nav_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .nav_cont .nav_btn {
    display: block;
    width: 4vw;
    height: 4vw;
    background-color: transparent;
    position: absolute;
    top: 4vw;
    right: 2.6666666667vw;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
  }
  header .nav_cont .nav_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }
  header .nav_cont .nav_btn span::before, header .nav_cont .nav_btn span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
  }
  header .nav_cont .nav_btn span::before {
    top: -1.0666666667vw;
  }
  header .nav_cont .nav_btn span::after {
    bottom: -1.0666666667vw;
  }
  header .nav_cont .nav_btn.active span {
    background-color: transparent;
  }
  header .nav_cont .nav_btn.active span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
  }
  header .nav_cont .nav_btn.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-color: #fff;
  }
}
header .nav_menuSP {
  display: none;
}
@media screen and (max-width: 768px) {
  header .nav_menuSP {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  header .nav_menuSP.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .nav_menuSP .nav_menu_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 5.3333333333vw;
    text-align: center;
  }
  header .nav_menuSP ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  header .nav_menuSP ul li {
    margin-bottom: 5.3333333333vw;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
  }
  header .nav_menuSP ul li.active {
    opacity: 1;
    transform: translateY(0);
  }
  header .nav_menuSP ul li a {
    display: block;
    padding: 2.6666666667vw 0;
    color: #fff;
    text-decoration: none;
    font-size: 5.3333333333vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
  }
  header .nav_menuSP ul li a:hover {
    color: #F17B95;
  }
  header .nav_menuSP ul li a .nav_txt {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
    color: #fff;
  }
  header .nav_menuSP ul li._vision p:has(img) {
    width: 16vw;
    margin: -4vw auto 0;
  }
  header .nav_menuSP ul li._diagram p:has(img) {
    width: 24vw;
    margin: -4vw auto 0;
  }
  header .nav_menuSP ul li._contents p:has(img) {
    width: 16vw;
    margin: -4vw auto 0;
  }
}

.mv {
  padding-top: 154px;
  padding-bottom: 270px;
  background-image: url(../images/bg_mv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 20vw;
    padding-bottom: 21.3333333333vw;
  }
}
.mv_wrap {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_wrap {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
  }
}
.mv_wrap h2 {
  max-width: 798px;
  width: 100%;
  margin-left: auto;
  margin-right: 18px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  animation: clip 0.5s linear forwards;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .mv_wrap h2 {
    max-width: 84vw;
    margin-right: 0vw;
  }
}
.mv_wrap .mv_subTtl {
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding-top: 50px;
  animation: clip 0.5s linear forwards;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .mv_wrap .mv_subTtl {
    font-size: 3.4666666667vw;
    padding-top: 4vw;
  }
}
.mv_wrap .mv_img {
  max-width: 1160px;
  width: 100%;
  margin-top: -420px;
  position: relative;
  z-index: -1;
  animation: fadeIn 0.5s linear forwards;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .mv_wrap .mv_img {
    max-width: 85.8666666667vw;
    margin-top: -12vw;
  }
}
.mv .loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 346px;
  transform: scale(10);
  position: absolute;
  bottom: 52px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .loop-wrap {
    transform: scale(5);
    height: 26.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.mv .loop-wrap .loop-area {
  display: flex;
  animation: loop-slide 150s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mv .loop-wrap .loop-area .content {
  width: 500px;
}

.vision {
  padding-top: 195px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .vision {
    padding-top: 13.3333333333vw;
  }
}
.vision::before {
  position: absolute;
  content: "";
  background-image: url(../images/vision_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1240px;
  height: 1586px;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .vision::before {
    width: 85.8666666667vw;
    height: 106.6666666667vw;
  }
}
.vision_wrap {
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .vision_wrap {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
  }
}
.vision_wrap h2 {
  max-width: 562px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 94px;
}
@media screen and (max-width: 768px) {
  .vision_wrap h2 {
    max-width: 66.6666666667vw;
    padding-bottom: 8vw;
  }
}
.vision_wrap h3 {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .vision_wrap h3 {
    font-size: 6.4vw;
    padding-bottom: 5.3333333333vw;
  }
}
.vision_wrap .vision_txt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .vision_wrap .vision_txt {
    font-size: 4.5333333333vw;
    line-height: 2;
    padding-bottom: 5.3333333333vw;
  }
}
.vision_wrap .vision_txt:last-of-type {
  padding-bottom: 0;
}

.message {
  background-color: #fff;
  padding-top: 230px;
  padding-bottom: 240px;
  background-image: url(../images/message_bg.png);
  background-size: cover;
  background-position: center 100%;
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 26.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
.message_wrap {
  max-width: 1120px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message_wrap {
    max-width: 100vw;
    padding: 0 5.3333333333vw;
  }
}
.message_wrap .message_box {
  padding: 115px 24px 24px 80px;
  background-image: url(../images/messagge_box_pc.png);
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box {
    padding: 13.3333333333vw 3.2vw 3.2vw 6.6666666667vw;
  }
}
.message_wrap .message_box h3 {
  max-width: 420px;
  width: 100%;
  position: absolute;
  top: -90px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box h3 {
    max-width: 56vw;
    top: -12vw;
    left: 5.3333333333vw;
  }
}
.message_wrap .message_box h4 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.46;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box h4 {
    font-size: 4.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.message_wrap .message_box .chairman {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.44;
  padding-left: 58px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box .chairman {
    font-size: 3.7333333333vw;
    padding-left: 7.7333333333vw;
  }
}
.message_wrap .message_box .chairman::before {
  position: absolute;
  content: "";
  background: #000;
  width: 48px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box .chairman::before {
    width: 6.4vw;
  }
}
.message_wrap .message_box .view_btn {
  width: 136px;
  background-color: #333;
  border-radius: 14.5px;
  margin-left: auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box .view_btn {
    width: 18.6666666667vw;
    margin-top: 3.3333333333vw;
    border-radius: 2vw;
  }
}
.message_wrap .message_box .view_btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box .view_btn a {
    padding: 0.9333333333vw 0;
    font-size: 2.6666666667vw;
  }
}
.message_wrap .message_box .view_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .message_wrap .message_box .view_btn a::before {
    width: 0.9333333333vw;
    height: 1.6vw;
    right: 1.6vw;
  }
}

.gradation_bg_wrap {
  background-image: url(../images/bg_pc.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gradation_bg_wrap {
    padding-top: 16vw;
  }
}
.gradation_bg_wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/diagram_bg01.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 240px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .gradation_bg_wrap::before {
    height: 32vw;
  }
}

.diagram {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .diagram {
    padding-top: 16vw;
  }
}
.diagram h3 {
  max-width: 822px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .diagram h3 {
    max-width: 66.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.diagram h4 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.37;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .diagram h4 {
    font-size: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.diagram_img {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .diagram_img {
    max-width: 85.8666666667vw;
  }
}
.diagram .zoom_btn {
  max-width: 472px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/diagram_btn.png);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .diagram .zoom_btn {
    max-width: 62.9333333333vw;
  }
}
.diagram .zoom_btn a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 84px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .diagram .zoom_btn a {
    gap: 1.6vw;
    height: 11.2vw;
  }
}
.diagram .zoom_btn span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .diagram .zoom_btn span {
    font-size: 4.2666666667vw;
  }
}
.diagram .zoom_btn img {
  width: 26px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .diagram .zoom_btn img {
    width: 3.4666666667vw;
  }
}
.diagram_bg {
  margin-top: 160px;
  padding-bottom: 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .diagram_bg {
    margin-top: 20vw;
    padding-bottom: 13.3333333333vw;
  }
}
.diagram_bg_txt {
  position: absolute;
  max-width: 885px;
  width: 100%;
  bottom: 32px;
  right: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 768px) {
  .diagram_bg_txt {
    max-width: 66.6666666667vw;
    bottom: 8vw;
  }
}
.diagram_bg_txt.active {
  animation: clip 0.5s linear forwards;
}

.contents_wrap {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(30px) brightness(0.8);
  -webkit-backdrop-filter: blur(30px) brightness(0.6);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .contents_wrap {
    border-radius: 5.3333333333vw;
    max-width: 100vw;
    padding: 0 5.3333333333vw;
  }
}
.contents h3 {
  max-width: 494px;
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .contents h3 {
    max-width: 56vw;
    padding-top: 16vw;
    padding-bottom: 5.3333333333vw;
  }
}
.contents_box {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0 80px 120px;
}
@media screen and (max-width: 768px) {
  .contents_box {
    flex-direction: column;
    align-items: center;
    gap: 5.3333333333vw;
    padding: 0 1.3333333333vw 8vw;
  }
}
.contents_box > div {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents_box > div {
    max-width: 100%;
  }
}
.contents_box .box_left {
  padding-left: 37px;
}
@media screen and (max-width: 768px) {
  .contents_box .box_left {
    padding-left: 0vw;
  }
}
.contents_box .box_left_txt {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.37;
  color: #fff;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contents_box .box_left_txt {
    font-size: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    text-align: center;
  }
}
.contents_box .box_left .contents_img {
  max-width: 428px;
  width: 100%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .contents_box .box_left .contents_img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.contents_box .box_right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 70px;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .contents_box .box_right {
    gap: 4.2666666667vw;
    padding-bottom: 9.3333333333vw;
    padding-left: 0vw;
  }
}
.contents_box .box_right .download_btn {
  max-width: 478px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents_box .box_right .download_btn {
    max-width: 100%;
  }
}
.contents_box .box_right .download_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  width: 100%;
  min-height: 77px;
  background-image: url(../images/contents_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .contents_box .box_right .download_btn a {
    min-height: 10.2666666667vw;
    background-position: center;
    gap: 1.6vw;
    font-size: 3.7333333333vw;
    line-height: 2.6;
  }
}
.contents_box .box_right .download_btn p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contents_box .box_right .download_btn p {
    font-size: 3.2vw;
  }
}
.contents_box .box_right .download_btn img {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .contents_box .box_right .download_btn img {
    width: 3.2vw;
  }
}

.contacts {
  padding-top: 650px;
  padding-bottom: 200px;
  background-image: url(../images/contact_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: -65px;
}
@media screen and (max-width: 768px) {
  .contacts {
    padding-top: 53.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.contacts_box {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  background-image: url(../images/contact_box_pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  padding: 114px 24px 24px 80px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .contacts_box {
    max-width: 100vw;
    padding: 10.6666666667vw 3.2vw 3.2vw 6.6666666667vw;
    background-image: url(../images/contact_box_sp.png);
    border-radius: 2.6666666667vw;
  }
}
.contacts_box h3 {
  position: absolute;
  max-width: 566px;
  width: 100%;
  left: 40px;
  top: -90px;
}
@media screen and (max-width: 768px) {
  .contacts_box h3 {
    max-width: 56vw;
    left: 5.3333333333vw;
    top: -8vw;
  }
}
.contacts_box h4 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.46;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contacts_box h4 {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.contacts_box .department {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.44;
  padding-left: 58px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contacts_box .department {
    font-size: 3.7333333333vw;
    padding-left: 7.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.contacts_box .department::before {
  position: absolute;
  content: "";
  background: #000;
  width: 48px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .contacts_box .department::before {
    width: 6.4vw;
  }
}
.contacts_box .mail_btn {
  display: inline-block;
  font-size: 18px;
  line-height: 1.44;
  margin-left: 58px;
  color: #00e;
  border-bottom: 1px solid #00e;
  transition: border-bottom 0.3s;
}
@media screen and (max-width: 768px) {
  .contacts_box .mail_btn {
    font-size: 3.7333333333vw;
    margin-left: 7.7333333333vw;
  }
}
.contacts_box .mail_btn span:first-child::after {
  content: "@";
  display: inline-block;
}

@keyframes clip {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transform: translateX(-20px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */