@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1300px;
  max-width: calc(100% - 10vw);
  margin: 0 auto;
}

.sm-inner {
  width: 1000px;
  max-width: calc(100% - 10vw);
  margin: 0 auto;
}

/* --- Others --- */
/* Setting
======================================== */
body {
  font-size: 16px;
  color: #000;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.1rem;
  word-break: break-all;
}

html {
  scroll-padding-top: 120px;
}

img {
  display: block;
  max-width: 100%;
}

/* --- Responsive --- */
._sp {
  display: none !important;
}
@media (max-width: 749px) {
  ._sp {
    display: block !important;
  }
}

._md {
  display: none !important;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  ._md {
    display: block !important;
  }
}

._pc {
  display: none !important;
}
@media (min-width: 750px) {
  ._pc {
    display: block !important;
  }
}

._xl {
  display: none !important;
}
@media (min-width: 1101px) {
  ._xl {
    display: block !important;
  }
}

/* --- Others --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 750px) {
  html {
    scroll-padding-top: 120px;
  }
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

.gray-out {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
}

.spacer {
  width: 100%;
}

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

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

/* Parts
======================================== */
.ttl-circle {
  font-size: 20px;
  color: #6FBA2C;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  flex-direction: column;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}
@media (min-width: 750px) {
  .ttl-circle {
    font-size: 40px;
    margin: 0 auto 70px;
  }
}
.ttl-circle span {
  line-height: 1.3;
  display: block;
  background: linear-gradient(transparent 70%, #FFE7B1 20%);
}
.ttl-circle:before, .ttl-circle:after {
  content: "";
  display: block;
  background-image: url(../img/icon-circle.png);
  background-size: cover;
  width: 50px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  .ttl-circle:before, .ttl-circle:after {
    width: 80px;
    height: 18px;
    margin-top: 10px;
  }
}
.ttl-circle:before {
  left: -60px;
}
@media (min-width: 750px) {
  .ttl-circle:before {
    left: -100px;
  }
}
.ttl-circle:after {
  right: -60px;
}
@media (min-width: 750px) {
  .ttl-circle:after {
    right: -100px;
  }
}
.ttl-circle._sub {
  font-size: 18px;
}
@media (min-width: 750px) {
  .ttl-circle._sub {
    font-size: 30px;
  }
}
.ttl-circle._sub:before, .ttl-circle._sub:after {
  background-image: url(../img/icon-circle_sub.png);
  width: 10px;
  height: 10px;
}
@media (min-width: 750px) {
  .ttl-circle._sub:before, .ttl-circle._sub:after {
    width: 16px;
    height: 16px;
  }
}
.ttl-circle._sub:before {
  left: -20px;
}
@media (min-width: 750px) {
  .ttl-circle._sub:before {
    left: -40px;
  }
}
.ttl-circle._sub:after {
  right: -20px;
}
@media (min-width: 750px) {
  .ttl-circle._sub:after {
    right: -40px;
  }
}

/* Header
======================================== */
main {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-size: contain;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-size: 960px 960px;
}

section {
  position: relative;
  z-index: 1;
}

.ele_left {
  position: absolute;
  margin-left: calc(50% - 50vw);
  margin-right: auto;
  z-index: -10;
}

.ele_right {
  position: absolute;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  z-index: -10;
}

.ele-1 {
  top: 0;
  right: -200px;
  width: 500px;
}
@media (max-width: 749px) {
  .ele-1 {
    display: none;
  }
}

.ele-2 {
  top: 0;
  left: -200px;
  width: 700px;
}
@media (max-width: 749px) {
  .ele-2 {
    display: none;
  }
}

.ele-3 {
  right: -200px;
  top: -150px;
  width: 600px;
}
@media (max-width: 749px) {
  .ele-3 {
    display: none;
  }
}

.ele-4 {
  left: -10px;
  bottom: 50px;
  width: 350px;
}
@media (max-width: 749px) {
  .ele-4 {
    width: 120px;
    top: -380px;
    bottom: auto;
    left: -40px;
  }
}

.ele-5 {
  right: -300px;
  top: -200px;
  width: 700px;
}
@media (max-width: 749px) {
  .ele-5 {
    width: 220px;
    bottom: auto;
    top: 0px;
    right: -100px;
  }
}

.ele-6 {
  left: -200px;
  top: 100px;
  width: 650px;
}
@media (max-width: 749px) {
  .ele-6 {
    top: -30px;
    width: 250px;
    left: -100px;
  }
}

.ele-7 {
  right: -150px;
  top: 400px;
  width: 600px;
}
@media (max-width: 749px) {
  .ele-7 {
    right: -80px;
    top: 600px;
    width: 300px;
  }
}

.ele-8 {
  left: -100px;
  top: 200px;
  width: 500px;
}
@media (max-width: 749px) {
  .ele-8 {
    left: -100px;
    top: 150px;
    width: 250px;
  }
}

header {
  height: 60px;
  /* --- ハンバーガーメニュー --- */
}
@media (min-width: 750px) {
  header {
    display: none;
  }
}
header .wrap {
  height: 60px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
header .wrap img.logo {
  width: auto;
  height: 45px;
  margin: 0 auto;
}
header .hamburger {
  display: block;
  margin: 0 15px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 750px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #F6AB00;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 60px;
  right: -100%;
  background: white;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav-container .inner_nav ul li {
  padding: 25px 0;
  text-align: center;
}
header .nav-container .inner_nav ul li a {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding: 0 20px;
  align-items: center;
}
header .nav-container .inner_nav ul li a img {
  width: 33px;
  height: auto;
}
header .nav-container .inner_nav ul li:not(:last-child) {
  border-bottom: 1px solid #F6AB00;
}

section.mv {
  background-image: url("../img/mv-bg_sp.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 395px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 750px) {
  section.mv {
    background-image: url("../img/mv-bg.jpg");
    height: 700px;
  }
}
section.mv .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 750px) {
  section.mv .wrap {
    gap: 40px;
  }
}
section.mv .wrap img {
  margin: 0 auto;
}
section.mv .wrap img.logo {
  width: 190px;
}
@media (min-width: 750px) {
  section.mv .wrap img.logo {
    width: 300px;
  }
}
section.mv .wrap img.text {
  width: 100%;
}
@media (min-width: 750px) {
  section.mv .wrap img.text {
    width: 90%;
  }
}

.here {
  position: relative;
  height: 180px;
}
@media (max-width: 749px) {
  .here {
    display: none;
  }
}

section.nav {
  background-color: #fff;
  padding: 50px 0;
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
}
section.nav.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 95px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section.nav.fixed ul {
  width: 100%;
}
@media (max-width: 749px) {
  section.nav {
    display: none;
  }
}
section.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1100px) {
  section.nav ul {
    align-items: center;
  }
}
section.nav ul li {
  height: 100%;
}
section.nav ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  transition: 0.3s all;
  text-align: center;
}
@media (max-width: 1100px) {
  section.nav ul li a {
    height: 75px;
  }
}
section.nav ul li a:hover img {
  transform: translateY(-0.1875em);
}
section.nav ul li img {
  transition: 0.3s all;
  width: 43px;
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  section.nav ul {
    gap: 5px;
  }
  section.nav ul li {
    width: calc((100% - 25px) / 6);
    font-size: 12px;
    padding: 10px 0;
  }
  section.nav ul li img {
    width: auto;
    height: 50%;
  }
}

section.kodawari {
  padding: 100px 0 0;
  position: relative;
}
@media (min-width: 750px) {
  section.kodawari {
    padding: 100px 0 0;
  }
}
section.kodawari .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.kodawari .list li {
  width: 100%;
  border: 1px solid #E73068;
  margin-top: 26px;
  padding: 40px 20px 20px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 750px) {
  section.kodawari .list li {
    padding: 50px 20px 20px;
    margin-top: 45px;
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  section.kodawari .list li {
    width: calc((100% - 20px) / 2);
  }
}
section.kodawari .list li .number {
  position: absolute;
  display: inline-block;
  background-color: #E73068;
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  border-radius: 100%;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 750px) {
  section.kodawari .list li .number {
    font-size: 45px;
    top: -45px;
    width: 75px;
    height: 75px;
    padding: 0 0 3% 1%;
  }
}
section.kodawari .list li .ttl {
  color: #E73068;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 750px) {
  section.kodawari .list li .ttl {
    font-size: 22px;
    height: 2em;
  }
}
section.kodawari .list li img {
  width: 130px;
  max-width: 100%;
  margin: 30px auto;
}
@media (min-width: 750px) {
  section.kodawari .list li img {
    width: auto;
    height: 160px;
  }
}
section.kodawari .list li p {
  font-size: 16px;
}
@media (min-width: 750px) {
  section.kodawari .list li p {
    font-size: 18px;
  }
}
section.kodawari .list li p span {
  color: #E73068;
}

section.new {
  text-align: center;
  position: relative;
  padding-top: 100px;
}
@media (min-width: 750px) {
  section.new {
    padding-top: 140px;
  }
}
section.new .line {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 2px solid #00A75B;
  padding: 10px;
  margin: 50px auto 0;
  background-color: #fff;
  justify-content: space-between;
}
@media (min-width: 750px) {
  section.new .line {
    padding: 20px;
    height: 320px;
    border: 3px solid #00A75B;
  }
}
section.new .line img {
  max-height: 100%;
  max-width: 50%;
}
section.new .line img.text {
  max-width: 45%;
}
@media (min-width: 750px) {
  section.new .line img.text {
    height: 167px;
  }
}

section.season {
  padding-top: 100px;
  position: relative;
}
@media (min-width: 750px) {
  section.season {
    padding-top: 170px;
  }
}
@media (max-width: 749px) {
  section.season .table {
    display: block;
    border: none;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  section.season .table img {
    max-width: 180vw;
  }
}

section.greeting {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 750px) {
  section.greeting {
    padding-top: 170px;
  }
}
section.greeting .container {
  border: 3px solid #F6AB00;
  border-radius: 15px;
  padding: 50px 10px 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
}
@media (min-width: 750px) {
  section.greeting .container {
    font-size: 18px;
  }
}
section.greeting .container .ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #E73068;
}
@media (min-width: 750px) {
  section.greeting .container .ttl {
    font-size: 30px;
  }
}
section.greeting .container .ttl:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #E73068;
  width: 60px;
  margin: 20px auto 25px;
}
@media (min-width: 750px) {
  section.greeting .container .ttl:after {
    margin: 40px auto 55px;
  }
}
section.greeting .container p span {
  color: #F6AB00;
}
@media (min-width: 750px) {
  section.greeting .container p span {
    font-size: 22px;
  }
}

section.flow {
  padding-top: 100px;
}
@media (min-width: 750px) {
  section.flow {
    padding-top: 160px;
  }
}
section.flow .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.flow .list li {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 750px) {
  section.flow .list li {
    border-radius: 20px;
    width: calc((100% - 40px) / 3);
  }
}
section.flow .list li h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 750px) {
  section.flow .list li h2 {
    font-size: 24px;
  }
}
section.flow .list li p {
  padding: 0 30px 30px;
}

section.qa {
  padding-top: 100px;
}
@media (min-width: 750px) {
  section.qa {
    padding-top: 180px;
  }
}
section.qa .qa-list {
  border: 2px solid #F6AB00;
  border-radius: 15px;
  padding: 15px 10px;
  background-color: #fff;
}
@media (min-width: 750px) {
  section.qa .qa-list {
    padding: 30px 65px;
  }
}
section.qa .block {
  border-bottom: 2px dashed #F6AB00;
}
section.qa .bn {
  border: none !important;
}
section.qa .qa-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 750px) {
  section.qa .qa-list {
    font-size: 16px;
  }
}
section.qa .accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  padding: 25px 0;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  /* --- icon --- */
}
section.qa .accordion p {
  flex: 1;
  font-weight: 600;
}
section.qa .accordion:before {
  content: "Q.";
  display: block;
  font-size: 24px;
  color: #F6AB00;
  font-weight: 600;
}
section.qa .accordion + .panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 10px;
}
section.qa .accordion + .panel:before {
  content: "A.";
  display: block;
  font-size: 24px;
  color: #6FBA2C;
  font-weight: 600;
}
section.qa .accordion + .panel p {
  flex: 1;
  padding: 0 0 30px;
}
section.qa .accordion:after {
  content: "＋";
  display: block;
  margin-left: auto;
  transition: 0.2s;
  background-color: #F6AB00;
  color: #fff !important;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 0 0 0.2% 0.3%;
}
@media (min-width: 750px) {
  section.qa .accordion:after {
    width: 35px;
    height: 35px;
  }
}
section.qa .accordion.active:after {
  content: "−";
  transform: rotate(-180deg);
}

section.access {
  text-align: center;
  padding: 100px 0 60px;
}
@media (min-width: 750px) {
  section.access {
    padding: 170px 0 150px;
    font-size: 20px;
  }
}
section.access iframe {
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
}
@media (min-width: 750px) {
  section.access iframe {
    height: 500px;
  }
}
section.access ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 95px;
}
@media (max-width: 749px) {
  section.access ul {
    margin-top: 50px;
    flex-direction: column;
  }
}
section.access ul li {
  flex: 1;
}

footer {
  background-color: #E9F7DE;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 749px) {
  footer {
    font-size: 14px;
  }
}
@media (min-width: 750px) {
  footer {
    padding: 35px 0;
  }
}
footer img {
  width: 188px;
  margin: 0 auto 10px;
}
@media (min-width: 750px) {
  footer img {
    margin: 0 auto 30px;
  }
}/*# sourceMappingURL=styles.css.map */