@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=Mochiy+Pop+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP: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: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

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

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

/* --- Responsive --- */
@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
/* --- Others --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (min-width: 1001px) {
  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;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-s {
  margin-top: 25px !important;
}
.mt-m {
  margin-top: 50px !important;
}
.mt-l {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-s {
  margin-bottom: 25px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-l {
  margin-bottom: 100px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-s {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mx-m {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mx-l {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-s {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-l {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-s {
  padding-top: 25px !important;
}
.pt-m {
  padding-top: 50px !important;
}
.pt-l {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-s {
  padding-bottom: 25px !important;
}
.pb-m {
  padding-bottom: 50px !important;
}
.pb-l {
  padding-bottom: 100px !important;
}

/* Parts
======================================== */
.ttl-bubble {
  background: linear-gradient(#FF0302, #FF8900);
  color: #fff;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 22px;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  text-align: center;
  line-height: 150%;
  padding: 15px 10px;
  position: relative;
  margin-bottom: 100px;
}
@media (min-width: 1001px) {
  .ttl-bubble {
    font-size: 36px;
    padding: 30px 10px;
    margin-bottom: 150px;
  }
}
.ttl-bubble:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #FF8900 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
@media (min-width: 1001px) {
  .ttl-bubble:before {
    border-width: 60px 60px 0 60px;
  }
}

.cta-btn {
  background-color: #fdad19;
  color: #fff;
  margin: 50px auto 0;
  width: 400px;
  max-width: 100%;
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: 0.3s all;
}
.cta-btn p {
  z-index: 50;
  position: relative;
  line-height: 1;
}
.cta-btn span {
  display: block;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.cta-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ff8808;
  z-index: 1;
  width: 100%;
  height: 50%;
}
.cta-btn:after {
  content: "";
  position: absolute;
  right: 35px;
  width: 20px;
  height: 20px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  z-index: 50;
}
.cta-btn:hover {
  opacity: 0.6;
}

/* お問い合わせ
======================================== */
section.contact {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 60px;
  width: 100vw;
  position: relative;
  background: linear-gradient(#ffeac7, #fbebcf);
  min-height: 100vh;
}
section.contact .ttl-bubble {
  margin-bottom: 50px;
}
@media (min-width: 1001px) {
  section.contact .ttl-bubble {
    margin-bottom: 100px;
  }
}

.mw_wp_form {
  width: 100% !important;
}
.mw_wp_form dl {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  /* --- プルダウン --- */
}
.mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    width: 28%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl dt .required {
  display: block;
  background-color: #AA1923;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.mw_wp_form dl dt .required:before {
  content: "必須";
  display: inline-block;
}
.mw_wp_form dl dd {
  width: 100%;
  /* Radio Button*/
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    width: 70%;
  }
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd .mwform-radio-field-text {
  color: #fff;
}
.mw_wp_form dl select {
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
  -webkit-appearance: auto;
}
.mw_wp_form button[type=submit] {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #fff;
  background-color: orange;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.6s;
}
@media (min-width: 1001px) {
  .mw_wp_form button[type=submit] {
    width: 400px;
    font-size: 20px;
  }
}
.mw_wp_form button[type=submit]:hover {
  opacity: 0.6;
}

.back {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: orange;
  border: 3px solid orange;
  background-color: #fff;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 0.6s;
}
@media (min-width: 1001px) {
  .back {
    width: 400px;
    font-size: 20px;
  }
}
.back:hover {
  opacity: 0.6;
}

/* Fuwa
======================================== */
.fuwa {
  opacity: 0;
}

.scroll-in {
  z-index: 100;
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Worries
======================================== */
section.worries {
  background-color: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.worries {
    padding: 80px calc(50vw - 50%);
  }
}
section.worries h2 {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Mochiy Pop One", sans-serif;
}
@media (min-width: 1001px) {
  section.worries h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
section.worries ul.list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.worries ul.list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
section.worries ul.list li {
  background-color: #fff;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1001px) {
  section.worries ul.list li {
    font-size: 24px;
    padding: 10px 30px;
  }
}
section.worries ul.list li:before {
  content: "";
  display: block;
  background-image: url(../img/icon-check.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (min-width: 1001px) {
  section.worries ul.list li:before {
    width: 42px;
    height: 42px;
    margin-right: 20px;
  }
}

/* Solution
======================================== */
section.solution {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 60px;
  width: 100vw;
  position: relative;
  background: linear-gradient(#ffeac7, #ffd194);
}
@media (min-width: 1001px) {
  section.solution {
    padding: 0 calc(50vw - 50%) 100px;
  }
}
section.solution:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-60deg, transparent, transparent 45%, #fff3f3 45%, #fff3f3 50%, transparent 50%, transparent 95%, #fff3f3 95%, #fff3f3);
  background-size: 17px 30px;
}
section.solution .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 90px;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  section.solution .list {
    gap: 130px;
  }
}
section.solution .list li {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 0px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1000px) {
  section.solution .list li {
    flex-direction: column-reverse;
  }
}
section.solution .list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.solution .list li h3 {
  color: #FF0602;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 150%;
}
@media (min-width: 1001px) {
  section.solution .list li h3 {
    font-size: 28px;
  }
}
section.solution .list li img {
  width: 90%;
  height: 100%;
  aspect-ratio: 566/403;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: -30px;
}
@media (min-width: 1001px) {
  section.solution .list li img {
    width: 50%;
    right: -30px;
  }
}
section.solution .list li .text {
  flex: 1;
  padding: 0 10px 30px 0;
}
@media (min-width: 1001px) {
  section.solution .list li .text {
    padding: 30px 0;
  }
}
@media (min-width: 1001px) {
  section.solution .list li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
section.solution .list li:nth-child(even) img {
  left: auto;
  right: -30px;
}
@media (min-width: 1001px) {
  section.solution .list li:nth-child(even) img {
    left: -30px;
  }
}
section.solution .list li:nth-child(even) .text {
  padding-left: 30px;
}
@media (min-width: 1001px) {
  section.solution .list li:nth-child(even) .text {
    padding-left: 0;
    padding-right: 30px;
  }
}
section.solution .list li:nth-child(even):before {
  left: auto;
  right: calc(50% - 50vw);
}
section.solution iframe {
  position: relative;
  z-index: 500;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 50px auto 0;
  display: block;
}

/* Seminer
======================================== */
section.seminer {
  background-image: url("../img/seminer-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.seminer {
    padding: 100px calc(50vw - 50%);
  }
}
section.seminer .heading {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.seminer .heading {
    width: 80%;
  }
}
section.seminer .container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  padding: 30px;
}
section.seminer .container .ttl {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 130%;
}
@media (min-width: 1001px) {
  section.seminer .container .ttl {
    font-size: 30px;
  }
}
section.seminer .container .details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  section.seminer .container .details {
    justify-content: center;
    gap: 30px;
  }
}
section.seminer .container .details li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
@media (min-width: 1001px) {
  section.seminer .container .details li {
    font-size: 25px;
    gap: 20px;
  }
}
section.seminer .container .details li span {
  border: 2px solid #333;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (min-width: 1001px) {
  section.seminer .container .details li span {
    border: 3px solid #333;
  }
}
section.seminer .container .btn {
  display: block;
  width: 400px;
  margin: 0 auto -50px;
  transition: 0.3s all;
  max-width: 90%;
}
section.seminer .container .btn:hover {
  transform: translateY(-0.1875em);
}
section.seminer .diamond {
  margin: 30px 0;
}
@media (min-width: 1001px) {
  section.seminer .diamond {
    margin: 60px 0;
  }
}
section.seminer .contents {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
section.seminer .contents .ttl {
  background: linear-gradient(to right, #FF721A, #FFD446);
  color: #fff;
  font-family: "Mochiy Pop One", sans-serif;
  padding: 10px 20px;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  section.seminer .contents .ttl {
    font-size: 24px;
    padding: 20px 50px;
  }
}
section.seminer .contents ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1000px) {
  section.seminer .contents ul {
    padding: 0 20px;
  }
}
section.seminer .contents ul li {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 1001px) {
  section.seminer .contents ul li {
    font-size: 24px;
  }
}

/* About
======================================== */
section.about {
  background: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.about {
    padding: 100px calc(50vw - 50%);
  }
}
section.about .heading {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1001px) {
  section.about .heading {
    width: 80%;
  }
}
section.about .container {
  background-color: #fff;
  padding: 30px 20px;
}
@media (min-width: 1001px) {
  section.about .container {
    padding: 50px;
  }
}

/* Summary
======================================== */
section.summary {
  background-image: url("../img/summary-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.summary {
    padding: 100px calc(50vw - 50%);
  }
}
section.summary .container {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 0 50px 0 50px;
  padding: 30px 20px;
}
@media (min-width: 1001px) {
  section.summary .container {
    padding: 50px;
  }
}
section.summary .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  margin-bottom: 20px;
}
section.summary .wrap .text {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 1001px) {
  section.summary .wrap .text {
    font-size: 24px;
  }
}
section.summary .wrap .icon {
  width: 50%;
  height: auto;
}
@media (min-width: 1001px) {
  section.summary .wrap .icon {
    width: 20%;
  }
}
section.summary .text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 150%;
}
@media (min-width: 1001px) {
  section.summary .text {
    font-size: 30px;
  }
}
section.summary .text span {
  color: #FF8900;
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */