@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/****************************************************************
  *** variables - 変数の定義
  ****************************************************************/
/*** Color ***/
/*** KeyColor ***/
/*** Font ***/
/*** Line * **/
/****************************************************************
  *** mixin - 使い回し可能なスタイルを定義
  ****************************************************************/
/*** Media Query ***/
/*** Contents ***/
/****************************************************************
  *** base - Webサイト全体のベース・リセットしたスタイルの調整
  ****************************************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  width: 100vw;
  max-width: 100vw;
}
@media screen and (max-width: 526px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  line-height: 1.75;
}
@media screen and (max-width: 526px) {
  p {
    line-height: 1.6;
  }
}

a {
  color: unset;
  text-decoration: unset;
  position: relative;
}
a:hover {
  opacity: 1;
}

ul,
li {
  list-style-type: none;
}

img {
  width: 100%;
  max-width: 100%;
  background-size: cover;
  vertical-align: bottom;
}

button {
  border: unset;
}

.wrapper {
  width: 96%;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 526px) {
  .wrapper {
    max-width: unset;
    width: 100%;
  }
}

.sub_wrapper {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sub_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .sub_wrapper {
    width: 100%;
  }
}

.small_inner {
  width: 92%;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 526px) {
  .small_inner {
    width: 96%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 526px) {
  .flex {
    flex-direction: column;
  }
}

.contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.sub_current {
  font-weight: 700;
  position: relative;
}
.sub_current::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #DA3B3B;
  position: absolute;
  top: 50%;
  left: 60%;
}

.sp_content {
  max-width: 390px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sp_content {
    max-width: 390px;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}

.title-en {
  font-family: "Times New Roman", serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}

.title-ja {
  font-family: "游ゴシック体", "遊ゴシック", YuGothic, sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
}

.text-en {
  font-family: "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #fff;
}

.text_ja {
  font-family: "游ゴシック体", "遊ゴシック", YuGothic, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0em;
  color: #fff;
}

._text-s {
  font: 400 1.5rem "游ゴシック体", "遊ゴシック", serif;
}

._text-l {
  font: 400 1.75rem "Times New Roman", serif;
}

.text-large {
  font: 400 1rem "游ゴシック体", "遊ゴシック", serif;
}

.text-mid {
  font: 400 0.7777777778rem "游ゴシック体", "遊ゴシック", serif;
}

.mb-60 {
  margin-bottom: 60px;
}

/******************************
*******************************
ヘッダー
*******************************
********************************/
.pc-only {
  display: block;
}
@media screen and (max-width: 526px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 526px) {
  .sp-only {
    display: block;
  }
}

.sp-only_m {
  display: none;
}
@media screen and (max-width: 992px) {
  .sp-only_m {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-only_m {
    display: block;
  }
}
@media screen and (max-width: 526px) {
  .sp-only_m {
    display: none;
  }
}

.sp-only_s {
  display: none;
}
@media screen and (max-width: 526px) {
  .sp-only_s {
    display: block;
  }
}

.sp-only_ls {
  display: none;
}
@media screen and (max-width: 420px) {
  .sp-only_ls {
    display: block;
  }
}

.sp-only_ss {
  display: none;
}
@media screen and (max-width: 370px) {
  .sp-only_ss {
    display: block;
  }
}

.md-only {
  display: block;
}
@media screen and (max-width: 1080px) {
  .md-only {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .md-only {
    display: block;
  }
}

sup {
  font-size: 1.2rem;
  vertical-align: top;
  color: #333;
}

.header {
  min-height: 96px;
  height: 96px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 992;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
    min-height: 64px;
  }
}
@media screen and (max-width: 526px) {
  .header {
    width: 100%;
    height: 64px;
    min-height: 64px;
  }
}
.header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0px 22px 28px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .header_block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  .header_block {
    padding-left: 22px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header_block {
    padding: 11px 0px 11px 10px;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
  }
}
.header_block_logo {
  width: clamp(139px, 14vw, 227px);
  height: auto;
}
@media screen and (max-width: 992px) {
  .header_block_logo {
    min-width: 139px;
  }
}
.header_block_logo img {
  object-fit: contain;
}
.header_block .list_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header_block .list_nav {
    display: none;
  }
}
.header_block .list_nav li {
  font-weight: 700;
  line-height: 1;
  color: #007FC6;
  margin-left: 28px;
}
@media screen and (max-width: 992px) {
  .header_block .list_nav li {
    margin-left: 32px;
  }
}
.header_block .list_nav li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #007FC6;
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: 0.2s all ease;
}
.header_block .list_nav li a:hover, .header_block .list_nav li a:focus, .header_block .list_nav li a:hover::before, .header_block .list_nav li a:focus::before {
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 992px) {
  .header_block .list_nav li {
    margin-left: 14px;
    font-size: 1.4rem;
  }
}
.header_block .list_nav li:first-child {
  margin-left: 0;
}
.header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header_btn_list {
  display: flex;
}
.header_btn_list a::before {
  content: none;
}
.header_btn {
  transform: translateX(0);
  width: 189px;
  height: 96px;
  background-color: #007FC6;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 992px) {
  .header_btn {
    width: 90px;
    height: 96px;
    padding-left: 7px;
    font-size: 1.6rem;
    padding-top: 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .header_btn {
    width: 64px;
    height: 64px;
    padding-left: 0;
    font-weight: 400;
    font-size: 1rem;
    padding-top: 30px;
    box-sizing: border-box;
  }
}
.header_btn::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .header_btn::before {
    left: 50%;
    top: 16%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .header_btn::before {
    width: 24px;
    height: 24px;
    top: 16%;
  }
}

.humberger {
  width: 64px;
  height: 64px;
  background-color: #333333;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 768px) {
  .humberger {
    display: block;
  }
}
.humberger span {
  width: 32px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.humberger span:nth-child(1) {
  transform: translateY(-10px) translateX(-50%);
}
.humberger span:nth-child(3) {
  transform: translateY(10px) translateX(-50%);
}
.humberger p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.humberger.active span:nth-child(1) {
  transform-origin: top left;
  transform: rotate(45deg) translateY(-10px) translateX(-65%);
  top: 50%;
  width: 36px;
}
.humberger.active span:nth-child(2) {
  opacity: 0;
}
.humberger.active span:nth-child(3) {
  transform-origin: left bottom;
  transform: rotate(-45deg) translateY(-8px) translateX(-30%);
  top: 50%;
  width: 36px;
}

.mobile_menu {
  width: 100vw;
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 991;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mobile_menu.is_active {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_bg {
  background-color: #007FC6;
  height: 100%;
  width: 100%;
}
.mobile_menu .mobile_bg .mobile_nav li {
  width: 100%;
  padding: 24px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  padding-left: 16px;
  line-height: 1;
  font-size: 1.6rem;
}
.mobile_menu .mobile_bg .mobile_nav li a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) scaleX(0);
  transition: 0.2s all ease;
}
.mobile_menu .mobile_bg .mobile_nav li a:hover::before, .mobile_menu .mobile_bg .mobile_nav li a:focus::before {
  transform: translateX(-50%) scaleX(100%);
}
.mobile_menu .mobile_bg .mobile_nav .header_btn {
  justify-content: flex-start;
  padding-left: 50px;
}
.mobile_menu .mobile_bg .mobile_nav .header_btn::before {
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

/******************************
*******************************
メイン
*******************************
********************************/
.main {
  padding: 84px 0 84px;
  margin-top: 96px;
  height: auto;
  background: linear-gradient(to right, #007FC6 0%, #02D1FF 100%);
  color: #fff;
  position: relative;
  opacity: 0;
  width: 100vw;
  max-width: 100vw;
  margin-right: 0;
  padding-right: 0;
}
.main.bt_main {
  margin-top: 0;
  padding-top: 96px;
}
@media screen and (max-width: 526px) {
  .main.bt_main {
    padding-top: 82px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 526px) {
  .main.bt_main .text_block {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 526px) {
  .main.bt_main .copy_image {
    margin: 16px auto 0;
    width: 80%;
    height: auto;
  }
}
.main.bt_main .copy_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1080px) {
  .main {
    padding: 84px 3%;
  }
}
@media screen and (max-width: 992px) {
  .main {
    padding-top: 56px;
    padding-bottom: 86px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 48px;
    padding-bottom: 66px;
    margin-top: 64px;
  }
}
@media screen and (max-width: 526px) {
  .main {
    margin-top: 40px;
    padding-bottom: 26px;
    padding-top: 66px;
  }
}
.main::before {
  content: "";
  width: 360px;
  height: 202px;
  background: url("../images/job-listing.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  font-size: 5.6rem;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .main::before {
    transform: translateX(-70%);
  }
}
@media screen and (max-width: 1080px) {
  .main::before {
    transform: translateX(-75%);
    bottom: 35px;
  }
}
@media screen and (max-width: 992px) {
  .main::before {
    transform: translateX(-50%);
    bottom: 705px;
  }
}
@media screen and (max-width: 526px) {
  .main::before {
    bottom: 655px;
  }
}
.main_block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .main_block {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .main_block {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    gap: 20px;
  }
}
@media screen and (max-width: 526px) {
  .main_block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1080px) {
  .main .text_block {
    flex: 1 1 auto;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 992px) {
  .main .text_block {
    margin-bottom: 40px;
    width: 100%;
    max-width: 460px;
  }
}
@media screen and (max-width: 526px) {
  .main .text_block {
    text-align: center;
    margin-bottom: 0;
  }
}
.main .text_block .copy {
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 1080px) {
  .main .text_block .copy {
    font-size: clamp(1.6rem, 1.3vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .main .text_block .copy {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 526px) {
  .main .text_block .copy {
    font-size: 1.4rem;
  }
}
.main .text_block .copy::before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .main .text_block .copy::before {
    height: 20px;
  }
}
@media screen and (max-width: 526px) {
  .main .text_block .copy::before {
    height: 16px;
  }
}
.main .text_block .copy::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .main .text_block .copy::after {
    height: 20px;
  }
}
@media screen and (max-width: 526px) {
  .main .text_block .copy::after {
    height: 16px;
  }
}
.main .main_title {
  font-size: 5.6rem;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 6px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1080px) {
  .main .main_title {
    font-size: max(3.2rem, 4vw);
  }
}
@media screen and (max-width: 992px) {
  .main .main_title {
    font-size: 4.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .main .main_title {
    font-size: 3.2rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 526px) {
  .main .main_title {
    font-size: 2.4rem;
    margin-top: 24px;
    line-height: 1.6;
  }
}
.main .text {
  font-size: 2rem;
  line-height: 1.8;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .main .text {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 526px) {
  .main .text {
    font-size: 1.4rem;
    margin-top: 26px;
  }
}
.main .main_list {
  display: flex;
  gap: 24px;
  margin-left: 4px;
  margin-top: 36px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .main .main_list {
    justify-content: center;
    gap: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .main_list {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .main .main_list {
    gap: 8px;
    margin: 22px auto 22px;
  }
}
@media screen and (max-width: 526px) {
  .main .main_list {
    gap: 4px;
    margin-top: 20px;
  }
}
.main .main_listItem {
  width: 164px;
  height: 164px;
  background-color: #fff;
  color: #007FC6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .main .main_listItem {
    width: 164px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 992px) {
  .main .main_listItem {
    width: 164px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 768px) {
  .main .main_listItem {
    width: calc(33.3333333333% - 8px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 526px) {
  .main .main_listItem {
    width: 112px;
    height: 112px;
  }
}
.main .main_listItem .text_blue {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #007FC6;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .main .main_listItem .text_blue {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 992px) {
  .main .main_listItem .text_blue {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .main .main_listItem .text_blue {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 526px) {
  .main .main_listItem .text_blue {
    font-size: 1.8rem;
  }
}
.main .main_listItem .text_blue .blue_text_m {
  display: block;
  margin-bottom: 28px;
  font-size: 2.4rem;
  line-height: 1;
  color: #007FC6;
}
@media screen and (max-width: 992px) {
  .main .main_listItem .text_blue .blue_text_m {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 768px) {
  .main .main_listItem .text_blue .blue_text_m {
    margin-bottom: 18px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 526px) {
  .main .main_listItem .text_blue .blue_text_m {
    margin-bottom: 18px;
    font-size: 1.6rem;
  }
}
.main .text_s {
  font-size: 1.2rem;
  line-height: 1;
}
.main .text_s + .text_s {
  margin-top: 12px;
}

.form_block {
  width: 400px;
  min-width: 400px;
  border-radius: 5px;
  padding: 8px;
  background-color: #fff;
  color: #333;
}
@media screen and (max-width: 992px) {
  .form_block {
    width: 100%;
    max-width: 460px;
    margin-left: -20px;
    margin-top: 164px;
  }
}
@media screen and (max-width: 768px) {
  .form_block {
    margin-left: 0;
    width: 100%;
    margin-top: 164px;
    max-width: 460px;
  }
}
@media screen and (max-width: 526px) {
  .form_block {
    margin-top: 214px;
    min-width: auto;
    width: 100%;
  }
}
.form_block form {
  padding: 0 8px;
}
.form_block form ::placeholder {
  color: #aaa;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
.form_block .form_title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 18px 14px;
  border-radius: 5px;
  line-height: 1;
  background-color: #007FC6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.form_block .form_title::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #007FC6;
  position: absolute;
  bottom: -14px;
  clip-path: polygon(0% 100%, 100% 100%, 50% 0);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .form_block .form_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 526px) {
  .form_block .form_title {
    font-size: 1.6rem;
  }
}
.form_block .name {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 8px;
  position: relative;
}
.form_block .name::after {
  content: "*";
  color: #F90000;
  font-size: 1.4rem;
  line-height: 1;
}
.form_block input {
  width: 100%;
  height: 48px;
  background-color: #F5F8FA;
  border: 1px solid #CED4DA;
  padding: 16px 8px;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.form_block label.input_list {
  display: inline-block;
  margin: 20px 0px 15px 0;
  width: calc(50% - 10px);
}
.form_block label.input_list:nth-child(2) {
  margin-left: 14px !important;
}
.form_block label {
  margin: 0px 8px;
}
.form_block .text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 526px) {
  .form_block .text {
    font-size: 1.2rem;
  }
}
.form_block button {
  width: 320px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 16px 0;
  background-color: #007FC6;
  border-radius: 25px;
  display: block;
  text-align: center;
  margin: 0 auto 16px;
  font-family: "Noto Sans JP", sans-serif;
}
.form_block button:hover, .form_block button:focus {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 526px) {
  .form_block button {
    width: 246px;
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
}
.form_block .form-hide {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  display: none;
}
.form_block .form-hide.complete {
  display: block;
}

.bl_title {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .bl_title {
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .bl_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 526px) {
  .bl_title {
    font-size: 2.4rem;
    line-height: 1.6;
    cursor: pointer;
  }
}

/******************************
*******************************
コンタクト
*******************************
********************************/
#contact {
  padding-bottom: 57px;
}
@media screen and (max-width: 526px) {
  #contact {
    padding-bottom: 46px;
  }
}
#contact::before {
  content: none;
}
#contact .main_block {
  margin-top: 79px;
}
@media screen and (max-width: 992px) {
  #contact .main_block {
    margin-top: 26px;
  }
}
#contact .text_block {
  width: 413px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #contact .text_block {
    margin-top: 23px;
  }
}
@media screen and (max-width: 768px) {
  #contact .text_block {
    margin-top: 23px;
    width: 100%;
  }
}
@media screen and (max-width: 526px) {
  #contact .text_block {
    margin-top: 0px;
  }
}
#contact .text_block .botoom_text {
  font-family: 1.6rem;
  line-height: 1.75;
}
#contact .text_block .copy_image {
  margin-top: 48px;
}
@media screen and (max-width: 526px) {
  #contact .text_block .copy_image {
    margin-top: 18px;
  }
}
@media screen and (max-width: 992px) {
  #contact .form_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #contact .form_block {
    margin-top: 0;
  }
}
@media screen and (max-width: 526px) {
  #contact .form_block {
    margin-top: 20px;
  }
}

footer {
  padding: 26px 0 15px;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 18px;
  }
}
@media screen and (max-width: 526px) {
  footer {
    padding: 24px 0;
  }
}
footer .img {
  width: 227px;
  height: auto;
  margin: 0 auto 37px;
}
footer .img img {
  object-fit: contain;
}
footer small {
  font-size: 1.2rem;
  line-height: 1;
  font-family: "Goldman", sans-serif;
}

/******************************
*******************************
バナー
*******************************
********************************/
.banner {
  text-align: center;
  color: #fff;
  background: url("../images/background-4876988_12801.jpg") no-repeat;
  background-size: 120%;
  width: 100%;
  height: 240px;
  min-height: 240px;
  padding-top: 64px;
}
@media screen and (max-width: 1200px) {
  .banner {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding: 40px 0 0;
    height: 257px;
    min-height: 257px;
    background-size: 110% 100%;
  }
}
.banner .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.banner a::before {
  content: none;
}
.banner .dl_btn {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.banner .dl_btn span {
  margin: 24px auto 0;
  display: block;
  width: 320px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  padding: 16px 0;
  color: #007FC6;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s ease all;
}
.banner .dl_btn span:hover, .banner .dl_btn spanfocus {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .banner .dl_btn span {
    font-size: 2rem;
    margin-top: 39px;
    padding: 16px 0;
  }
}

/******************************
*******************************
ファーストセクション
*******************************
********************************/
.first_section {
  margin-top: 80px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .first_section {
    margin-top: 60px;
  }
}
@media screen and (max-width: 526px) {
  .first_section {
    margin-top: 40px;
  }
}
.first_section .catch_list {
  display: flex;
  gap: 94px;
  justify-content: center;
  margin-top: 40px;
  opacity: 0;
  padding: 0 10px;
}
@media screen and (max-width: 992px) {
  .first_section .catch_list {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .first_section .catch_list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 526px) {
  .first_section .catch_list {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
  }
}
.first_section .catch_list .catch_item {
  width: clamp(280px, 27vw, 428px);
  height: auto;
  aspect-ratio: 2.9/1;
}
@media screen and (max-width: 992px) {
  .first_section .catch_list .catch_item {
    width: clamp(320px, 27vw, 428px);
  }
}
@media screen and (max-width: 768px) {
  .first_section .catch_list .catch_item {
    width: clamp(320px, 27vw, 428px);
  }
}
@media screen and (max-width: 526px) {
  .first_section .catch_list .catch_item {
    width: clamp(280px, 27vw, 428px);
  }
}
.first_section .catch_list .catch_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-slider {
  margin-top: 64px;
  margin-bottom: 104px;
  width: 100%;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .c-slider {
    margin-top: 54px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 526px) {
  .c-slider {
    margin-top: 39px;
    margin-bottom: 72px;
  }
}
.c-slider .c-slide_list {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 526px) {
  .c-slider .c-slide_list {
    gap: 63px;
  }
}
.c-slider .c-slide_list li {
  min-width: 248px;
  width: 248px;
  max-width: 248px;
  height: auto;
  aspect-ratio: 2.48/1;
  margin-left: 63px;
}
@media screen and (max-width: 768px) {
  .c-slider .c-slide_list li {
    max-width: 230px;
    margin-left: 43px;
  }
}
@media screen and (max-width: 768px) {
  .c-slider .c-slide_list li {
    max-width: 210px;
    margin-left: 43px;
  }
}
@media screen and (max-width: 526px) {
  .c-slider .c-slide_list li {
    max-width: 160px;
    min-width: 160px;
    margin-left: 33px;
  }
}
.c-slider .c-slide_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#word {
  margin-bottom: 25px;
  scroll-margin-top: 120px;
  opacity: 0;
}
@media screen and (max-width: 526px) {
  #word {
    margin-bottom: 12px;
  }
}
#word .title {
  margin-top: 64px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #word .title {
    font-size: 2.2rem;
    margin-top: 32px;
  }
}
@media screen and (max-width: 526px) {
  #word .title {
    font-size: 2rem;
    margin-top: 63px;
    line-height: 1.8;
  }
}
#word .title span {
  color: #007FC6;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #word .title span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 526px) {
  #word .title span {
    font-size: 2.4rem;
  }
}
#word .casendr_image {
  width: 40vw;
  max-width: 562px;
  height: auto;
  aspect-ratio: 1.76/1;
  margin: 25px auto 96px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #word .casendr_image {
    min-width: 562px;
  }
}
@media screen and (max-width: 768px) {
  #word .casendr_image {
    min-width: 464px;
  }
}
@media screen and (max-width: 526px) {
  #word .casendr_image {
    width: 90%;
    height: 648px;
    margin-top: 45px;
    margin-bottom: 72px;
    min-width: auto;
  }
}
#word .casendr_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 526px) {
  #word .casendr_image img {
    object-fit: contain;
  }
}
#word .casendr_image::before {
  content: "";
  width: 58vw;
  max-width: 808px;
  height: auto;
  aspect-ratio: 2.9/1;
  background-color: #f9f9f9;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0%;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #word .casendr_image::before {
    min-width: 464px;
  }
}
@media screen and (max-width: 526px) {
  #word .casendr_image::before {
    width: 100%;
    height: 648px;
    min-width: auto;
  }
}

#feature {
  margin-bottom: 31px;
  scroll-margin-top: 120px;
  opacity: 0;
}
#feature .card_list {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 58px;
}
@media screen and (max-width: 1080px) {
  #feature .card_list {
    width: 98%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 992px) {
  #feature .card_list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #feature .card_list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 526px) {
  #feature .card_list {
    margin-top: 51px;
    margin-bottom: 22px;
    flex-direction: column;
    align-items: center;
  }
}
#feature .card_item {
  width: 480px;
  min-width: 480px;
  height: 325px;
  min-height: 325px;
  border: 1px solid #007FC6;
  padding: 14px 32px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1080px) {
  #feature .card_item {
    min-width: 320px;
  }
}
@media screen and (max-width: 992px) {
  #feature .card_item {
    min-width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #feature .card_item {
    min-width: auto;
    width: 92%;
  }
}
@media screen and (max-width: 526px) {
  #feature .card_item {
    width: 92%;
    max-width: 341px;
    height: fit-content;
    aspect-ratio: unset;
    padding: 14px 30px 22px;
  }
}
#feature .card_item img {
  width: 116px;
  height: 77px;
  object-fit: contain;
}
#feature .card_item .card_title {
  font-size: 2rem;
  font-weight: 700;
  color: #F47500;
  margin-top: 18px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #feature .card_item .card_title {
    min-width: auto;
  }
}
@media screen and (max-width: 526px) {
  #feature .card_item .card_title {
    font-size: 1.8rem;
    margin-top: 19px;
  }
}
#feature .card_item .text {
  line-height: 1.8;
  margin-top: 18px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #feature .card_item .text {
    min-width: auto;
  }
}
@media screen and (max-width: 526px) {
  #feature .card_item .text {
    margin-top: 19px;
  }
}

/******************************
*******************************
セカンドセクション
*******************************
********************************/
#content {
  padding: 104px 0 0px;
  scroll-margin-top: 60px;
  opacity: 0;
}
@media screen and (max-width: 526px) {
  #content {
    padding: 72px 0 2px;
  }
}
#content .content_block {
  margin: 73px auto 55px;
}
@media screen and (max-width: 526px) {
  #content .content_block {
    margin: 57px auto 45px;
  }
}
#content .card {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: flex-start;
  padding-bottom: 30px;
  padding: 32px 20px;
  height: 100%;
  box-shadow: 0 5px 8px 3px rgba(51, 51, 51, 0.25);
  margin-bottom: 30px;
  border-radius: 30px 0 30px 0;
}
@media screen and (max-width: 526px) {
  #content .card {
    width: 100%;
    padding: 31px 10px 20px;
  }
}
#content .card_title {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #content .card_title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  #content .card_title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 526px) {
  #content .card_title {
    font-size: 1.8rem;
    margin-bottom: 24px;
    line-height: 1.8;
  }
}
#content .card_title span {
  color: #007FC6;
}
#content .card_text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 37px;
  text-align: left;
}
@media screen and (max-width: 526px) {
  #content .card_text {
    font-size: 1.2rem;
    margin-bottom: 48px;
  }
}
#content .card_image {
  width: 164px;
  height: 64px;
}
#content .card_image img {
  object-fit: cover;
}
#content .card .img_s {
  width: 64px;
  height: 64px;
}

.bg_gray {
  padding: 82px 0 72px;
  background-color: #F9F9F9;
  opacity: 0;
}
@media screen and (max-width: 526px) {
  .bg_gray {
    padding: 68px 0 48px;
  }
}

#price {
  scroll-margin-top: 120px;
  padding-bottom: 153px;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #price {
    padding-bottom: 101px;
  }
}
@media screen and (max-width: 768px) {
  #price {
    padding-bottom: 101px;
  }
}
@media screen and (max-width: 526px) {
  #price {
    padding-bottom: 89px;
  }
}
#price .card_list {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 69px;
  margin-bottom: 46px;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #price .card_list {
    margin: 46px auto 41px;
  }
}
@media screen and (max-width: 768px) {
  #price .card_list {
    margin: 46px auto 41px;
  }
}
@media screen and (max-width: 526px) {
  #price .card_list {
    justify-content: center;
    margin: 22px auto 45px;
  }
}
#price .card_item {
  width: clamp(96px, 19vw, 296px);
  height: auto;
  aspect-ratio: 1.05/1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.25);
  text-align: center;
  position: relative;
  padding-top: 44px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #price .card_item {
    width: clamp(240px, 19vw, 296px);
  }
}
@media screen and (max-width: 992px) {
  #price .card_item {
    width: clamp(190px, 19vw, 296px);
  }
}
@media screen and (max-width: 768px) {
  #price .card_item {
    padding-top: 24px;
    width: clamp(142px, 19vw, 296px);
  }
}
@media screen and (max-width: 526px) {
  #price .card_item {
    min-width: auto;
    width: max(100%, 96px);
    max-width: 96px;
    box-shadow: 0 4px 4px 0x rgba(51, 51, 51, 0.25);
    padding-top: 14px;
  }
}
#price .card_item::before {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #007FC6;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #price .card_item::before {
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #price .card_item::before {
    height: 12px;
  }
}
@media screen and (max-width: 526px) {
  #price .card_item::before {
    height: 6px;
  }
}
#price .card_item .title {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  #price .card_item .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  #price .card_item .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  #price .card_item .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #price .card_item .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 526px) {
  #price .card_item .title {
    font-size: 1.2rem;
  }
}
#price .card_item .card_copy {
  font-size: 9.6rem;
  line-height: 1;
  font-weight: 700;
  color: #007FC6;
  margin-top: 22px;
}
@media screen and (max-width: 1080px) {
  #price .card_item .card_copy {
    font-size: 7.4rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 992px) {
  #price .card_item .card_copy {
    font-size: 6.4rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  #price .card_item .card_copy {
    font-size: 4.2rem;
    margin-top: 18px;
  }
}
@media screen and (max-width: 526px) {
  #price .card_item .card_copy {
    font-size: 3.6rem;
    margin-top: 12px;
  }
}
#price .card_item .card_copy span {
  font-size: 3.2rem;
  color: #333;
}
@media screen and (max-width: 526px) {
  #price .card_item .card_copy span {
    font-size: 1.2rem;
  }
}
#price .small_text {
  font-size: 1.4rem;
  line-height: 1.8;
  width: fit-content;
}
#price .small_text.wrapper {
  margin-left: 8%;
}
@media screen and (max-width: 1080px) {
  #price .small_text {
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #price .small_text {
    width: 84%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 526px) {
  #price .small_text {
    font-size: 1.2rem;
  }
}

#request {
  scroll-margin-top: 120px;
  opacity: 0;
}
#request .acordion {
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #request .acordion {
    margin-top: 48px;
  }
}
@media screen and (max-width: 526px) {
  #request .acordion {
    margin-top: 48px;
  }
}
#request .acordion .current {
  background-color: #007FC6;
  color: #fff;
  border-radius: 10px 10px 0 0px;
}
#request .acordion .current span {
  background-color: #fff;
  color: #007FC6;
  padding: 7px 9px 5px;
}
#request .acordion_list {
  cursor: pointer;
}
#request .acordion_list dt {
  width: 100%;
  padding: 1.125em 2em;
  border-radius: 0.625em;
  background-color: #fff;
  margin-top: 24px;
  font-weight: 700;
  line-height: 1.6;
  vertical-align: middle;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.8s;
}
@media screen and (max-width: 768px) {
  #request .acordion_list dt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 526px) {
  #request .acordion_list dt {
    margin-top: 16px;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 16px 10px;
  }
}
#request .acordion_list dt::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #request .acordion_list dt::before {
    width: 24px;
  }
}
@media screen and (max-width: 526px) {
  #request .acordion_list dt::before {
    width: 16px;
  }
}
#request .acordion_list dt::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #request .acordion_list dt::after {
    width: 24px;
  }
}
@media screen and (max-width: 526px) {
  #request .acordion_list dt::after {
    width: 16px;
  }
}
#request .acordion_list dt.open_btn::before {
  background-color: #fff;
}
#request .acordion_list dt.current::before, #request .acordion_list dt.current::after {
  background-color: #fff;
}
#request .acordion_list dt.open_btn::after {
  background-color: #fff;
  transform: rotate(0);
  opacity: 0;
}
#request .acordion_list dt span {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding: 7px 9px 5px;
  border-radius: 50%;
  background-color: #007FC6;
  margin-right: 33px;
  font-family: "Goldman", sans-serif;
}
@media screen and (max-width: 526px) {
  #request .acordion_list dt span {
    font-size: 1.6rem;
    padding: 8px 9px 8px 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #request .acordion_list dt .title {
    width: 70%;
  }
}
#request .acordion_list dd {
  padding: 24px 36px;
  background-color: #fff;
  line-height: 1.8;
  margin-bottom: 24px;
  display: none;
  border-radius: 0 0px 10px 10px;
}
#request .acordion_list dd ol li {
  list-style: decimal;
  margin-left: 1em;
}
#request .acordion_list dd ol {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media screen and (max-width: 526px) {
  #request .acordion_list dd {
    padding: 10px;
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.slick-next,
.slick-prev {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #007FC6;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 526px) {
  .slick-next,
  .slick-prev {
    width: 20px;
    height: 20px;
  }
}
.slick-next::before,
.slick-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 60%;
  left: 25%;
  transform: rotate(45deg) translate(-50%, -50%);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.slick-next {
  right: -40px;
}

.slick-prev {
  left: -40px;
}
.slick-prev::before {
  top: 10%;
  left: 40%;
  transform: rotate(-135deg) translate(-50%, -50%);
}

.swiper {
  width: 90%;
  max-width: 920px;
  height: 100%;
  padding: 20px 20px;
}
@media screen and (max-width: 992px) {
  .swiper {
    width: 85%;
    padding: 4px 12px 0px;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
  height: 35px;
  width: 35px;
  top: 60%;
  transform: translateY(-50%);
  background-color: #007FC6;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    top: 55%;
  }
}
@media screen and (max-width: 526px) {
  .swiper-button-next, .swiper-button-prev {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 526px) {
  .swiper-button-prev {
    left: 16px;
  }
}

@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 526px) {
  .swiper-button-next {
    right: 16px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8px;
  margin: auto;
  width: 8px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: translateX(-20%) rotate(45deg);
}
@media screen and (max-width: 526px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 6px;
    margin: auto;
    width: 6px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

.swiper-button-prev::after {
  transform: translateX(20%) rotate(-135deg);
}

.bt_main {
  opacity: 0;
}
@media screen and (max-width: 526px) {
  .bt_main .form_block {
    margin-top: 40px;
  }
}

/****************************************************************
*** フェードイン
****************************************************************/
.fadein {
  animation: fadeInAnimation 0.5s 1 ease forwards;
}

.fadein2 {
  animation: fadeInAnimation 0.5s 0.2s 1 ease forwards;
}

.fadein3 {
  animation: fadeInAnimation 0.5s 0.2s 1 ease forwards;
}

.fadeUp {
  transform: translateY(3vw);
  animation: fadeUpAnimation 0.3s 0.2s 1 ease forwards;
}

.fadeDown {
  transform: translateY(-5vw);
  animation: fadeDownAnimation 0.3s 0.2s 1 ease forwards;
}

.fadeLeft {
  transform: translateX(-5vw);
  animation: fadeLeftAnimation 0.3s 0.2s 1 ease forwards;
}

.fadeRight {
  transform: translateX(5vw);
  animation: fadeRightAnimation 0.3s 0.2s 1 ease forwards;
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeLeftAnimation {
  from {
    opacity: 0;
    transform: translateX(-5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes fadeRightAnimation {
  from {
    opacity: 0;
    transform: translateX(5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes fadeUpAnimation {
  from {
    opacity: 0;
    transform: translateY(3vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}
@keyframes fadeDownAnimation {
  from {
    opacity: 0;
    transform: translateX(-5vw);
  }
  to {
    opacity: 1;
    transform: translateX(0vw);
  }
}/*# sourceMappingURL=style.css.map */