/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_en {
  font-family: "Roboto", sans-serif !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  text-decoration: underline; /* 2 */
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  color: inherit; /* 2 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
foundation > base
------------------------------
*/
body {
  line-height: 1.75;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3B3E41;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
main {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 86px;
  }
}
.body-wrapper {
  position: relative;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}

a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}
.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/*!
component > title
------------------------------
*/
.c_title01__en {
  color: #fff;
  background-color: #FF7800;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0px 12px;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c_title01__en {
    font-size: clamp(
      1rem,
      0.4807692308vw + 0.7692307692rem,
      1.25rem
  );
    padding: 0px 12px;
    min-width: 150px;
  }
}
.c_title01__jp {
  color: #FF7800;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  display: block;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .c_title01__jp {
    font-size: clamp(
      2.5rem,
      4.8076923077vw + 0.1923076923rem,
      5rem
  );
    margin-top: 19px;
  }
}
.c_title01__jp01 {
  color: #FF7800;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  display: block;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .c_title01__jp01 {
    font-size: clamp(
      2.5rem,
      2.4038461538vw + 1.3461538462rem,
      3.75rem
  );
    margin-top: 19px;
  }
}
.c_title01_green .c_title01__en {
  background-color: #308F56;
}

.c_title01_green .c_title01__jp, .c_title01_green .c_title01__jp01 {
  color: #308F56;
}

.c_title01_blue .c_title01__en {
  background-color: #0862B3;
}

.c_title01_blue .c_title01__jp, .c_title01_blue .c_title01__jp01 {
  color: #0862B3;
}

.c_title02 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .c_title02 {
    font-size: clamp(
      1.75rem,
      1.4423076923vw + 1.0576923077rem,
      2.5rem
  );
  }
}
.c_title02_orange {
  color: #FF7800;
  letter-spacing: 0;
}

.c_title03 {
  background-color: #FF7800;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 0.05em;
  line-height: 1.25;
  font-weight: 500;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .c_title03 {
    padding: 9px 20px 11px 20px;
    font-size: clamp(
      1.625rem,
      0.7211538462vw + 1.2788461538rem,
      2rem
  );
  }
}
/*!
component > Text
------------------------------
*/
.c_txt14 {
  font-size: 0.75rem;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_txt14 {
    font-size: 0.875rem;
  }
}
.c_txt16 {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_txt16 {
    font-size: 1rem;
  }
}
.c_txt18 {
  font-size: 1rem;
  line-height: 1.7777777778;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_txt18 {
    font-size: 1.125rem;
  }
}
.c_txt20 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_txt20 {
    font-size: 1.25rem;
  }
}
.c_txt32 {
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_txt32 {
    font-size: clamp(
      1.625rem,
      0.7211538462vw + 1.2788461538rem,
      2rem
  );
  }
}
.c_txt24 {
  font-size: 1.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_txt24 {
    font-size: clamp(
      1.25rem,
      0.4807692308vw + 1.0192307692rem,
      1.5rem
  );
  }
}
/*!
component > btn
------------------------------
*/
.c_totop {
  position: fixed;
  right: 20px;
  bottom: 60px;
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  transform: translateY(150px);
  transition: 0.5s;
  font-size: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 9;
  background: #045FB2;
  border-radius: 40px;
  border: 2px solid #fff;
}

@media screen and (min-width: 768px) {
  .c_totop {
    right: 60px;
    bottom: 69px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 3px solid #fff;
  }
}
.c_totop::before {
  position: absolute;
  top: 50%;
  left: 11px;
  content: "";
  width: 12px;
  height: 3px;
  background: #fff;
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .c_totop::before {
    left: 15px;
    width: 15px;
  }
}
.c_totop::after {
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
  width: 12px;
  height: 3px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c_totop::after {
    right: 15px;
    width: 15px;
  }
}
.c_totop:hover {
  transform: translateY(-20px) !important;
}

.c_btn {
  background-color: #fff;
  color: #FF7800;
  border: 1px solid #FF7800;
  padding: 11px 55px 12px 20px;
  display: inline-block;
  position: relative;
  min-width: 100%;
  border-radius: 36px;
}

@media screen and (min-width: 768px) {
  .c_btn {
    min-width: clamp(
      21.25rem,
      11.0576923077vw + 15.9423076923rem,
      27rem
  );
    border: 2px solid #FF7800;
    padding: 12px clamp(
      4.0625rem,
      0.8413461538vw + 3.6586538462rem,
      4.5rem
  ) 13px clamp(
      1.875rem,
      0.9615384615vw + 1.4134615385rem,
      2.375rem
  );
  }
}
.c_btn__txt {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .c_btn__txt {
    font-size: clamp(
      1rem,
      0.4807692308vw + 0.7692307692rem,
      1.25rem
  );
  }
}
.c_btn__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .c_btn__icon {
    right: 20px;
  }
}
.c_btn__icon circle, .c_btn__icon path {
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .c_btn:hover {
    background-color: #FF7800;
    color: #fff;
  }
  .c_btn:hover .c_btn__icon {
    transform: translate(4px, -50%);
  }
  .c_btn:hover .c_btn__icon circle {
    fill: #fff;
  }
  .c_btn:hover .c_btn__icon path {
    fill: #FF7800;
  }
}
.c_btn01 {
  background-color: #045FB2;
  min-width: 240px;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: inline-block;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .c_btn01 {
    font-size: 1.25rem;
    padding: 24px 40px;
    min-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .c_btn01:hover {
    opacity: 0.8;
  }
}
/*!
component > Pagination
------------------------------
*/
.c_pagination {
  text-align: center;
}

.c_pagination span, .c_pagination a {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: #FF7800;
  border: 1px solid #FF7800;
  padding: 0 0 2px 2px;
  margin: 5px;
}

@media screen and (min-width: 768px) {
  .c_pagination span, .c_pagination a {
    font-size: 1rem;
    margin: 6px;
  }
}
.c_pagination span.current {
  background-color: #fff;
  color: #FF7800;
}

.c_pagination .previouspostslink {
  color: #FF7800;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c_pagination .previouspostslink {
    margin-right: 18px;
  }
}
.c_pagination .previouspostslink::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #fff;
  left: calc(50% - 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.c_pagination .nextpostslink {
  color: #FF7800;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c_pagination .nextpostslink {
    margin-left: 18px;
  }
}
.c_pagination .nextpostslink::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  left: calc(50% + 1px);
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

/*!
component > Lits
------------------------------
*/
.c_list01 {
  display: grid;
  grid-gap: 20px 20px;
}

@media screen and (min-width: 768px) {
  .c_list01 {
    grid-gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.c_list01__img {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c_list01__img {
    margin-bottom: 11px;
  }
}
.c_list01__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/250;
  object-fit: cover;
  object-position: center;
}

.c_list01 .c_txt14 {
  margin-bottom: 2px;
}

.c_list02 {
  display: grid;
  grid-gap: 20px 20px;
}

@media screen and (min-width: 768px) {
  .c_list02 {
    grid-gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
  }
}
.c_listpost__item {
  background-color: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
}

@media screen and (min-width: 768px) {
  .c_listpost__item {
    display: flex;
    align-items: center;
    padding: 28px 40px;
    margin-bottom: 20px;
  }
}
.c_listpost .c_txt16 {
  line-height: 2;
  margin-bottom: 7px;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .c_listpost .c_txt16 {
    margin-bottom: 0;
  }
}
.c_listpost .c_txt20 {
  letter-spacing: 0;
  line-height: 1.6;
}

.c_listpost__date {
  display: block;
}

@media screen and (min-width: 768px) {
  .c_listpost__date {
    text-align: center;
    width: clamp(
      7.5rem,
      5.6490384615vw + 4.7884615385rem,
      10.4375rem
  );
  }
}
.c_listpost__txt {
  display: flex;
}

@media screen and (min-width: 768px) {
  .c_listpost__txt {
    width: calc(100% - clamp(
      7.5rem,
      5.6490384615vw + 4.7884615385rem,
      10.4375rem
  ));
    padding-left: clamp(
      2.5rem,
      2.0432692308vw + 1.5192307692rem,
      3.5625rem
  );
  }
}
/*!
component > Box
------------------------------
*/
@media screen and (min-width: 768px) {
  .c_box01 {
    display: flex;
  }
}
.c_box01__img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c_box01__img {
    margin-bottom: 0;
    width: 50%;
    padding-right: 26px;
  }
}
@media screen and (min-width: 768px) {
  .c_box01__content {
    width: 50%;
    padding-left: clamp(
      0.875rem,
      3.125vw + -0.625rem,
      2.5rem
  );
  }
}
.c_box01__content .c_title02 {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .c_box01__content .c_title02 {
    margin-bottom: 25px;
  }
}
.c_box01__content .c_txt16 {
  letter-spacing: 0.05em;
}

.c_box01__btn {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .c_box01__btn {
    padding-top: 40px;
  }
}
.c_box01_reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .c_box01_reverse .c_box01__img {
    padding-right: 0;
    padding-left: 26px;
  }
}
@media screen and (min-width: 768px) {
  .c_box01_reverse .c_box01__content {
    padding-left: 0;
    padding-right: clamp(
      0.875rem,
      3.125vw + -0.625rem,
      2.5rem
  );
  }
}
/*!
component > Banner
------------------------------
*/
.c_banner {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  color: #36955C;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c_banner {
    text-align: left;
    display: flex;
    max-width: clamp(
      43rem,
      56.7307692308vw + 15.7692307692rem,
      72.5rem
  );
  }
}
.c_banner__label {
  display: inline-block;
  border: 1px solid #35955B;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 4px 15px;
  border-radius: 30px;
  color: #36955C;
}

@media screen and (min-width: 768px) {
  .c_banner__label {
    padding: 5px clamp(
      1.25rem,
      1.2019230769vw + 0.6730769231rem,
      1.875rem
  ) 5px clamp(
      1.25rem,
      0.2403846154vw + 1.1346153846rem,
      1.375rem
  );
    border: 2px solid #35955B;
    font-size: clamp(
      1.25rem,
      0.9615384615vw + 0.7884615385rem,
      1.75rem
  );
  }
}
@media screen and (min-width: 768px) {
  .c_banner__title {
    margin-top: clamp(
      -2.625rem,
      -5.0480769231vw + 2.4230769231rem,
      0rem
  );
    margin-left: 4px;
  }
}
.c_banner__title__icon01 {
  position: relative;
  width: 20px;
  top: 10px;
  margin: 0 -5px 0px -5px;
}

@media screen and (min-width: 768px) {
  .c_banner__title__icon01 {
    width: clamp(
      1.75rem,
      1.9230769231vw + 0.8269230769rem,
      2.75rem
  );
    top: clamp(
      0.75rem,
      0.7211538462vw + 0.4038461538rem,
      1.125rem
  );
    margin: 0 -2px 0px -9px;
  }
}
.c_banner__title__icon02 {
  position: relative;
  width: 25px;
  top: 12px;
  margin: 0 -5px 0px -5px;
}

@media screen and (min-width: 768px) {
  .c_banner__title__icon02 {
    width: clamp(
      2.125rem,
      2.4038461538vw + 0.9711538462rem,
      3.375rem
  );
    top: clamp(
      0.875rem,
      0.8413461538vw + 0.4711538462rem,
      1.3125rem
  );
    margin: 0 -2px 0px -9px;
  }
}
.c_banner__title__01 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c_banner__title__01 {
    font-size: clamp(
      1.75rem,
      2.4038461538vw + 0.5961538462rem,
      3rem
  );
  }
}
.c_banner__title__02 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  display: inline-block;
  position: relative;
  color: #308F56;
}

@media screen and (min-width: 768px) {
  .c_banner__title__02 {
    top: 2px;
    font-size: clamp(
      2.375rem,
      5.0480769231vw + -0.0480769231rem,
      5rem
  );
  }
}
.c_banner__txt {
  width: 100%;
  padding: 30px 20px 25px 20px;
}

@media screen and (min-width: 768px) {
  .c_banner__txt {
    width: calc(100% - clamp(
      18.75rem,
      21.3942307692vw + 8.4807692308rem,
      29.875rem
  ));
    padding: clamp(
      1.875rem,
      3.125vw + 0.375rem,
      3.5rem
  ) 0 clamp(
      1.25rem,
      1.8028846154vw + 0.3846153846rem,
      2.1875rem
  ) clamp(
      1.875rem,
      2.6442307692vw + 0.6057692308rem,
      3.25rem
  );
  }
}
.c_banner__img {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c_banner__img {
    width: clamp(
      18.75rem,
      21.3942307692vw + 8.4807692308rem,
      29.875rem
  );
  }
}
.c_banner__img img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  aspect-ratio: 30/16;
}

@media screen and (min-width: 768px) {
  .c_banner__img img {
    aspect-ratio: 956/460;
    width: 100%;
    object-position: left center;
  }
}
.c_banner01 {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

.c_banner01__inner {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  padding: 40px 20px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .c_banner01__inner {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(
      1.25rem,
      2.7644230769vw + -0.0769230769rem,
      2.6875rem
  ) clamp(
      2.5rem,
      2.1634615385vw + 1.4615384615rem,
      3.625rem
  ) clamp(
      1.25rem,
      2.7644230769vw + -0.0769230769rem,
      2.6875rem
  ) clamp(
      2.5rem,
      3.0048076923vw + 1.0576923077rem,
      4.0625rem
  );
  }
}
.c_banner01__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c_banner01__item {
    margin-bottom: 0;
  }
}
.c_banner01__item img {
  width: 100%;
}

.c_banner01__item.item_01 {
  width: 140px;
  margin: 0 auto 30px auto;
}

@media screen and (min-width: 768px) {
  .c_banner01__item.item_01 {
    margin: 0;
    width: 189px;
    padding-top: 10px;
  }
}
.c_banner01__item.item_02 {
  width: 260px;
  margin: 0 auto 30px auto;
}

@media screen and (min-width: 768px) {
  .c_banner01__item.item_02 {
    margin-bottom: 0;
    width: 403px;
    margin-right: clamp(
      1.875rem,
      3.2451923077vw + 0.3173076923rem,
      3.5625rem
  );
    margin-left: clamp(
      2.5rem,
      4.8076923077vw + 0.1923076923rem,
      5rem
  );
  }
}
.c_banner01__item.item_03 {
  width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c_banner01__item.item_03 {
    margin: 0;
    width: 313px;
  }
}
/*!
component > Gnavi
------------------------------
*/
.c_gnavi {
  padding: 30px 20px 80px 20px;
}

@media screen and (min-width: 768px) {
  .c_gnavi {
    padding: 0;
  }
}
.c_gnavi__link {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #3B3E41;
}

@media screen and (min-width: 768px) {
  .c_gnavi__link {
    border-bottom: none;
    width: auto;
    padding: 0;
  }
}
.c_gnavi__link__icon {
  display: block;
  position: relative;
  top: 1px;
}

.c_gnavi__link__txt {
  display: block;
  padding-left: 7px;
  color: #333;
}

@media screen and (min-width: 768px) {
  .c_gnavi__list {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi__list__item {
    margin-left: clamp(
      2.1875rem,
      3.3653846154vw + 0.5721153846rem,
      3.9375rem
  );
  }
}
.c_gnavi__list__item:first-child {
  margin-left: 0;
}

.c_gnavi__list__item:first-child .c_gnavi__link {
  border-top: 1px solid #3B3E41;
}

@media screen and (min-width: 768px) {
  .c_gnavi__list__item:first-child .c_gnavi__link {
    border: none;
  }
}
/*!
component > Text
------------------------------
*/
.c_news {
  background-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  padding: 10px 20px;
  width: 80%;
}

@media screen and (min-width: 768px) {
  .c_news {
    width: 100%;
    max-width: clamp(
      31.25rem,
      16.5865384615vw + 23.2884615385rem,
      39.875rem
  );
    padding: clamp(
      0.9375rem,
      0.4807692308vw + 0.7067307692rem,
      1.1875rem
  ) 40px clamp(
      0.625rem,
      0.4807692308vw + 0.3942307692rem,
      0.875rem
  ) clamp(
      2.5rem,
      2.1634615385vw + 1.4615384615rem,
      3.625rem
  );
  }
}
.c_news__inner {
  overflow: auto;
  max-height: 60px;
}

@media screen and (min-width: 768px) {
  .c_news__inner {
    max-height: 108px;
  }
}
.c_news__inner::-webkit-scrollbar {
  width: 8px;
}

.c_news__inner::-webkit-scrollbar-track {
  background-color: rgba(128, 128, 128, 0.1);
  border-radius: 8px;
}

.c_news__inner::-webkit-scrollbar-thumb {
  background: #FF7800;
  border-radius: 8px;
}

.c_news__inner::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.c_news__date {
  display: block;
  line-height: 2;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c_news__date {
    width: clamp(
      4.0625rem,
      1.8028846154vw + 3.1971153846rem,
      5rem
  );
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
    flex-shrink: 0;
  }
}
.c_news__txt {
  display: block;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 768px) {
  .c_news__txt {
    width: calc(100% - clamp(
      4.0625rem,
      1.8028846154vw + 3.1971153846rem,
      5rem
  ));
    padding-left: 25px;
    height: 32px;
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}
.c_news__ttl {
  background-color: #0862B3;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -30px;
  top: -30px;
}

@media screen and (min-width: 768px) {
  .c_news__ttl {
    width: clamp(
      4.0625rem,
      2.0432692308vw + 3.0817307692rem,
      5.125rem
  );
    height: clamp(
      4.0625rem,
      2.0432692308vw + 3.0817307692rem,
      5.125rem
  );
    left: clamp(
      -2.5rem,
      -0.8413461538vw + -1.6586538462rem,
      -2.0625rem
  );
    top: clamp(
      -2.3125rem,
      -0.4807692308vw + -1.8317307692rem,
      -2.0625rem
  );
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}
.c_news__item {
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  .c_news__item {
    display: flex;
    margin-bottom: 4px;
  }
}
.c_mv01 {
  position: relative;
}

.c_mv01__img {
  position: relative;
  z-index: 1;
}

.c_mv01__img img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: 30% 50%;
}

@media screen and (min-width: 768px) {
  .c_mv01__img img {
    min-height: 460px;
  }
}
.c_mv01__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .c_mv01__inner {
    padding: clamp(
      1.25rem,
      4.0865384615vw + -0.7115384615rem,
      3.375rem
  ) clamp(
      2.5rem,
      9.2548076923vw + -1.9423076923rem,
      7.3125rem
  );
  }
}
.c_mv01__inner .title_img {
  width: 75vw;
  display: block;
  margin-right: 0;
  margin-left: auto;
  max-width: 310px;
}

@media screen and (min-width: 768px) {
  .c_mv01__inner .title_img {
    max-width: 950px;
    width: clamp(
      26.5625rem,
      63.1009615385vw + -3.7259615385rem,
      59.375rem
  );
  }
}
.c_mv01 .c_news {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c_mv01 .c_news {
    bottom: clamp(
      2.5rem,
      5.1682692308vw + 0.0192307692rem,
      5.1875rem
  );
  }
}
.c_mv02 {
  height: 140px;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c_mv02 {
    height: 230px;
  }
}
.c_mv02__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.c_mv02__img img {
  height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c_mv02__title__jp {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  display: block;
  margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .c_mv02__title__jp {
    margin-bottom: 5px;
    font-size: clamp(
      2.5rem,
      4.8076923077vw + 0.1923076923rem,
      5rem
  );
  }
}
.c_mv02__title__en {
  display: block;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c_mv02__title__en {
    font-size: clamp(
      1rem,
      0.4807692308vw + 0.7692307692rem,
      1.25rem
  );
  }
}
.c_mv02__inner {
  padding: 20px 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c_mv02__inner {
    padding: 42px 40px 30px 40px;
  }
}
.c_mv02_orange .c_mv02__title {
  color: #FF7800;
}

.c_mv02_orange .c_mv02__title__en {
  color: #333333;
  font-weight: 700;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/*!
component > footer
------------------------------
*/
.c_footer {
  background-color: #FF7800;
  padding: 50px 20px 20px 20px;
  margin-top: 80px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .c_footer {
    margin-top: clamp(
      5rem,
      8.6538461538vw + 0.8461538462rem,
      9.5rem
  );
    padding: clamp(
      5rem,
      2.8846153846vw + 3.6153846154rem,
      6.5rem
  ) clamp(
      2.5rem,
      0.8413461538vw + 2.0961538462rem,
      2.9375rem
  ) 20px clamp(
      2.5rem,
      1.2019230769vw + 1.9230769231rem,
      3.125rem
  );
  }
}
.c_footer__logo {
  display: block;
  width: 73.5px;
  flex-shrink: 0;
  margin: 0 auto 10px auto;
}

@media screen and (min-width: 768px) {
  .c_footer__logo {
    margin: 0;
    width: 147px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer__txt {
    padding-left: clamp(
      2.5rem,
      4.0865384615vw + 0.5384615385rem,
      4.625rem
  );
    padding-top: 5px;
  }
}
.c_footer__txt .c_txt32 {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .c_footer__txt .c_txt32 {
    margin-bottom: 12px;
  }
}
.c_footer__txt .c_txt16 {
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .c_footer__txt .c_txt16 {
    margin-bottom: 15px;
  }
}
.c_footer__txt .c_txt16:last-child {
  margin-bottom: 0;
}

.c_footer__content {
  text-align: center;
  max-width: 562px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .c_footer__content {
    text-align: left;
    display: flex;
  }
}
.c_footer__end {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
}

@media screen and (min-width: 768px) {
  .c_footer__end {
    padding: clamp(
      2.8125rem,
      4.5673076923vw + 0.6201923077rem,
      5.1875rem
  ) 0 0 0;
  }
}
.c_footer__end .c_txt16 {
  letter-spacing: 0.2em;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c_footer__end .c_txt16 {
    font-size: 1rem;
  }
}
/*!
component > header
------------------------------
*/
.c_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}

.c_header__inner {
  padding: 8px 20px;
}

@media screen and (min-width: 768px) {
  .c_header__inner {
    padding: 9px clamp(
      10rem,
      9.6153846154vw + 5.3846153846rem,
      15rem
  ) 12px clamp(
      2.5rem,
      1.4423076923vw + 1.8076923077rem,
      3.25rem
  );
  }
}
.c_header__logo .logo {
  display: inline-block;
  width: 42px;
}

@media screen and (min-width: 768px) {
  .c_header__logo .logo {
    width: 62px;
  }
}
.c_header__logo .logo img {
  width: 100%;
}

.c_header__btn {
  position: absolute;
  right: 65px;
  top: 8px;
  background-color: #045FB2;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  text-align: center;
  display: block;
  transition: 0.5s;
  padding: 12px 10px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c_header__btn {
    right: 25px;
    top: 11px;
    width: clamp(
      6.875rem,
      3.7259615385vw + 5.0865384615rem,
      8.8125rem
  );
    height: clamp(
      6.875rem,
      3.7259615385vw + 5.0865384615rem,
      8.8125rem
  );
    padding: 30px 10px;
  }
}
.c_header__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #045FB2;
  right: 5px;
  bottom: -2px;
  position: absolute;
  transform: rotate(113deg);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c_header__btn::after {
    border-top: 35px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 30px solid #045FB2;
    right: 8px;
    bottom: -2px;
  }
}
.c_header__btn__icon {
  display: inline-block;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .c_header__btn__icon {
    width: clamp(
      1.875rem,
      1.4423076923vw + 1.1826923077rem,
      2.625rem
  );
    margin-bottom: -2px;
  }
}
.c_header__btn__txt {
  display: none;
  color: #fff;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .c_header__btn__txt {
    display: block;
    font-size: clamp(
      0.875rem,
      0.4807692308vw + 0.6442307692rem,
      1.125rem
  );
  }
}
@media screen and (min-width: 768px) {
  .c_header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c_header__content {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  display: none;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .c_header__content {
    top: 0;
    height: auto;
    width: auto;
    position: relative;
    display: block;
    padding-top: 12px;
  }
}
.c_toggle {
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle::after {
  position: absolute;
  bottom: 8px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #FF7800;
  transition: 0.5s;
  border-radius: 3px;
}

.c_toggle::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #FF7800;
  transition: 0.5s;
  border-radius: 3px;
}

.c_toggle.active::before {
  transform: translate(0, 6px) rotate(45deg);
}

.c_toggle.active::after {
  transform: translate(0, -5px) rotate(-45deg);
}

/*!
component > Other
------------------------------

- c_parallax
*/
.c_parallax {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.c_parallax video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}

.c_parallax::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.83);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

/*!
- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF7800;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}

.c_loading__content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.c_loading__item {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}

.c_loading__item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}

.c_loading__item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #045FB2;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}
#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1em;
  background-color: #fff;
  color: #045FB2;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #fff;
}

#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}
#cookiewrap .inner .txt a {
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .c_tel {
    pointer-events: none;
  }
}
/*!
layout > container
------------------------------
*/
.l_container {
  width: unset;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .l_container {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }
  .l_container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
}
/*!
page > common > common
------------------------------
*/
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_check {
  background-color: #0862B3;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  color: #fff;
  transform: rotate(9deg);
  text-align: center;
  padding: 20px 5px;
}
@media screen and (min-width: 768px) {
  .c_check {
    width: clamp(
      8.75rem,
      6.0096153846vw + 5.8653846154rem,
      11.875rem
  );
    height: clamp(
      8.75rem,
      6.0096153846vw + 5.8653846154rem,
      11.875rem
  );
    padding: clamp(
      2.1875rem,
      2.1634615385vw + 1.1490384615rem,
      3.3125rem
  ) 20px clamp(
      2.1875rem,
      2.1634615385vw + 1.1490384615rem,
      3.3125rem
  ) 20px;
  }
}
.c_check__en {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c_check__en {
    font-size: clamp(
      1.5rem,
      1.9230769231vw + 0.5769230769rem,
      2.5rem
  );
    margin-bottom: 1px;
  }
}
.c_check__jp {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c_check__jp {
    margin-left: 2px;
    font-size: clamp(
      0.875rem,
      0.2403846154vw + 0.7596153846rem,
      1rem
  );
  }
}
.c_check__icon {
  display: inline-block;
  width: 28px;
  transform: rotate(-10deg);
}
@media screen and (min-width: 768px) {
  .c_check__icon {
    width: clamp(
      2.5rem,
      1.9230769231vw + 1.5769230769rem,
      3.5rem
  );
    transform: rotate(-10deg);
    margin-top: 4px;
    margin-left: -6px;
  }
}

.p_top01 {
  padding: 60px 20px 0px 20px;
}
@media screen and (min-width: 768px) {
  .p_top01 {
    padding: clamp(
      5rem,
      4.6875vw + 2.75rem,
      7.4375rem
  ) 10px clamp(
      5rem,
      4.6875vw + 2.75rem,
      7.4375rem
  ) clamp(
      2.5rem,
      12.0192307692vw + -3.2692307692rem,
      8.75rem
  );
    display: flex;
    justify-content: space-between;
  }
}
.p_top01__left {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_top01__left {
    width: calc(100% - clamp(
      21.875rem,
      43.8701923077vw + 0.8173076923rem,
      44.6875rem
  ));
    padding-top: 15px;
    max-width: 735px;
  }
}
.p_top01__left .c_check {
  position: absolute;
  right: 60px;
  bottom: -110px;
}
@media screen and (min-width: 768px) {
  .p_top01__left .c_check {
    right: clamp(
      -10.625rem,
      65vw + -71.5625rem,
      -6.5625rem
  );
    bottom: -82px;
  }
}
.p_top01__left .c_title01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top01__left .c_title01 {
    margin-bottom: clamp(
      1.875rem,
      1.3221153846vw + 1.2403846154rem,
      2.5625rem
  );
  }
}
.p_top01__left .c_txt16 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p_top01__left .c_txt16 {
    margin-bottom: clamp(
      1.375rem,
      0.7211538462vw + 1.0288461538rem,
      1.75rem
  );
  }
}
.p_top01__right {
  margin-top: 140px;
}
@media screen and (min-width: 768px) {
  .p_top01__right {
    margin-top: 0;
    flex-shrink: 0;
    width: clamp(
      21.875rem,
      43.8701923077vw + 0.8173076923rem,
      44.6875rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top02__left {
    width: calc(100% - clamp(
      21.875rem,
      28.4855769231vw + 8.2019230769rem,
      36.6875rem
  ));
    padding-right: clamp(
      2.5rem,
      3.9663461538vw + 0.5961538462rem,
      4.5625rem
  );
  }
}
.p_top02__left .c_list01 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_top02__left .c_list01 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p_top02__right {
    padding-top: 2px;
    width: clamp(
      21.875rem,
      28.4855769231vw + 8.2019230769rem,
      36.6875rem
  );
    flex-shrink: 0;
  }
}
.p_top02__right .c_title01 {
  margin-bottom: 25px;
}
.p_top02__right .c_txt18 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p_top02__right .c_txt18 {
    margin-bottom: 0;
    padding-left: 2px;
  }
}
.p_top02__inner {
  padding: 60px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top02__inner {
    display: flex;
    flex-direction: row-reverse;
    padding: clamp(
      5rem,
      3.8461538462vw + 3.1538461538rem,
      7rem
  ) clamp(
      2.5rem,
      12.0192307692vw + -3.2692307692rem,
      8.75rem
  ) clamp(
      5rem,
      1.5625vw + 4.25rem,
      5.8125rem
  ) clamp(
      2.5rem,
      2.4038461538vw + 1.3461538462rem,
      3.75rem
  );
  }
}
.p_top02__banner {
  padding: 0 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top02__banner {
    padding: 0 40px clamp(
      1.875rem,
      1.5625vw + 1.125rem,
      2.6875rem
  ) 40px;
  }
}
.p_top03 {
  padding: 60px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top03 {
    padding: clamp(
      5rem,
      4.6875vw + 2.75rem,
      7.4375rem
  ) clamp(
      2.5rem,
      0vw + 2.5rem,
      2.5rem
  ) 0 clamp(
      2.5rem,
      1.4423076923vw + 1.8076923077rem,
      3.25rem
  );
  }
}
.p_top03 .c_title01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_top03 .c_title01 {
    margin-bottom: clamp(
      2.5rem,
      1.2019230769vw + 1.9230769231rem,
      3.125rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_top03__content {
    padding-left: clamp(
      0rem,
      9.0144230769vw + -4.3269230769rem,
      4.6875rem
  );
    padding-right: clamp(
      0rem,
      1.3221153846vw + -0.6346153846rem,
      0.6875rem
  );
  }
}
.p_top04 {
  padding: 60px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p_top04 {
    padding: clamp(
      5rem,
      5.5288461538vw + 2.3461538462rem,
      7.875rem
  ) clamp(
      2.5rem,
      0vw + 2.5rem,
      2.5rem
  ) 0 clamp(
      2.5rem,
      1.4423076923vw + 1.8076923077rem,
      3.25rem
  );
  }
}
.p_top04 .c_title02 {
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p_top04 .c_title02 {
    margin-bottom: clamp(
      2.5rem,
      0.1201923077vw + 2.4423076923rem,
      2.5625rem
  );
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_about01 {
  padding: 50px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .p_about01 {
    padding: 40px 40px 0 40px;
  }
}
.p_about01__img {
  max-width: 1346px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px;
  left: -5px;
}
@media screen and (min-width: 768px) {
  .p_about01__img {
    left: clamp(
      -0.9375rem,
      -1.8028846154vw + 0.8653846154rem,
      0rem
  );
    margin-bottom: 11px;
  }
}
.p_about01__content {
  max-width: 1004px;
  margin: 0 auto;
}
.p_about01__content .c_txt18 {
  line-height: 2.2222222222;
}
.p_about01__box {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  padding: 30px 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1242px;
}
@media screen and (min-width: 768px) {
  .p_about01__box {
    margin-top: 77px;
    padding: clamp(
      3.75rem,
      4.0865384615vw + 1.7884615385rem,
      5.875rem
  ) 40px clamp(
      3.75rem,
      5.8894230769vw + 0.9230769231rem,
      6.8125rem
  ) 40px;
  }
}
.p_about01__box__img {
  max-width: 936px;
  margin: 0 auto;
}
.p_about02 {
  padding: 60px 0 0 0;
}
@media screen and (min-width: 768px) {
  .p_about02 {
    padding: clamp(
      5rem,
      7.6923076923vw + 1.3076923077rem,
      9rem
  ) 0 0 0;
  }
}
.p_about02 .c_box01 {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01 {
    padding-left: 0;
    padding-right: clamp(
      2.5rem,
      21.6346153846vw + -7.8846153846rem,
      13.75rem
  );
    margin-bottom: clamp(
      7.5rem,
      12.3798076923vw + 1.5576923077rem,
      13.9375rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01_reverse {
    padding-right: 0;
    padding-left: clamp(
      2.5rem,
      21.6346153846vw + -7.8846153846rem,
      13.75rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01.custom {
    margin-bottom: clamp(
      5rem,
      5.5288461538vw + 2.3461538462rem,
      7.875rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01.custom .c_box01__content {
    padding-left: clamp(
      0.875rem,
      4.5673076923vw + -1.3173076923rem,
      3.25rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01.custom .c_box01__btn {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01:first-child .c_box01__content {
    padding-top: 11px;
  }
}
.p_about02 .c_box01:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01:last-child .c_box01__img {
    padding-top: 9px;
  }
}
@media screen and (min-width: 768px) {
  .p_about02 .c_box01:last-child .c_box01__btn {
    padding-top: 35px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_date {
  overflow: auto;
}
.c_date__th {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.c_date__th__item {
  background-color: rgba(48, 143, 86, 0.14);
  border-right: 1px solid #FFFFFF;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-size: 0.75rem;
  padding: 6px 10px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c_date__th__item {
    font-size: 0.875rem;
    padding: 8px 10px 8px 10px;
  }
}
.c_date__th__item:first-child {
  border-left: 1px solid #FFFFFF;
}
.c_date__inner {
  min-width: 775px;
}
.c_date__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  border-top: 1px solid #DCDCDC;
  border-left: 1px solid #DCDCDC;
}
.c_date__content .num {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 4px 3px;
}
@media screen and (min-width: 768px) {
  .c_date__content .num {
    padding: 5px 3px;
    font-size: clamp(
      0.75rem,
      0.2403846154vw + 0.6346153846rem,
      0.875rem
  );
  }
}
.c_date__content .num:after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 100%;
  height: 100%;
  background-color: #308F56;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c_date__content .kal {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #308F56;
  position: absolute;
  right: 15px;
  top: 13px;
  opacity: 0.67;
}
@media screen and (min-width: 768px) {
  .c_date__content .kal {
    font-size: clamp(
      0.75rem,
      0.2403846154vw + 0.6346153846rem,
      0.875rem
  );
    right: 14px;
    top: 14px;
  }
}
.c_date__content .title {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1428571429;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c_date__content .title {
    font-size: clamp(
      0.75rem,
      0.3472222222vw + 0.5277777778rem,
      0.875rem
  );
  }
}
.c_date__content__item {
  position: relative;
  padding: 45px 10px 5px;
  border-bottom: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;
  min-height: 115px;
  min-height: clamp(
      7.1875rem,
      1.9230769231vw + 6.2644230769rem,
      8.1875rem
  );
}
@media screen and (min-width: 768px) {
  .c_date__content__item {
    padding: 45px 10px 5px;
  }
}

.p_menu01 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_menu01 {
    margin-top: clamp(
      5rem,
      7.4519230769vw + 1.4230769231rem,
      8.875rem
  );
  }
}
.p_menu01__head {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .p_menu01__head {
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.p_menu01__head .img_01 {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .img_01 {
    bottom: auto;
    left: auto;
    position: relative;
    width: clamp(
      7.5rem,
      12.7403846154vw + 1.3846153846rem,
      14.125rem
  );
    margin-left: clamp(
      -1.0625rem,
      -0.9615384615vw + -0.1009615385rem,
      -0.5625rem
  );
    margin-right: clamp(
      -6.375rem,
      -12.2596153846vw + 5.8846153846rem,
      0rem
  );
  }
}
.p_menu01__head .img_02 {
  position: absolute;
  right: 0px;
  bottom: 50px;
  bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .img_02 {
    bottom: auto;
    right: auto;
    position: relative;
    margin-right: clamp(
      -0.3125rem,
      1.4423076923vw + -1.0048076923rem,
      0.4375rem
  );
    top: clamp(
      -0.5625rem,
      -1.0817307692vw + 0.5192307692rem,
      0rem
  );
    width: clamp(
      3.75rem,
      5.0480769231vw + 1.3269230769rem,
      6.375rem
  );
  }
}
.p_menu01__head .c_banner {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .c_banner {
    margin-bottom: clamp(
      0.3125rem,
      3.0048076923vw + -1.1298076923rem,
      1.875rem
  );
  }
}
.p_menu01__head .c_banner__txt {
  width: 100%;
  padding: 0;
}
.p_menu01__head .c_banner__title {
  margin: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .c_banner__title {
    margin-left: 5px;
    margin-top: clamp(
      -2.5625rem,
      -3.8461538462vw + 1.2836538462rem,
      -0.5625rem
  );
  }
}
.p_menu01__head .c_banner__title__01 {
  font-size: 5.5vw;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .c_banner__title__01 {
    font-size: clamp(
      1.75rem,
      2.4038461538vw + 0.5961538462rem,
      3rem
  );
  }
}
.p_menu01__head .c_banner__title__02 {
  font-size: 7.5vw;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .c_banner__title__02 {
    font-size: clamp(
      2.375rem,
      5.0480769231vw + -0.0480769231rem,
      5rem
  );
  }
}
.p_menu01__head .c_banner__title__icon01 {
  width: 5vw;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .c_banner__title__icon01 {
    width: clamp(
      1.75rem,
      1.9230769231vw + 0.8269230769rem,
      2.75rem
  );
    top: clamp(
      0.75rem,
      0.7211538462vw + 0.4038461538rem,
      1.125rem
  );
  }
}
.p_menu01__head .c_banner__title__icon02 {
  width: 6.5vw;
  top: 8px;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .c_banner__title__icon02 {
    width: clamp(
      2.125rem,
      2.4038461538vw + 0.9711538462rem,
      3.375rem
  );
    top: clamp(
      0.875rem,
      0.8413461538vw + 0.4711538462rem,
      1.3125rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_menu01__head .content_01 {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p_menu01__head .content {
    padding-bottom: clamp(
      0.3125rem,
      2.8846153846vw + -1.0721153846rem,
      1.8125rem
  );
  }
}
.p_menu01__head .content .c_txt32 {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.0625rem;
  color: #333;
}
@media screen and (min-width: 768px) {
  .p_menu01__head .content .c_txt32 {
    font-size: clamp(
      1.375rem,
      1.2019230769vw + 0.7980769231rem,
      2rem
  );
  }
}
.p_menu01__inner {
  background-color: #FF7800;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p_menu01__inner {
    padding: 30px 30px 45px 30px;
  }
}
.p_menu01__content {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .p_menu01__content {
    border-radius: 20px;
    padding: clamp(
      2.5rem,
      1.2019230769vw + 1.9230769231rem,
      3.125rem
  ) clamp(
      2.5rem,
      1.8028846154vw + 1.6346153846rem,
      3.4375rem
  );
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
@media screen and (min-width: 768px) {
  .p_news {
    margin-bottom: -8px;
  }
}
.p_news .c_listpost {
  margin-top: 0;
  margin-bottom: 74px;
}
@media screen and (min-width: 768px) {
  .p_news .c_listpost {
    margin-top: 20px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_policy__inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p_policy__inner {
    margin-top: 18px;
    padding: clamp(
      4.375rem,
      5.1682692308vw + 1.8942307692rem,
      7.0625rem
  ) clamp(
      2.5rem,
      7.2115384615vw + -0.9615384615rem,
      6.25rem
  ) 70px clamp(
      2.5rem,
      7.2115384615vw + -0.9615384615rem,
      6.25rem
  );
  }
}
.p_policy__inner .c_title03 {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_policy__inner .c_title03 {
    margin-bottom: clamp(
      3.125rem,
      1.2019230769vw + 2.5480769231rem,
      3.75rem
  );
  }
}
.p_policy__inner .c_txt24 {
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #302D2C;
}
@media screen and (min-width: 768px) {
  .p_policy__inner .c_txt24 {
    margin-bottom: 12px;
  }
}
.p_policy__inner .c_txt16 {
  letter-spacing: 0.05em;
  line-height: 2;
  color: #302D2C;
}
.p_policy__item {
  margin-bottom: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p_policy__item {
    padding: 0 clamp(
      1.25rem,
      0.8413461538vw + 0.8461538462rem,
      1.6875rem
  );
    margin-bottom: clamp(
      2.5rem,
      1.4423076923vw + 1.8076923077rem,
      3.25rem
  );
  }
}
.p_policy__end {
  text-align: right;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_policy__end {
    padding-top: 30px;
  }
}

/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_repuire {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #F80E46;
  line-height: 1;
}

.c_input {
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  padding: 5px 20px;
  width: 100%;
  max-width: 450px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #302D2C;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_input {
    font-size: 1rem;
    padding: 5px 20px 7px 20px;
  }
}
.c_input::placeholder {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .c_input::placeholder {
    font-size: 1rem;
  }
}

.c_textarea {
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  padding: 20px 20px;
  width: 100%;
  height: 180px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  resize: none;
  color: #302D2C;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_textarea {
    font-size: 1rem;
    padding: 25px 20px 25px 20px;
    height: 231px;
  }
}
.c_textarea::placeholder {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #999999;
}
@media screen and (min-width: 768px) {
  .c_textarea::placeholder {
    font-size: 1rem;
  }
}

.c_checkbox label {
  height: 100%;
  display: inline-block;
}
.c_checkbox label input {
  display: none;
  opacity: 0;
}
.c_checkbox label input:checked + span::after {
  display: block;
}
.c_checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  height: 100%;
  display: inline-block;
  min-height: 26px;
  padding-top: 1px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c_checkbox .wpcf7-list-item-label {
    min-height: 32px;
    height: 100%;
    padding-left: 48px;
    padding-top: 1px;
  }
}
.c_checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  border: 1px solid #ACACAC;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c_checkbox .wpcf7-list-item-label::before {
    width: 32px;
    height: 32px;
  }
}
.c_checkbox .wpcf7-list-item-label::after {
  content: "";
  width: 8px;
  height: 15px;
  border-right: 2px solid #302D2C;
  border-bottom: 2px solid #302D2C;
  position: absolute;
  left: 9px;
  top: 3px;
  transform: rotate(40deg);
  display: none;
}
@media screen and (min-width: 768px) {
  .c_checkbox .wpcf7-list-item-label::after {
    width: 10px;
    height: 20px;
    border-right: 3px solid #302D2C;
    border-bottom: 3px solid #302D2C;
    left: 11px;
    top: 3px;
  }
}

.c_form {
  padding: 30px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .c_form {
    padding: clamp(
      5rem,
      3.6057692308vw + 3.2692307692rem,
      6.875rem
  ) clamp(
      2.5rem,
      6.9711538462vw + -0.8461538462rem,
      6.125rem
  ) clamp(
      1.875rem,
      3.125vw + 0.375rem,
      3.5rem
  ) clamp(
      2.5rem,
      6.9711538462vw + -0.8461538462rem,
      6.125rem
  );
  }
}
.c_form .wpcf7-not-valid-tip {
  color: #F80E46;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c_form .wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}
.c_form .c_title02 {
  letter-spacing: 0.05em;
  text-align: center;
  color: #302D2C;
}
.c_form .text_01 {
  font-weight: 300;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  color: #F80E46;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_form .text_01 {
    margin-top: 7px;
    font-size: 1rem;
  }
}
.c_form__inner {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c_form__inner {
    padding-top: 50px;
  }
}
.c_form__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c_form__item {
    display: flex;
    margin-bottom: 32px;
  }
}
.c_form__title {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_form__title {
    margin-bottom: 0;
    width: 245px;
    padding-top: 6px;
    padding-right: 10px;
  }
}
.c_form__title .c_txt20 {
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-right: 17px;
  color: #302D2C;
  font-weight: 500;
}
.c_form__title .c_txt20 .c_repuire {
  position: absolute;
  right: 0;
  top: 4px;
}
@media screen and (min-width: 768px) {
  .c_form__title .c_txt20 .c_repuire {
    top: 6px;
  }
}
.c_form__title .c_txt20.custom {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c_form__title .c_txt20.custom {
    white-space: wrap;
  }
}
.c_form__title .c_txt20.custom .mr {
  display: inline-block;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .c_form__title .c_txt20.custom .mr {
    margin-right: -17px;
  }
}
@media screen and (min-width: 768px) {
  .c_form__content {
    width: calc(100% - 245px);
  }
}
.c_form__content .c_checkbox {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_form__content .c_checkbox {
    margin-top: 35px;
  }
}
.c_form__content .check_val {
  display: flex;
  align-items: center;
  position: relative;
}
.c_form__content .check_val .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -20px;
  white-space: nowrap;
}
.c_form__content .check_val .wpcf7-list-item-label {
  color: transparent;
  width: 26px;
  height: 26px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_form__content .check_val .wpcf7-list-item-label {
    width: 32px;
    height: 32px;
  }
}
.c_form__content .check_val .c_txt14 {
  color: #302D2C;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -4px;
  padding-right: 11px;
}
@media screen and (min-width: 768px) {
  .c_form__content .check_val .c_txt14 {
    top: -3px;
  }
}
.c_form__content .check_val .c_txt14 .c_repuire {
  position: relative;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .c_form__content .check_val .c_txt14 .c_repuire {
    top: -6px;
  }
}
.c_form__content .check_val .c_txt14 a {
  text-decoration: underline;
  text-underline-position: under;
}
@media screen and (min-width: 768px) {
  .c_form__content .check_val .c_txt14 a:hover {
    text-decoration: unset;
  }
}
.c_form__btn {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c_form__btn {
    margin-top: clamp(
      3.125rem,
      2.5240384615vw + 1.9134615385rem,
      4.4375rem
  );
    padding-bottom: 37px;
  }
}

.p_contact__inner {
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p_contact__inner {
    margin-top: 18px;
  }
}

.wpcf7-spinner {
  display: block;
  margin: 30px auto 0 auto;
}

.wpcf7-list-item {
  margin: 0;
}

.p_contact_thanks .c_form {
  padding: 30px 20px 60px 20px;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks .c_form {
    padding: 50px 40px 110px 40px;
  }
}
.p_contact_thanks .c_form .c_title02, .p_contact_thanks .c_form .c_txt16 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p_contact_thanks .c_form .c_title02, .p_contact_thanks .c_form .c_txt16 {
    text-align: center;
  }
}
.p_contact_thanks .thanks_btn {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
