@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style-type: none; /*リストマーカー無しにする*/
}

.en {
  font-family: "DIN Alternate", sans-serif;
  letter-spacing: 0.1em;
  width: max-content;
}

html {
  overflow-y: scroll;
  margin-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 2;
  word-wrap: break-word;
  text-size-adjust: 100%;
  font-family: "kozuka-mincho-pro", "游ゴシック", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: calc(1.0625rem + (1vw - 3.75px) * 0.9709);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  body {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  body {
    font-size: 17px;
  }
}
@media all and (min-width: 768px) {
  body {
    margin-top: 0;
  }
}
body.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

main {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  font-feature-settings: palt;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

a:visited {
  color: inherit;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

iframe {
  vertical-align: middle;
}

.img__wrap {
  margin: 0 auto;
}

.ib {
  display: inline-block;
}

.tab-l--show {
  display: none;
}
@media all and (max-width: 1023px) {
  .tab-l--show {
    display: block;
  }
}

.tab-l--hidden {
  display: block;
}
@media all and (max-width: 1023px) {
  .tab-l--hidden {
    display: none;
  }
}

.tab--show {
  display: none;
}
@media all and (max-width: 768px) {
  .tab--show {
    display: block;
  }
}

.tab--hidden {
  display: block;
}
@media all and (max-width: 768px) {
  .tab--hidden {
    display: none !important;
  }
}

@media all and (max-width: 499px) {
  .sp--hidden {
    display: none;
  }
}

.sp--show {
  display: none;
}
@media all and (max-width: 499px) {
  .sp--show {
    display: block;
  }
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  padding: 0;
}

.top-btn {
  position: fixed;
  bottom: 16%;
  right: 6.25vw;
  width: 52px;
  height: 60px;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}
@media all and (max-width: 768px) {
  .top-btn {
    bottom: 9%;
    right: 4.25vw;
  }
}
.top-btn:hover {
  opacity: 0.7 !important;
}

.bg-bage {
  background: #fff1e0;
}

.bg-white {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  letter-spacing: 0.05em;
}

.c-cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-cont.--xl {
  max-width: 1920px;
}
.c-cont.--ll {
  max-width: calc(1652px + 15.208vw);
}
.c-cont.--ll.--px-l {
  padding-left: 7.604vw;
  padding-right: 7.604vw;
}
@media all and (max-width: 768px) {
  .c-cont.--ll.--px-l {
    padding-left: 4.4vw;
    padding-right: 4.4vw;
  }
}
.c-cont.--l {
  max-width: calc(1353px + 12.708vw);
}
.c-cont.--l.--px-s {
  padding-left: 6.354vw;
  padding-right: 6.354vw;
}
@media all and (max-width: 768px) {
  .c-cont.--l.--px-s {
    padding-left: 4.4vw;
    padding-right: 4.4vw;
  }
}
.c-cont.--m {
  max-width: calc(1112px + 12.708vw);
}
.c-cont.--m.--px-s {
  padding-left: 6.354vw;
  padding-right: 6.354vw;
}
.c-cont.--s {
  max-width: calc(911px + 10.52vw);
}
.c-cont.--s.--px-ss {
  padding-left: 5.26vw;
  padding-right: 5.26vw;
}
@media all and (max-width: 768px) {
  .c-cont.--s.--px-ss {
    padding-left: 3.26vw;
    padding-right: 3.26vw;
  }
}

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

.c-title {
  font-size: calc(2.125rem + (1vw - 3.75px) * 2.3301);
  min-height: 0vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media all and (min-width: 1920px) {
  .c-title {
    font-size: 70px;
  }
}
@media all and (max-width: 499px) {
  .c-title {
    font-size: 34px;
  }
}
.c-title.--pb-s {
  margin-bottom: 1.3vw;
}
.c-title.--pb-m {
  margin-bottom: 1.8vw;
}
@media all and (max-width: 768px) {
  .c-title.--pb-m {
    margin-bottom: 2.8vw;
  }
}
.c-title__wrap {
  text-align: center;
}
.c-title__wrap.--pb-s {
  margin-bottom: 3.75vw;
}
@media all and (max-width: 768px) {
  .c-title__wrap.--pb-s {
    margin-bottom: 6.75vw;
  }
}
@media all and (max-width: 768px) {
  .c-title__wrap.--pb-s.--pb-company {
    margin-bottom: 11.5vw;
  }
}
.c-title__wrap.--pb-m {
  margin-bottom: 9vw;
}
@media all and (max-width: 768px) {
  .c-title__wrap.--pb-m {
    margin-bottom: 16vw;
  }
}

.c-subtitle {
  font-size: calc(1rem + (1vw - 3.75px) * 0.5825);
  min-height: 0vw;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 1920px) {
  .c-subtitle {
    font-size: 25px;
  }
}
@media all and (max-width: 499px) {
  .c-subtitle {
    font-size: 16px;
  }
}
.c-subtitle__bg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 338px;
  width: 111%;
  z-index: 1;
}
.c-subtitle__bg img {
  width: 100%;
  height: auto;
}
.c-subtitle__bg.--w {
  width: 150%;
}
.c-subtitle__text {
  position: relative;
  z-index: 2;
  letter-spacing: 0.1em;
}
.c-subtitle__text.--info {
  letter-spacing: 0.075em;
  margin-left: -0.43em;
}

.lead-text01 {
  font-size: calc(0.875rem + (1vw - 3.75px) * 0.9061);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .lead-text01 {
    font-size: 28px;
  }
}
@media all and (max-width: 499px) {
  .lead-text01 {
    font-size: 14px;
  }
}

.c-box {
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .c-box {
    border-radius: 15px;
  }
}
.c-box:not(:last-child) {
  margin-bottom: 10.4vw;
}
@media all and (max-width: 768px) {
  .c-box:not(:last-child) {
    margin-bottom: 19.4vw;
  }
}
.c-box__inner {
  padding-bottom: 5.3vw;
}
@media all and (max-width: 768px) {
  .c-box__inner {
    padding-bottom: 11.3vw;
  }
}
.c-box__num {
  margin-left: -1.7vw;
  margin-bottom: 1.8vw;
}
.c-box__num.--01 {
  width: 23%;
  max-width: 248.25px;
}
@media all and (max-width: 768px) {
  .c-box__num.--01 {
    width: 22%;
    margin-left: -0.7vw;
  }
}
.c-box__num.--01 img {
  margin-top: -5vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--01 img {
    margin-top: -9vw;
  }
}
.c-box__num.--02 {
  max-width: 287px;
  width: 26%;
  margin-right: 0.94vw;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .c-box__num.--02 {
    margin-left: 0;
    width: 24.3%;
  }
}
.c-box__num.--02 img {
  margin-top: -7.3vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--02 img {
    margin-top: -13.3vw;
  }
}
.c-box__num.--03 {
  max-width: 274px;
  width: 26%;
  margin-left: 0;
  margin-bottom: 1.5vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--03 {
    width: 24%;
  }
}
.c-box__num.--03 img {
  margin-top: -5.6vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--03 img {
    margin-top: -10vw;
  }
}
.c-box__num.--04 {
  max-width: 286px;
  width: 27%;
  margin-right: -0.5vw;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .c-box__num.--04 {
    margin-left: 0;
    width: 24.3%;
  }
}
.c-box__num.--04 img {
  margin-top: -5.75vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--04 img {
    margin-top: -9vw;
  }
}
.c-box__num.--05 {
  max-width: 243px;
  width: 22%;
  margin-left: -0.1vw;
  margin-bottom: 0.9vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--05 {
    width: 23%;
  }
}
.c-box__num.--05 img {
  margin-top: -6.2vw;
}
@media all and (max-width: 768px) {
  .c-box__num.--05 img {
    margin-top: -11.2vw;
  }
}
.c-box__num.--06 {
  max-width: 302px;
  width: 28%;
  margin-right: 0.15vw;
  margin-bottom: 0.9vw;
  margin-left: auto;
}
@media all and (max-width: 768px) {
  .c-box__num.--06 {
    margin-left: 0;
    width: 24.3%;
    margin-bottom: 1.9vw;
  }
}
.c-box__num.--06 img {
  margin-top: -5.2vw;
}
.c-box__num img {
  margin-top: -5vw;
}
.c-box__title {
  font-size: calc(2.125rem + (1vw - 3.75px) * 4.2718);
  min-height: 0vw;
  font-weight: bold;
  font-weight: bold;
  width: fit-content;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.003em;
  margin-bottom: 3.41vw;
}
@media all and (min-width: 1920px) {
  .c-box__title {
    font-size: 100px;
  }
}
@media all and (max-width: 499px) {
  .c-box__title {
    font-size: 34px;
  }
}
@media all and (max-width: 768px) {
  .c-box__title {
    letter-spacing: 0.09em;
    margin-bottom: 13.3vw;
  }
}
.c-box__title.--left {
  margin-right: auto;
}
.c-box__title.--right {
  margin-left: auto;
  margin-right: 1.3vw;
}
.c-box__title.donation-title {
  margin-bottom: 3.2vw;
  margin-left: auto;
  margin-right: 1.3vw;
}
@media all and (max-width: 768px) {
  .c-box__title.donation-title {
    margin-left: 0;
    margin-bottom: 6.5vw;
  }
}
.c-box__title.book-title {
  margin-left: 0.84vw;
}
@media all and (max-width: 768px) {
  .c-box__title.book-title {
    margin-bottom: 11vw;
  }
}
.c-box__title.support-title {
  margin-right: -0.85vw;
  margin-top: -0.4vw;
}
@media all and (max-width: 768px) {
  .c-box__title.support-title {
    margin-left: 0;
    margin-right: auto;
    margin-top: -0.4vw;
    margin-bottom: 7.8vw;
  }
}
.c-box__title.society-title {
  margin-left: 0.8vw;
  letter-spacing: -0.008em;
}
@media all and (max-width: 768px) {
  .c-box__title.society-title {
    margin-bottom: 7vw;
  }
}
.c-box__title.abroad-title {
  margin-right: 0.5vw;
  margin-bottom: 4.23vw;
}
@media all and (max-width: 768px) {
  .c-box__title.abroad-title {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 6.6vw;
  }
}
@media all and (max-width: 499px) {
  .c-box__title {
    background: none;
  }
}
.c-box__title span {
  margin-left: -0.9vw;
  display: inline-block;
}
.c-box__title span:first-child {
  margin-right: 0.16em;
}
@media all and (max-width: 768px) {
  .c-box__title span:first-child {
    margin-bottom: 0.3em;
  }
}
.c-box__title span.--blue {
  background: linear-gradient(transparent 70%, #85b6d0 70%);
}
.c-box__title span.--orange {
  background: linear-gradient(transparent 70%, #ec944c 70%);
}
.c-box__title span.--left {
  margin-left: -0.2em;
}
.c-box__text:not(:last-child) {
  margin-bottom: 4.8vw;
}
@media all and (max-width: 768px) {
  .c-box__text:not(:last-child) {
    margin-bottom: 10.8vw;
  }
}
.c-box__text.--mb-m:not(:last-child) {
  margin-bottom: 3.1vw;
}
@media all and (max-width: 768px) {
  .c-box__text.--mb-m:not(:last-child) {
    margin-bottom: 11vw;
  }
}
.c-box__text.--mb-s:not(:last-child) {
  margin-bottom: 2.3vw;
}
@media all and (max-width: 768px) {
  .c-box__text.--mb-s:not(:last-child) {
    margin-bottom: 4.3vw;
  }
}
.c-box__text.--mb-ss:not(:last-child) {
  margin-bottom: -1.78vw;
}
.c-box__items.--ml-s {
  margin-left: 0.63vw;
}
@media all and (max-width: 768px) {
  .c-box__items.--ml-s {
    margin-left: 0;
  }
}
.c-box__subtitle {
  text-align: center;
  font-size: calc(2.125rem + (1vw - 3.75px) * 2.3301);
  min-height: 0vw;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.078em;
  margin-bottom: 1.5vw;
}
@media all and (min-width: 1920px) {
  .c-box__subtitle {
    font-size: 70px;
  }
}
@media all and (max-width: 499px) {
  .c-box__subtitle {
    font-size: 34px;
  }
}
@media all and (max-width: 768px) {
  .c-box__subtitle {
    margin-bottom: 4.4vw;
  }
}
.c-box__subtitle.--l {
  font-size: calc(2.125rem + (1vw - 3.75px) * 4.1424);
  min-height: 0vw;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: -0.3em;
  margin-top: -0.1em;
  margin-bottom: 2.4vw;
}
@media all and (min-width: 1920px) {
  .c-box__subtitle.--l {
    font-size: 98px;
  }
}
@media all and (max-width: 499px) {
  .c-box__subtitle.--l {
    font-size: 34px;
  }
}
@media all and (max-width: 768px) {
  .c-box__subtitle.--l {
    line-height: 1.2;
    margin-top: 0;
  }
}
.c-box__subtitle.--s {
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.4887);
  min-height: 0vw;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1920px) {
  .c-box__subtitle.--s {
    font-size: 40px;
  }
}
@media all and (max-width: 499px) {
  .c-box__subtitle.--s {
    font-size: 17px;
  }
}
.c-box__subtitle.--orange {
  color: #ee964b;
}
.c-box__subtitle.--mb-m {
  margin-bottom: 3vw;
}
@media all and (max-width: 768px) {
  .c-box__subtitle.--mb-m {
    margin-bottom: 4.4vw;
  }
}
.c-box__donation {
  width: 100%;
  margin: 0 auto;
  background-color: #fff1e0;
  border: 1px solid #f7882f;
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .c-box__donation {
    border-radius: 15px;
  }
}
.c-box__donation p {
  text-align: center;
  padding: 1.58vw;
  letter-spacing: 0.05em;
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.4887);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .c-box__donation p {
    font-size: 40px;
  }
}
@media all and (max-width: 499px) {
  .c-box__donation p {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .c-box__donation p {
    padding: 3.3vw;
  }
}
.c-box__img-wrap.--mb-s {
  margin-bottom: 0.96vw;
}
@media all and (max-width: 768px) {
  .c-box__img-wrap.--mb-s {
    margin-bottom: 1.96vw;
  }
}
.c-box__img-wrap.--mb-l {
  margin-bottom: 2.3vw;
}
@media all and (max-width: 768px) {
  .c-box__img-wrap.--mb-l {
    margin-bottom: 4.86vw;
  }
}
.c-box__img.--l {
  width: 103%;
  margin-left: -1.85vw;
}
.c-box__copy-main {
  text-align: center;
  margin-bottom: 1.7vw;
  font-size: calc(1.5rem + (1vw - 3.75px) * 2.6537);
  min-height: 0vw;
  line-height: 1.52;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1920px) {
  .c-box__copy-main {
    font-size: 65px;
  }
}
@media all and (max-width: 499px) {
  .c-box__copy-main {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .c-box__copy-main {
    line-height: 1.8;
    margin-bottom: 3vw;
  }
}
.c-box__copy-sub {
  text-align: center;
  margin-bottom: 3.5vw;
}
@media all and (max-width: 768px) {
  .c-box__copy-sub {
    margin-bottom: 8.8vw;
  }
}
.c-box__info {
  margin-bottom: 4.5vw;
}
@media all and (max-width: 768px) {
  .c-box__info {
    margin-bottom: 11.5vw;
  }
}
.c-box__info p:first-child {
  margin-bottom: 1.7vw;
}
@media all and (max-width: 768px) {
  .c-box__info p:first-child {
    margin-bottom: 2.5vw;
  }
}
.c-box__info p:last-child {
  font-size: calc(0.875rem + (1vw - 3.75px) * 1.165);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .c-box__info p:last-child {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  .c-box__info p:last-child {
    font-size: 14px;
  }
}
.c-box__apply__inner {
  padding-top: 2.3vw;
  padding-bottom: 4.3vw;
  background-color: #efefef;
}
@media all and (max-width: 768px) {
  .c-box__apply__inner {
    padding-top: 5.3vw;
    padding-bottom: 7.3vw;
  }
}
.c-box__apply__text {
  margin-bottom: 2.3vw;
  letter-spacing: 0.05em;
  margin-left: 0.12em;
}
@media all and (max-width: 768px) {
  .c-box__apply__text {
    margin-left: 0.3em;
    margin-bottom: 6.3vw;
  }
}
.c-box__contact {
  padding: 2.5vw 3.2vw;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  .c-box__contact {
    padding: 5.5vw 4vw;
  }
}
.c-box__contact.--top {
  margin-bottom: 3.2vw;
}
@media all and (max-width: 768px) {
  .c-box__contact.--top {
    margin-bottom: 8.8vw;
  }
}
.c-box__contact.--bottom {
  margin-bottom: 3.1vw;
}
@media all and (max-width: 768px) {
  .c-box__contact.--bottom {
    margin-bottom: 8.5vw;
  }
}
.c-box__contact.--bottom .c-box__contact__inner {
  margin-bottom: 4.4vw;
}
@media all and (max-width: 768px) {
  .c-box__contact.--bottom .c-box__contact__inner {
    margin-bottom: 9.3vw;
  }
}
.c-box__contact__tel-number {
  text-align: center;
  font-size: calc(1.0625rem + (1vw - 3.75px) * 3.4304);
  min-height: 0vw;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 0.86vw;
  margin-bottom: 1.5vw;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media all and (min-width: 1920px) {
  .c-box__contact__tel-number {
    font-size: 70px;
  }
}
@media all and (max-width: 499px) {
  .c-box__contact__tel-number {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .c-box__contact__tel-number {
    padding-bottom: 2.3vw;
    margin-bottom: 1.3vw;
  }
}
.c-box__contact__tel-number a {
  color: #000;
}
.c-box__contact__tel-info {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: calc(0.8125rem + (1vw - 3.75px) * 1.1003);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .c-box__contact__tel-info {
    font-size: 30px;
  }
}
@media all and (max-width: 499px) {
  .c-box__contact__tel-info {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .c-box__contact__tel-info {
    letter-spacing: 0.05em;
  }
}
.c-box__contact__subtitle {
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.4887);
  min-height: 0vw;
  margin-bottom: 2.2vw;
}
@media all and (min-width: 1920px) {
  .c-box__contact__subtitle {
    font-size: 40px;
  }
}
@media all and (max-width: 499px) {
  .c-box__contact__subtitle {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .c-box__contact__subtitle {
    margin-bottom: 6.2vw;
  }
}
.c-box__contact__text {
  line-height: 1;
  margin-bottom: 0.7vw;
  margin-left: -0.4vw;
}
@media all and (max-width: 768px) {
  .c-box__contact__text {
    line-height: 1.84;
    letter-spacing: 0.05em;
  }
}
.c-box__contact__text.--contact {
  font-size: calc(0.875rem + (1vw - 3.75px) * 1.0356);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .c-box__contact__text.--contact {
    font-size: 30px;
  }
}
@media all and (max-width: 499px) {
  .c-box__contact__text.--contact {
    font-size: 14px;
  }
}
.c-box__list {
  margin-bottom: 3vw;
}
@media all and (max-width: 768px) {
  .c-box__list {
    margin-bottom: 7vw;
    margin-left: 8vw;
  }
}
.c-box__list li {
  text-indent: 0.9em;
  position: relative;
  line-height: 1;
  font-size: calc(0.875rem + (1vw - 3.75px) * 1.165);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .c-box__list li {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  .c-box__list li {
    font-size: 14px;
  }
}
.c-box__list li:not(:last-child) {
  margin-bottom: 1.67vw;
}
@media all and (max-width: 768px) {
  .c-box__list li:not(:last-child) {
    margin-bottom: 3.78vw;
  }
}
.c-box__list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -0.31%;
  transform: translateY(-68%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e38b6d;
}
@media all and (max-width: 768px) {
  .c-box__list li:before {
    width: 6px;
    height: 6px;
    left: -2.31%;
    transform: translateY(-23%);
  }
}
.c-box__mail {
  background-color: #fff;
  padding: 2.5vw 3.2vw;
}
@media all and (max-width: 768px) {
  .c-box__mail {
    padding: 5.9vw 4vw;
  }
}
.c-box__mail__inner {
  display: flex;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.9vw;
}
@media all and (max-width: 768px) {
  .c-box__mail__inner {
    border-bottom: 0;
    flex-direction: column;
    text-align: center;
  }
}
.c-box__mail__inner p {
  line-height: 1;
}
.c-box__mail__title {
  letter-spacing: 0.08em;
  margin-left: -0.38em;
  font-weight: bold;
  font-size: calc(1.0625rem + (1vw - 3.75px) * 3.4304);
  min-height: 0vw;
  margin-right: 2.1vw;
  min-width: fit-content;
}
@media all and (min-width: 1920px) {
  .c-box__mail__title {
    font-size: 70px;
  }
}
@media all and (max-width: 499px) {
  .c-box__mail__title {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .c-box__mail__title {
    width: 100%;
    border-bottom: 2px solid #000;
    margin-right: 0;
    margin-bottom: 1.2vw;
    padding-bottom: 2vw;
    margin-left: initial;
  }
}
.c-box__mail__text {
  font-size: calc(0.875rem + (1vw - 3.75px) * 1.165);
  min-height: 0vw;
  letter-spacing: 0.046em;
  margin-top: 0.25em;
}
@media all and (min-width: 1920px) {
  .c-box__mail__text {
    font-size: 32px;
  }
}
@media all and (max-width: 499px) {
  .c-box__mail__text {
    font-size: 14px;
  }
}
.c-box__mail__text a {
  color: #000;
}
.c-box__title02 {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #e38b6d;
  padding: 2.08vw 0;
  font-size: calc(1.5rem + (1vw - 3.75px) * 2.3301);
  min-height: 0vw;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1920px) {
  .c-box__title02 {
    font-size: 60px;
  }
}
@media all and (max-width: 499px) {
  .c-box__title02 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .c-box__title02 {
    padding: 6.08vw 0;
  }
}

.c-slider {
  margin-bottom: 1.2vw;
}
@media all and (max-width: 768px) {
  .c-slider {
    margin-bottom: 2.6vw;
  }
}
.c-slider.--mb-l {
  margin-bottom: 2.8vw;
}
.c-slider .slider {
  margin-bottom: 0 !important;
}
.c-slider ul {
  padding: 0;
}
.c-slider ul .slick-arrow {
  z-index: 10;
}
.c-slider ul .slick-arrow::before {
  color: #363636;
  font-size: 2.3vw;
  opacity: 100%;
}
.c-slider ul .slick-next {
  width: 37px;
}
.c-slider ul .slick-slide li {
  position: relative;
  padding-top: 59.35%;
  overflow: hidden;
}
.c-slider ul .slick-slide li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.c-slider ul .slick-slide li img.--w {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.c-slider ul .slick-slide li img.--h {
  height: 100%;
  max-width: initial;
  width: auto;
}
.c-slider ul .slick-slide li img.--top {
  top: 10%;
}
.c-slider ul .slick-slide li img.--bottom {
  top: 60%;
}

.slick-active button:after {
  color: #f4ae9d;
  font-family: slick;
  font-size: 1px;
  line-height: 15px !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 15px !important;
  height: 15px !important;
  content: "•";
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}
@media all and (max-width: 768px) {
  .slick-active button:after {
    font-size: 10px !important;
    line-height: 10px !important;
    width: 10px !important;
    height: 10px !important;
    transform: translate(-50%, -50%) scale(0.7);
  }
}

.slick-dots {
  bottom: 7% !important;
}
.slick-dots li {
  height: 70px;
}
@media all and (max-width: 768px) {
  .slick-dots li {
    width: fit-content !important;
    height: auto !important;
  }
}
.slick-dots li button {
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  position: relative;
}
@media all and (max-width: 768px) {
  .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }
}
.slick-dots li button::before {
  color: #fff !important;
  font-size: 20px !important;
  opacity: 1 !important;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 20px !important;
  height: 20px !important;
}
@media all and (max-width: 768px) {
  .slick-dots li button::before {
    width: 15px !important;
    height: 15px !important;
    line-height: 15px !important;
    font-size: 15px !important;
  }
}
.slide-arrow {
  position: absolute;
  max-width: 81px;
  min-width: 32px;
  width: 8%;
  top: 48.5%;
  cursor: pointer;
  z-index: 1 !important;
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
}
.slide-arrow.prev-arrow {
  left: 0;
  transform: translate(-51%, -50%);
}
.slide-arrow.next-arrow {
  right: 0;
  transform: translate(51%, -50%);
}
.slide-arrow:hover {
  opacity: 0.8;
}

.c-fv {
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 56.25%;
}
@media all and (max-width: 768px) {
  .c-fv {
    padding-top: 177.866%;
    min-height: initial;
  }
}
@media all and (max-width: 499px) {
  .c-fv {
    padding-top: 177.866%;
    min-height: initial;
  }
}
.c-fv .slick-arrow {
  display: none !important;
}
.c-fv__bg {
  width: 65%;
  position: absolute;
  top: 15.65%;
  right: 2.2%;
  max-width: 1245px;
}
@media all and (max-width: 768px) {
  .c-fv__bg {
    top: 40%;
    width: 127%;
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 499px) {
  .c-fv__bg {
    max-width: 476px;
    top: 38.2%;
    left: 52%;
    transform: translate(-50%, -50%);
  }
}
.c-fv__bg img {
  width: 100%;
}
.c-fv__bg .fade-slider {
  padding: 0;
}
.c-fv__catch {
  position: absolute;
  bottom: 8.9%;
  left: 13.8%;
}
@media all and (max-width: 768px) {
  .c-fv__catch {
    bottom: 5%;
  }
}
@media all and (max-width: 499px) {
  .c-fv__catch {
    transform: translateX(-50%);
    left: 50%;
    bottom: 4%;
  }
}
.c-fv__catch-bg {
  position: absolute;
  top: 50%;
  left: 48.4%;
  transform: translate(-50%, -50%);
  max-width: 745px;
  width: 42vw;
  z-index: -1;
}
@media all and (max-width: 1023px) {
  .c-fv__catch-bg {
    width: 54vw;
  }
}
@media all and (max-width: 768px) {
  .c-fv__catch-bg {
    width: 80vw;
  }
}
@media all and (max-width: 499px) {
  .c-fv__catch-bg {
    width: 106vw;
  }
}
.c-fv__main {
  font-size: calc(2.125rem + (1vw - 3.75px) * 1.5534);
  min-height: 0vw;
  font-weight: bold;
  color: #c17960;
  text-align: center;
  letter-spacing: 0em;
  line-height: 1.45;
  position: relative;
  margin-bottom: 7.6vw;
  z-index: 1;
}
@media all and (min-width: 1920px) {
  .c-fv__main {
    font-size: 58px;
  }
}
@media all and (max-width: 499px) {
  .c-fv__main {
    font-size: 34px;
  }
}
@media all and (max-width: 499px) {
  .c-fv__main {
    width: 100vw;
  }
}
.c-fv__sub {
  font-size: calc(0.875rem + (1vw - 3.75px) * 0.7767);
  min-height: 0vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-left: -0.8em;
  text-align: center;
  z-index: 1;
  position: relative;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff, -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff, -2px 0px 0px #ffffff, 0px -2px 0px #ffffff; /* 文字の影 */
}
@media all and (min-width: 1920px) {
  .c-fv__sub {
    font-size: 26px;
  }
}
@media all and (max-width: 499px) {
  .c-fv__sub {
    font-size: 14px;
  }
}

.c-flex {
  display: flex;
}
.c-flex:not(:last-child) {
  margin-bottom: 2.7vw;
}
@media all and (max-width: 768px) {
  .c-flex:not(:last-child) {
    margin-bottom: 10.7vw;
  }
}
@media all and (max-width: 768px) {
  .c-flex {
    flex-direction: column;
  }
}
.c-flex__img {
  width: 56%;
  max-width: 587px;
  margin-right: 9.2%;
}
@media all and (max-width: 768px) {
  .c-flex__img {
    width: 100.5%;
    max-width: 100.5%;
    margin-right: 0;
    margin-left: -0.5vw;
  }
}
.c-flex__img img {
  width: 100%;
}
.c-flex__text {
  width: 40%;
  margin-top: 0.5vw;
  max-width: 394px;
}
@media all and (max-width: 768px) {
  .c-flex__text {
    width: 100%;
    max-width: 100%;
    margin-top: 5.5vw;
  }
}

.c-table {
  margin: 5vw auto 0;
  border-collapse: collapse;
  width: 100%;
}
@media all and (max-width: 768px) {
  .c-table * {
    display: block;
  }
}
.c-table tr {
  border-bottom: 1px #ffa500 solid;
}
@media all and (max-width: 768px) {
  .c-table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.c-table tr:first-child {
  border-top: 1px #ffa500 solid;
}
.c-table tr th {
  min-width: 130px;
  text-align: left;
  font-size: calc(1.5rem + (1vw - 3.75px) * 1.0356);
  min-height: 0vw;
  padding: 2vw 0.65vw;
  line-height: 2;
}
@media all and (min-width: 1920px) {
  .c-table tr th {
    font-size: 40px;
  }
}
@media all and (max-width: 499px) {
  .c-table tr th {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .c-table tr th {
    width: 100%;
    padding-top: 1.2vw;
    padding-bottom: 0.4vw;
  }
}
.c-table tr .th-colon {
  display: none;
}
@media all and (max-width: 768px) {
  .c-table tr .th-colon {
    display: inline;
  }
}
.c-table tr td {
  line-height: 2;
  padding: 2vw 0;
  padding-left: 11vw;
  font-size: calc(1.0625rem + (1vw - 3.75px) * 1.4887);
  min-height: 0vw;
}
@media all and (min-width: 1920px) {
  .c-table tr td {
    font-size: 40px;
  }
}
@media all and (max-width: 499px) {
  .c-table tr td {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .c-table tr td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 2.8vw;
    padding-left: 0;
  }
}

.l-header {
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 0;
}
@media all and (max-width: 499px) {
  .l-header {
    padding: 16.5px 0;
  }
}
.l-header img {
  vertical-align: bottom;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__rogo {
  width: 51%;
  min-width: 263px;
  max-width: 696px;
  z-index: 100;
  position: relative;
}
.l-header__rogo.tab_l-show {
  display: none;
  margin-bottom: 20px;
  width: 100%;
}
.l-header__rogo img {
  width: 100%;
}
.l-header__nav {
  width: fit-content;
  height: inherit;
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
}
@media all and (max-width: 1023px) {
  .l-header__nav {
    width: 100%;
    height: 100vh;
    max-width: 375px;
    position: fixed;
    top: 0;
    right: -100vw;
    background-image: url("../img/nav_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.l-header__nav.isActive {
  right: 0;
}
.l-header__nav ul {
  height: inherit;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0;
}
@media all and (max-width: 1023px) {
  .l-header__nav ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
.l-header__nav ul li {
  list-style: none;
}
@media all and (max-width: 1023px) {
  .l-header__nav ul li {
    width: 91%;
  }
}
.l-header__nav ul li:not(:last-child) {
  margin-right: 50px;
}
@media all and (max-width: 1023px) {
  .l-header__nav ul li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 27px;
  }
}
.l-header__nav ul li a {
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  font-size: calc(1.25rem + (1vw - 3.75px) * 0.6472);
  min-height: 0vw;
  font-weight: bold;
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  width: 100%;
  display: block;
}
@media all and (min-width: 1920px) {
  .l-header__nav ul li a {
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  .l-header__nav ul li a {
    font-size: 20px;
  }
}
@media all and (max-width: 499px) {
  .l-header__nav ul li a {
    font-size: 32px;
  }
}
@media all and (max-width: 1023px) {
  .l-header__nav ul li a {
    padding: 2%;
    background: #fff;
    min-width: fit-content;
  }
  .l-header__nav ul li a:hover {
    background: #fff1e0;
  }
}
.l-header__nav ul li a:hover {
  opacity: 0.5;
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
}
@media all and (max-width: 1023px) {
  .l-header__nav ul li a:hover {
    opacity: 1;
  }
}
.l-header__burger {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 31px;
  height: 33px;
  cursor: pointer;
  transition: 0.3s;
}
@media all and (max-width: 1023px) {
  .l-header__burger {
    display: block;
  }
}
@media all and (max-width: 499px) {
  .l-header__burger {
    top: 59%;
    right: 27px;
  }
}
.l-header__burger__bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
}
.l-header__burger__text {
  color: #000;
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1;
}
.l-header__burger__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
}
.l-header__burger:hover {
  opacity: 0.8;
}
.l-header__burger.isActive .bar_top {
  transform: translate(1px, 5px) rotate(35deg);
  width: 30px;
}
.l-header__burger.isActive .bar_mid {
  opacity: 0;
}
.l-header__burger.isActive .bar_bottom {
  transform: translate(0px, -8px) rotate(-35deg);
  width: 30px;
}
.l-header__burger__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 24px;
  height: 16px;
  z-index: 3;
}
.l-header__burger__icon span {
  background-color: #000;
  display: block;
  height: 3px;
  width: 24px;
  transition: 0.5s;
}

.arrow {
  display: none;
}

.nav-overlay {
  z-index: 9;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  -o-transition: 0.3s !important;
}
.nav-overlay.isActive {
  display: block;
  opacity: 0.7;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.l-footer {
  background: #363636;
  text-align: center;
  padding: 2.6vw 0;
  line-height: 1;
}
@media all and (max-width: 768px) {
  .l-footer {
    padding: 5.6vw 0;
  }
}
.l-footer__text {
  color: #fff;
  font-size: calc(0.875rem + (1vw - 3.75px) * 0.712);
  min-height: 0vw;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1920px) {
  .l-footer__text {
    font-size: 25px;
  }
}
@media all and (max-width: 499px) {
  .l-footer__text {
    font-size: 14px;
  }
}

.l--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.l--bg .l--bg__block {
  width: 50%;
  background-color: #d37578;
  height: 1040px;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 768px) {
  .l--bg .l--bg__block {
    height: 630px;
  }
}

.is-page .l--bg .l--bg__in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 120px;
  background-color: #d37578;
}
@media all and (max-width: 768px) {
  .is-page .l--bg .l--bg__in {
    left: 35px;
  }
}

.l-section.--size-a {
  padding-top: 5.2vw;
  padding-bottom: 7vw;
}
@media all and (max-width: 768px) {
  .l-section.--size-a {
    padding-top: 13.2vw;
    padding-bottom: 13.2vw;
  }
}
.l-section.--size-b {
  padding-top: 4.8vw;
  padding-bottom: 6.8vw;
}
@media all and (max-width: 768px) {
  .l-section.--size-b {
    padding-top: 12.9vw;
  }
}
.l-section.--size-c {
  padding-top: 7.3vw;
  padding-bottom: 11.2vw;
}
@media all and (max-width: 768px) {
  .l-section.--size-c {
    padding-top: 23.3vw;
    padding-bottom: 29vw;
  }
}
@media all and (max-width: 768px) {
  .l-section__inner {
    padding-left: 5vw;
    padding-right: 4vw;
  }
}/*# sourceMappingURL=theme.css.map */