@charset "UTF-8";
/*=== color ==============*/
/*=== variable ===========*/
/*=== font ===============*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  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: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  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] {
  -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: 64%;
}

/**
 * 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  outline: none;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

*:focus {
  outline: none;
}

/*=== minxin =============*/
/*=== base ===============*/
html {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 504px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

body {
  background-color: #FFF7EE;
}

main {
  display: block;
  overflow: hidden;
  line-break: strict;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

hr {
  color: #F45151;
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 80px 0;
  }
}

th {
  font-weight: normal;
}

@media screen and (min-width: 504px) {
  .mdHide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .lgHide {
    display: none !important;
  }
}

@media screen and (min-width: 1120px) {
  .xlgHide {
    display: none !important;
  }
}

.mdShow {
  display: none;
}
@media screen and (min-width: 504px) {
  .mdShow {
    display: inherit !important;
  }
}

.lgShow {
  display: none;
}
@media screen and (min-width: 768px) {
  .lgShow {
    display: inherit !important;
  }
}

.xlgShow {
  display: none;
}
@media screen and (min-width: 1120px) {
  .xlgShow {
    display: inherit !important;
  }
}

.full-width {
  position: relative;
  bottom: 0;
  right: 2.6315789474%;
  display: block;
  height: 30px;
  width: 105.2631578947%;
}

.textSizeS {
  font-size: 0.75rem;
}

.underline {
  text-decoration: underline;
}

.border-r {
  border-radius: 8px;
}

.center {
  text-align: center;
}

.inner {
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.c-mobileMenuBtn {
  z-index: 100;
  position: relative;
  width: 28px;
  height: 40px;
  left: 10px;
  top: 3px;
  /* メニューオープン時 */
}
@media screen and (min-width: 768px) {
  .c-mobileMenuBtn {
    display: none;
  }
}
.c-mobileMenuBtn .hamburger {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
}
.c-mobileMenuBtn .hamburger__line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 100px;
}
.c-mobileMenuBtn .hamburger__line:nth-of-type(1) {
  top: 8px;
}
.c-mobileMenuBtn .hamburger__line:nth-of-type(2) {
  top: 19px;
}
.c-mobileMenuBtn .hamburger__line:nth-of-type(3) {
  top: 30px;
}
.c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}
.c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.c-mobileMenuBtn .hamburger.active .hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.c-headType01, .p-frontPage__intro .head, .l-postPage .headType01, .l-postPage .entry-content .headType01, .l-archive .inner .headType01 {
  font-size: 1.4em;
  font-weight: bold;
  color: #6DB70D;
  background: url("../img/ribbon01.png") center center no-repeat;
  background-size: 100% 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.35em 1.5em;
  min-width: 240px;
  max-width: 800px;
  color: #fff;
  text-shadow: 0 0 6px #5f9f0b;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-headType01, .p-frontPage__intro .head, .l-postPage .headType01, .l-postPage .entry-content .headType01, .l-archive .inner .headType01 {
    font-size: 1.7rem;
    min-width: 320px;
  }
}

.c-headType02, .l-postPage .entry-content h2 {
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 0.3em;
  color: #F45151;
  border-bottom: 2px solid #fcc9c9;
}
.c-headType03, .l-postPage .entry-content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6DB70D;
}
@media screen and (min-width: 504px) {
  .c-headType03, .l-postPage .entry-content h3 {
    font-size: 1.25rem;
  }
}

.c-headType04, .l-postPage .entry-content h4 {
  font-size: 1.15rem;
  font-weight: bold;
}
.c-headType05, .l-postPage .entry-content h5 {
  font-weight: bold;
}
.c-headTypeF01 {
  font-size: 1.35em;
  font-weight: bold;
  padding-bottom: 0.3em;
  color: #6DB70D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 0.25em;
}
.c-headTypeF01::before {
  content: "";
  background: url("../img/flag01.svg") center center no-repeat;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.25em;
}

.c-para p {
  line-height: 1.75;
  margin: 1em 0;
}
.c-para p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.c-para p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.c-para p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .c-para p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .c-para p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .c-para p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .c-para p:last-child:first-child {
    margin: 0;
  }
}

ol.c-basic,
ul.c-basic {
  list-style: disc;
  padding: 0 0 0 2em;
}
ol.c-basic li,
ul.c-basic li {
  margin: 0.7em 0;
  position: relative;
}

ol.c-basic {
  list-style: auto;
}

.c-boxType01 {
  border: 1px solid #F45151;
  border-radius: 8px;
  margin: 2em auto;
  padding: 2em;
}

.c-greenBox01 {
  border: 2px solid #9ac95d;
  background: #e2f0cf;
  margin-top: 40px;
  position: relative;
  padding: 40px 16px 16px;
}
@media screen and (min-width: 768px) {
  .c-greenBox01 {
    padding: 64px 40px 40px;
  }
}
.c-greenBox01 .c-headType01, .c-greenBox01 .p-frontPage__intro .head, .p-frontPage__intro .c-greenBox01 .head, .c-greenBox01 .l-postPage .headType01, .l-postPage .c-greenBox01 .headType01, .c-greenBox01 .l-archive .inner .headType01, .l-archive .inner .c-greenBox01 .headType01 {
  position: absolute;
  margin: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-greenBox01 p {
  line-height: 1.6;
}
.c-greenBox01 ul {
  margin: 1em auto 1.5em;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .c-greenBox01 ul {
    margin: 1.25em auto 2em;
  }
}
.c-greenBox01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  font-weight: bold;
  color: #5f9f0b;
  border-bottom: 2px dashed #9ac95d;
  padding: 10px 4px;
  line-height: 1.6;
}
.c-greenBox01 ul li .head {
  white-space: nowrap;
  margin-right: 1em;
}
.c-greenBox01 dl {
  line-height: 1.6;
}
.c-greenBox01 dl dt {
  font-weight: bold;
  margin: 0.75em 0 0.25em;
}

.c-tableType01 {
  font-size: 0.9rem;
  width: 100%;
  border: 1px solid #F45151;
  border-radius: 6px;
}
.c-tableType01 tr th,
.c-tableType01 tr td {
  border-bottom: 1px solid #F45151;
  display: block;
  padding: 0.75em 1em;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr th,
  .c-tableType01 tr td {
    display: table-cell;
  }
}
.c-tableType01 tr th {
  white-space: nowrap;
  background: #fcc9c9;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr th {
    border-right: 1px solid #F45151;
  }
}
.c-tableType01 tr td {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr td {
    border-right: 1px solid #F45151;
  }
}
.c-tableType01 tr:last-child td {
  border: none;
}
@media screen and (min-width: 768px) {
  .c-tableType01 tr:last-child td {
    border-right: 1px solid #F45151;
  }
}

.c-tableType01--scroll {
  font-size: 0.9rem;
  width: 100%;
  border: 1px solid #F45151;
  border-radius: 6px;
}
.c-tableType01--scroll tr th,
.c-tableType01--scroll tr td {
  border-bottom: 1px solid #F45151;
  display: table-cell;
  padding: 0.75em 1em;
}
.c-tableType01--scroll tr th {
  white-space: nowrap;
  background: #fcc9c9;
  border-right: 1px solid #F45151;
}
.c-tableType01--scroll tr td {
  background: #fff;
  border-right: 1px solid #F45151;
}
.c-tableType01--scroll tr:last-child td {
  border: none;
  border-right: 1px solid #F45151;
}

.c-tableFlow01 {
  width: 100%;
}
.c-tableFlow01 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-tableFlow01 tr th {
  width: 80px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #6DB70D;
  white-space: nowrap;
  text-align: right;
  padding: 8px 16px 4px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-tableFlow01 tr td {
  padding: 10px 4px 8px 16px;
  position: relative;
}
.c-tableFlow01 tr td::before {
  content: "";
  position: absolute;
  background-color: #9ac95d;
  height: 100%;
  width: 2px;
  top: 19px;
  left: 0;
}
.c-tableFlow01 tr td::after {
  content: "●";
  position: absolute;
  color: #9ac95d;
  font-size: 14px;
  top: 10px;
  left: -6px;
}
.c-tableFlow01 tr:last-child td::before {
  content: none;
}

.c-buttomType01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 160px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 14px 16px;
  position: relative;
  color: #fff;
  background: url("../img/button-bg1.svg") center center no-repeat;
  background-size: contain;
}
.c-wireBox--pink {
  border: 2px solid #f78181;
  padding: 16px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .c-wireBox--pink {
    padding: 24px;
  }
}

.c-noPage {
  padding: 240px 0 240px;
  text-align: center;
  line-height: 2;
}

.wp-pagenavi {
  margin: 42px auto;
  text-align: center;
}
.wp-pagenavi span {
  border-radius: 4px;
  margin: 0 3px;
  background: #ccc;
  padding: 3px 5px;
}
.wp-pagenavi span.pages {
  background: none;
}
.wp-pagenavi span.current {
  background: #9ac95d;
}
.wp-pagenavi a {
  border-radius: 4px;
  margin: 0 3px;
  background: #ccc;
  padding: 3px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-pagenavi a:hover {
  background: #9ac95d;
}

.breadcrumbs {
  text-align: left;
  font-size: 0.8rem;
  margin: 0 auto 0 0;
}
.breadcrumbs a {
  text-decoration: underline;
}

.post-edit-link {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 999;
  padding: 4px 8px;
  background-color: #fff;
}

.fadeInTrigger {
  opacity: 0;
  will-change: transform;
}

.fadeInTriggerD1 {
  opacity: 0;
  will-change: transform;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.fadeInTriggerD2 {
  opacity: 0;
  will-change: transform;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.fadeIn {
  will-change: transform;
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.44, 0.2, 0.8);
          animation-timing-function: cubic-bezier(0.2, 0.44, 0.2, 0.8);
}
.fadeIn:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fadeIn:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fadeIn:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeIn:nth-of-type(6) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fadeIn:nth-of-type(7) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fadeIn:nth-of-type(8) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeIn:nth-of-type(10) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fadeIn:nth-of-type(11) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fadeIn:nth-of-type(12) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeIn:nth-of-type(14) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fadeIn:nth-of-type(15) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fadeIn:nth-of-type(16) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeIn:nth-of-type(18) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.fadeIn:nth-of-type(19) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.fadeIn:nth-of-type(20) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.is-floating01 {
  -webkit-animation: float 4s ease-in-out infinite alternate;
          animation: float 4s ease-in-out infinite alternate;
}

.is-floating02 {
  animation: float 4s ease-in-out infinite alternate-reverse;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
    /* 右上 */
  }
  50% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
    /* 左 */
  }
  75% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    /* 下 */
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
    /* 右上 */
  }
  50% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0);
    /* 左 */
  }
  75% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    /* 下 */
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.l-header {
  height: 48px;
  width: 100%;
  background: #fff;
  position: fixed;
  padding: 0 8px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 56px;
    padding: 0 16px;
  }
}
.l-header__nameArea {
  height: 100%;
}
.l-header__nameArea a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.l-header__nameArea .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__nameArea .nameWrap .mark img {
  height: 28px;
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .mark img {
    height: 38px;
  }
}
.l-header__nameArea .nameWrap .type {
  font-size: 0.65rem;
  line-height: 1.25;
  margin-left: 6px;
  text-align: left;
}
@media screen and (max-width: 320px) {
  .l-header__nameArea .nameWrap .type {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .type {
    font-size: 0.7rem;
    margin-left: 8px;
  }
}
.l-header__nameArea .nameWrap .name {
  font-size: 1.55rem;
  font-weight: bold;
  color: #F45151;
  margin-left: 8px;
}
@media screen and (max-width: 320px) {
  .l-header__nameArea .nameWrap .name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header__nameArea .nameWrap .name {
    font-size: 1.75rem;
    margin-left: 12px;
  }
}
.l-header .telArea {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header .telArea {
    display: block;
    position: absolute;
    z-index: 10;
    top: 13px;
    right: 16px;
    font-size: 1.25rem;
  }
}
.l-header .telArea a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .telArea a img {
  width: 26px;
  margin-right: 8px;
  margin-bottom: 2px;
}
.l-header .menuBtnArea {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  background: #f78181;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .l-header .menuBtnArea {
    display: none;
  }
}
.l-header .l-mobileMenu {
  position: fixed;
  opacity: 0;
  top: -100%;
  left: 0;
  background: #fcc9c9;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: calc(50svh - 210px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.18, 0.28, 0.98);
          transition-timing-function: cubic-bezier(0, 0.18, 0.28, 0.98);
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu {
    opacity: 1;
    top: 56px;
    height: auto;
    padding: 4px;
    -webkit-transition: none;
    transition: none;
  }
}
.l-header .l-mobileMenu ul {
  -webkit-transform: translate(0, -800px);
          transform: translate(0, -800px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.18, 0.28, 0.98);
          transition-timing-function: cubic-bezier(0, 0.18, 0.28, 0.98);
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu ul {
    -webkit-transform: translate(0);
            transform: translate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    -webkit-transition: none;
    transition: none;
    line-height: 1;
    height: 17px;
  }
}
.l-header .l-mobileMenu ul li {
  font-size: 1.1rem;
  margin: 14px 0;
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu ul li {
    margin: 0;
    padding: 0 14px;
    font-size: 0.95rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .l-mobileMenu ul li:not(:first-child) {
    border-left: 1px solid #f78181;
  }
  .l-header .l-mobileMenu ul li:hover {
    background: #f78181;
  }
}
.l-header .l-mobileMenu .name-tel {
  -webkit-transform: translate(0, -800px);
          transform: translate(0, -800px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  mix-blend-mode: darken;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 0.18, 0.28, 0.98);
          transition-timing-function: cubic-bezier(0, 0.18, 0.28, 0.98);
}
@media screen and (min-width: 768px) {
  .l-header .l-mobileMenu .name-tel {
    display: none;
  }
}
.l-header .l-mobileMenu .name-tel .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0 12px;
}
.l-header .l-mobileMenu .name-tel .nameWrap .mark img {
  height: 30px;
  mix-blend-mode: darken;
}
.l-header .l-mobileMenu .name-tel .nameWrap .type {
  font-size: 0.65rem;
  line-height: 1.25;
  margin-left: 6px;
  text-align: left;
}
@media screen and (max-width: 320px) {
  .l-header .l-mobileMenu .name-tel .nameWrap .type {
    font-size: 0.5rem;
  }
}
.l-header .l-mobileMenu .name-tel .nameWrap .name {
  font-size: 1.55rem;
  font-weight: bold;
  color: #F45151;
  margin-left: 8px;
}
@media screen and (max-width: 320px) {
  .l-header .l-mobileMenu .name-tel .nameWrap .name {
    font-size: 1.5rem;
  }
}
.l-header .l-mobileMenu .name-tel .telWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .l-mobileMenu .name-tel .telWrap a .telIcon {
  width: 1.1em;
  margin-right: 0.25em;
}
.l-header .l-mobileMenu.active {
  opacity: 1;
  top: 0;
}
.l-header .l-mobileMenu.active ul {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.l-header .l-mobileMenu.active .name-tel {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.l-footer__nav {
  background: #f78181;
  padding: 26px 32px 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    padding: 0 16px;
  }
}
.l-footer__nav ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6px;
    line-height: 1;
  }
}
.l-footer__nav ul li {
  font-size: 0.95rem;
  border-bottom: 1px solid #333;
  padding: 6px 2px;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul li {
    border: none;
    margin: 0;
    padding: 0 14px;
    font-size: 0.95rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__nav ul li:not(:first-child) {
    border-left: 1px solid #333;
  }
  .l-footer__nav ul li:hover {
    background: #F45151;
  }
}
.l-footer__nav ul li a {
  display: block;
}
.l-footer__nameArea {
  background: #fff;
  padding: 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea {
    padding: 48px 16px;
  }
}
.l-footer__nameArea .nameWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-footer__nameArea .nameWrap .mark img {
  height: 28px;
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameWrap .mark img {
    height: 38px;
  }
}
.l-footer__nameArea .nameWrap .type {
  font-size: 0.65rem;
  line-height: 1.25;
  margin-left: 6px;
  text-align: left;
}
@media screen and (max-width: 320px) {
  .l-footer__nameArea .nameWrap .type {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameWrap .type {
    font-size: 0.7rem;
    margin-left: 10px;
  }
}
.l-footer__nameArea .nameWrap .name {
  font-size: 1.55rem;
  font-weight: bold;
  color: #F45151;
  margin-left: 8px;
}
@media screen and (max-width: 320px) {
  .l-footer__nameArea .nameWrap .name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__nameArea .nameWrap .name {
    font-size: 1.9rem;
    margin-left: 12px;
  }
}
.l-footer__nameArea .address {
  margin-top: 8px;
  font-size: 0.85rem;
}
.l-footer__nameArea .policy {
  font-size: 0.8rem;
  margin: 16px 0 0;
}
.l-footer__nameArea .policy a:link {
  text-decoration: underline;
}
.l-footer__toTop {
  position: absolute;
  bottom: 12px;
  right: 16px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__toTop {
    bottom: 20px;
    right: 24px;
    width: 30px;
  }
}
.l-footer__copy {
  background: #e3e3e3;
  padding: 8px 8px 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding: 12px 16px 16px;
  }
}

.l-base {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .l-base {
    padding-top: 81px;
  }
}

.l-postPage .inner {
  padding: 12px 16px 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-postPage .headType01 {
  margin: 24px auto 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-postPage .headType01 {
    margin: 64px auto 56px;
  }
}
.l-postPage .entry-content {
  margin: 32px 0 0;
}
.l-postPage .entry-content p {
  line-height: 1.75;
  margin: 1em 0;
}
.l-postPage .entry-content p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.l-postPage .entry-content p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.l-postPage .entry-content p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-postPage .entry-content p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .l-postPage .entry-content p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .l-postPage .entry-content p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .l-postPage .entry-content p:last-child:first-child {
    margin: 0;
  }
}
.l-postPage .entry-content a {
  text-decoration: underline;
  color: #f12121;
}
.l-postPage .entry-content .headType01 {
  margin: 1.5em 0;
  margin-left: auto !important;
  margin-right: auto !important;
}
.l-postPage .entry-content .headType01:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .entry-content .headType01:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .entry-content .headType01:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h2 {
  margin: 1.5em 0;
}
.l-postPage .entry-content h2:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .entry-content h2:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .entry-content h2:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h3 {
  margin: 1.5em 0;
}
.l-postPage .entry-content h3:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .entry-content h3:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .entry-content h3:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h4 {
  margin: 1.5em 0;
}
.l-postPage .entry-content h4:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .entry-content h4:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .entry-content h4:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h5 {
  margin: 1.5em 0;
}
.l-postPage .entry-content h5:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .entry-content h5:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .entry-content h5:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content h6 {
  margin: 1.5em 0;
}
.l-postPage .entry-content h6:first-child:not(:last-child) {
  margin: 0 0 1.5em;
}
.l-postPage .entry-content h6:last-child:not(:first-child) {
  margin: 1.5em 0 0;
}
.l-postPage .entry-content h6:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content figure {
  margin: 2em 0;
}
.l-postPage .entry-content figure:first-child:not(:last-child) {
  margin: 0 0 2em;
}
.l-postPage .entry-content figure:last-child:not(:first-child) {
  margin: 2em 0 0;
}
.l-postPage .entry-content figure:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content ul.wp-block-list,
.l-postPage .entry-content ol.wp-block-list {
  margin: 2em 0;
  list-style: disc;
  padding: 0 0 0 2em;
}
.l-postPage .entry-content ul.wp-block-list:first-child:not(:last-child),
.l-postPage .entry-content ol.wp-block-list:first-child:not(:last-child) {
  margin: 0 0 2em;
}
.l-postPage .entry-content ul.wp-block-list:last-child:not(:first-child),
.l-postPage .entry-content ol.wp-block-list:last-child:not(:first-child) {
  margin: 2em 0 0;
}
.l-postPage .entry-content ul.wp-block-list:last-child:first-child,
.l-postPage .entry-content ol.wp-block-list:last-child:first-child {
  margin: 0;
}
.l-postPage .entry-content ul.wp-block-list li,
.l-postPage .entry-content ol.wp-block-list li {
  margin: 0.7em 0;
  position: relative;
}
.l-postPage .entry-content ol.wp-block-list {
  list-style: auto;
}
.l-postPage .entry-content .wp-block-button a {
  text-decoration: none;
  color: #fff;
}
.l-postPage ul.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1em 1em 0 0;
  text-align: right;
  font-size: 0.8rem;
  color: #F45151;
}
.l-postPage ul.post-categories a {
  margin: 0 0.25em;
  text-decoration: underline;
}
.l-postPage .entry-date {
  text-align: right;
  clear: both;
  margin: 0.5em 1em 0 0;
  font-size: 0.9rem;
}
.l-postPage .single-nav {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .l-postPage .single-nav {
    margin: 64px 0;
  }
}
.l-postPage .single-nav > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left: 2px solid #f78181;
  padding-left: 0.5em;
}
.l-postPage .single-nav > div a span:first-child {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.l-postPage .single-nav > div a span:nth-child(2) {
  text-decoration: underline;
}
.l-postPage .single-nav > div:nth-child(2) {
  margin: 0.75em 0 0;
}
.l-postPage .categoryList .outer {
  margin: 32px 0 0;
  line-height: 2.4;
  font-size: 0.9rem;
}
.l-postPage .categoryList .outer li {
  list-style: none;
  display: inline-block;
}
.l-postPage .categoryList .outer li a {
  margin-right: 0.5em;
  background: #9ac95d;
  border-radius: 4px;
  padding: 2px 10px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-postPage .categoryList .outer li a {
    margin: 0 0.4em;
    padding: 2px 24px;
  }
}
.l-postPage .breadcrumbs {
  margin-top: 32px;
  text-align: right;
}

.l-fixedPage__mv {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-fixedPage__mv h1 {
  color: #522B1A;
  background: url("../img/ellipse.svg") center center no-repeat;
  background-size: 100% 100%;
  padding: 8px 48px;
  font-size: 1.8rem;
  font-weight: bold;
  opacity: 0.9;
}
@media screen and (min-width: 504px) {
  .l-fixedPage__mv h1 {
    font-size: 2rem;
  }
}
.l-fixedPage .breadcrumbs {
  padding: 16px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .l-fixedPage .breadcrumbs {
    max-width: 1120px;
    margin: 16px auto 0;
  }
}

.l-archive .inner {
  padding: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.l-archive .inner .headType01 {
  margin: 32px auto 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .headType01 {
    margin: 64px auto 56px;
  }
}
.l-archive .inner .l-index__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-archive .inner .l-index__outer .list {
  width: 48.2142857143%;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.l-archive .inner .l-index__outer .list:nth-child(odd) {
  margin-right: 3.5714285714%;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .l-index__outer .list {
    width: 22.3214285714%;
    margin-right: 3.5714285714%;
  }
  .l-archive .inner .l-index__outer .list:nth-child(4n) {
    margin-right: 0;
  }
}
.l-archive .inner .l-index__outer .list .imgBox {
  position: relative;
}
.l-archive .inner .l-index__outer .list .imgBox .post-categories {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
}
.l-archive .inner .l-index__outer .list .imgBox .post-categories li {
  background: #9ac95d;
  color: #fff;
  padding: 1px 2px;
  margin-bottom: 1px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .l-index__outer .list .imgBox .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    mix-blend-mode: darken;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .l-archive .inner .l-index__outer .list .imgBox .img:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.l-archive .inner .l-index__outer .list .date {
  font-size: 0.9rem;
  color: #f23939;
  margin: 0.4em 0 0.25em;
}
.l-archive .inner .categoryList {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .categoryList {
    margin-top: 72px;
  }
}
.l-archive .inner .categoryList .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-archive .inner .categoryList .outer li {
  width: 48.2142857143%;
  margin: 0.25em 0;
}
.l-archive .inner .categoryList .outer li:nth-child(odd) {
  margin-right: 3.5714285714%;
}
@media screen and (min-width: 768px) {
  .l-archive .inner .categoryList .outer li {
    width: 22.3214285714%;
    margin: 0.1em 0;
  }
  .l-archive .inner .categoryList .outer li:not(:nth-child(4n)) {
    margin-right: 3.5714285714%;
  }
}
.l-archive .inner .categoryList .outer li a {
  text-align: center;
  display: block;
  background: #9ac95d;
  padding: 4px 12px;
  color: #fff;
  border-radius: 8px;
}
.l-archive .breadcrumbs {
  margin-top: 32px;
  text-align: right;
}

.p-frontPage__mv {
  background: url("../img/top-pic01.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv {
    height: 80vh;
  }
}
.p-frontPage__mv .illust01,
.p-frontPage__mv .illust02 {
  position: absolute;
  width: 190px;
  height: 150px;
  background: url("../img/top-illust01.png") center center no-repeat;
  background-size: contain;
  bottom: -60px;
  left: -42px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .illust01,
  .p-frontPage__mv .illust02 {
    width: 380px;
    height: 300px;
    bottom: -160px;
    left: -92px;
  }
}
.p-frontPage__mv .illust02 {
  background: url("../img/top-illust02.png") center center no-repeat;
  background-size: contain;
  left: auto;
  width: 190px;
  bottom: -40px;
  right: -32px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__mv .illust02 {
    width: 320px;
    bottom: -100px;
    right: -32px;
  }
}
.p-frontPage__intro {
  padding: 64px 16px 40px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro {
    padding: 72px 32px 64px;
  }
}
.p-frontPage__intro .head {
  margin: 0 auto;
}
.p-frontPage__intro .main {
  margin: 32px 0 0;
  font-size: 1.1rem;
  color: #F45151;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .main {
    max-width: 880px;
    margin: 48px auto 0;
  }
}
.p-frontPage__intro .feature {
  margin-top: 32px;
  background: #fcc9c9;
  border-radius: 20px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature {
    margin: 48px auto 0;
    max-width: 880px;
  }
}
.p-frontPage__intro .feature .border {
  border: 3px dashed #f78181;
  padding: 18px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature .border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 24px;
  }
}
.p-frontPage__intro .feature .border .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature .border .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 26.6369047619%;
  }
}
.p-frontPage__intro .feature .border .img img {
  width: 48.2142857143%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature .border .img img {
    width: 100%;
  }
  .p-frontPage__intro .feature .border .img img:last-child {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature__list {
    width: 69.7916666667%;
  }
}
.p-frontPage__intro .feature__list h3 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #F45151;
  text-shadow: 2px 2px #fff;
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature__list h3 {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
.p-frontPage__intro .feature__list p {
  margin-top: 0.75em;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-frontPage__intro .feature__list li:first-child h3 {
    margin-top: 0;
  }
}
.p-frontPage__banner {
  background: #fff;
  padding: 40px 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner {
    padding: 72px 24px;
  }
}
.p-frontPage__banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner ul {
    max-width: 1120px;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.p-frontPage__banner ul li {
  width: 48.2142857143%;
  height: 160px;
  border: 3px solid #f78181;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner ul li {
    width: 22.3214285714%;
    height: 320px;
  }
}
.p-frontPage__banner ul li:nth-last-child(n+3) {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner ul li:nth-last-child(n+3) {
    margin-bottom: 0;
  }
}
.p-frontPage__banner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 1.05rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/top-ban01.jpg") center center no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  position: relative;
}
.p-frontPage__banner ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner ul li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p-frontPage__banner ul li a:hover::after {
    opacity: 1;
  }
}
.p-frontPage__banner ul li a div {
  width: 75%;
  padding: 2px 0;
  text-align: center;
  color: #F45151;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-frontPage__banner ul li a div {
    padding: 6px 0;
  }
}
.p-frontPage__banner ul li:nth-child(2) a {
  background: url("../img/top-ban02.jpg") center center no-repeat;
  background-size: cover;
}
.p-frontPage__banner ul li:nth-child(3) a {
  background: url("../img/top-ban03.jpg") center center no-repeat;
  background-size: cover;
}
.p-frontPage__banner ul li:nth-child(4) a {
  background: url("../img/top-ban04.jpg") center center no-repeat;
  background-size: cover;
}
.p-frontPage__topics {
  padding: 40px 32px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics {
    padding: 72px 24px 40px;
  }
}
.p-frontPage__topics .c-headType01, .p-frontPage__topics .p-frontPage__intro .head, .p-frontPage__intro .p-frontPage__topics .head {
  margin: 0 auto;
}
.p-frontPage__topics .indexWrap {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .indexWrap {
    margin: 72px auto 0;
    max-width: 720px;
  }
}
.p-frontPage__topics .indexWrap .newsList {
  padding: 12px 6px;
  border-top: 1px dashed #999;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .indexWrap .newsList {
    padding: 16px 10px;
  }
}
.p-frontPage__topics .indexWrap .newsList:last-child {
  border-bottom: 1px dashed #999;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .indexWrap .newsList .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-frontPage__topics .indexWrap .newsList .text .date {
  width: 8em;
  font-size: 0.85rem;
  color: #F45151;
}
.p-frontPage__topics .indexWrap .newsList .text .title {
  font-size: 1.1rem;
  margin-top: 0.25em;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .indexWrap .newsList .text .title {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__topics .indexWrap .newsList .text .title:hover {
    color: #F45151;
  }
}
.p-frontPage__schedule {
  padding: 24px 24px 24px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__schedule {
    padding: 40px 24px 40px;
  }
}
.p-frontPage__schedule .c-headType01, .p-frontPage__schedule .p-frontPage__intro .head, .p-frontPage__intro .p-frontPage__schedule .head {
  margin: 0 auto;
}
.p-frontPage__schedule .scheduleWrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-frontPage__schedule .scheduleWrap {
    margin: 72px auto 0;
    max-width: 1120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-frontPage__schedule .scheduleWrap .scheduleList {
  background: #fff;
  padding: 16px;
  position: relative;
}
.p-frontPage__schedule .scheduleWrap .scheduleList > a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.p-frontPage__schedule .scheduleWrap .scheduleList > a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.25;
}
@media screen and (min-width: 768px) {
  .p-frontPage__schedule .scheduleWrap .scheduleList {
    width: 48.2142857143%;
    padding: 24px;
  }
}
.p-frontPage__schedule .scheduleWrap .scheduleList:nth-child(2) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__schedule .scheduleWrap .scheduleList:nth-child(2) {
    margin-bottom: 0;
  }
}
.p-frontPage__schedule .scheduleWrap .scheduleList .title {
  font-size: 1.1rem;
}
.p-frontPage__schedule .scheduleWrap .scheduleList .img {
  margin-top: 0.5em;
}
.p-frontPage__access {
  padding: 24px 32px 56px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__access {
    padding: 40px 32px 72px;
  }
}
.p-frontPage__access .c-headType01, .p-frontPage__access .p-frontPage__intro .head, .p-frontPage__intro .p-frontPage__access .head {
  margin: 0 auto;
}
.p-frontPage__access .map {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-frontPage__access .map {
    max-width: 720px;
    margin: 72px auto 0;
  }
}
.p-frontPage__access .map .icon {
  position: absolute;
  top: 16px;
  left: -8px;
}
@media screen and (min-width: 768px) {
  .p-frontPage__access .map .icon {
    top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .p-frontPage__access .map .icon img {
    width: 100px;
  }
}

.p-introduction__mv {
  background: url("../img/introduction-mv.jpg") center center no-repeat;
  background-size: cover;
}
.p-introduction__intro {
  padding: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-introduction__intro .para01 {
  margin-top: 24px;
  line-height: 1.75;
  text-align: center;
}
.p-introduction__intro .c-wireBox--pink {
  margin: 40px auto;
  line-height: 1.75;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .p-introduction__intro .description {
    margin-top: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .p-introduction__intro .description dl {
    width: 56.8452380952%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-introduction__intro .description dl dt {
  font-size: 1.6em;
  font-weight: bold;
  color: #F45151;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  .p-introduction__intro .description dl dt {
    width: 170px;
    margin-top: 0;
    padding: 10px 0;
  }
}
.p-introduction__intro .description dl dd {
  line-height: 1.75;
  margin-top: 0.45em;
}
@media screen and (min-width: 768px) {
  .p-introduction__intro .description dl dd {
    width: calc(100% - 170px);
    margin-top: 4px;
    padding: 10px 0;
  }
}
.p-introduction__intro .description .img {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-introduction__intro .description .img {
    width: 39.5833333333%;
    margin-top: 0;
  }
}
.p-introduction__concepts {
  padding: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-introduction__concepts .outer01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-introduction__concepts .outer01 {
    margin: 48px auto;
  }
}
.p-introduction__concepts .outer01 p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 1.25em;
}
@media screen and (min-width: 768px) {
  .p-introduction__concepts .outer01 p {
    font-size: 1.5rem;
    margin: 2em auto 0 2em;
  }
}
.p-introduction__concepts .outer02 {
  position: relative;
  max-width: 640px;
  margin: 24px auto 0;
}
.p-introduction__concepts .outer02 ol {
  margin: 16px 0 0 1em;
}
@media screen and (min-width: 768px) {
  .p-introduction__concepts .outer02 ol {
    margin: -56px 0 0 160px;
  }
}
.p-introduction__concepts .outer02 ol li {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .p-introduction__concepts .outer02 ol li {
    font-size: 1.25rem;
  }
}
.p-introduction__concepts .outer02::after {
  content: "";
  height: 140px;
  width: 160px;
  background: url("../img/introduction-illust01.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 130px;
}
@media screen and (min-width: 768px) {
  .p-introduction__concepts .outer02::after {
    height: 170px;
    width: 250px;
    top: -150px;
    left: auto;
    right: -20px;
  }
}
.p-introduction__concepts h2 {
  background: #f78181;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  height: 5.6em;
  width: 5.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
}
.p-introduction__greetings {
  padding: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-introduction__greetings h2 {
  margin: 16px auto 0;
}
@media screen and (min-width: 768px) {
  .p-introduction__greetings h2 {
    margin: 32px auto 0;
  }
}
.p-introduction__greetings .text {
  margin: 32px auto 0;
  max-width: 960px;
}
.p-introduction__greetings .text p {
  line-height: 1.75;
  margin: 1em 0;
}
.p-introduction__greetings .text p:first-child:not(:last-child) {
  margin: 0 0 1em;
}
.p-introduction__greetings .text p:last-child:not(:first-child) {
  margin: 1em 0 0;
}
.p-introduction__greetings .text p:last-child:first-child {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-introduction__greetings .text p {
    line-height: 1.9;
    margin: 1.25em 0;
  }
  .p-introduction__greetings .text p:first-child:not(:last-child) {
    margin: 0 0 1.25em;
  }
  .p-introduction__greetings .text p:last-child:not(:first-child) {
    margin: 1.25em 0 0;
  }
  .p-introduction__greetings .text p:last-child:first-child {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-introduction__greetings .text {
    margin: 56px auto 0;
  }
}
.p-introduction__greetings .text .name {
  font-size: 1.1rem;
  text-align: right;
  margin-right: 1.5em;
}
.p-introduction__greetings .text .name span {
  font-size: 0.9rem;
  margin-right: 1em;
}
.p-introduction__img {
  padding: 0 0 32px;
  max-width: 1120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .p-introduction__img {
    margin: 32px auto;
  }
}
.p-introduction__img .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-introduction__img .img img {
  width: 48.2142857143%;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-introduction__img .img img {
    width: 30.9523809524%;
    margin-top: 32px;
  }
}
.p-introduction__ground-plan {
  background: #fff;
}
.p-introduction__ground-plan .inner {
  position: relative;
  padding: 16px;
}
.p-introduction__ground-plan .inner h2 {
  margin-top: 16px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .p-introduction__ground-plan .inner h2 {
    width: 140px;
    position: relative;
    z-index: 10;
  }
}
.p-introduction__ground-plan .inner::before {
  content: "";
  background: url("../img/map-illust01.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  padding-bottom: 30%;
  width: 50%;
  right: 20px;
  top: 50px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-introduction__ground-plan .inner::before {
    width: 30%;
    right: 50px;
    top: 20px;
  }
}
.p-introduction__ground-plan .inner::after {
  content: "";
  background: url("../img/map-illust02.png") center center no-repeat;
  position: absolute;
  background-size: contain;
  padding-bottom: 24%;
  width: 68%;
  left: 14px;
  bottom: 22px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-introduction__ground-plan .inner::after {
    width: 50%;
  }
}
.p-introduction__ground-plan .inner .gPlan {
  background: url("../img/ground-plan.jpg") center center no-repeat;
  background-size: contain;
  padding-bottom: 80%;
}
@media screen and (min-width: 768px) {
  .p-introduction__ground-plan .inner .gPlan {
    padding-bottom: 60%;
    position: relative;
    top: -70px;
    position: relative;
    z-index: 1;
  }
}
.p-introduction__summary, .p-introduction__advance {
  padding: 16px;
}
.p-introduction__summary h2, .p-introduction__advance h2 {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-introduction__summary h2, .p-introduction__advance h2 {
    margin: 48px auto 0;
  }
}
.p-introduction__summary table, .p-introduction__advance table {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-introduction__summary table, .p-introduction__advance table {
    margin: 48px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-introduction__summary table th, .p-introduction__advance table th {
    width: 220px;
  }
}

.p-admission__mv {
  background: url("../img/admission-mv.jpg") center center no-repeat;
  background-size: cover;
}
.p-admission .entry-content {
  padding: 16px;
}
.p-admission .entry-content h2 {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-admission .entry-content h2 {
    margin: 40px auto 0;
  }
}
.p-admission .entry-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 1.5em 0;
}
.p-admission .entry-content dl {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-admission .entry-content dl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-admission .entry-content dl dt {
    margin-top: 1.25em;
  }
}
.p-admission .entry-content dl dd {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-admission .entry-content dl dd {
    padding-left: 1em;
  }
}
.p-admission__guidelines {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-admission__guidelines {
    margin: 40px 0 0;
  }
}

.p-life__mv {
  background: url("../img/life-mv.jpg") center center no-repeat;
  background-size: cover;
}
.p-life .entry-content {
  padding: 16px;
  max-width: 960px;
}
.p-life .entry-content h2 {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .p-life .entry-content h2 {
    margin: 40px auto 0;
  }
}
.p-life__youchien {
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-life__youchien {
    margin-top: 56px;
  }
}
.p-life__youchien .addendum {
  font-size: 0.95rem;
  margin: 0.5em 0 0 1em;
}
.p-life__youchien .illust {
  background: url("../img/life-illust01.png") center center no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  margin: 20px 0 -80px auto;
}
@media screen and (min-width: 768px) {
  .p-life__youchien .illust {
    position: absolute;
    width: 260px;
    height: 260px;
    top: 40px;
    right: -16px;
  }
}
.p-life__hoikuen {
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-life__hoikuen {
    margin-top: 56px;
  }
}
.p-life__hoikuen p {
  margin: 8px 16px 16px;
}
.p-life__hoikuen .annotation {
  margin-top: 24px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.p-life__hoikuen .illust {
  background: url("../img/life-illust02.png") center center no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  margin: -20px 16px 0 auto;
}
@media screen and (min-width: 768px) {
  .p-life__hoikuen .illust {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 0;
  }
  .p-life__hoikuen .illust::after {
    content: "";
    display: block;
    background: url("../img/life-illust03.png") center center no-repeat;
    background-size: contain;
    position: relative;
    top: 400px;
    width: 200px;
    height: 200px;
  }
}
.p-life__event {
  margin-top: 32px;
}
.p-life__event .c-tableType01 {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-life__event .c-tableType01 {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-life__event .c-tableType01 th {
    text-align: center;
    max-width: 40px;
  }
}

.p-support__mv {
  background: url("../img/support-mv.jpg") center center no-repeat;
  background-size: cover;
}
.p-support .entry-content {
  padding: 16px;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .p-support .entry-content {
    margin: 40px auto 0;
  }
}
.p-support .entry-content .tanpopo {
  position: relative;
}
.p-support .entry-content .tanpopo img {
  float: right;
  width: 72px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-support .entry-content .tanpopo img {
    width: 120px;
    margin-left: 24px;
  }
}
.p-support .entry-content .azukari {
  clear: both;
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .p-support .entry-content .azukari {
    margin-top: 80px;
  }
}
.p-support .entry-content .azukari img {
  float: right;
  width: 72px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-support .entry-content .azukari img {
    width: 120px;
    margin-left: 24px;
    top: 20px;
    position: relative;
  }
}

.p-indexPage .headType01 {
  margin: 16px auto 40px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .p-indexPage .headType01 {
    margin: 32px auto 64px;
  }
}

.wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}
.wpcf7 .cf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em 0;
  border-bottom: 1px dashed #f78181;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .cf-area:last-child {
  border-bottom: none;
}
.wpcf7 .cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
  line-height: 1.5em;
}
.wpcf7 .cf-area dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wpcf7 .cf-area input,
.wpcf7 .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  font-size: 16px;
  resize: vertical;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wpcf7 .cf-area input:focus,
.wpcf7 .cf-area textarea:focus {
  outline: none;
  background: #eee;
}
.wpcf7 .cf-area input[type=radio],
.wpcf7 .cf-area input[type=checkbox] {
  width: auto;
}
@media screen and (max-width: 768px) {
  .wpcf7 .cf-area {
    display: block;
  }
  .wpcf7 .cf-area dt {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
    line-height: 1.5em;
  }
}
.wpcf7 .cf-required {
  background: #51870a;
  color: #fff;
  font-size: 0.8em;
  padding: 0 5px 2px;
  border-radius: 2px;
}
.wpcf7 .cf-send input {
  text-align: center;
  display: block;
  margin: 56px auto 32px;
  width: 220px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 16px;
  background: #F45151;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
          transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
}
.wpcf7 .cf-send input:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wpcf7 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fce3e3;
  border: none;
  text-align: center;
}

#wpcf7cpcnf > table {
  width: 100%;
}
#wpcf7cpcnf > table > tr > td {
  border-bottom: 1px solid #f78181;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  min-height: 2em;
  display: block;
}

.wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wpcf7cp-btns button {
  text-align: center;
  display: block;
  margin: 56px 8px 32px;
  width: 220px;
  color: #fff;
  border-radius: 8px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 8px;
  background: #F45151;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
          transition-timing-function: cubic-bezier(0.03, 1.01, 0.67, 1.96);
}
@media screen and (min-width: 504px) {
  .wpcf7cp-btns button {
    margin: 56px 24px 32px;
    padding: 10px 16px;
  }
}
.wpcf7cp-btns button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*# sourceMappingURL=style.css.map */