@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
.font-shuei-mgothic {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.75;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media screen and (max-width: 767.98px) {
  body {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}
body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner {
  max-width: 1260px;
}

.inner_in {
  max-width: 1200px;
}

.inner__lg {
  max-width: 1460px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1060px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }

  .tab_only,
  .sp_only {
    display: none;
  }

  .pc_none {
    display: none;
  }
}
.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}

.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/**/
@media screen and (min-width: 1201px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none;
  }

  .pcWidth_only {
    display: none;
  }

  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }

  .pc_only,
  .pcWidth_only {
    display: none;
  }

  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }

  /**/
}
.c-main {
  color: #df0769;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-gold {
  color: #7a6338;
}

.c-gold__light {
  color: #ac7f43;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg-common {
  background: linear-gradient(-45deg, #14292f, #727f82);
}

.u-bg-request {
  background: linear-gradient(-45deg, #640000, #a01e1e);
}

.u-bg-reserve {
  background: linear-gradient(-30deg, #b28436 0%, #e2ca84 17.2%, #ab7721 49.78%, #af7e29 54.95%, #bb903e 62.82%, #cfad60 72.34%, #dcc076 77.68%, #c09646 90.8%, #ab7721 100%);
}

/* 背景
-------------------------------------------------------*/
.u-bg-main {
  background-color: #f0f5f3;
}

.u-bg-sub {
  background-color: #f7f8f8;
}

/* 背景
-------------------------------------------------------*/
.u-bg-white {
  background-color: #fff;
}

.u-bg-ivory {
  background-color: #f0ebe6;
}

.u-bg-gray {
  background-color: #ebebeb;
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #df0769;
}

.border--b {
  border-bottom: 4px solid #df0769;
}

/* グラデ
-------------------------------------------------------*/
.u-bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

/* add bg
-------------------------------------------------------*/
.u-bg_blue_green {
  background-color: #ecf5f5;
}

.u-bg__mizutama {
  background-image: url(../../media/images/import-reform/common/bg-mizutama.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 28px;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.flex--alignStart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.flex--alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.flex--alignEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.flex--justStart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.flex.flex--justEnd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u3 {
    margin-bottom: 3px;
  }

  .u5 {
    margin-bottom: 5px;
  }

  .u7 {
    margin-bottom: 7px;
  }

  .u10 {
    margin-bottom: 10px;
  }

  .u15 {
    margin-bottom: 15px;
  }

  .u20 {
    margin-bottom: 20px;
  }

  .u25 {
    margin-bottom: 25px;
  }

  .u30 {
    margin-bottom: 30px;
  }

  .u35 {
    margin-bottom: 35px;
  }

  .u40 {
    margin-bottom: 40px;
  }

  .u45 {
    margin-bottom: 45px;
  }

  .u50 {
    margin-bottom: 50px;
  }

  .u55 {
    margin-bottom: 55px;
  }

  .u60 {
    margin-bottom: 60px;
  }

  .u70 {
    margin-bottom: 70px;
  }

  .u80 {
    margin-bottom: 80px;
  }

  .u90 {
    margin-bottom: 90px;
  }

  .u100 {
    margin-bottom: 100px;
  }

  .u110 {
    margin-bottom: 110px;
  }

  .u120 {
    margin-bottom: 120px;
  }

  .u130 {
    margin-bottom: 130px;
  }

  .u140 {
    margin-bottom: 140px;
  }

  .u150 {
    margin-bottom: 150px;
  }

  .u160 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }

  .u5 {
    margin-bottom: 2.5px;
  }

  .u7 {
    margin-bottom: 3.5px;
  }

  .u10 {
    margin-bottom: 5px;
  }

  .u15 {
    margin-bottom: 7.5px;
  }

  .u20 {
    margin-bottom: 10px;
  }

  .u25 {
    margin-bottom: 12.5px;
  }

  .u30 {
    margin-bottom: 15px;
  }

  .u35 {
    margin-bottom: 17.5px;
  }

  .u40 {
    margin-bottom: 20px;
  }

  .u45 {
    margin-bottom: 22.5px;
  }

  .u50 {
    margin-bottom: 25px;
  }

  .u55 {
    margin-bottom: 27.5px;
  }

  .u60 {
    margin-bottom: 30px;
  }

  .u70 {
    margin-bottom: 35px;
  }

  .u80 {
    margin-bottom: 40px;
  }

  .u90 {
    margin-bottom: 45px;
  }

  .u100 {
    margin-bottom: 50px;
  }

  .u110 {
    margin-bottom: 55px;
  }

  .u120 {
    margin-bottom: 60px;
  }

  .u130 {
    margin-bottom: 65px;
  }

  .u140 {
    margin-bottom: 70px;
  }

  .u150 {
    margin-bottom: 75px;
  }

  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -10px;
  }

  .u-20 {
    margin-bottom: -20px;
  }

  .u-30 {
    margin-bottom: -30px;
  }

  .u-40 {
    margin-bottom: -40px;
  }

  .u-50 {
    margin-bottom: -50px;
  }

  .u-60 {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }

  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }

  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }

  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }

  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }

  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t5 {
    margin-top: 5px;
  }

  .t7 {
    margin-top: 7px;
  }

  .t10 {
    margin-top: 10px;
  }

  .t15 {
    margin-top: 15px;
  }

  .t20 {
    margin-top: 20px;
  }

  .t25 {
    margin-top: 25px;
  }

  .t30 {
    margin-top: 30px;
  }

  .t40 {
    margin-top: 40px;
  }

  .t50 {
    margin-top: 50px;
  }

  .t60 {
    margin-top: 60px;
  }

  .t70 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }

  .t7 {
    margin-top: 3.5px;
  }

  .t10 {
    margin-top: 5px;
  }

  .t15 {
    margin-top: 7.5px;
  }

  .t20 {
    margin-top: 10px;
  }

  .t25 {
    margin-top: 12.5px;
  }

  .t30 {
    margin-top: 15px;
  }

  .t40 {
    margin-top: 20px;
  }

  .t50 {
    margin-top: 25px;
  }

  .t60 {
    margin-top: 30px;
  }

  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .t-5 {
    margin-top: -5px;
  }

  .t-10 {
    margin-top: -10px;
  }

  .t-15 {
    margin-top: -15px;
  }

  .t-20 {
    margin-top: -20px;
  }

  .t-25 {
    margin-top: -25px;
  }

  .t-30 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }

  .t-10 {
    margin-top: -5px;
  }

  .t-15 {
    margin-top: -7.5px;
  }

  .t-20 {
    margin-top: -10px;
  }

  .t-25 {
    margin-top: -12.5px;
  }

  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

.l5 {
  margin-left: 5px;
}

.l10 {
  margin-left: 10px;
}

.l15 {
  margin-left: 15px;
}

.l20 {
  margin-left: 20px;
}

.l25 {
  margin-left: 25px;
}

.l30 {
  margin-left: 30px;
}

.l40 {
  margin-left: 40px;
}

.r5 {
  margin-right: 5px;
}

.r10 {
  margin-right: 10px;
}

.r15 {
  margin-right: 15px;
}

.r20 {
  margin-right: 20px;
}

.r25 {
  margin-right: 25px;
}

.r30 {
  margin-right: 30px;
}

.r40 {
  margin-right: 40px;
}

/* section
-------------------------------------------------------*/
.section--pt_xs {
  padding-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_xs {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_xs {
    padding-top: 35px;
  }
}
.section--pt_sm {
  padding-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_sm {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_sm {
    padding-top: 56px;
  }
}
.section--pt {
  padding-top: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 70px;
  }
}
.section--pt_lg {
  padding-top: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 98px;
  }
}
.section--pb_xs {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_xs {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_xs {
    padding-bottom: 35px;
  }
}
.section--pb_sm {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_sm {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_sm {
    padding-bottom: 56px;
  }
}
.section--pb {
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 70px;
  }
}
.section--pb_lg {
  padding-bottom: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 98px;
  }
}
.section--mt_xs {
  margin-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_xs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_xs {
    margin-top: 35px;
  }
}
.section--mt_sm {
  margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_sm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_sm {
    margin-top: 56px;
  }
}
.section--mt {
  margin-top: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 70px;
  }
}
.section--mt_lg {
  margin-top: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 98px;
  }
}
.section--mb_xs {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_xs {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_xs {
    margin-bottom: 35px;
  }
}
.section--mb_sm {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_sm {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_sm {
    margin-bottom: 56px;
  }
}
.section--mb {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 70px;
  }
}
.section--mb_lg {
  margin-bottom: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 98px;
  }
}
.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}

.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}

@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}
.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink {
  background-color: #fff;
}

.u-zoomLink a {
  display: block;
  overflow: hidden;
}

.u-zoomLink a > img {
  width: 100%;
}

@media screen and (min-width: 1001px), print {
  .u-zoomLink a > img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .u-zoomLink a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.c-breadcrumb {
  width: 94%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767.98px) {
  .c-breadcrumb {
    width: 100%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    overflow-x: scroll;
  }
}
.c-breadcrumb__list {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.c-breadcrumb__item {
  position: relative;
  list-style: none;
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 300;
  line-height: 1;
  padding-right: 0.85em;
  margin-right: 0.4em;
}

@media screen and (max-width: 767.98px) {
  .c-breadcrumb__item {
    font-size: 1rem;
  }
}
.c-breadcrumb__item a {
  position: relative;
}

.c-breadcrumb__item a:hover {
  text-decoration: underline;
}

.c-breadcrumb__item:not(:last-child)::before, .c-breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 1px;
  border-radius: 9999px;
  background-color: #666;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.c-breadcrumb__item:not(:last-child)::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-breadcrumb__item:not(:last-child)::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-breadcrumb__item:last-child a {
  pointer-events: none;
}

.c-breadcrumb__bottom {
  color: #fff;
  background-color: #df0769;
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow {
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: 10px;
}

.arrow.--white:after {
  background-image: url(../../assets/images/arrow/arrow_white.svg);
}

.arrow.--blue:after {
  background-image: url(../../assets/images/arrow/arrow_blue.svg);
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow2 {
  position: relative;
  padding: 0 16px 0 0;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow2:before {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 8px;
}

.arrow2.--white:before {
  background-image: url(../../assets/images/arrow/arrow_border_white.svg);
}

.arrow2.--blue:before {
  background-image: url(../../assets/images/arrow/arrow_border_blue.svg);
}

/* 矢印のブランクパーツ
-------------------------------------------------------*/
.arrow-blank {
  position: relative;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-blank:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 10px;
}

@media screen and (max-width: 767.98px) {
  .arrow-blank:after {
    width: 25px;
    height: 25px;
  }
}
.arrow-blank.--purple:after {
  background-image: url(../../assets/images/arrow/arrow_blank_purple.svg);
}

.arrow-blank.--green:after {
  background-image: url(../../assets/images/arrow/arrow_blank_green.svg);
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 88.8888888889%;
  margin-inline: auto;
}

.c-wrap.--lg {
  max-width: 1400px;
}

.c-wrap.--md {
  max-width: 1200px;
}

.c-wrap.--sm {
  max-width: 1100px;
}

.c-wrap.--xs {
  max-width: 800px;
}

.c-wrap.--inner {
  width: 866px;
  width: 86.6vw;
  margin-inline: auto;
  max-width: 433px;
}

/*
-------------------------------------------------------*/
.c-box {
  border: 1px solid #ccc;
  padding: 25px 25px;
}

@media screen and (max-width: 767.98px) {
  .c-box {
    padding: 15px 20px;
  }
}
.c-box.p0 {
  border: 0px solid #ccc;
  padding: 0px !important;
}

.c-box.--lg {
  padding: 45px 40px;
}

.c-box.--md {
  padding: 30px 25px;
}

.c-box.--sm {
  padding: 20px 15px;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mincho {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mix {
  font-family: "Cinzel", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

/* c-title
-------------------------------------------------------*/
.c-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767.98px) {
  .c-title {
    font-size: 20px;
    font-size: 5.4794520548vw;
    padding-left: 15px;
    padding-left: 4.1095890411vw;
    padding-right: 15px;
    padding-right: 4.1095890411vw;
    margin-bottom: 20px;
    margin-bottom: 5.4794520548vw;
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
.c-title:before, .c-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.c-title:before {
  z-index: -1;
  width: 100%;
  max-width: 240px;
  background-color: #df0769;
}

@media screen and (max-width: 767.98px) {
  .c-title:before {
    max-width: 200px;
    max-width: 54.7945205479vw;
  }
}
.c-title:after {
  z-index: -2;
  width: 100%;
  background-color: #f2f0eb;
}

.c-title.--lg:before {
  max-width: 600px;
}

.c-title.--md:before {
  max-width: 400px;
}

.c-title.--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.c-title.--center:before {
  max-width: 100%;
}

/* c-title__border
-------------------------------------------------------*/
.c-title__border {
  font-size: 2.2rem;
  font-weight: 700;
  color: #df0769;
  border-bottom: 2px solid #df0769;
  padding-bottom: 5px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767.98px) {
  .c-title__border {
    font-size: 17px;
    font-size: 4.6575342466vw;
  }
}
/* c-title__square
-------------------------------------------------------*/
.c-title__square {
  font-size: 1.8rem;
  font-weight: 600;
  color: #df0769;
}

@media screen and (max-width: 767.98px) {
  .c-title__square {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}
.c-title__square:before {
  content: "■";
}

/* txt
-------------------------------------------------------*/
.txt14 {
  font-weight: 400;
  line-height: 1.6428571429;
}

@media screen and (min-width: 768px), print {
  .txt14 {
    font-size: min(1.4736842105vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt14 {
    font-size: 3.5616438356vw;
  }
}
.txt19 {
  font-weight: 400;
  line-height: 1.6842105263;
}

@media screen and (min-width: 768px), print {
  .txt19 {
    font-size: min(2vw, 1.9rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt19 {
    font-size: 3.5616438356vw;
  }
}
.txt27 {
  font-weight: 900;
  line-height: 1.6296296296;
}

@media screen and (min-width: 768px), print {
  .txt27 {
    font-size: min(2.8421052632vw, 2.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt27 {
    font-size: 4.9315068493vw;
  }
}
.txt30 {
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .txt30 {
    font-size: min(3.1578947368vw, 3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt30 {
    font-size: 5.4794520548vw;
  }
}
.txt32 {
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .txt32 {
    font-size: min(3.3684210526vw, 3.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt32 {
    font-size: 5.8904109589vw;
  }
}
.txt34 {
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .txt34 {
    font-size: min(3.5789473684vw, 3.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt34 {
    font-size: 6.301369863vw;
  }
}
.txt36 {
  font-weight: 900;
}

@media screen and (min-width: 768px), print {
  .txt36 {
    font-size: min(3.7894736842vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt36 {
    font-size: 6.5753424658vw;
  }
}
.txt48 {
  font-weight: 900;
  line-height: 1.2916666667;
}

@media screen and (min-width: 768px), print {
  .txt48 {
    font-size: min(5.0526315789vw, 4.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .txt48 {
    font-size: 8.7671232877vw;
  }
}
span {
  position: relative;
}

span.--f80 {
  font-size: 80%;
}

span.--f90 {
  font-size: 90%;
}

span.--f110 {
  font-size: 110%;
}

span.--f120 {
  font-size: 120%;
}

span.--f130 {
  font-size: 130%;
}

span.--f140 {
  font-size: 140%;
}

span.--f150 {
  font-size: 150%;
}

span.--f160 {
  font-size: 160%;
  bottom: -0.04em;
}

.txt__xl3 {
  font-size: 4.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 3.91rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 2.99rem;
  }
}
.txt__xl2 {
  font-size: 3.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 2.34rem;
  }
}
.txt__xl {
  font-size: 3rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 1.95rem;
  }
}
.txt__lg2 {
  font-size: 2.7rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.295rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 1.755rem;
  }
}
.txt__lg {
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 1.69rem;
  }
}
.txt__md2 {
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 1.43rem;
  }
}
.txt__md {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 1.17rem;
  }
}
.txt__base {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 1.04rem;
  }
}
.txt__sm {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 0.91rem;
  }
}
.txt__xs {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.105rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 0.845rem;
  }
}
/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1.1rem;
  }
}
.capt_s {
  font-size: 1.4rem;
}

@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.2rem;
  }
}
.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent15 {
  padding-left: 1.68em;
  text-indent: -1.68em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.txt_indent3 {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px black, 0 0 2px black, 0 0 3px black, 0 0 5px black, 0 0 10px black;
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px black, 0 0 3px black, 0 0 5px black;
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}

.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .pageTitle .ttl__data {
    font-size: 2.04rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}

@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}

@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #df0769;
}

.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}

.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}

.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}

@media screen and (max-width: 767.98px) {
  input[type=text],
  textarea,
  select {
    max-width: 220px;
  }
}
input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #006cb6;
  box-shadow: 0 0 7px #006cb6;
  border: 1px solid #006cb6;
}

input[type=file] {
  border-radius: 0;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 6px;
  padding-bottom: 8px;
  font-size: 1.2em;
  font-weight: 600;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #c80000;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }

  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}

@media screen and (max-width: 767.98px) {
  .c-buttons {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
.c-button__wrap {
  margin-inline: auto;
}

.c-button__wrap.--btn2 {
  max-width: 670px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

@media screen and (max-width: 767.98px) {
  .c-button__wrap.--btn2 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.c-button__wrap.--btn3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media screen and (max-width: 767.98px) {
  .c-button__wrap.--btn3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
.c-button__wrap.--harf > * {
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .c-button__wrap.--harf > * {
    width: 100%;
  }

  .c-button__wrap.--harf > * + * {
    margin-top: 30px;
  }
}
.c-button--cv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
  height: 100px;
  border: 3px solid #418c64;
  border-radius: 15px;
  text-align: center;
  padding-bottom: 0.1em;
}

@media screen and (min-width: 768px), print {
  .c-button--cv {
    font-size: min(2.9473684211vw, 2.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-button--cv {
    font-size: 5.4794520548vw;
  }
}
@media (any-hover: hover) {
  .c-button--cv {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .c-button--cv:hover {
    opacity: 0.5;
  }
}
.c-button--cv:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-button--cv.--entry {
  color: #fff;
  background-color: #418c64;
}

.c-button--cv.--entry:before {
  background-image: url(../../media/images/import-reform/common/icon-blank__white.svg);
}

.c-button--cv.--request {
  color: #418c64;
  background-color: #fff;
}

.c-button--cv.--request:before {
  background-image: url(../../media/images/import-reform/common/icon-blank__green.svg);
}

.c-buttons--more {
  background-color: #fff;
  max-width: 340px;
  margin-inline: auto;
  margin-top: 30px;
}

.c-buttons--more.--bottom {
  padding-bottom: 60px;
}

.c-button--more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  padding-bottom: 0.17em;
}

@media screen and (min-width: 768px), print {
  .c-button--more {
    font-size: min(2.2105263158vw, 2.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-button--more {
    font-size: 5.4794520548vw;
  }
}
@media (any-hover: hover) {
  .c-button--more {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .c-button--more:hover {
    opacity: 0.5;
  }
}
.c-button--more:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 13px;
  height: 10px;
  background-image: url(../../media/images/import-reform/common/icon-arrow__white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-button--more.--bottom:before {
  width: 10px;
  height: 13px;
  background-image: url(../../media/images/import-reform/common/icon-arrow__bottom.svg);
}

.c-button--more.--orange {
  background-color: #eb5032;
}

.c-button--more.--blue {
  background-color: #25599e;
}

.c-button--more.--perple {
  background-color: #64559e;
}

.c-button--more.--pink {
  background-color: #eb647d;
}

.c-button--more.--green {
  background-color: #418c64;
}

@media screen and (min-width: 768px), print {
  .c-button--more.--sm {
    font-size: min(1.8947368421vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-button--more.--sm {
    font-size: 4.6575342466vw;
  }
}
.c-button--more.--sm:before {
  right: 10px;
}

a[href$=".pdf"],
a[href$=".word"],
a[href$=".xls"],
a[href$=".xlsx"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  vertical-align: middle;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  line-height: 1.5;
}

@media screen and (min-width: 1001px), print {
  a[href$=".pdf"],
  a[href$=".word"],
  a[href$=".xls"],
  a[href$=".xlsx"] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a[href$=".pdf"]:hover,
  a[href$=".word"]:hover,
  a[href$=".xls"]:hover,
  a[href$=".xlsx"]:hover {
    color: #df0769;
  }
}
a[href$=".pdf"]::before, a[href$=".pdf"]::after,
a[href$=".word"]::before,
a[href$=".word"]::after,
a[href$=".xls"]::before,
a[href$=".xls"]::after,
a[href$=".xlsx"]::before,
a[href$=".xlsx"]::after {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 0.8%;
}

@media screen and (max-width: 767.98px) {
  a[href$=".pdf"]::before, a[href$=".pdf"]::after,
  a[href$=".word"]::before,
  a[href$=".word"]::after,
  a[href$=".xls"]::before,
  a[href$=".xls"]::after,
  a[href$=".xlsx"]::before,
  a[href$=".xlsx"]::after {
    width: 19px;
    height: 19px;
    margin-top: 1%;
  }
}
a[href$=".pdf"]::before,
a[href$=".word"]::before,
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
  background-image: url(../../assets/images/arrow/arrow_border_blue.svg);
  margin-right: 8px;
}

@media screen and (max-width: 767.98px) {
  a[href$=".pdf"]::before,
  a[href$=".word"]::before,
  a[href$=".xls"]::before,
  a[href$=".xlsx"]::before {
    margin-right: 6px;
  }
}
a[href$=".pdf"]::after,
a[href$=".word"]::after,
a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
  margin-left: 7px;
}

@media screen and (max-width: 767.98px) {
  a[href$=".pdf"]::after,
  a[href$=".word"]::after,
  a[href$=".xls"]::after,
  a[href$=".xlsx"]::after {
    margin-left: 6px;
  }
}
a[href$=".pdf"]:after {
  background-image: url(../../assets/images/arrow/icon-pdf.svg);
}

a[href$=".word"]:after,
a[href$=".docx"]:after,
a[href$=".doc"]:after {
  background-image: url(../../assets/images/arrow/icon-word.svg);
}

a[href$=".xlsx"]:after,
a[href$=".xls"]:after {
  background-image: url(../../assets/images/arrow/icon-excel.svg);
}

.list__katakana {
  list-style: katakana inside;
}

.list__katakana li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  margin-top: 8px;
}

.list__square {
  list-style: square inside;
}

.list__circle {
  list-style: circle inside;
}

.list__before {
  list-style: none;
}

.list__before li {
  position: relative;
}

.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}

.list__check li + li {
  margin-top: 1em;
}

.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/arrow/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f0f5f3;
  padding: 30px;
}

.list__blue ul li .ttl {
  color: #df0769;
  text-align: center;
}

.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}

.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.list__gray ul li .ttl {
  color: #df0769;
  text-align: center;
}

.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 10000;
  display: none;
}

@media screen and (max-width: 1000.98px) {
  .hnavi_btn {
    display: block;
  }
}
.menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background-color: #eb5032;
  width: 85px;
  height: 30px;
  border-radius: 15px;
  padding-left: 23px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-button i,
.menu-button i:before,
.menu-button i:after {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-button i {
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}

.menu-button i:before, .menu-button i:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.menu-button i:before {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.menu-button i:after {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.hnavi_btn.is-active .menu-button {
  color: #eb5032;
  background-color: #fff;
}

.hnavi_btn.is-active .menu-button i {
  background: none;
}

.hnavi_btn.is-active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
  background-color: #eb5032;
}

.hnavi_btn.is-active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
  background-color: #eb5032;
}

.hlogo {
  position: fixed;
  left: 15px;
  top: 10px;
  width: 61%;
}

@media screen and (min-width: 768px), print {
  .hlogo {
    left: 30px;
    top: 20px;
    width: calc(49.3506493506% - 320px);
    max-width: 380px;
  }
}
.hlogo .logo__color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side_navi {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .side_navi {
    display: none;
  }
}
.side_navi .gnavi,
.side_navi .gbanner {
  width: 100%;
}

@media screen and (min-width: 1001px), print {
  .side_navi .gnavi,
  .side_navi .gbanner {
    width: calc((100% - 540px) / 2);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000.98px) {
  .side_navi .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.side_navi .gnavi .gnavi__inner {
  max-width: 320px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side_navi .gnavi .gnavi__logo {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 90.625%;
  margin-inline: auto;
}

@media screen and (max-width: 767.98px) {
  .side_navi .gnavi .gnavi__logo {
    margin-bottom: 10px;
  }
}
.side_navi .gnavi .gnavi__list {
  margin-top: 12px;
}

.side_navi .gnavi .gnavi__list li {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.side_navi .gnavi .gnavi__list li a {
  width: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 0.65em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  .side_navi .gnavi .gnavi__list li a {
    font-size: min(2.4210526316vw, 2.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .side_navi .gnavi .gnavi__list li a {
    font-size: 5.4794520548vw;
  }
}
@media (any-hover: hover) {
  .side_navi .gnavi .gnavi__list li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .side_navi .gnavi .gnavi__list li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 1001px), print {
  .side_navi .gnavi .gnavi__list li a {
    color: #000000;
  }
}
.side_navi .gnavi .gnavi__list li a.is-current {
  background-color: rgba(255, 255, 255, 0.85);
}

.side_navi .gnavi .gnavi__list li a span {
  font-weight: 700;
}

.side_navi .gnavi .gnavi__list li a .span1 {
  font-size: 90%;
}

.side_navi .gnavi .gnavi__list li a .span2 {
  font-size: 146.66%;
}

.side_navi .gnavi .gnavi__list li a .span3 {
  font-size: 113.33%;
}

.side_navi .gnavi .gnavi__list li a .span4 {
  font-size: 133.33%;
}

@media screen and (min-width: 1001px), print {
  .side_navi .gnavi .gnavi__list li a.is-current {
    color: #000;
    font-weight: 600;
  }
}
.side_navi .gnavi .gnavi__list li .case__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.07em;
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.6em 0.35em;
  margin-right: 8px;
  border-radius: 0px 25px 25px 0px;
}

@media screen and (min-width: 768px), print {
  .side_navi .gnavi .gnavi__list li .case__num {
    font-size: min(1.5789473684vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .side_navi .gnavi .gnavi__list li .case__num {
    font-size: 3.5616438356vw;
  }
}
.side_navi .gnavi .gnavi__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}

@media screen and (max-width: 1000.98px) {
  .side_navi .gnavi .gnavi__sns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.side_navi .gnavi .gnavi__sns li {
  width: 22px;
}

@media screen and (max-width: 1000.98px) {
  .side_navi .gnavi .gnavi__sns li {
    width: 11.4285714286%;
    -webkit-filter: brightness(500%);
    filter: brightness(500%);
  }
}
@media screen and (max-width: 1000.98px) {
  .side_navi .gbanner {
    display: none;
  }
}
.side_navi .gbanner .gbanner__inner {
  width: min(320px, 100%);
  margin-inline: auto;
}

.side_navi .gbanner .gbanner__inner .c-wrap {
  width: 100%;
}

.side_navi .gbanner .gbanner__inner .cta__btn {
  margin-inline: auto;
}

.side_navi .gbanner a {
  display: block;
}

.side_navi.is-active .gnavi {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.l-wrapper {
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .l-wrapper {
    padding-bottom: 70px;
  }
}
.l-main__bg {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../../media/images/import-reform/common/bg.jpg") no-repeat bottom center fixed;
  background-size: cover;
}

@media screen and (max-width: 767.98px) {
  .l-main__bg {
    display: none !important;
  }
}
.l-main {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767.98px) {
  .l-main {
    max-width: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.l-main .l-main__inner {
  position: relative;
}

.l-main .sec_ttl {
  text-align: center;
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 50px;
  margin-top: -50px;
}

.l-main .sec_ttl span {
  display: block;
  color: #a2d0ab;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}
.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}
.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}
.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}
.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }
}
.hlogo.is-active .logo {
  opacity: 0;
}

.hlogo.is-active .logo__color {
  opacity: 1;
}

.hlogo a {
  display: block;
}

.l-header .logo__color {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.l-header .side_navi {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.l-header {
  pointer-events: none;
}

.l-header.is-active {
  pointer-events: all;
}

.l-header.is-active .side_navi {
  opacity: 1;
}

@media screen and (max-width: 1000.98px) {
  .l-header .gnavi__logo,
  .l-header .gnavi__list,
  .l-header .gnavi__sns {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  .l-header .gnavi__logo {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .l-header .gnavi__list {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }

  .l-header .gnavi__sns {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .l-header.is-active {
    pointer-events: all;
  }

  .l-header.is-active .side_navi {
    pointer-events: all;
  }

  .l-header.is-active .gnavi__logo,
  .l-header.is-active .gnavi__list,
  .l-header.is-active .gnavi__sns {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-fixedbtn {
  bottom: -200px;
  -webkit-transition: bottom 0.6s;
  transition: bottom 0.6s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.l-fixedbtn.is-active {
  bottom: 0;
}

.l-footer {
  text-align: center;
  padding: 60px 0 70px;
}

.l-footer .flogo {
  margin-bottom: 20px;
}

@media screen and (max-width: 767.98px) {
  .l-footer .flogo {
    padding: 0 40px;
  }
}
.l-footer .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}

.l-footer .company img {
  margin: 0 8px;
}

.l-footer .fcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #a2d0ab;
}

.l-footer .fcopy::before {
  content: "";
  display: block;
  background: url("../../media/images/import-reform/common/ficonl.svg") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 13px;
  margin-right: 8px;
}

.l-footer .fcopy::after {
  content: "";
  display: block;
  background: url("../../media/images/import-reform/common/ficonr.svg") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 13px;
  margin-left: 8px;
}

.copyright {
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 1em;
}

.l-fixedbtn {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 540px;
}

@media screen and (min-width: 1201px) {
  .l-fixedbtn {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-fixedbtn {
    left: auto;
    -webkit-transform: none;
    transform: none;
    right: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-fixedbtn {
    right: 0;
    width: min(540px, 57%);
  }
}
@media screen and (max-width: 767.98px) {
  .l-fixedbtn {
    max-width: 100%;
  }
}
.l-fixedbtn a {
  display: block;
}

.hlogo {
  z-index: 400;
}

.l-header {
  z-index: 1000;
}

@media screen and (min-width: 1001px), print {
  .l-header {
    z-index: 300;
  }
}
.l-main {
  z-index: 500;
}

.mv {
  z-index: 500;
}

.mv-logo,
.mv__copy,
.mv__txt {
  z-index: 10;
}

.l-fixedbtn {
  z-index: 600;
}

@media screen and (min-width: 768px) and (max-width: 1300px) and (min-width: 768px) {
  .l-header .side_navi .gnavi__list li a {
    font-size: min(2.1052631579vw, 2rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) and (max-width: 767.98px) {
  .l-header .side_navi .gnavi__list li a {
    font-size: 4.3835616438vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .side_navi .gnavi .gnavi__list li a {
    color: #000;
  }

  .l-header .side_navi {
    left: calc(28.5vw - 270px);
  }

  .l-header .side_navi .gbanner {
    display: none !important;
  }

  .l-header .side_navi .gnavi,
  .l-header .side_navi .gbanner {
    width: 360px;
  }

  .l-header .side_navi .gnavi__logo,
  .l-header .side_navi .gnavi__list,
  .l-header .side_navi .gnavi__sns {
    opacity: 1;
  }

  .l-header .l-fixedbtn {
    left: auto;
    -webkit-transform: none;
    transform: none;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (min-width: 768px) and (max-width: 1000.98px) {
  .gnavi__inner {
    width: min(320px, 100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-main {
    margin-right: 7vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .side_navi {
    left: calc(32.5vw - 270px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) and (min-width: 768px) {
  .l-header .gnavi__list li a {
    font-size: min(2.1052631579vw, 2rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) and (max-width: 767.98px) {
  .l-header .gnavi__list li a {
    font-size: 4.3835616438vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-main {
    width: min(540px, 57%);
    margin-inline: auto;
    margin-right: 0;
  }
}
.--full {
  position: relative;
  width: auto;
  margin-inline: -6.25%;
}

.cta__wrap {
  padding-block: 45px;
  padding-block: 6.4285714286vw;
}

@media screen and (min-width: 768px), print {
  .cta__wrap {
    padding-block: 45px;
  }
}
.cta {
  position: relative;
  background-color: #fff;
  padding-top: 5px;
  padding-top: 0.9259259259vw;
  padding-bottom: 20px;
  padding-bottom: 3.7037037037vw;
}

@media screen and (min-width: 768px), print {
  .cta {
    padding-top: 5px;
    padding-bottom: 23px;
  }
}
.cta:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #000;
}

.cta .cta__txt {
  font-weight: 500;
  padding: 0.8em 1.5em 0.65em;
}

.cta .cta__btn {
  position: relative;
  background-color: #000;
  margin-inline: -6.25%;
  padding-block: 15px;
}

.cta .cta__btn .btn {
  overflow: hidden;
  width: 75.9259259259%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 35px;
}

@media screen and (max-width: 767.98px) {
  .cta .cta__btn .btn {
    border-radius: 35px;
    border-radius: 6.4814814815vw;
  }
}
@media (any-hover: hover) {
  .cta .cta__btn .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .cta .cta__btn .btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.cta .cta__btn a {
  display: block;
}

@media (any-hover: hover) {
  .cta .cta__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .cta .cta__btn a:hover {
    opacity: 0.5;
  }
}
.c-wrap {
  position: relative;
}

.ttl-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-block: 80px;
  padding-block: 11.4285714286vw;
}

@media screen and (min-width: 768px), print {
  .ttl-bg {
    padding-block: 70px;
  }
}
.ttl-bg.--lg {
  padding-block: 90px;
  padding-block: 16.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .ttl-bg.--lg {
    padding-block: 85px;
  }
}
.sec-padding {
  padding-top: 50px;
  padding-top: 9.2592592593vw;
  padding-bottom: 45px;
  padding-bottom: 8.3333333333vw;
}

@media screen and (min-width: 768px), print {
  .sec-padding {
    padding-block: 45px 40px;
  }
}
.mv {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background-color: #fff;
}

.mv::before, .mv::after {
  z-index: 2;
  pointer-events: none;
  content: "";
}

.mv::before {
  background-color: #280e00;
  opacity: 0.4;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: -36%;
  width: 72%;
  height: 100%;
  -webkit-transform: skew(-29deg, 0);
  transform: skew(-29deg, 0);
}

@media screen and (min-width: 768px), print {
  .mv::before {
    -webkit-transform: skew(-25deg, 0);
    transform: skew(-25deg, 0);
  }
}
@media screen and (max-width: 767.98px) {
  .mv::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    height: 33.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2efeb), color-stop(20%, #f2efeb), to(rgba(242, 239, 235, 0)));
    background: linear-gradient(to bottom, #f2efeb, #f2efeb 20%, rgba(242, 239, 235, 0));
  }
}
.mv img {
  vertical-align: bottom;
}

.mv .mv-logo {
  position: absolute;
  left: 20px;
  left: 3.7037037037vw;
  top: 20px;
  top: 3.7037037037vw;
  width: 180px;
}

@media screen and (min-width: 768px), print {
  .mv .mv-logo {
    left: 15px;
    top: 15px;
    width: 180px;
  }
}
.mv .mv__copy {
  position: absolute;
  left: 20px;
  left: 3.7037037037vw;
  top: 90px;
  top: 16.6666666667vw;
}

@media screen and (min-width: 768px), print {
  .mv .mv__copy {
    left: 60px;
    left: 3.75vw;
    top: 150px;
    top: 9.375vw;
  }
}
.mv .mv__copy .mv__copy__txt {
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px), print {
  .mv .mv__copy .mv__copy__txt {
    font-size: min(4.5263157895vw, 4.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .mv .mv__copy .mv__copy__txt {
    font-size: 5.4794520548vw;
  }
}
@media screen and (min-width: 768px), print {
  .mv .mv__copy .mv__copy__txt {
    letter-spacing: 0.07em;
  }
}
.mv .mv__copy .mv__copy__txt + .mv__copy__txt {
  margin-top: 7px;
  margin-top: 1.2962962963vw;
}

@media screen and (min-width: 768px), print {
  .mv .mv__copy .mv__copy__txt + .mv__copy__txt {
    margin-top: 11px;
  }
}
.mv .mv__txt {
  position: absolute;
  right: 20px;
  right: 3.7037037037vw;
  bottom: 60px;
  bottom: 11.1111111111vw;
  width: 82.1917808219%;
}

@media screen and (min-width: 768px), print {
  .mv .mv__txt {
    width: 38.8125%;
    right: 50px;
    right: 3.125vw;
    bottom: 90px;
    bottom: 5.625vw;
  }
}
.js-slide-text:nth-of-type(1) {
  -webkit-transition: color 0ms 0.5s;
  transition: color 0ms 0.5s;
}

.js-slide-text:nth-of-type(2) {
  -webkit-transition: color 0ms 0.8s;
  transition: color 0ms 0.8s;
}

.js-slide-text {
  color: transparent;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  padding: 0.05em 0.4em 0.15em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px), print {
  .js-slide-text {
    font-size: min(3.7894736842vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-slide-text {
    font-size: 5.4794520548vw;
  }
}
.js-slide-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  z-index: 2;
}

.js-slide-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  z-index: -1;
}

.js-slide-text.is-active {
  color: #fff;
}

.js-slide-text.is-active::before {
  -webkit-animation: before-slide 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
  animation: before-slide 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

.js-slide-text.is-active::after {
  -webkit-animation: after-grow 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
  animation: after-grow 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}

.js-slide-text:nth-of-type(2).is-active::before,
.js-slide-text:nth-of-type(2).is-active::after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.js-slide-text:nth-of-type(3).is-active::before,
.js-slide-text:nth-of-type(3).is-active::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes before-slide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  51% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes before-slide {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  51% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@-webkit-keyframes after-grow {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes after-grow {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.swiper-container {
  position: relative;
  background-color: #fff;
}

.swiper-container .swiper__capt {
  position: absolute;
  right: 20px;
  bottom: 27px;
  bottom: 2.7vw;
}

@media screen and (min-width: 768px), print {
  .swiper-container .swiper__capt {
    bottom: -2px;
  }
}
.swiper {
  position: relative;
  cursor: ew-resize;
  padding-left: 70px;
  padding-left: 7vw;
  padding-right: 70px;
  padding-right: 7vw;
  padding-bottom: 120px;
  padding-bottom: 12vw;
  margin-bottom: 60px;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px), print {
  .swiper {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
}
.swiper .swiper-container {
  padding-left: 125px;
}

.sec01 .ttl {
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -10px;
}

.sec01 .onayami-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 3.3vw;
}

@media screen and (min-width: 768px), print {
  .sec01 .onayami-list {
    grid-gap: 20px;
  }
}
.sec01 .onayami-list .onayami-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 55px 10px 10px 55px;
  background-color: #fff;
  padding: 5px;
}

.sec01 .onayami-list .icon {
  width: 21.2765957447%;
  margin-right: 3.1914893617%;
}

.sec01 .onayami-list .onayami__txt {
  line-height: 1.375;
  text-align: left;
}

.sec01 .sec01__txt__wrap {
  margin-top: 60px;
}

.sec01 .sec01__txt02 {
  margin-top: 0px;
  margin-top: 0vw;
  margin-bottom: 25px;
  margin-bottom: 4.6296296296vw;
}

@media screen and (min-width: 768px), print {
  .sec01 .sec01__txt02 {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.sec01 .sec01__txt03 {
  margin-top: 27px;
  margin-top: 5vw;
  margin-bottom: 30px;
  margin-bottom: 5.5555555556vw;
}

@media screen and (min-width: 768px), print {
  .sec01 .sec01__txt03 {
    margin-top: 27px;
    margin-bottom: 30px;
  }
}
.sec02 {
  padding-top: 50px;
  padding-top: 7.1428571429vw;
}

@media screen and (min-width: 768px), print {
  .sec02 {
    padding-top: 40px;
  }
}
.sec02 .sec02__txt {
  line-height: 1.5;
  margin-top: 7px;
  margin-top: 1.2962962963vw;
  margin-bottom: 30px;
  margin-bottom: 5.5555555556vw;
}

@media screen and (min-width: 768px), print {
  .sec02 .sec02__txt {
    margin-block: 7px 35px;
  }
}
.sec03 {
  background-image: url(../../media/images/import-reform/top/sec03_bg.gif);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: contain;
  padding-bottom: 20px;
}

.sec03 .ttl-bg {
  background-image: url(../../media/images/import-reform/top/sec03_ttl_bg.jpg);
}

.sec03 .case-block {
  position: relative;
  padding-block: 60px;
  padding-block: 8.5714285714vw;
}

@media screen and (min-width: 768px), print {
  .sec03 .case-block {
    padding-block: 50px;
  }
}
.sec03 .case-block:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 88.8888888889%;
  height: 2px;
  background-color: #000;
}

.sec03 .case-block .case__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 37.037037037%;
  color: #fff;
  background-color: #000;
  border-radius: 0px 25px 25px 0px;
  padding-block: 0.04em 0.16em;
}

.sec03 .case-block .case__ttl {
  line-height: 1.5;
  padding-top: 10px;
  padding-top: 1.4285714286vw;
}

@media screen and (min-width: 768px), print {
  .sec03 .case-block .case__ttl {
    padding-top: 10px;
  }
}
.sec03 .case-slider-content {
  overflow: hidden;
}

.sec03 .case-slider-content .case-slider {
  position: relative;
  width: 88.8888888889%;
  margin-inline: auto;
  padding-top: 15px;
  padding-top: 2.7777777778vw;
  padding-bottom: 40px;
  padding-bottom: 7.4074074074vw;
}

@media screen and (min-width: 768px), print {
  .sec03 .case-slider-content .case-slider {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.sec03 .case-slider-content .case-slider .swiper-wrapper .arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 13.6363636364%;
  -webkit-animation: arrow-move 1s ease-in-out infinite;
  animation: arrow-move 1s ease-in-out infinite;
}

.sec03 .case-slider-content .case-slider .swiper-slide {
  position: relative;
  overflow: visible;
}

.sec03 .case-slider-content .case-slider .swiper-slide .icon {
  z-index: 2;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 18.1818181818%;
}

.sec03 .case-slider-content .case-slider .swiper-pagination {
  line-height: 1;
  bottom: 0;
}

.sec03 .case-slider-content .case-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  background-color: #fff;
  opacity: 1 !important;
  margin-inline: 6px;
}

.sec03 .case-slider-content .case-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #000;
  background-color: #000;
}

@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translateX(-20px) translateY(-50%);
    transform: translateX(-20px) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 0;
  }
}
@keyframes arrow-move {
  0% {
    -webkit-transform: translateX(-20px) translateY(-50%);
    transform: translateX(-20px) translateY(-50%);
  }
  50% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20px) translateY(-50%);
    transform: translateX(20px) translateY(-50%);
    opacity: 0;
  }
}
.sec04 .ttl-bg {
  background-image: url(../../media/images/import-reform/top/sec04_ttl_bg.jpg);
}

.sec04 .ttl-bg .ttl-bg__img + .ttl-bg__img {
  margin-top: 85px;
  margin-top: 15.7407407407vw;
}

@media screen and (min-width: 768px), print {
  .sec04 .ttl-bg .ttl-bg__img + .ttl-bg__img {
    margin-top: 80px;
  }
}
.sec04 .reason-block {
  position: relative;
}

.sec04 .reason-block + .reason-block {
  margin-top: 45px;
  margin-top: 8.3333333333vw;
}

@media screen and (min-width: 768px), print {
  .sec04 .reason-block + .reason-block {
    margin-top: 45px;
  }
}
.sec04 .reason-block .reason__img .reason__icon {
  position: absolute;
  top: -10px;
  left: -13px;
  width: 18.75%;
}

.sec04 .reason-block .reason__ttl {
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 0.45em;
  margin-bottom: 0.2em;
}

.sec04 .reason-block .reason__ttl span {
  line-height: 0.8;
}

.sec05 .sec05__ttl {
  padding-top: 40px;
  padding-top: 7.4074074074vw;
}

@media screen and (min-width: 768px), print {
  .sec05 .sec05__ttl {
    padding-top: 40px;
  }
}
.sec05 .ttl {
  line-height: 1.3529411765;
  text-align: center;
  border-top: 2px solid #000;
}

.sec-footer {
  text-align: center;
}

.sec-footer .logo__wrap {
  padding-top: 50px;
  padding-top: 9.2592592593vw;
  padding-bottom: 30px;
  padding-bottom: 5.5555555556vw;
}

@media screen and (min-width: 768px), print {
  .sec-footer .logo__wrap {
    padding-block: 60px 40px;
  }
}
.sec-footer .logo {
  width: 33.3333333333%;
  margin-inline: auto;
}

.sec-footer .logo a {
  display: block;
}

@media screen and (min-width: 768px), print {
  .sec-footer .txt {
    font-size: min(1.4736842105vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-footer .txt {
    font-size: 3.2876712329vw;
  }
}
.sec-footer .copyright {
  letter-spacing: 0.05em;
}

.js-underline {
  position: relative;
  z-index: 1;
  padding-inline: 3px;
}

.js-underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 10px;
  background: #ffd941;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  border-radius: 3px;
}

.js-underline.is-active:after {
  width: 100%;
}

/* フェードインの初期状態 */
.js-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  /* 1秒かけてアニメーション */
}

/* フェードイン・アップの初期状態 */
.js-fadeIn-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  /* 開始位置を下に20pxずらす */
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

/* 共通のアニメーション後（表示状態） */
.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style-reform.css.map */
