.button_facebook {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_facebook:hover {
  background-color: #32343a;
  color: #fff;
}

.button_facebook:active {
  background-color: #43464d;
}

.button_facebook.btn_width_fb {
  position: relative;
  z-index: 5;
  margin-right: 10px;
  padding-right: 16px;
  padding-left: 16px;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button_line {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_line:hover {
  background-color: #32343a;
  color: #fff;
}

.button_line:active {
  background-color: #43464d;
}

.button_line.btn_width_line {
  position: relative;
  z-index: 5;
  padding-right: 10px;
  padding-left: 10px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.button_twitter {
  margin-right: 10px;
  padding: 12px 10px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button_twitter:hover {
  background-color: #32343a;
  color: #fff;
}

.button_twitter:active {
  background-color: #43464d;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_logo_nav_logo {
  width: 150px;
}

.header_logo {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #888;
  -o-object-fit: fill;
  object-fit: fill;
}

.section {
  background-color: #f04155;
}

.div-block {
  height: 100%;
  max-width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.button {
  min-width: 500px;
  padding: 25px 40px 20px;
  border: 4px solid #a23b47;
  border-radius: 8px;
  background-color: #ffe101;
  color: #000;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.text-block {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.text-span {
  color: #f04155;
  font-size: 25px;
}

.div-block-2 {
  background-color: #f04155;
}

.div-block-3 {
  max-width: 1000px;
  margin: 40px auto;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.05em;
}

.text-span-2 {
  font-family: 'Fontawesome webfont', sans-serif;
}

.italic-text {
  margin-right: 10px;
  color: #f04155;
  font-size: 28px;
  line-height: 40px;
  font-style: normal;
}

.text-block-2 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.text-block-2.text_check {
  font-size: 24px;
}

.icon_check {
  margin-right: 10px;
  margin-left: -33px;
  color: #f04155;
  font-style: normal;
}

.column {
  padding-left: 33px;
}

.column-2 {
  padding-left: 33px;
}

.div-block-4 {
  background-color: #f04155;
}

.text-span-3 {
  color: #ffe101;
  text-decoration: underline;
}

.div_mainvisual {
  height: 520px;
  min-height: 400px;
  background-color: #ffd421;
  background-image: url('../images/header_bg.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.text-block-3 {
  margin-top: 0px;
  padding-top: 138px;
  text-align: center;
}

.footer_nav_logo {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #444;
  text-align: center;
}

.footer_logo_nav {
  margin-bottom: 5px;
}

.image-3 {
  width: 140px;
  margin-bottom: 24px;
}

.div-block-6 {
  margin-bottom: 20px;
}

.link_fontawesome {
  margin-right: 20px;
  color: #fff;
  text-decoration: underline;
}

.text-span-4 {
  margin-right: 3px;
  font-family: 'Fontawesome webfont', sans-serif;
  font-weight: 400;
}

.text-block-6 {
  margin-bottom: 12px;
  color: #fff;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #444;
  color: #fff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.05em;
}

.div-block-7 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  text-align: center;
}

.columns {
  margin-top: 24px;
  margin-bottom: 24px;
}

.column-3 {
  text-align: center;
}

.column-4 {
  text-align: center;
}

.text_yellow {
  color: #ffe101;
}

.text_yellow.text_ll {
  font-size: 50px;
  line-height: 52px;
}

.header_black {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #444;
  color: #fff;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.05em;
}

.div_sankaku {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #444;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-8 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.al_c {
  text-align: center;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.paragraph-2 {
  margin-top: 11px;
  margin-left: 16px;
}

.div_cvarea {
  padding-bottom: 16px;
  background-color: #ffd421;
}

.text-block-7 {
  padding-top: 32px;
  padding-bottom: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
}

.link {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  border-style: solid;
  border-width: 3px 3px 7px;
  border-color: #000;
  border-radius: 8px;
  background-color: #00c2a1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.link.cvbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding-top: 22px;
  padding-bottom: 22px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link.cvbtn:hover {
  background-color: #00d0e8;
}

.link.cvbtn.cvbtn_mv {
  position: static;
  left: 51px;
  top: 313.268px;
  width: 500px;
  margin-right: 0px;
  margin-bottom: 23px;
  margin-left: 0px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link.cvbtn.cvbtn_mv:hover {
  background-color: #00d0e8;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.text-span-5 {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 12px 4px;
  background-color: #ffd421;
  color: #000;
  font-size: 14px;
}

.section_comic {
  display: block;
  padding-top: 40px;
  padding-bottom: 64px;
  background-image: url('../images/bg_s.png');
  background-position: 0px 0px;
  background-size: auto;
}

.w100_white {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.text-span-7 {
  display: block;
  font-family: Bitter, serif;
  color: #ffc52b;
  font-size: 21px;
}

.text-span-7.text_white {
  color: #fff;
}

.text-span-7.text_normalpink {
  color: #fb7ba8;
}

.text-span-8 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5em;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.conheader {
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}

.image-11 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 32px;
  text-align: center;
}

.heading-4 {
  position: static;
  left: 50px;
  top: 61px;
  display: inline-block;
  margin-top: 27px;
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 60px;
  line-height: 75px;
  font-weight: 900;
}

.text-span-9 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 47px;
  font-weight: 900;
}

.div_mainvisual_inner {
  position: relative;
  height: 520px;
  max-width: 1280px;
}

.image-12 {
  position: absolute;
  top: -9px;
  right: 65.183px;
}

.catchwrap {
  position: static;
  left: 103px;
  bottom: 40.004px;
  width: 500px;
  text-align: center;
}

.image-13 {
  margin-right: 16px;
  padding-right: 0px;
}

.titlewrap {
  position: absolute;
  left: 40px;
  text-align: left;
}

.section_faq {
  padding-top: 1px;
  padding-bottom: 40px;
  background-color: #ffe59f;
}

.questionbox {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding: 0px 16px 16px;
  border: 3px solid #000;
  border-radius: 8px;
  background-color: #fff;
}

.title_question {
  padding-top: 15px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.answer {
  padding-top: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}

.text_bold {
  font-weight: 700;
}

.text_pink {
  color: #f04155;
}

.section_reason {
  padding-top: 1px;
  padding-bottom: 64px;
  background-color: #ffe59f;
}

.columun_3line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.columun_3line_child {
  margin-top: 16px;
  -o-object-fit: fill;
  object-fit: fill;
}

.borderbox {
  height: 100.0000213959719%;
  margin-right: 0px;
  margin-left: 0px;
  border: 3px solid #000;
  border-radius: 8px;
  background-color: #fff;
  -o-object-fit: none;
  object-fit: none;
}

.title_3line {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

.img_3line {
  width: 100%;
  height: 190px;
}

.textblock_3line {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}

.section_comic-abm {
  display: block;
  padding-top: 40px;
  padding-bottom: 64px;
  background-image: url('../images/bg_pink.png');
  background-position: 0px 0px;
  background-size: auto;
}

.text-block-8 {
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-item {
  color: #fff;
}

.btn_footer {
  display: inline-block;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.paragraph-3 {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding: 8px 16px;
  border: 3px solid #000;
  border-radius: 8px;
  background-color: #ffd421;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1280px) {
  .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_logo {
    position: static;
    box-shadow: none;
  }

  .div_mainvisual {
    height: 520px;
    background-color: #ffd421;
    background-image: url('../images/header_bg.png');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .div_cvarea {
    padding-bottom: 1px;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-span-5 {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0px;
    padding: 3px 12px 4px;
    background-color: #ffd421;
    color: #000;
    font-size: 14px;
  }

  .text-span-6 {
    display: inline-block;
    margin-top: 0px;
    line-height: 27px;
  }

  .section_comic {
    padding-top: 40px;
    padding-bottom: 64px;
    background-color: #ffd421;
    background-image: url('../images/bg_s.png');
    background-position: 0px 0px;
    background-size: auto;
  }

  .w100_white {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    text-align: center;
  }

  .text-span-7 {
    display: block;
    font-family: Bitter, serif;
    color: #ffc52b;
    font-size: 21px;
    text-align: center;
  }

  .text-span-8 {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .conheader {
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-11 {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 16px;
  }

  .heading-4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
  }

  .text-span-9 {
    font-size: 24px;
    line-height: 47px;
  }

  .div_mainvisual_inner {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section_comic-abm {
    padding-top: 40px;
    padding-bottom: 64px;
    background-color: #ffd421;
    background-image: url('../images/bg_pink.png');
    background-size: auto;
  }
}

@media screen and (max-width: 991px) {
  .button_facebook {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button_facebook.btn_width_fb {
    display: none;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .button_line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button_line.btn_width_line {
    display: none;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button_twitter {
    display: none;
    overflow: hidden;
    margin-right: 0px;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .navigation-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #fff;
  }

  .link-block-2 {
    width: 40px;
    height: 40px;
    margin-right: 9px;
    background-color: #000;
  }

  .header_logo_nav_logo {
    overflow: visible;
  }

  .image-8 {
    position: relative;
    left: 15px;
    top: 9px;
    width: 10px;
  }

  .header_logo {
    padding: 5px 30px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .image-10 {
    position: relative;
    left: 9px;
    top: 10px;
    width: 21px;
  }

  .image-9 {
    position: relative;
    left: 8px;
    top: 9px;
    width: 25px;
  }

  .footer_nav_logo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    width: 19%;
  }

  .div-block-6 {
    display: inline-block;
    width: 77%;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
  }

  .link.cvbtn.cvbtn_mv {
    width: 400px;
  }

  .text-span-6 {
    font-size: 24px;
  }

  .section_comic {
    width: 100%;
  }

  .w100_white {
    width: 96%;
  }

  .text-span-7 {
    font-size: 18px;
  }

  .text-span-8 {
    font-size: 29px;
  }

  .heading-4 {
    margin-top: -7px;
    font-size: 54px;
  }

  .text-span-9 {
    font-size: 19px;
  }

  .image-12 {
    top: auto;
    right: 0px;
    bottom: -11px;
    width: 50%;
  }

  .catchwrap {
    width: 400px;
  }

  .image-13 {
    width: 160px;
  }

  .questionbox {
    width: 96%;
  }

  .title_3line {
    font-size: 17px;
  }

  .img_3line {
    height: auto;
  }

  .image-14 {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0px;
  }

  .navigation-wrap {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }

  .header_logo {
    display: block;
    padding: 5px 0px;
  }

  .div_mainvisual {
    height: 700px;
    background-size: cover;
  }

  .footer_nav_logo {
    padding: 40px 20px;
  }

  .image-3 {
    width: 27%;
  }

  .div-block-6 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .link_fontawesome {
    margin-right: 23px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .link.cvbtn {
    width: 100%;
  }

  .link.cvbtn.cvbtn_mv {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-4 {
    width: 100%;
    font-size: 42px;
    line-height: 58px;
    text-align: center;
  }

  .text-span-9 {
    font-size: 18px;
  }

  .div_mainvisual_inner {
    width: 96%;
    height: 700px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-12 {
    width: 79%;
  }

  .catchwrap {
    width: 160px;
    margin-top: 40px;
  }

  .image-13 {
    margin-bottom: 12px;
  }

  .titlewrap {
    position: relative;
    left: auto;
    width: 100%;
  }

  .columun_3line {
    width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-8 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block-2 {
    width: 37px;
    height: 37px;
    margin-right: 6px;
  }

  .header_logo_nav_logo {
    width: 100px;
  }

  .image-8 {
    left: 14px;
    top: 8px;
  }

  .header_logo {
    padding: 0px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-10 {
    left: 8px;
    top: 8px;
    width: 21px;
  }

  .image-9 {
    left: 7px;
    top: 8px;
  }

  .div_mainvisual {
    height: 600px;
    background-position: 50% 100%;
    background-size: auto 300px;
  }

  .footer_nav_logo {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer_logo_nav {
    text-align: center;
  }

  .image-3 {
    width: 55%;
    margin-left: -25px;
    text-align: center;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link_fontawesome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    margin-left: 12px;
    padding-left: 0px;
  }

  .text-block-6 {
    font-size: 12px;
    text-align: center;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .paragraph-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    font-size: 11px;
  }

  .link.cvbtn {
    width: 86%;
  }

  .link.cvbtn.cvbtn_mv {
    width: 96%;
    margin-bottom: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-span-5 {
    padding: 0px 6px;
    font-size: 12px;
  }

  .text-span-6 {
    font-size: 17px;
  }

  .text-span-8 {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 25px;
  }

  .heading-4 {
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 9vw;
    line-height: 1.5em;
  }

  .text-span-9 {
    display: block;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 1.4em;
  }

  .text-span-9.mb_fix01 {
    margin-bottom: -14px;
  }

  .div_mainvisual_inner {
    height: 600px;
  }

  .image-12 {
    right: 50%;
    bottom: -10px;
    width: 360px;
    max-width: none;
    margin-right: -180px;
  }

  .catchwrap {
    width: 100%;
    margin-top: 0px;
  }

  .image-13 {
    width: 120px;
    margin-bottom: 0px;
  }

  .columun_3line {
    width: 90%;
  }

  .text-block-8 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .image-14 {
    width: 120px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}