/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";

* {
  box-sizing: border-box
}

::before,
::after {
  box-sizing: inherit
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none;
  vertical-align: bottom
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

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
}

template {
  display: none
}

[hidden] {
  display: none
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

.youtube-embed {
  max-width: 640px
}

.youtube-embed-inr {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.youtube-embed-inr iframe,
.youtube-embed-inr object,
.youtube-embed-inr embed {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important
}

@keyframes bgr01 {
  0% {
    transform: translateY(10px) rotate(45deg)
  }

  50% {
    transform: translateY(10px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes bgr02 {
  0% {
    transform: translateY(-10px) rotate(-45deg)
  }

  50% {
    transform: translateY(-10px) rotate(0)
  }

  100% {
    transform: translateY(0) rotate(0)
  }
}

@keyframes active-bgr01 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(10px) rotate(0)
  }

  100% {
    transform: translateY(10px) rotate(45deg)
  }
}

@keyframes active-bgr03 {
  0% {
    transform: translateY(0) rotate(0)
  }

  50% {
    transform: translateY(-10px) rotate(0)
  }

  100% {
    transform: translateY(-10px) rotate(-45deg)
  }
}

@keyframes blur {
  0% {
    filter: blur(10px)
  }

  100% {
    filter: blur(0)
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1, 1)
  }

  100% {
    opacity: 1;
    transform: scale(1, 1)
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes noise_anima {
  from {
    background-position: 0 0
  }

  to {
    background-position: 123px 456px
  }
}

@-webkit-keyframes noise_anima {
  from {
    background-position: 0 0
  }

  to {
    background-position: 123px 456px
  }
}

@keyframes noise_anima {
  from {
    background-position: 0 0
  }

  to {
    background-position: 123px 456px
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1
  }

  50% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 1
  }

  100% {
    opacity: 0;
    transform: scale3d(1.4, 1.4, 1.4)
  }
}

.bgr {
  position: relative;
  width: 32px;
  height: 24px;
  cursor: pointer
}

@media screen and (min-width: 769px) {
  .bgr {
    width: 36px;
    height: 28px
  }
}

.bgr span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #352a26;
  border-radius: 2px
}

.bgr span:nth-of-type(1) {
  animation: bgr01 .75s forwards;
  top: 0
}

.bgr span:nth-of-type(2) {
  top: 10px;
  transition: all .25s .25s;
  opacity: 1;
  width: 32px
}

@media screen and (min-width: 769px) {
  .bgr span:nth-of-type(2) {
    width: 36px;
    top: 12px
  }
}

.bgr span:nth-of-type(3) {
  bottom: 0;
  animation: bgr02 .75s forwards;
  width: 32px
}

@media screen and (min-width: 769px) {
  .bgr span:nth-of-type(3) {
    width: 36px
  }
}

.bgr.active {
  height: 24px
}

@media screen and (min-width: 769px) {
  .bgr.active {
    height: 24px
  }
}

.bgr.active span {
  background-color: #e75514
}

.bgr.active span:nth-of-type(1) {
  animation: active-bgr01 .75s forwards;
  width: 32px
}

@media screen and (min-width: 769px) {
  .bgr.active span:nth-of-type(1) {
    width: 36px
  }
}

.bgr.active span:nth-of-type(2) {
  opacity: 0
}

.bgr.active span:nth-of-type(3) {
  animation: active-bgr03 .75s forwards
}

body {
  font-family: "Mulish", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #352a26;
  display: flex;
  flex-direction: column;
  font-feature-settings: "palt";
  overflow-x: hidden
}

img {
  width: 100%
}

.wrap {
  width: 100%;
  height: 100%;
  display: block;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 0 0 0;
  overflow-x: hidden
}

.nonetb {
  display: none
}

@media screen and (min-width: 1201px) {
  .nonetb {
    display: block
  }
}

.nonesp {
  display: none
}

@media screen and (min-width: 769px) {
  .nonesp {
    display: block
  }
}

.nonepc {
  display: block
}

@media screen and (min-width: 1025px) {
  .nonepc {
    display: none
  }
}

.nonelg {
  display: block
}

@media screen and (min-width: 993px) {
  .nonelg {
    display: none !important
  }
}

.palt {
  font-feature-settings: "palt"
}

.header {
  display: block;
  width: 100%;
  /* height: 100%; */
  margin: 0 auto;
  background: #fff;
  /* position: relative; */
  position: fixed;
  z-index: 20;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, .1);
}

.header-inr {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%
}

@media screen and (min-width: 769px) {
  .header-inr {
    min-width: 1200px;
    height: 100px
  }
}

.header-logo {
  padding: 2px 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center
}

@media screen and (min-width: 769px) {
  .header-logo {
    padding: 0 32px
  }
}

.header-logo-img {
  width: 200px;
  transition: all .4s
}

@media screen and (min-width: 769px) {
  .header-logo-img {
    width: 260px
  }
}

.header-logo-img a {
  display: block;
  transition: all .4s
}

.header-logo-img a:hover {
  opacity: .6
}

.header-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, .9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  opacity: 0;
  z-index: -3;
  transition: opacity .6s;
  padding: 0 0 0 0
}

@media screen and (min-width: 1201px) {
  .header-nav {
    position: relative;
    opacity: 1;
    z-index: 1;
    height: 100%
  }
}

.header-nav.active {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px 0;
  transform: translate(0, 0);
  flex-wrap: wrap;
  z-index: 10;
  opacity: 1;
  /* padding: 0 0 80px 0 */
}

.header-nav.close {
  opacity: 0;
  z-index: -3
}

@media screen and (min-width: 1201px) {
  .header-nav.close {
    position: relative;
    opacity: 1;
    z-index: 1
  }
}

.header-nav nav {
  height: auto
}

@media screen and (min-width: 1201px) {
  .header-nav nav {
    height: 100%;
  }
}

.header-nav-list {
  height: 100%;
  display: block
}

.header-nav-list ul {
  height: 100%;
  display: block
}

@media screen and (min-width: 1201px) {
  .header-nav-list ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap
  }
}

.header-nav-list ul li {
  display: block;
  height: auto;
  width: 100%
}

@media screen and (min-width: 1201px) {
  .header-nav-list ul li {
    display: inline-block;
    height: 100%;
    width: auto
  }
}

.header-nav-list ul li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* padding: 12px 0; */
  padding: .25em 0;
  transition: all .4s
}

@media screen and (min-width: 1201px) {
  .header-nav-list ul li a {
    padding: 0 16px
  }
}

@media screen and (min-width: 1301px) {
  .header-nav-list ul li a {
    padding: 0 24px
  }
}

.header-nav-list ul li a:hover {
  color: #e75514
}

.header-nav-list ul li span {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 8px;
  text-indent: 2px
}

@media screen and (min-width: 769px) {
  .header-nav-list ul li span {
    font-size: 16px
  }
}

@media screen and (min-width: 1201px) {
  .header-nav-list ul li span {
    font-size: 14px
  }
}

@media screen and (min-width: 1401px) {
  .header-nav-list ul li span {
    font-size: 16px
  }
}

.header-nav-list ul li.tone {
  font-weight: 500;
  margin: 20px 0 0 0;
}

@media screen and (min-width: 1201px) {
  .header-nav-list ul li.tone {
    margin: 0 0 0 16px;
  }
}

.header-nav-list ul li.tone a {
  background: #e75514;
  color: #fff !important;
  padding: 16px 0;
  justify-content: center;
}

@media screen and (min-width: 1201px) {
  .header-nav-list ul li.tone a {
    padding: 0 28px
  }
}

@media screen and (min-width: 1301px) {
  .header-nav-list ul li.tone a {
    padding: 0 32px
  }
}

.header-nav-list ul li.tone a:hover {
  opacity: .8
}

.header-nav-list ul li.tone span {
  letter-spacing: 8px;
  text-indent: 8px
}

.bgr {
  position: fixed;
  z-index: 23;
  right: 10px;
  top: 18px;
  transform: scale(0.6)
}

@media screen and (min-width: 769px) {
  .bgr {
    top: 35px;
    right: 24px
  }
}

@media screen and (min-width: 1201px) {
  .bgr {
    display: none;
    z-index: -3
  }
}

.billboard {
  height: 378px;
  background: #fff
}

@media screen and (min-width: 577px) {
  .billboard {
    height: 548px
  }
}

@media screen and (min-width: 769px) {
  .billboard {
    height: 768px
  }
}

.billboard-inr {
  padding: 56px 0 0 0;
  height: 100%;
  background-image: url(../images/kv_sp.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 184px
}

@media screen and (min-width: 577px) {
  .billboard-inr {
    background-image: url(../images/kv.svg);
    padding: 64px 0 0 0;
    background-size: auto 284px
  }
}

@media screen and (min-width: 769px) {
  .billboard-inr {
    padding: 88px 0 0 0;
    background-image: url(../images/kv.svg);
    background-size: auto 408px
  }
}

@media screen and (min-width: 1025px) {
  .billboard-inr {
    padding: 114px 0 0 0;
    background-image: url(../images/kv.svg);
    background-size: auto 408px
  }
}

.billboard-copy {
  text-align: center;
  margin-left: 8px
}

@media screen and (min-width: 577px) {
  .billboard-copy {
    margin-left: 10px
  }
}

@media screen and (min-width: 769px) {
  .billboard-copy {
    margin-left: 14px
  }
}

.billboard-copy span {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 8px;
  font-weight: 700;
  text-align: center
}

@media screen and (min-width: 577px) {
  .billboard-copy span {
    font-size: 40px;
    letter-spacing: 10px
  }
}

@media screen and (min-width: 769px) {
  .billboard-copy span {
    font-size: 56px;
    letter-spacing: 14px
  }
}

.main {
  display: block;
  width: 100%
}

.main-inr {
  width: 100%;
  display: block;
  padding: 0 0 80px
}

@media screen and (min-width: 769px) {
  .main-inr {
    padding: 0 0 120px
  }
}

.main-copy {
  text-align: center;
  padding: 64px 0 28px;
  /* opacity: 0; */
  transition: all .5s ease-in-out .2s
}

@media screen and (min-width: 577px) {
  .main-copy {
    padding: 120px 0 64px
  }
}

@media screen and (min-width: 1201px) {
  .main-copy {
    padding: 140px 0 80px
  }
}

.main-copy.motion {
  opacity: 1
}

.main-copy span {
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center
}

@media screen and (min-width: 577px) {
  .main-copy span {
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 1.2
  }
}

@media screen and (min-width: 1201px) {
  .main-copy span {
    font-size: 42px;
    letter-spacing: 10px;
    line-height: 1.2
  }
}

.sec {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 40px 0
}

@media screen and (min-width: 769px) {
  .sec {
    padding: 80px 0 0 0;
  }
}

.sec-inr {
  margin: 0 auto;
  display: block
}

.sec-title {
  text-align: center;
  display: block;
  margin: 0 auto 24px;
  padding: 0 0 0 0;
  width: 100%;
  /* opacity: 0; */
  transition: all .5s ease-in-out .2s
}

@media screen and (min-width: 1201px) {
  .sec-title {
    max-width: 1040px
  }
}

.sec-title.motion {
  opacity: 1
}

.sec-title-b {
  font-size: 24px;
  color: #e75514;
  line-height: 100%;
  font-weight: 700;
  display: block
}

@media screen and (min-width: 769px) {
  .sec-title-b {
    font-size: 32px
  }
}

@media screen and (min-width: 1025px) {
  .sec-title-b {
    font-size: 36px
  }
}

.sec-title-b b {
  font-size: 34px;
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .sec-title-b b {
    font-size: 40px
  }
}

@media screen and (min-width: 1025px) {
  .sec-title-b b {
    font-size: 44px
  }
}

.sec-title-b::after {
  content: "";
  border-top: 1px solid rgba(53, 42, 38, .4);
  display: block;
  margin: 16px auto;
  width: 96px
}

@media screen and (min-width: 769px) {
  .sec-title-b::after {
    margin: 24px auto;
    width: 134px
  }
}

.sec-title-s {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px
}

.sec-box {
  padding: 16px 0 0;
  opacity: 0;
  transition: all .6s ease-in-out .4s
}

@media screen and (min-width: 769px) {
  .sec-box {
    padding: 40px 0 0
  }
}

.sec-box.motion {
  opacity: 1
}

.sec-box-cap {
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1.6;
  width: 100%;
  margin: 0 auto 16px;
  padding: 0 20px;
  font-size: 19px;
  letter-spacing: .5px
}

@media screen and (min-width: 376px) {
  .sec-box-cap {
    font-size: 20px;
    letter-spacing: 1px
  }
}

@media screen and (min-width: 769px) {
  .sec-box-cap {
    max-width: 1040px;
    font-size: 28px;
    margin: 0 auto 24px;
    padding: 0 20px
  }
}

.sec-box-cap-s {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0 auto 16px;
  /* line-height: 1.6; */
  line-height: 1.75;
  letter-spacing: 1px;
  width: 100%;
  padding: 0 20px;
  text-align: justify;
  word-break: break-all
}

@media screen and (min-width: 769px) {
  .sec-box-cap-s {
    max-width: 1040px;
    /* font-size: 24px; */
    font-size: 20px;
    margin: 0 auto 24px;
    padding: 0 20px;
    text-align: center
  }
}

.sec-box-text {
  font-size: 15px;
  text-align: justify;
  word-break: break-all;
  display: block;
  margin: 0 auto 16px;
  line-height: 2;
  letter-spacing: .5px;
  width: 100%;
  padding: 0 20px
}

@media screen and (min-width: 376px) {
  .sec-box-text {
    font-size: 16px;
    letter-spacing: 1px
  }
}

@media screen and (min-width: 1201px) {
  .sec-box-text {
    max-width: 1040px;
    padding: 0 0;
    margin: 0 auto 24px
  }
}

.sec-box-ex-figure {
  background-repeat: no-repeat;
  background-position: center;
  display: block
}

.sec-box-ex-figure.sec02-01 {
  width: 100%;
  height: 240px;
  background-image: url(../images/sec/02/1_sp.svg);
  background-size: 350px 240px;
  margin: 0px 0 24px
}

@media screen and (min-width: 1025px) {
  .sec-box-ex-figure.sec02-01 {
    height: 304px;
    background-image: url(../images/sec/02/1.svg);
    background-size: 674px 304px;
    margin: 48px 0
  }
}

.sec-box-ex-figure.sec02-02 {
  width: 100%;
  height: 490px;
  background-color: #fefaf8;
  background-image: url(../images/sec/02/2_sp.png);
  background-size: 390px 490px
}

@media screen and (min-width: 1025px) {
  .sec-box-ex-figure.sec02-02 {
    height: 396px;
    background-image: url(../images/sec/02/2.png);
    background-size: 1020px 328px
  }
}

.sec-box-checklist {
  display: flex;
  justify-content: center;
  margin: 0 auto 48px
}

@media screen and (min-width: 769px) {
  .sec-box-checklist {
    display: block;
    margin: 0 auto 64px
  }
}

.sec-box-checklist ul {
  display: block
}

@media screen and (min-width: 769px) {
  .sec-box-checklist ul {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.sec-box-checklist ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 12px auto
}

@media screen and (min-width: 1025px) {
  .sec-box-checklist ul li {
    justify-content: center;
    margin: 0 32px
  }
}

@media screen and (min-width: 1201px) {
  .sec-box-checklist ul li {
    justify-content: center;
    margin: 0 56px
  }
}

.sec-box-checklist ul li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  background: url(../images/sec/01/check.svg) center no-repeat;
  background-size: cover
}

@media screen and (min-width: 1025px) {
  .sec-box-checklist ul li::before {
    width: 28px;
    height: 28px
  }
}

@media screen and (min-width: 1201px) {
  .sec-box-checklist ul li::before {
    width: 32px;
    height: 32px
  }
}

.sec-box-checklist ul li span {
  display: inline-block;
  font-size: 24px;
  font-weight: 600
}

@media screen and (min-width: 1025px) {
  .sec-box-checklist ul li span {
    font-size: 28px
  }
}

@media screen and (min-width: 1201px) {
  .sec-box-checklist ul li span {
    font-size: 32px
  }
}

.sec-box-main-inr {
  overflow: scroll;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 20px;
  scrollbar-width: none;
  -ms-overflow-style: none
}

@media screen and (min-width: 769px) {
  .sec-box-main-inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    flex-wrap: wrap;
    overflow: visible;
    padding: 0 0 0 0
  }
}

.sec-box-main-inr::-webkit-scrollbar {
  display: none
}

.sec-box-flow {
  overflow: hidden;
  margin: 0 auto 0;
  padding: 8px 0 8px 0
}

@media screen and (min-width: 769px) {
  .sec-box-flow {
    display: block;
    margin: 0 auto 0;
    padding: 20px 0 20px 0
  }
}

.sec-box-flow-inr {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 0 0;
  scrollbar-width: none;
  -ms-overflow-style: none
}

@media screen and (min-width: 1025px) {
  .sec-box-flow-inr {
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0;
    overflow: visible
  }
}

.sec-box-flow-inr::-webkit-scrollbar {
  display: none
}

.sec-box-flow-item {
  display: inline-block;
  width: 200px;
  height: 226px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, .1);
  position: relative;
  background-size: 152px 120px;
  background-position: top 24px center;
  background-repeat: no-repeat;
  margin: 8px 24px 16px
}

@media screen and (min-width: 1201px) {
  .sec-box-flow-item {
    width: 272px;
    height: 248px;
    background-size: 184px 138px;
    margin: 0 24px
  }
}

.sec-box-flow-item:nth-child(1) {
  background-image: url(../images/sec/01/1.svg)
}

.sec-box-flow-item:nth-child(2) {
  background-image: url(../images/sec/01/2.svg)
}

.sec-box-flow-item:nth-child(3) {
  background-image: url(../images/sec/01/3.svg)
}

.sec-box-flow-item:nth-child(4) {
  background-image: url(../images/sec/01/4.svg)
}

.sec-box-flow-item:after {
  content: "";
  width: 16px;
  height: 30px;
  display: inline-block;
  background: url(../images/sec/01/right.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  right: -36px;
  top: 50%;
  margin: -15px 0 0 0;
  z-index: 2;
  opacity: .2
}

@media screen and (min-width: 1201px) {
  .sec-box-flow-item:after {
    right: -32px
  }
}

.sec-box-flow-item:last-child::after {
  display: none
}

.sec-box-flow-item-disp {
  margin: 0 0 0 0;
  padding: 0 0 18px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  width: 100%
}

.sec-box-flow-item-disp b {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 800
}

.sec-box-flow-item-disp b:after {
  content: "";
  display: block;
  width: 96px;
  margin: 6px auto;
  border-top: 1px solid #352a26
}

.sec-box-flow-item-disp span {
  font-size: 16px;
  letter-spacing: 2px
}

.sec-box-card {
  overflow: hidden;
  margin: 0 auto 0;
  padding: 10px 20px 20px
}

@media screen and (min-width: 1201px) {
  .sec-box-card {
    display: block;
    margin: 0 auto 0;
    padding: 20px 0 40px 0
  }
}

.sec-box-card-inr {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 0;
  flex-wrap: wrap
}

@media screen and (min-width: 469px) {
  .sec-box-card-inr {
    justify-content: space-around
  }
}

@media screen and (min-width: 769px) {
  .sec-box-card-inr {
    justify-content: space-between
  }
}

@media screen and (min-width: 577px) {
  .sec-box-card-inr::before {
    content: "";
    display: block;
    width: 24%;
    order: 1
  }
}

@media screen and (min-width: 577px) {
  .sec-box-card-inr::after {
    content: "";
    display: block;
    width: 24%
  }
}

.sec-box-card-item {
  display: inline-block;
  border-radius: 10px;
  background: #fff;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.15));
  position: relative;
  margin: 0 0 16px;
  background-size: 108px 84px;
  background-position: top 16px center;
  background-repeat: no-repeat;
  overflow: hidden;
  min-width: 158px;
  min-height: 168px;
  width: 48%
}

@media screen and (min-width: 577px) {
  .sec-box-card-item {
    width: 48%;
    height: 164px
  }
}

@media screen and (min-width: 769px) {
  .sec-box-card-item {
    width: 24%;
    height: 184px
  }
}

@media screen and (min-width: 1025px) {
  .sec-box-card-item {
    width: 24%;
    height: 184px
  }
}

@media screen and (min-width: 1201px) {
  .sec-box-card-item {
    width: 228px;
    height: 230px;
    margin: 0 0 32px;
    background-size: 144px 112px;
    background-position: top 24px center;
    min-width: none;
    min-height: none
  }
}

.sec-box-card-item:nth-child(1) {
  background-image: url(../images/sec/03/1.svg)
}

.sec-box-card-item:nth-child(2) {
  background-image: url(../images/sec/03/2.svg)
}

.sec-box-card-item:nth-child(3) {
  background-image: url(../images/sec/03/3.svg)
}

.sec-box-card-item:nth-child(4) {
  background-image: url(../images/sec/03/4.svg)
}

.sec-box-card-item:nth-child(5) {
  background-image: url(../images/sec/03/5.svg)
}

.sec-box-card-item:nth-child(6) {
  background-image: url(../images/sec/03/6.svg)
}

@media screen and (min-width: 1201px) {
  .sec-box-card-item:nth-child(6) {
    margin: 0 0 0
  }
}

.sec-box-card-item:nth-child(7) {
  background-image: url(../images/sec/03/7.svg)
}

@media screen and (min-width: 1201px) {
  .sec-box-card-item:nth-child(7) {
    margin: 0 0 0
  }
}

.sec-box-card-item:nth-child(8) {
  background-image: url(../images/sec/03/8.svg)
}

@media screen and (min-width: 1201px) {
  .sec-box-card-item:nth-child(8) {
    margin: 0 0 0
  }
}

.sec-box-card-item:nth-child(9) {
  background-image: url(../images/sec/03/9.svg)
}

@media screen and (min-width: 1201px) {
  .sec-box-card-item:nth-child(9) {
    margin: 0 0 0
  }
}

.sec-box-card-item:nth-child(10) {
  background-image: url(../images/sec/03/10.svg)
}

@media screen and (min-width: 1201px) {
  .sec-box-card-item:nth-child(10) {
    margin: 0 0 0
  }
}

.sec-box-card-item-disp {
  margin: 0 0 0 0;
  padding: 0 0 0;
  font-size: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px
}

@media screen and (min-width: 769px) {
  .sec-box-card-item-disp {
    height: 76px
  }
}

.sec-box-card-item-disp span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px
}

@media screen and (min-width: 469px) {
  .sec-box-card-item-disp span {
    font-size: 14px
  }
}

@media screen and (min-width: 769px) {
  .sec-box-card-item-disp span {
    font-size: 16px
  }
}

.sec-box-card-item::before {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 50%;
  margin: 0 0 0 -12px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  z-index: 2;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

@media screen and (min-width: 769px) {
  .sec-box-card-item::before {
    bottom: 64px;
    margin: 0 0 0 -12px
  }
}

.sec-box-table {
  display: block;
  margin: 28px auto 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px
}

@media screen and (min-width: 769px) {
  .sec-box-table {
    max-width: 1080px;
    margin: 56px auto 0
  }
}

.sec-box-table table {
  width: 100%;
  font-size: 15px;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 769px) {
  .sec-box-table table {
    font-size: 16px;
    letter-spacing: 2px
  }
}

.sec-box-table table tr {
  border-bottom: 1px solid rgba(53, 42, 38, .2)
}

.sec-box-table table th,
.sec-box-table table td {
  padding: 32px 0;
  line-height: 1.4
}

.sec-box-table table th {
  font-weight: 400;
  width: 128px
}

@media screen and (min-width: 769px) {
  .sec-box-table table th {
    width: 200px
  }
}

@media screen and (min-width: 1025px) {
  .sec-box-table table th {
    width: 268px
  }
}

.sec-box-table table td table tr {
  border: none
}

.sec-box-table table td table th,
.sec-box-table table td table td {
  padding: 0px 0 12px
}

@media screen and (min-width: 769px) {

  .sec-box-table table td table th,
  .sec-box-table table td table td {
    padding: 12px 0 0
  }
}

.sec-box-table table td table th {
  width: 124px
}

.sec-box-table-map {
  display: block;
  margin: 20px 0 28px
}

@media screen and (min-width: 769px) {
  .sec-box-table-map {
    margin: 28px 0 20px
  }
}

.sec-cv {
  display: block;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f5f5f5;
  position: relative;
  transition: all 1s
}

@media screen and (min-width: 769px) {
  .sec-cv {
    display: block;
    margin: 0 auto 0
  }
}

.sec-cv.fix {
  transform: translateY(200px);
  z-index: 6;
  transition: all 1s
}

.sec-cv.fix.fixed {
  transform: translateY(0);
  position: fixed;
  z-index: 6;
  bottom: 0;
  left: 0;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, .05);
  background: rgba(255, 255, 255, .8)
}

.sec-cv.fix.stop {
  position: relative !important;
  box-shadow: none !important;
  background: #f5f5f5
}

.sec-cv-inr {
  display: block;
  margin: 0 auto 0;
  padding: 16px
}

@media screen and (min-width: 577px) {
  .sec-cv-inr {
    padding: 20px
  }
}

@media screen and (min-width: 1025px) {
  .sec-cv-inr {
    padding: 24px
  }
}

.sec-cv-btn {
  display: block;
  width: 100%;
  height: 64px;
  margin: 0 auto
}

@media screen and (min-width: 769px) {
  .sec-cv-btn {
    width: 400px;
    height: 80px
  }
}

.sec-cv-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e75514;
  color: #fff;
  transition: all .4s
}

.sec-cv-btn a:hover {
  opacity: .6
}

.sec-cv-btn a span {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 8px;
  text-align: 8px;
  font-size: 18px
}

@media screen and (min-width: 769px) {
  .sec-cv-btn a span {
    font-size: 20px
  }
}

.footer {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 16px;
  margin: 0 0 0 0;
  background: #fff
}

@media screen and (min-width: 1025px) {
  .footer {
    padding: 0 0
  }
}

.footer-inr {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 0;
  border-top: 1px solid #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 28px 20px 24px
}

@media screen and (min-width: 1201px) {
  .footer-inr {
    padding: 28px 20px 24px;
    min-width: 1200px
  }
}

.footer-logo {
  padding: 0;
  margin: 24px 0 48px
}

@media screen and (min-width: 769px) {
  .footer-logo {
    margin: 28px 0
  }
}

.footer-logo-img {
  width: 218px;
  position: relative;
  display: inline-block
}

@media screen and (min-width: 769px) {
  .footer-logo-img {
    width: 260px
  }
}

.footer-logo-img img {
  display: inline-block;
  width: 100%
}

.footer-logo-img a {
  opacity: 1;
  transition: all .4s;
  display: inline-block
}

.footer-logo-img a:hover {
  opacity: .6
}

.footer-nav {
  display: block;
  margin: 0 0 56px 0
}

@media screen and (min-width: 577px) {
  .footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
  }
}

.footer-nav ul,
.footer-nav ol {
  width: 100%;
  padding: 0;
  margin: 28px 0;
  display: block
}

@media screen and (min-width: 577px) {

  .footer-nav ul,
  .footer-nav ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }
}

.footer-nav ul li,
.footer-nav ol li {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 0 0;
  padding: 0 28px 0;
  text-align: center;
  position: relative
}

.footer-nav ul li a,
.footer-nav ol li a {
  display: block;
  padding: 8px
}

@media screen and (min-width: 1201px) {

  .footer-nav ul li a,
  .footer-nav ol li a {
    display: inline-block;
    padding: 0 0;
    border: none;
    padding: 12px
  }
}

.footer-nav ul li a span,
.footer-nav ol li a span {
  color: #352a26;
  transition: all .4s;
  font-size: 14px
}

@media screen and (min-width: 1201px) {

  .footer-nav ul li a span,
  .footer-nav ol li a span {
    font-size: 16px
  }
}

.footer-nav ul li a:hover span,
.footer-nav ol li a:hover span {
  color: #e75514
}

.footer-nav ol li {
  margin: 0 0 0 0;
  padding: 0 20px 0
}

.footer-nav ol li a span {
  font-size: 12px
}

@media screen and (min-width: 1201px) {
  .footer-nav ol li a span {
    font-size: 14px
  }
}

.footer-copyright {
  margin: 0 0 0 0;
  padding: 16px 0;
  width: 100%;
  display: block;
  text-align: center
}

.footer-copyright span {
  font-size: 12px;
  color: #352a26;
  display: inline-block;
  margin: 0 auto 0;
  letter-spacing: 1px
}

@media screen and (min-width: 769px) {
  .footer-copyright span {
    display: inline-block
  }
}

.footer-copyright span i {
  display: inline-block;
  text-decoration: none;
  font-size: 100%;
  font-style: normal;
  margin: 0 2px 0 0
}

.footer-scroll {
  position: absolute;
  bottom: 0px;
  right: 20px;
  display: inline-block
}

@media screen and (min-width: 1025px) {
  .footer-scroll {
    bottom: 40px;
    right: 32px
  }
}

@media screen and (min-width: 1201px) {
  .footer-scroll {
    right: 0px
  }
}

.footer-scroll a {
  display: inline-block;
  border: 1px solid rgba(53, 42, 38, .2);
  border-radius: 50%;
  padding: 12px;
  line-height: 0;
  transition: all .4s
}

@media screen and (min-width: 577px) {
  .footer-scroll a {
    padding: 24px
  }
}

.footer-scroll a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  transition: all .4s;
  background: url(../images/arw_b.svg) center no-repeat;
  background-size: cover;
  transform: rotate(-90deg) translateX(0px)
}

@media screen and (min-width: 577px) {
  .footer-scroll a span {
    width: 24px;
    height: 24px
  }
}

.footer-scroll a:hover {
  border: 1px solid rgba(53, 42, 38, .8)
}

.footer-scroll a:hover span {
  transform: rotate(-90deg) translateX(2px)
}

.page {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 769px) {
  .page {
    padding: 0
  }
}

.page a {
  /* text-decoration: underline; */
  opacity: 1;
  transition: all .4s
}

.page a:hover {
  text-decoration: none;
  opacity: .6
}

.page-inr {
  margin: 0 auto;
  display: block;
  padding: 48px 20px 80px;
  width: 100%
}

@media screen and (min-width: 769px) {
  .page-inr {
    max-width: 1040px;
    /* padding: 128px 20px */
    padding: 100px 20px;
  }
}

.page-title {
  display: block;
  margin: 0 0 40px 0;
  letter-spacing: 2px
}

@media screen and (min-width: 769px) {
  .page-title {
    margin: 0 0 56px 0
  }
}

.page-title span {
  font-size: 24px;
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .page-title span {
    font-size: 36px
  }
}

.page-title-sub {
  display: block;
  margin: 0 0 24px 0;
  letter-spacing: 2px
}

@media screen and (min-width: 769px) {
  .page-title-sub {
    margin: 0 0 32px 0
  }
}

.page-title-sub span {
  font-size: 18px;
  font-weight: 700
}

@media screen and (min-width: 769px) {
  .page-title-sub span {
    font-size: 22px
  }
}

.page-title-sub::before {
  content: "▼";
  color: #e75514;
  margin: 0 0 0 0;
  position: relative;
  top: 0px;
  font-size: 26px
}

.page-main {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 2px;
  display: block;
  text-align: justify;
  word-break: break-all
}

.page-main strong {
  font-size: 18px
}

.page-main b {
  font-size: 16px
}

.page-main-text dt {
  font-weight: 400
}

.page-main-text dd {
  margin-left: 24px
}

.page-main-text dl.list-disc dd {
  margin-left: 8px
}

.page-main-text dl.list-disc dd:before {
  content: "・";
  margin-right: 4px
}

.page-main-text table {
  width: 100%;
  margin: 16px 0
}

.page-main-text table tr {
  width: 100%
}

.page-main-text table tr th,
.page-main-text table tr td {
  padding: 14px;
  vertical-align: middle;
  line-height: 1.4;
  border: 1px solid #352a26;
  letter-spacing: 0
}

@media screen and (min-width: 769px) {

  .page-main-text table tr th,
  .page-main-text table tr td {
    padding: 16px
  }
}

.page-main-text table tr th {
  text-align: center
}

.page-main-text table tr td {
  text-align: justify;
  word-break: break-all
}

.page-main-text-r {
  text-align: right;
  display: block;
  margin: 56px 0 0 0
}

.page-main-text-s {
  display: block;
  margin: 16px 0
}

.page-main-text-s dt {
  font-weight: 400
}

.page-main-text-s dd {
  margin-left: 16px
}


#contact .page-inr {
  padding-top: 228px;
}

#contact　p{ line-height:1.6;}
#contact table.contact_form{ width: 1000px; margin: 40px auto 20px;}
#contact table.contact_form th, #contact table.contact_form td{padding:15px 5px; box-sizing:border-box; width: 75%; display: inline-block;}
#contact table.contact_form th{ width: 25%; position: relative; font-size: 16px; line-height: 1.8; text-align: left;}
#contact table.contact_form th span{ background: #c1272d; padding: 5px 7px; color: #fff; font-size:  14px; position: absolute; top: 15px; right: 10px; line-height: 1;}
#contact table button, #contact table textarea, #contact table select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact table input[type="text"] {
    height: 50px;
    width: 100%;
    padding: 0 5px;
    border-radius: 2px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; background: #f0f0f0; box-sizing: border-box; 
}

#contact table select{
    height: 50px;
    padding: 0 5px;
    border-radius: 4px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; background: #f0f0f0; box-sizing: border-box; width: 45%; 
}
#contact table select:invalid {color: #000;}

#contact table select.prefectures{margin-bottom: 10px;}
#contact table textarea{
    height: 187px;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; background: #f0f0f0; box-sizing: border-box; font-size: 16px; line-height: 1.6;}

.submit_btn{ width: 450px; margin: 40px auto; position: relative;}
.submit_btn input[type="submit"]{ font-family : inherit;
-moz-appearance: none;
    -webkit-appearance: none;
    outline: none; background: #000; font-weight: 500;
    border: none;display: block; text-align: center; color: #fff; font-size: 16px; line-height: 60px; width: 100%; }

.linkbtn{ width: 450px; margin: 40px auto;}
.linkbtn a{text-align: center; font-size: 16px; color: #fff; font-weight: 500; line-height: 60px; width: 100%; display: block; background: #000;}


@media screen and (max-width: 1000px) {
#contact table.contact_form{ width: 100%; }	
}
@media screen and (max-width: 480px) {
#contact table.contact_form th, #contact table.contact_form td{padding:5px 5px; }	
#contact table.contact_form th{ width: 100%;  font-size: 13px; display: block;}	
#contact table.contact_form td{width: 100%; display: block;}
#contact table.contact_form th span{ padding: 3px 5px; font-size:  11px; position: inherit; top: auto; right: auto; margin-left: 15px;}	
#contact table input[type="text"],
#contact table select	{
    width: 100%; margin: 5px 0; 
}	
.submit_btn{ width: 80%; margin: 20px auto; }
.linkbtn{ width: 80%; margin: 20px auto; }	
}