/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          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;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
  -webkit-text-decoration: underline dotted;
          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;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  /* 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;
}

ul,
ol {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.69;
  color: #3C3C3C;
}

a,
a:link {
  color: #1C66A6;
}

a:hover {
  color: #1C66A6;
}

ol {
  list-style: decimal;
  margin-left: 1.5rem;
  margin-bottom: 30px;
}
ol li {
  margin-bottom: 15px;
}

.common__pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .common__pc {
    display: none;
  }
}
.common__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__sp {
    display: block;
  }
}
.common__mini {
  display: none;
}
@media screen and (max-width: 375px) {
  .common__mini {
    display: block;
  }
}
.common__btn {
  margin-bottom: 15px;
}
.common__btn:last-child {
  margin-bottom: 0;
}
.common__btn a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(359deg, #EA5735 0%, #EE8300 100%) 0% 0% no-repeat;
  background: linear-gradient(91deg, #EA5735 0%, #EE8300 100%) 0% 0% no-repeat;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  position: relative;
}
.common__btn a::after {
  content: "";
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 15px;
}
.common__memo {
  background: #F7F7F7;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 0.875em;
}
.common__memo p:last-child {
  margin-bottom: 0 !important;
}
.common__memo02 {
  background: #FFEFDB;
}
.common__call-tag {
  background-color: #48BA81;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.common__tel {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.common__tel span {
  font-size: 1.5625em;
}
.common__tel span.common__call-tag {
  font-size: 0.875em;
  margin-right: 10px;
}
.common__col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__col02 figure {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 figure {
    width: 100%;
  }
}
.common__col02 .txt__block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .common__col02 .txt__block {
    width: 100%;
  }
}
.common__col03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .common__col03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common__table {
  width: 100%;
  margin-bottom: 50px;
}
.common__table th {
  text-align: left;
  background: #F7F7F7;
  border-bottom: 1px solid #E3E3E3;
  padding: 10px 0;
  font-size: 0.875em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .common__table th {
    display: block;
    border-bottom: none;
    padding: 10px 0 0;
  }
}
.common__table td {
  border-bottom: 1px solid #E3E3E3;
  padding: 20px 0;
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  .common__table td {
    display: block;
    padding: 0 0 10px;
  }
}
.common__breadcrumbs {
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
.common__breadcrumbs li {
  font-size: 0.75em;
}
.common__breadcrumbs li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1C66A6;
  text-decoration: none;
}
.common__breadcrumbs li a span {
  text-decoration: underline;
}
.common__breadcrumbs li a::after {
  content: " / ";
  color: #3C3C3C;
  margin: 0 4px;
}
.common-mt30 {
  margin-top: 30px;
}

main {
  position: relative;
}
main .inner {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  main .inner {
    padding: 50px 20px;
  }
}
main section {
  background: -webkit-linear-gradient(top, #FFF3E3 0%, #FFFFFF 100px) 0% 0% no-repeat;
  background: linear-gradient(180deg, #FFF3E3 0%, #FFFFFF 100px) 0% 0% no-repeat;
  margin-bottom: 20px;
}
main section:first-child {
  background: none;
}
main section h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.333;
  margin-bottom: 40px;
  color: #EE8300;
}
main section h4 {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 10px;
}
main section .note {
  font-size: 0.8125em;
}
main section.contact__block .common__col02 {
  gap: 32px;
  margin-bottom: 1.5rem;
}
main section.contact__block .common__col02 .call-center {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main section.contact__block .common__col02 .call-center {
    width: 100%;
  }
}
main section.contact__block .common__col02 .call-center h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 16px;
}
main section.contact__block .memo {
  margin-bottom: 1.5rem;
}

.top main section.mv__block {
  max-width: 795px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto 20px;
  text-align: center;
}
.top main section.mv__block .head-copy {
  max-width: 415px;
  width: 100%;
  margin: 0 auto 15px;
}
.top main section.mv__block .head-copy img {
  width: 100%;
  height: auto;
}
.top main section.mv__block figure {
  margin-bottom: 30px;
}
.top main section.mv__block figure img {
  width: 100%;
  height: auto;
}
.top main section.support__block .common__col02 {
  gap: 60px;
}
.top main section.support__block .common__col02 figure {
  width: 59.44%;
}
@media screen and (max-width: 768px) {
  .top main section.support__block .common__col02 figure {
    width: 100%;
  }
}
.top main section.support__block .common__col02 figure img {
  width: 100%;
  height: auto;
}
.top main section.support__block .common__col02 .txt__block {
  width: calc(100% - (60px + 59.44%));
}
@media screen and (max-width: 768px) {
  .top main section.support__block .common__col02 .txt__block {
    width: 100%;
  }
}
.top main section.point__block .common__col02 {
  gap: 60px;
}
.top main section.point__block .common__col02 .txt__block h3 {
  background-color: #48BA81;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.top main section.point__block .common__col02 .txt__block p {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 30px;
}
.top main section.point__block .common__col02 .txt__block p span {
  background: rgba(255, 255, 7, 0.6);
  padding: 0 3px;
}
.top main section.schedule__block h3 {
  font-weight: 700;
}
.top main section.schedule__block h3 span {
  font-size: 1.25em;
}
.top main section.schedule__block .common__col03 {
  gap: 28px;
  margin-bottom: 50px;
}
.top main section.schedule__block .common__col03 .place {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .top main section.schedule__block .common__col03 .place {
    width: 100%;
  }
}
.top main section.schedule__block .common__col03 .place h3, .top main section.schedule__block .common__col03 .place figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .top main section.schedule__block .common__col03 .place h3, .top main section.schedule__block .common__col03 .place figure {
    text-align: center;
  }
}
.top main section.schedule__block .common__col02 {
  gap: 28px;
}
.top main section.schedule__block .common__col02 .place {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top main section.schedule__block .common__col02 .place {
    width: 100%;
  }
}
.top main section.schedule__block .common__col02 .place h3 {
  margin-bottom: 20px;
}
.top main section.schedule__block .common__col02 .place p {
  margin-bottom: 1.5rem;
}
.top main section.belongings__block p {
  margin-bottom: 40px;
}
.top main section.belongings__block h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 20px;
}
.top main section.belongings__block .common__col02 {
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top main section.belongings__block .common__col02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 375px) {
  .top main section.belongings__block .common__col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top main section.belongings__block .common__col02 .documents {
  border-radius: 6px;
  width: 50%;
}
@media screen and (max-width: 375px) {
  .top main section.belongings__block .common__col02 .documents {
    width: 100%;
  }
}
.top main section.belongings__block .common__col02 .documents dt {
  border-radius: 6px 6px 0 0;
  color: #fff;
  text-align: center;
  font-size: 1.875em;
  font-weight: 700;
}
.top main section.belongings__block .common__col02 .documents dd {
  font-size: 1.125em;
  padding: 20px 17px 25px;
}
.top main section.belongings__block .common__col02 .documents01 {
  border: 2px solid #E60013;
}
.top main section.belongings__block .common__col02 .documents01 dt {
  background: #E60013;
}
.top main section.belongings__block .common__col02 .documents02 {
  border: 2px solid #457EBD;
}
.top main section.belongings__block .common__col02 .documents02 dt {
  background: #457EBD;
}

.low main section .inner h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .low main section .inner .common__table th {
    display: none;
  }
  .low main section .inner .common__table td {
    border: none;
  }
  .low main section .inner .common__table td:last-child {
    border-bottom: 1px solid #F7F7F7;
  }
}
.low main section .inner .common__table .common__btn {
  margin-bottom: 15px;
}
.low main section .inner .common__table .common__btn:last-child {
  margin-bottom: 0;
}
.low main section .inner .common__table .common__btn a::after {
  content: none;
}
.low main section .municipalities__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 375px) {
  .low main section .municipalities__list {
    gap: 5%;
  }
}
.low main section .municipalities__list li {
  width: 14.1666666667%;
}
@media screen and (max-width: 768px) {
  .low main section .municipalities__list li {
    width: 31.3333333333%;
  }
}
@media screen and (max-width: 375px) {
  .low main section .municipalities__list li {
    width: 47.5%;
  }
}
.low main section .municipalities__list li a {
  color: #000;
  text-decoration: none;
}
.low main section .municipalities__list li figure {
  margin-bottom: 20px;
}
.low main section .municipalities__list li figure img {
  width: 100%;
  height: auto;
}
.low main section .municipalities__list li figure figcaption {
  text-align: center;
  font-weight: 700;
}
.low main section.howto__block p {
  margin-bottom: 1.5em;
}
.low main section.howto__block .caution {
  font-size: 1.25em;
  font-weight: 700;
  color: #EE8300;
}
.low main section.howto__block .common__col02 .flow {
  width: 50%;
  border-radius: 6px;
  border: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .low main section.howto__block .common__col02 .flow {
    width: 100%;
  }
}
.low main section.howto__block .common__col02 .flow dt {
  border-radius: 6px 6px 0 0;
  text-align: center;
  font-size: 1.125em;
  padding: 10px;
  font-weight: 700;
  border-bottom: 1px solid #E3E3E3;
}
.low main section.howto__block .common__col02 .flow dd {
  padding: 20px 17px 25px;
}
.low main section.howto__block .common__col02 .flow dd .step {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 10px;
}

#header {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF3E3), to(#FFFFFF)) 0% 0% no-repeat;
  background: -webkit-linear-gradient(top, #FFF3E3 0%, #FFFFFF 100%) 0% 0% no-repeat;
  background: linear-gradient(180deg, #FFF3E3 0%, #FFFFFF 100%) 0% 0% no-repeat;
  margin-bottom: 30px;
}
#header .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px 12px;
  position: relative;
}
#header .inner .header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1030px) {
  #header .inner .header__nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header .inner .header__nav .logo {
  max-width: 242px;
}
#header .inner .header__nav .logo img {
  width: 100%;
  height: auto;
}
#header .inner .header__nav nav {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1030px) {
  #header .inner .header__nav nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF3E3), to(#FFFFFF)) 0% 0% no-repeat;
    background: -webkit-linear-gradient(top, #FFF3E3 0%, #FFFFFF 100%) 0% 0% no-repeat;
    background: linear-gradient(180deg, #FFF3E3 0%, #FFFFFF 100%) 0% 0% no-repeat;
    padding: 20px 10px;
  }
}
#header .inner .header__nav nav .nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1030px) {
  #header .inner .header__nav nav .nav__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 780px) {
  #header .inner .header__nav nav .nav__list .navi__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 560px) {
  #header .inner .header__nav nav .nav__list .navi__item {
    width: auto;
  }
  #header .inner .header__nav nav .nav__list .navi__item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  #header .inner .header__nav nav .nav__list .navi__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .inner .header__nav nav .nav__list .navi__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .inner .header__nav nav .nav__list .navi__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 370px) {
  #header .inner .header__nav nav .nav__list .navi__item {
    width: 100%;
  }
}
#header .inner .header__nav nav .nav__list .navi__item a {
  text-decoration: none;
  display: block;
  background: -webkit-linear-gradient(359deg, #EA5735 0%, #EE8300 100%) 0% 0% no-repeat;
  background: linear-gradient(91deg, #EA5735 0%, #EE8300 100%) 0% 0% no-repeat;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #FFFFFF;
  border-radius: 25px;
  font-weight: 700;
  color: #fff;
  padding: 10px 50px 10px 20px;
  position: relative;
}
#header .inner .header__nav nav .nav__list .navi__item a::after {
  content: "";
  background: url(../img/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 560px) {
  #header .inner .header__nav nav .nav__list .navi__item a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1030px) {
  footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 780px) {
  footer {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 370px) {
  footer {
    padding-bottom: 260px;
  }
}
footer .common__col02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}
footer .common__col02 li {
  width: 150px;
}
@media screen and (max-width: 780px) {
  footer .common__col02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .common__col02 li {
    width: 20%;
  }
}
footer .copyrights {
  background: #EE8300;
  text-align: center;
  font-size: 0.875em;
  color: #fff;
  padding: 20px;
}/*# sourceMappingURL=style.css.map */