@charset "UTF-8";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  clear: both;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

pre {
  font-size: inherit;
  font-family: monospace, monospace;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
  font-family: monospace, monospace;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: 0 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden],
.pc-only,
.u-desktop {
  display: none;
}

.u-desktop2 {
  display: none !important;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.6;
  scroll-behavior: smooth;
}

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}

a:hover img {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s;
}

.l-header {
  width: 100%;
}

.l-header__inner {
  display: block;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header__logo {
  width: 335px;
  margin: 20px 150px 0 0;
}

.l-header__list {
  display: flex;
}

.l-header__item {
  display: block;
  text-align: center;
}

.l-header__item--1 {
  display: block;
  margin-right: 10px;
  padding: 22px 31px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #eb6d8e;
  color: #fff;
  font-size: 16px;
}

.l-header__item--2 {
  display: block;
  margin-right: 10px;
  padding: 22px 27px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #036eb7;
  color: #fff;
  font-size: 16px;
}

.l-header__item--3 {
  display: block;
  margin-right: 10px;
  padding: 9px 39px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #00b900;
  color: #fff;
  font-size: 16px;
}

.l-header__item--4 {
  display: block;
  padding: 5px 20px 5px 25px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #29adb2;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}

.l-header__item--4:first-line {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.l-header__nav {
  z-index: 1;
  width: 100%;
  height: 60px;
  margin-top: 17px;
  background-color: #831d24;
}

.l-header__navInner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header__navList {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  line-height: 60px;
}

.l-header__navItem {
  margin-right: 12px;
  font-size: 16px;
}

.l-header__navItem:last-child {
  margin-right: 0;
}

.l-headerSP {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  cursor: pointer;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 3px;
  transform: translate(-50%);
  background: #831d24;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
}

.c-hamburger span:nth-of-type(3) {
  top: 6px;
}

.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translate(-47%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -6px;
  transform: translate(-49%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}

.p-header__title {
  width: 100%;
  max-width: 120px;
  height: 48px;
  background: lightgray;
}

.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__title a img {
  height: 100%;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 25px;
  width: 30px;
  height: 100%;
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  opacity: 1;
  transition: 0.6s;
}

.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}

.p-nav__list {
  display: block;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.p-header__logo {
  width: 100px;
}

.p-header__line {
  display: flex;
  position: absolute;
  right: 70px;
  align-items: center;
  height: 100%;
}

.p-header__line a {
  display: block;
  margin-top: 2px;
  padding: 7px 15px;
  background-color: #00b900;
  color: #fff;
  font-size: 10px;
}

.p-header__navItem {
  margin-top: 20px;
  margin-right: 12px;
  font-size: 16px;
}

.p-header__navItem:last-child {
  margin-right: 0;
}

body {
  font-family: ヒラギノ角ゴ Pro;
}

.l-footer__inner {
  display: inline-block;
  width: 100%;
  background: #831d24;
}

.l-footer__priv {
  padding: 30px 20px;
  font-size: 14px;
  text-align: center;
}

.l-footer__priv a {
  padding: 20px;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  text-align: center;
}

.l-footer__copyright {
  padding: 15px 0;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.p-float {
  display: flex;
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
}

.p-float__list {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 60px;
}

.p-float__item {
  display: block;
  text-align: center;
}

.p-float__item--1 {
  display: block;
  margin-right: 5px;
  padding: 13px 27px;
  background-color: #eb6d8e;
  color: #fff;
  font-size: 10px;
}

.p-float__item--2 {
  display: block;
  margin-right: 5px;
  padding: 13px 18px;
  background-color: #036eb7;
  color: #fff;
  font-size: 10px;
}

.p-float__item--4 {
  display: block;
  padding: 0px 9px 0px 10px;
  background-color: #29adb2;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
}

.p-float__item--4:first-line {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.p-float__tel {
  display: inline-block;
  font-size: 9px;
}

.c-loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  transition: all 1s;
}

.c-loading.is-loaded {
  visibility: hidden;
  opacity: 0;
}

.c-loading__spinner {
  width: 100px;
  height: 100px;
  margin: 40vh auto;
  border: 3px solid #ca6060;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: loadingAnimation 0.8s linear 0s infinite;
}

@keyframes loadingAnimation {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

.c-section {
  padding: 120px 0;
  background-color: #fff;
}

.c-section:nth-of-type(2n) {
  background-color: #efefef;
}

.c-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.c-section__title {
  margin: 0 auto 12px;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}

.c-section__lead {
  display: table;
  margin: 0 auto 32px;
  text-align: left;
}

.c-section__block {
  margin: 32px auto 0;
}

.c-table {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.c-table__block {
  margin: 0 auto;
  border: solid 3px #333;
  border-collapse: collapse;
}

.c-table caption {
  padding: 8px 10px;
  background: #333;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.c-table th,
.c-table td {
  padding: 8px 10px;
}

.c-table th {
  border: solid 1px #333;
  background-color: #3333;
}

.c-table td {
  border: dashed 1px #333;
}

.c-lists-title {
  font-weight: 700;
  font-size: 1.8rem;
}

.c-lists__list {
  position: relative;
  padding-left: 24px;
}

.c-lists__list:before {
  position: absolute;
  left: 0;
  content: "";
  font-weight: 900;
  font-family: Material Icons;
}

.c-details {
  width: 100%;
  margin: 0 auto;
}

.c-details summary {
  display: block;
  position: relative;
  padding: 10px 20px;
  background-color: #3333331a;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.c-details summary:hover {
  background-color: #3333;
}

.c-details summary::-webkit-details-marker {
  display: none;
}

.c-details summary:after {
  position: absolute;
  top: 2px;
  right: 3%;
  margin: auto;
  content: "";
  color: #333;
  font-size: 28px;
  font-family: Material Icons;
  transition: 0.4s;
}

.c-details[open] summary {
  background-color: #3333334d;
}

.c-details[open] summary:after {
  transform: rotate(135deg);
}

.c-details[open] .c-faq__content {
  animation: detailsopen 0.5s ease;
}

@keyframes detailsopen {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.c-details__content {
  padding: 10px 20px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.c-form {
  max-width: 600px;
  margin: 0 auto;
}

.c-form__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.c-form__label,
.c-form__input {
  padding: 10px;
}

.c-form__label {
  position: relative;
  width: 90%;
}

.c-form__input {
  width: 90%;
  border: solid 1px #333;
  border-radius: 4px;
  font-size: 16px;
}

.c-form__input:focus-visible {
  outline: #ca6060 auto 1px;
}

.c-form ul.c-form__input {
  margin: 0;
  border: none;
  list-style-type: none;
}

.c-form textarea.c-form__input {
  height: 160px;
}

.c-form__required {
  position: absolute;
  top: 5px;
  right: 20px;
  margin: 0 0 0 18px;
  padding: 5px;
  border-radius: 2px;
  background-color: #ca6060;
  color: #efefef;
}

.c-form__submit {
  margin-top: 36px;
  text-align: center;
}

.c-form__button {
  display: inline-block;
  position: relative;
  min-width: 300px;
  padding: 16px 20px;
  border: solid 2px #ca6060;
  border-radius: 50px;
  background-color: #ca6060;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.c-form__button:after {
  position: absolute;
  right: 24px;
  content: "";
  font-family: Material Icons;
}

.c-form__button:hover {
  background-color: transparent;
  color: #ca6060;
}

.c-formThanks {
  display: none;
  max-width: 600px;
  margin: 40px auto 0;
  padding: 8px;
  border: solid 3px #ca6060;
  border-radius: 2px;
  text-align: center;
}

.c-formThanks.is-received {
  display: block;
}

.c-contact {
  background-color: #0368aa;
}

.c-contact__inner {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.c-contact__topContainer {
  display: flex;
  max-width: 730px;
  margin: 0 auto;
  color: #fff;
}

.c-contact__textWrap {
  display: flex;
  margin-left: 10px;
  gap: 10px;
}

.c-contact__topText {
  margin-left: 30px;
  font-size: 27px;
  font-family: ヒラギノ角ゴ Pro;
}

.c-contact__midText {
  margin-left: auto;
  padding: 5px 20px;
  background-color: #fff;
  color: #0368aa;
  font-size: 17px;
  line-height: 2;
  font-family: BIZ UDGothic;
}

.c-contact__botText {
  margin-left: auto;
  font-size: 20px;
  line-height: 45px;
}

.c-contact__mid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1245px;
  margin: 20px auto 0;
}

.c-contact__tel {
  width: 770px;
}

.c-contact__number {
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 64px;
  font-family: BIZ UDGothic;
  letter-spacing: 0px;
}

.c-contact__bot {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
  font-family: ヒラギノ角ゴ Pro;
}

.c-contact__buttonLeft {
  width: 300px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: #f7e877;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.c-contact__buttonRight {
  width: 300px;
  margin-left: 33px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: #090;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.c-breadcrumb {
  padding: 20px 20px 0;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
  list-style: none;
}

.c-breadcrumb__list li {
  font-size: 12px;
}

.c-breadcrumb__list li:not(:last-of-type):after {
  margin: 0 0.6em;
  content: ">";
  color: #777;
}

.c-line img {
  width: 300px;
  margin: 0 auto;
}

.p-mv {
  margin-bottom: 110px;
}

.p-mv__inner {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-mv__topImages,
.p-mv__bottomImages {
  margin-top: 60px;
}

.p-mv__sp {
  display: none;
}

.p-mv__pc {
  display: block;
}

.p-sec01 {
  font-family: ヒラギノ角ゴ Pro;
}

.p-sec01__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-sec01__topContainer {
  margin: 0 auto 100px;
  padding: 90px 0 105px;
  background-color: #f2eee4;
}

.p-sec01__topInner {
  max-width: 970px;
  margin: 0 auto;
}

.p-sec01__caption {
  width: 520px;
  margin: 0 auto;
}

.p-sec01__topText {
  width: 570px;
  margin: 0 auto;
}

.p-sec01__circle {
  color: #999;
  font-size: 25px;
  line-height: 4;
  text-align: center;
}

.p-sec01__midImages {
  margin-top: 25px;
  padding: 0 60px;
}

.p-sec01__midPc {
  display: block;
}

.p-sec01__midSp {
  display: none;
}

.p-sec01__bottomImages {
  margin: 18px auto 0;
}

.p-sec01__bottomPc {
  display: block;
}

.p-sec01__bottomSp {
  display: none;
}

.p-sec01__bottomContainer {
  margin: 0 auto;
  padding: 0 20px;
}

.p-sec01__title {
  width: 500px;
  margin: 0 auto;
}

.p-sec01__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 40px;
  gap: 30px;
}

.p-sec01__icon {
  margin: 0 auto;
  padding: 0 20px;
}

.p-sec01__iconPc {
  display: block;
}

.p-sec01__iconSp {
  display: none;
}

.p-sec01__lead {
  margin-top: 50px;
  color: #831d24;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.p-sec01__brSp {
  display: none;
}

.p-sec01__line {
  margin: 90px auto 105px;
  color: #231815;
  font-size: 45px;
  text-align: center;
}

.p-sec02 {
  background-color: #f2eee4;
  font-family: ヒラギノ明朝 ProN;
}

.p-sec02__inner {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  padding: 105px 20px 85px;
}

.p-sec02__title {
  width: 500px;
  margin: 0 auto;
}

.p-sec02__container {
  margin: 0 auto;
}

.p-sec02__topCaption {
  width: 600px;
  margin: 0 auto;
}

.p-sec02__bottomImages {
  margin: 20px 100px 0;
}

.p-sec02__caption {
  margin-top: 65px;
  color: #831d24;
  font-weight: 700;
  font-size: 50px;
  font-family: ヒラギノ角ゴ Pro;
  text-align: center;
}

.p-sec02__bottomCaption {
  margin: 85px auto 0;
  color: #656665;
  font-size: 30px;
  line-height: 2.2;
  font-family: ヒラギノ角ゴ Pro;
  text-align: center;
}

.p-sec02__bottomCaption:first-line {
  font-weight: 400;
  font-size: 22px;
}

.p-sec02__text {
  margin: 75px auto 0;
  color: #0368aa;
  font-size: 45px;
  font-family: ヒラギノ丸ゴ ProN;
  text-align: center;
}

.p-sec02__imagesPc {
  display: block;
}

.p-sec02__imagesSp {
  display: none;
}

.p-sec03 {
  font-family: ヒラギノ角ゴ Pro;
}

.p-sec03__inner {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-sec03__top {
  margin: 115px 0 0;
}

.p-sec03__top img {
  margin: 0 auto;
}

.p-sec03__list {
  width: 100%;
}

.p-sec03__imagesBox {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-sec03__title {
  margin-top: 0;
  color: #ac6d76;
  font-size: 27px;
}

.p-sec03__pcBr {
  display: block;
}

.p-sec03--01__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 75px 0;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--01__item:first-child {
  padding-top: 30px;
}

.p-sec03--01__imageTop {
  width: 570px;
  margin: 6px 0 25px 10px;
}

.p-sec03--01__imageBottom {
  width: 570px;
  margin: 45px 0 0 39px;
}

.p-sec03--01__textBox {
  font-size: 19.5px;
}

.p-sec03--01__textItem {
  margin-top: 28px;
}

.p-sec03--01__textList {
  padding: 7px 0 28px 40px;
  border-radius: 12px;
  background-color: #c3d9f0;
  font-size: 18px;
  line-height: 2;
}

.p-sec03--02__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 72px 0;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--02__item:first-child {
  padding-top: 30px;
}

.p-sec03--02__imageTop {
  width: 590px;
  margin: 6px 10px 25px;
}

.p-sec03--02__imageBottom {
  width: 570px;
  margin: 50px 0 0 10px;
}

.p-sec03--02__textBox {
  font-size: 19.5px;
}

.p-sec03--02__textItem {
  margin-top: 25px;
}

.p-sec03--02__textList {
  padding: 15px 0 15px 18px;
  border-radius: 12px;
  background-color: #c3d9f0;
  font-size: 21px;
  line-height: 2;
  text-align: left;
}

.p-sec03--02__text {
  display: flex;
  line-height: 2.2;
  list-style: disc;
}

.p-sec03--03__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 70px 0 62px;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--03__item:first-child {
  padding-top: 30px;
}

.p-sec03--03__imageTop {
  width: 590px;
  margin: 6px 0 25px 10px;
}

.p-sec03--03__imageBottom {
  width: 570px;
  margin-left: -22px;
}

.p-sec03--03__textBox {
  font-size: 19.5px;
}

.p-sec03--04__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 70px 0 55px;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--04__item:first-child {
  padding-top: 30px;
}

.p-sec03--04__imageTop {
  width: 590px;
  margin: 8px 0 0 10px;
}

.p-sec03--04__imageBottom {
  width: 570px;
  margin: 9px 0 0 5px;
}

.p-sec03--04__textBox {
  font-size: 19.5px;
}

.p-sec03--05__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 70px 0 55px;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--05__item:first-child {
  padding-top: 30px;
}

.p-sec03--05__image {
  width: 585px;
  margin: 9px 12px 25px 10px;
}

.p-sec03--05__textBox {
  font-size: 19.5px;
}

.p-sec03--05__textList {
  margin-top: 10px;
  padding: 15px 0 18px 30px;
  border-radius: 12px;
  background-color: #c3d9f0;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

.p-sec03--05__text {
  padding-left: 10px;
  line-height: 2;
  list-style: disc;
}

.p-sec03--06__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 70px 0;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--06__item:first-child {
  padding-top: 30px;
}

.p-sec03--06__imageTop {
  width: 590px;
  margin: 8px 0 0 10px;
}

.p-sec03--06__imageBottom {
  width: 570px;
  margin: 75px 0 0 5px;
}

.p-sec03--06__textBox {
  font-size: 19.5px;
}

.p-sec03--06__title {
  margin-top: 0;
  color: #ac6d76;
  font-size: 27px;
}

.p-sec03--07__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding: 70px 0 105px;
  gap: 65px;
  border-bottom: 1px solid #656665;
}

.p-sec03--07__item:first-child {
  padding-top: 30px;
}

.p-sec03--07__image {
  width: 570px;
  margin: 6px 0 25px 10px;
}

.p-sec03--07__textBox {
  font-size: 19.5px;
}

.p-sec03--07__textItem {
  margin-top: 36px;
}

.p-sec04 {
  background-color: #f2eee4;
  font-family: ヒラギノ角ゴ Pro;
}

.p-sec04__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 65px;
}

.p-sec04__title {
  padding: 70px 160px 64px;
}

.p-sec04__list {
  width: 100%;
  padding: 0 90px;
}

.p-sec04__text {
  font-size: 24px;
}

.p-sec04__pcBr {
  display: block;
}

.p-sec04-box00__item {
  display: flex;
  margin-bottom: 65px;
  border-radius: 20px;
  background-color: #eef3fa;
}

.p-sec04-box00__icon {
  position: relative;
  width: 200px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-sec04-box00__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sec04-box00__descBox {
  display: flex;
}

.p-sec04-box00__container {
  padding: 32px 5px;
}

.p-sec04-box00__images {
  margin-right: 10px;
  padding-top: 15px;
}

.p-sec04-box00__picPc {
  display: block;
  width: 512px;
}

.p-sec04-box00__picSp {
  display: none;
}

.p-sec04-box00__desc {
  margin-top: 16px;
  padding-right: 10px;
  color: #666;
  font-size: 18px;
}

.p-sec04-box00__example {
  margin-top: 18px;
  margin-right: 25px;
  padding: 18px 40px 26px;
  border-radius: 13px;
  background-color: #cce5ff;
}

.p-sec04-box00__text {
  font-size: 18px;
  list-style: disc;
}

.p-sec04-box00__text:last-child {
  margin-left: -15px;
  list-style: none;
}

.p-sec04-box00__br {
  display: none;
}

.p-sec04-box01__item {
  display: flex;
  margin-bottom: 60px;
  border-radius: 20px;
  background-color: #fff4f4;
}

.p-sec04-box01__icon {
  position: relative;
  width: 155px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-sec04-box01__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sec04-box01__descBox {
  display: flex;
}

.p-sec04-box01__container {
  padding: 0 5px 31px;
}

.p-sec04-box01__images {
  margin-right: 10px;
}

.p-sec04-box01__picPc {
  display: block;
  width: 470px;
  margin-top: -12px;
  margin-left: 5px;
}

.p-sec04-box01__picSp {
  display: none;
}

.p-sec04-box01__desc {
  margin-right: 10px;
  padding: 35px 15px 0;
  color: #666;
  font-size: 18px;
}

.p-sec04-box01__example {
  margin: 10px 20px 0 0;
  padding: 20px 45px;
  border-radius: 20px;
  background-color: #ffd6d6;
  list-style: disc;
}

.p-sec04-box01__text {
  font-size: 18px;
  list-style: disc;
}

.p-sec04-box01__text:last-child {
  margin-left: -15px;
  list-style: none;
}

.p-sec04-box02__item {
  display: flex;
  margin-bottom: 65px;
  border-radius: 20px;
  background-color: #eef3fa;
}

.p-sec04-box02__icon {
  position: relative;
  width: 140px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-sec04-box02__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sec04-box02__descBox {
  display: flex;
}

.p-sec04-box02__container {
  padding: 32px 5px 35px;
}

.p-sec04-box02__images {
  margin-right: 10px;
}

.p-sec04-box02__picPc {
  display: block;
  width: 380px;
  margin-top: 67px;
  margin-left: -10px;
}

.p-sec04-box02__picSp {
  display: none;
}

.p-sec04-box02__desc {
  margin-right: 10px;
  color: #666;
  font-size: 18px;
}

.p-sec04-box02__example {
  margin-top: 30px;
  margin-right: 25px;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #cce5ff;
  list-style: disc;
}

.p-sec04-box02__text {
  font-size: 18px;
  list-style: disc;
}

.p-sec04-box02__text:last-child {
  margin-left: -15px;
  list-style: none;
}

.p-sec04-box03__item {
  display: flex;
  margin-bottom: 55px;
  border-radius: 20px;
  background-color: #fff4f4;
}

.p-sec04-box03__icon {
  position: relative;
  width: 270px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-sec04-box03__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sec04-box03__descBox {
  display: flex;
}

.p-sec04-box03__container {
  padding: 25px 5px 45px;
}

.p-sec04-box03__images {
  margin-right: 10px;
  padding-top: 15px;
}

.p-sec04-box03__picPc {
  display: block;
  width: 716px;
  margin-top: 70px;
}

.p-sec04-box03__picSp {
  display: none;
}

.p-sec04-box03__desc {
  margin: 8px 20px 15px;
  color: #666;
  font-size: 18px;
}

.p-sec04-box03__example {
  margin: 0 25px 0 -5px;
  padding: 20px 37px 25px;
  border-radius: 20px;
  background-color: #ffd6d6;
  list-style: disc;
}

.p-sec04-box03__text {
  font-size: 18px;
  list-style: disc;
}

.p-sec04-box03__text:last-child {
  margin-left: -15px;
  list-style: none;
}

.p-sec04-box04__item {
  display: flex;
  margin-bottom: 55px;
  border-radius: 20px;
  background-color: #eef3fa;
}

.p-sec04-box04__icon {
  position: relative;
  width: 257px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-sec04-box04__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sec04-box04__descBox {
  display: flex;
}

.p-sec04-box04__container {
  padding: 40px 5px 43px 0;
}

.p-sec04-box04__images {
  margin: 0 10px 12px 0;
  padding-top: 18px;
}

.p-sec04-box04__picPc {
  display: block;
  width: 656px;
}

.p-sec04-box04__picSp {
  display: none;
}

.p-sec04-box04__desc {
  margin: -5px 20px 8px;
  color: #666;
  font-size: 18px;
}

.p-sec04-box04__example {
  margin-top: 35px;
  margin-right: 25px;
  padding: 20px 50px 25px;
  border-radius: 20px;
  background-color: #cce5ff;
  list-style: disc;
}

.p-sec04-box04__text {
  font-size: 18px;
  list-style: disc;
}

.p-sec04-box04__text:last-child {
  margin-left: -15px;
  list-style: none;
}

.p-sec04-box05__item {
  display: flex;
  margin-bottom: 55px;
  border-radius: 20px;
  background-color: #fff4f4;
}

.p-sec04-box05__icon {
  position: relative;
  width: 270px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-sec04-box05__icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sec04-box05__descBox {
  display: flex;
}

.p-sec04-box05__container {
  padding: 32px 5px;
}

.p-sec04-box05__images {
  margin: -10px 0 0 -5px;
}

.p-sec04-box05__picPc {
  display: block;
  width: 740px;
}

.p-sec04-box05__picSp {
  display: none;
}

.p-sec04-box05__desc {
  margin: 0 25px 15px 12px;
  color: #666;
  font-size: 18px;
}

.p-sec04-box05__example {
  margin: 30px 25px 10px -5px;
  padding: 20px 45px;
  border-radius: 20px;
  background-color: #ffd6d6;
  list-style: disc;
}

.p-sec04-box05__text {
  font-size: 18px;
  list-style: disc;
}

.p-sec04-box05__text:last-child {
  margin-left: -15px;
  list-style: none;
}

.p-sec05 {
  font-family: ヒラギノ角ゴ Pro;
}

.p-sec05__inner {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto 120px;
  padding: 120px 25px 0;
}

.p-sec05__title {
  text-align: center;
}

.p-sec05__title img {
  width: 420px;
  margin: 0 auto;
}

.p-sec05__imageBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  gap: 30px;
}

.p-sec05__itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  padding: 0 70px;
}

.p-sec05__item {
  display: flex;
  align-items: center;
  width: 450px;
  height: 160px;
  margin-bottom: 30px;
  border: 1px #eb9a51 solid;
  border-radius: 18px;
  background-color: #fef0d8;
}

.p-sec05__item:nth-child(2n) {
  margin-right: 0;
}

.p-sec05__images {
  padding-left: 24px;
}

.p-sec05__textBox {
  width: 290px;
  margin-left: 22px;
}

.p-sec05__textBox:first-line {
  font-size: 25px;
}

.p-sec05__midImages {
  margin: 35px auto 100px;
  padding: 0 178px;
}

.p-sec05__pc {
  display: block;
}

.p-sec05__sp {
  display: none;
}

.p-sec05__jobBox {
  padding: 0 40px;
}

.p-sec05__jobTop {
  width: 100%;
  margin: 0 auto;
}

.p-sec05__topCaption {
  margin: 43px auto 0;
  font-size: 25.5px;
  text-align: center;
}

.p-sec05__jobMid {
  margin: 25px auto 0;
}

.p-sec05__jobMid img {
  width: 60%;
  margin: 0 auto;
}

.p-sec05__midCaption {
  margin: 55px auto 0;
  font-size: 25px;
  text-align: center;
}

.p-sec05__brSp {
  display: none;
}

.p-sec05__brPc {
  display: block;
}

.p-sec05__jobBottom {
  width: 100%;
  margin: 70px auto 0;
}

.p-sec05__bottomCaption {
  margin: 35px auto 0;
  font-size: 25px;
  text-align: center;
}

.p-sec05__exampleList {
  margin: 37px auto;
}

.p-sec05__exampleBox {
  display: flex;
  margin: 0 auto 32px;
  padding: 0 50px;
}

.p-sec05-top__exampleTitle {
  width: 220px;
  margin: 0 auto 35px;
  border-radius: 30px;
  background-color: #80be25;
  color: #fff;
  font-size: 27px;
  font-family: BIZ UDGothic;
  text-align: center;
}

.p-sec05-top__topImages {
  display: block;
  width: 315px;
  margin-bottom: 45px;
}

.p-sec05-top__botImages {
  display: block;
  width: 300px;
}

.p-sec05-top__jobText {
  margin-top: -10px;
}

.p-sec05-top__textList {
  padding-right: 10px;
  padding-left: 35px;
  list-style: circle;
}

.p-sec05-top__title {
  color: #80be25;
  font-size: 25px;
  line-height: 1.9;
  font-family: ヒラギノ角ゴ Pro;
}

.p-sec05-top__title:last-child:after {
  margin-left: 30px;
  content: "etc.";
  color: #000;
  font-size: 18px;
}

.p-sec05-top__text {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  font-family: BIZ UDGothic;
}

.p-sec05-bot__exampleTitle {
  width: 270px;
  margin: 0 auto 35px;
  border-radius: 30px;
  background-color: peru;
  color: #fff;
  font-size: 27px;
  text-align: center;
}

.p-sec05-bot__jobImages {
  margin-right: 30px;
  margin-left: 15px;
}

.p-sec05-bot__topImages {
  display: block;
  width: 515px;
  margin-bottom: 45px;
}

.p-sec05-bot__botImages {
  display: block;
  width: 300px;
}

.p-sec05-bot__jobText {
  margin-top: -10px;
}

.p-sec05-bot__textList {
  padding-right: 10px;
  padding-left: 35px;
  list-style: circle;
}

.p-sec05-bot__title {
  color: peru;
  font-size: 25px;
  line-height: 1.9;
}

.p-sec05-bot__title:last-child:after {
  margin-left: 30px;
  content: "etc.";
  color: #000;
  font-size: 18px;
}

.p-sec05-bot__text {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

.p-sec06 {
  background-color: #f2eee4;
  font-family: ヒラギノ角ゴ Pro;
}

.p-sec06__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 45px 20px 100px;
}

.p-sec06__title {
  margin: 0 auto;
}

.p-sec06__titleImages {
  width: 980px;
  margin: 0 auto;
}

.p-sec06__scheduleText {
  margin-top: 15px;
  font-size: 24px;
  text-align: center;
}

.p-sec06__scheduleImages {
  margin: 18px auto 0;
  font-size: 21px;
  text-align: center;
}

.p-sec06__caption {
  margin-bottom: 40px;
  font-family: BIZ UDGothic;
}

.p-sec06__mainImages {
  margin: 0 auto;
}

.p-sec06__lunchInner {
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 110px 100px 100px;
}

.p-sec06__lunch {
  margin: 0 auto;
  background-color: #fff;
}

.p-sec06__lunchImages {
  width: 365px;
  margin-left: 55px;
}

.p-sec06__lunchCaption {
  margin-top: -22px;
  margin-left: 80px;
  font-size: 20px;
}

.p-sec06__lunchCaption:first-line {
  color: #eb6d8e;
  font-weight: 700;
  font-size: 25px;
  line-height: 2.7;
  vertical-align: text-top;
}

.p-voice {
  padding: 120px 0;
  background-color: #f2eee4;
}

.p-voice__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 14px;
}

.p-voice__heading {
  text-align: center;
}

.p-voice__heading img {
  width: 420px;
  margin: 0 auto;
}

.p-voice__title {
  color: #000;
  font-size: 26px;
  text-align: center;
}

.p-voice__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
  gap: 30px;
}

.p-voice__image img {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}

.p-voice__textBox--01 {
  margin-top: 21px;
  padding: 23px 29px;
  background-color: #f5cbbf;
}

.p-voice__textBox--01 p {
  font-size: 19px;
}

.p-voice__textBox--02 {
  margin-top: 21px;
  padding: 23px 29px;
  background-color: #fffbc7;
}

.p-voice__textBox--02 p {
  font-size: 19px;
}

.p-voice__textBox--03 {
  margin-top: 21px;
  padding: 23px 29px;
  background-color: #95d6e7;
}

.p-voice__textBox--03 p {
  font-size: 19px;
}

.p-flow {
  padding: 195px 0 0;
}

.p-flow__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-flow__heading {
  text-align: center;
}

.p-flow__heading img {
  width: 345px;
  margin: 0 auto;
}

.p-flow__list {
  margin-top: 10px;
}

.p-flow__item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 43px;
  padding: 37px 40px;
  border: dotted 3px #036eb7;
  border-radius: 15px;
  background-color: #f2f7ff;
  box-shadow: 5px 5px 5px #0003;
}

.p-flow__number {
  margin-right: 40px;
  margin-left: 6px;
  color: #036eb7;
  font-size: 48px;
}

.p-flow__imageBox {
  margin-top: 30px;
}

.p-flow__image {
  display: block;
  margin-top: 15px;
}

.p-flow__title {
  color: #831d24;
  font-size: 32px;
}

.p-flow__textBox p {
  font-size: 21px;
}

.p-policy {
  padding: 105px 0;
}

.p-policy__inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 25px;
}

.p-policy__heading {
  text-align: center;
}

.p-policy__heading img {
  width: 200px;
  margin: 0 auto;
}

.p-policy__lead {
  margin-top: 50px;
  display: block;
}
.p-policy__lead img {
  width: 845px;
  margin: 0 auto;
}

.p-policy__wrap {
  display: flex;
  width: 100%;
  max-width: 877px;
  margin: 114px auto 0;
  gap: 50px;
}

.p-policy__imageBox img {
  width: 300px;
}

.p-policy__imageBox figcaption {
  margin-top: 45px;
  font-size: 22px;
  text-align: center;
}

.p-policy__imageBox figcaption span {
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}

.p-policy__textBox {
  flex: 1;
}

.p-policy__textBox h3 {
  font-size: 30px;
}

.p-policy__textBox p {
  margin-top: 40px;
  font-size: 22px;
}

.p-policy__text {
  margin-top: 125px;
  color: #ac6d76;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}

.p-policy__image--01 {
  display: block;
  margin-top: 53px;
}

.p-policy__image--02 {
  display: block;
  margin-top: 50px;
}

.p-company {
  padding: 25px 0 120px;
}

.p-company__inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 25px;
}

.p-company__heading {
  text-align: center;
}

.p-company__heading img {
  width: 240px;
  margin: 0 auto;
}

.p-company__imageBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  gap: 40px;
}

.p-company__table {
  margin-top: 40px;
}

.p-company__table tr {
  display: block;
  margin-top: 20px;
  font-size: 23px;
}

.p-company__table th {
  width: 116px;
  font-weight: 500;
}

.p-company__iframe {
  position: relative;
  height: 0;
  margin-top: 50px;
  padding-bottom: 50%;
  overflow: hidden;
}

.p-company__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-contact {
  padding-top: 70px;
}

.p-contact__inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-contact__heading {
  text-align: center;
}

.p-contact__heading img {
  width: 360px;
  margin: 0 auto;
}

.p-contact__wrap--top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  gap: 30px;
}

.p-contact__wrap--bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 5px;
  gap: 30px;
}

.p-contact__container {
  margin-top: 20px;
}

.p-contact__line {
  margin: 175px auto 185px;
}

.p-contact__line p {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 38px;
}

.u-marginTop {
  margin-top: 15px !important;
}

form {
  margin-top: 45px;
  font-size: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
  border: 1px solid #000;
}

input[type="submit"] {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
  max-width: 220px;
  margin: 20px auto 0;
  padding: 10px 25px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

label {
  display: block;
  margin-bottom: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: -3px;
  margin-right: 6px;
}

input[type="checkbox"] {
  margin-right: 10px;
  border-radius: 0 !important;
}

.p-schedule {
  padding: 100px 0 115px;
  background-color: #f2eee4;
}

.p-schedule__inner {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-schedule__heading {
  text-align: center;
}

.p-schedule__heading img {
  width: 315px;
  margin: 0 auto;
}

.p-schedule__imageBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  gap: 40px;
}

.p-schedule__lead {
  margin-top: 30px;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
}

.p-schedule__text {
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
}

.p-schedule__image {
  display: block;
  margin-top: 35px;
}

.p-content {
  padding: 80px 0;
}

.p-content__inner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-content__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  gap: 30px;
}

.p-content__image img {
  width: 100%;
}

.p-content__body {
  margin-top: -10px;
}

.p-content__title {
  color: #ac6d76;
  font-weight: 600;
  font-size: 28px;
}

.p-content__text {
  font-size: 20px;
}

.u-inline-block {
  display: inline-block;
}

.c-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.u-color {
  color: #fff;
}

.u-width {
  width: 100% !important;
}

#width {
  width: 200px !important;
}

@media (min-width: 640px) {
  .c-details {
    width: 80%;
  }

  .c-form__item {
    flex-wrap: nowrap;
  }

  .c-form__label {
    width: 40%;
  }

  .c-form__input {
    width: 55%;
  }
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  .p-header__nav {
    position: static;
    align-items: flex-end;
    height: 100%;
    opacity: initial;
  }

  .p-header__hamburger {
    display: none;
  }

  .p-nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .p-nav__list {
    display: flex;
    padding-right: 0;
    background: #fff;
  }

  .p-float {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u-tablet {
    display: none;
  }
}

@media (min-width: 890px) {
  .pc-only {
    display: inline-block;
  }
}

@media screen and (min-width: 1024px) {
  .u-desktop2 {
    display: block !important;
  }

  .u-mobile2 {
    display: none;
  }

  .l-header__inner {
    display: flex;
  }

  .l-header__navItem,
  .p-header__navItem {
    font-size: 20px;
  }

  .c-contact__topText {
    margin-left: 38px;
  }

  .c-contact__number {
    font-size: 87px;
  }

  .c-contact__buttonLeft,
  .c-contact__buttonRight {
    width: 360px;
    font-size: 26px;
  }

  .p-sec02__bottomCaption {
    font-size: 34px;
  }

  .p-sec05__item {
    margin-right: 40px;
  }

  .p-sec05__item:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }

  .p-voice__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
    gap: 30px;
  }

  .p-voice__textBox--01,
  .p-voice__textBox--02,
  .p-voice__textBox--03 {
    min-height: 412px;
  }

  .p-policy__lead {
    font-size: 24px;
  }

  .p-content__wrap {
    gap: 70px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    margin-bottom: 70px;
  }

  .l-footer__priv {
    padding: 20px;
    font-size: 10px;
  }

  .l-footer__priv a {
    padding: 10px;
  }

  .l-footer__copyright {
    padding: 10px 0;
    font-size: 12px;
  }

  .c-contact__inner {
    padding: 25px 20px;
  }

  .c-contact__topContainer {
    display: block;
  }

  .c-contact__textWrap {
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 0;
  }

  .c-contact__topText {
    margin-left: 0;
    font-size: 17px;
  }

  .c-contact__midText {
    margin-left: 0;
    padding: 1px 10px;
    font-size: 10px;
  }

  .c-contact__botText {
    margin-left: 0;
    font-size: 10px;
    line-height: 1;
  }

  .c-contact__mid {
    margin: 5px auto 0;
  }

  .c-contact__tel {
    width: 310px;
  }

  .c-contact__number {
    font-size: 30px;
  }

  .c-contact__bot {
    margin: 5px auto 0;
  }

  .c-contact__buttonLeft {
    width: 150px;
    padding: 2px 0;
    font-size: 10px;
  }

  .c-contact__buttonRight {
    width: 150px;
    margin-left: 10px;
    padding: 2px 0;
    font-size: 10px;
  }

  .c-line img {
    width: 180px;
  }

  .p-mv {
    margin-bottom: 25px;
  }

  .p-mv__inner {
    padding: 0;
  }

  .p-mv__sp {
    display: block;
    width: 100%;
  }

  .p-mv__pc {
    display: none;
  }

  .p-sec01__inner {
    padding: 0 25px;
  }

  .p-sec01__topContainer {
    margin: 0 auto 35px;
    padding: 33px 0;
  }

  .p-sec01__caption,
  .p-sec01__topText {
    width: 250px;
  }

  .p-sec01__circle {
    font-size: 13px;
  }

  .p-sec01__midImages {
    margin-top: 14px;
    padding: 0 50px;
  }

  .p-sec01__midPc {
    display: none;
  }

  .p-sec01__midSp {
    display: block;
  }

  .p-sec01__bottomImages {
    margin: 15px auto 0;
  }

  .p-sec01__bottomPc {
    display: none;
  }

  .p-sec01__bottomSp {
    display: block;
  }

  .p-sec01__bottomContainer {
    padding: 0;
  }

  .p-sec01__title {
    width: 300px;
  }

  .p-sec01__list {
    grid-template-columns: 1fr;
    margin-top: 25px;
    padding: 0 40px;
    gap: 15px;
  }

  .p-sec01__icon {
    margin: 25px auto;
    padding: 0;
  }

  .p-sec01__iconPc {
    display: none;
  }

  .p-sec01__iconSp {
    display: block;
  }

  .p-sec01__lead {
    font-size: 20px;
  }

  .p-sec01__brSp {
    display: block;
  }

  .p-sec01__line {
    margin-top: 75px;
    font-size: 19px;
  }

  .p-sec02__inner {
    padding: 35px 20px;
  }

  .p-sec02__title {
    width: 250px;
  }

  .p-sec02__topCaption {
    width: 300px;
    margin: 10px auto 0;
  }

  .p-sec02__bottomImages {
    margin: 6px auto 0;
  }

  .p-sec02__caption {
    margin-top: 30px;
    font-weight: 700;
    font-size: 25px;
  }

  .p-sec02__bottomCaption {
    margin: 35px auto 0;
    font-size: 14px;
  }

  .p-sec02__bottomCaption:first-line {
    font-size: 10px;
  }

  .p-sec02__text {
    margin: 10px auto 0;
    font-size: 21px;
  }

  .p-sec02__imagesPc {
    display: none;
  }

  .p-sec02__imagesSp {
    display: block;
  }

  .p-sec03__inner {
    padding: 0;
  }

  .p-sec03__top {
    margin-top: 90px;
  }

  .p-sec03__list {
    padding: 0 30px;
  }

  .p-sec03__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .p-sec03__pcBr {
    display: none;
  }

  .p-sec03--01__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--01__item:first-child {
    padding-top: 24px;
  }

  .p-sec03--01__imageTop {
    margin: 0 auto;
  }

  .p-sec03--01__imageBottom {
    margin: 20px auto 30px;
  }

  .p-sec03--01__textBox {
    font-size: 13px;
  }

  .p-sec03--01__textItem {
    margin-top: 14px;
  }

  .p-sec03--01__textList {
    padding: 10px 10px 15px;
    font-size: 13px;
  }

  .p-sec03--02__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--02__imageTop {
    margin: 0 auto;
  }

  .p-sec03--02__imageBottom {
    margin: 12px auto;
  }

  .p-sec03--02__textBox {
    font-size: 13px;
  }

  .p-sec03--02__textItem {
    margin-top: 14px;
  }

  .p-sec03--02__textList {
    padding: 10px 0 15px 10px;
    font-size: 13px;
  }

  .p-sec03--03__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--03__imageTop {
    margin: 0 auto 15px;
  }

  .p-sec03--03__imageBottom {
    margin: 0 auto;
  }

  .p-sec03--03__textBox {
    font-size: 13px;
  }

  .p-sec03--04__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--04__imageTop {
    margin: 0 auto 15px;
  }

  .p-sec03--04__imageBottom {
    margin: 0 auto;
  }

  .p-sec03--04__textBox {
    font-size: 13px;
  }

  .p-sec03--05__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--05__image {
    margin: 0 auto 15px;
  }

  .p-sec03--05__textBox {
    font-size: 13px;
  }

  .p-sec03--05__textList {
    padding: 10px 0 15px 20px;
    font-size: 13px;
  }

  .p-sec03--06__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--06__imageTop {
    margin: 13px auto 14px;
  }

  .p-sec03--06__imageBottom {
    margin: 12px auto 0;
  }

  .p-sec03--06__textBox {
    font-size: 13px;
  }

  .p-sec03--07__item {
    display: block;
    padding: 35px 0;
    border-bottom: none;
  }

  .p-sec03--07__image {
    margin: 13px auto 14px;
  }

  .p-sec03--07__textBox {
    font-size: 13px;
  }

  .p-sec04 {
    padding-top: 20px;
  }

  .p-sec04__title {
    padding: 29px 0;
  }

  .p-sec04__list {
    padding: 0 10px;
  }

  .p-sec04__text {
    font-size: 16px;
  }

  .p-sec04__pcBr {
    display: none;
  }

  .p-sec04-box00__item {
    display: block;
    margin-bottom: 32px;
  }

  .p-sec04-box00__icon {
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .p-sec04-box00__descBox {
    display: block;
  }

  .p-sec04-box00__container {
    padding: 0 10px 10px;
  }

  .p-sec04-box00__images {
    margin-top: -40px;
    margin-right: 0;
    padding: 0 45px;
  }

  .p-sec04-box00__picPc {
    display: none;
  }

  .p-sec04-box00__picSp {
    display: block;
    margin: 0 auto 10px;
  }

  .p-sec04-box00__desc {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .p-sec04-box00__example {
    margin-top: 10px;
    margin-right: 0;
    padding: 5px 20px;
    border-radius: 7px;
  }

  .p-sec04-box00__text {
    font-size: 9px;
  }

  .p-sec04-box00__text:last-child {
    margin-left: -7px;
  }

  .p-sec04-box00__br {
    display: block;
  }

  .p-sec04-box01__item {
    display: block;
    margin-bottom: 32px;
  }

  .p-sec04-box01__icon {
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .p-sec04-box01__descBox {
    display: block;
  }

  .p-sec04-box01__container {
    padding: 0 10px 10px;
  }

  .p-sec04-box01__images {
    margin-top: -40px;
    margin-right: 0;
    padding: 0 45px;
  }

  .p-sec04-box01__picPc {
    display: none;
  }

  .p-sec04-box01__picSp {
    display: block;
    margin: 0 auto 10px;
  }

  .p-sec04-box01__desc {
    padding: 0;
    font-size: 12px;
  }

  .p-sec04-box01__example {
    margin: 10px 0 0;
    padding: 5px 20px;
    border-radius: 7px;
  }

  .p-sec04-box01__text {
    font-size: 12px;
  }

  .p-sec04-box01__text:last-child {
    margin-left: -7px;
  }

  .p-sec04-box02__item {
    display: block;
    margin-bottom: 32px;
  }

  .p-sec04-box02__icon {
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .p-sec04-box02__descBox {
    display: block;
  }

  .p-sec04-box02__container {
    padding: 0 10px 10px;
  }

  .p-sec04-box02__images {
    margin-top: -40px;
    padding: 0 45px;
  }

  .p-sec04-box02__picPc {
    display: none;
  }

  .p-sec04-box02__picSp {
    display: block;
    margin: 0 auto 10px;
  }

  .p-sec04-box02__desc {
    font-size: 12px;
  }

  .p-sec04-box02__example {
    margin-top: 10px;
    margin-right: 0;
    padding: 5px 20px;
    border-radius: 7px;
  }

  .p-sec04-box02__text {
    font-size: 12px;
  }

  .p-sec04-box02__text:last-child {
    margin-left: -7px;
  }

  .p-sec04-box03__item {
    display: block;
    margin-bottom: 32px;
  }

  .p-sec04-box03__icon {
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .p-sec04-box03__descBox {
    display: block;
  }

  .p-sec04-box03__container {
    padding: 0 10px 10px;
  }

  .p-sec04-box03__images {
    margin-top: -40px;
    padding: 0 45px;
  }

  .p-sec04-box03__picPc {
    display: none;
  }

  .p-sec04-box03__picSp {
    display: block;
    margin: 0 auto 10px;
  }

  .p-sec04-box03__desc {
    margin: 0 auto;
    font-size: 12px;
  }

  .p-sec04-box03__example {
    margin: 10px 0 0;
    padding: 5px 20px;
    border-radius: 7px;
  }

  .p-sec04-box03__text {
    font-size: 12px;
  }

  .p-sec04-box03__text:last-child {
    margin-left: -7px;
  }

  .p-sec04-box04__item {
    display: block;
    margin-bottom: 32px;
  }

  .p-sec04-box04__icon {
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .p-sec04-box04__descBox {
    display: block;
  }

  .p-sec04-box04__container {
    padding: 0 10px 10px;
  }

  .p-sec04-box04__images {
    margin-top: -40px;
    padding: 0 45px;
  }

  .p-sec04-box04__picPc {
    display: none;
  }

  .p-sec04-box04__picSp {
    display: block;
    margin: 0 auto 10px;
  }

  .p-sec04-box04__desc {
    margin: 0 auto;
    font-size: 12px;
  }

  .p-sec04-box04__example {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 5px 20px;
    border-radius: 7px;
  }

  .p-sec04-box04__text {
    font-size: 12px;
  }

  .p-sec04-box04__text:last-child {
    margin-left: -7px;
  }

  .p-sec04-box05__item {
    display: block;
    margin-bottom: 32px;
  }

  .p-sec04-box05__icon {
    width: 50px;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .p-sec04-box05__descBox {
    display: block;
  }

  .p-sec04-box05__container {
    padding: 0 10px 10px;
  }

  .p-sec04-box05__images {
    margin-top: -40px;
    padding: 0 45px;
  }

  .p-sec04-box05__picPc {
    display: none;
  }

  .p-sec04-box05__picSp {
    display: block;
    margin: 0 auto 10px;
  }

  .p-sec04-box05__desc {
    margin: 0 auto;
    font-size: 12px;
  }

  .p-sec04-box05__example {
    margin: 10px 0 0;
    padding: 5px 20px;
    border-radius: 7px;
  }

  .p-sec04-box05__text {
    font-size: 12px;
  }

  .p-sec04-box05__text:last-child {
    margin-left: -7px;
  }

  .p-sec05__inner {
    margin: 0 auto 30px;
    padding: 60px 25px 0;
  }

  .p-sec05__title img {
    width: 210px;
  }

  .p-sec05__imageBox {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }

  .p-sec05__item {
    height: auto;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 12px;
  }

  .p-sec05__item img {
    width: 75%;
  }

  .p-sec05__images {
    padding-left: 0;
  }

  .p-sec05__textBox {
    margin-left: 0;
    font-size: 13px;
  }

  .p-sec05__textBox:first-line {
    font-size: 20px;
  }

  .p-sec05__midImages {
    margin: 25px auto 50px;
    padding: 0;
  }

  .p-sec05__pc {
    display: none;
  }

  .p-sec05__sp {
    display: block;
  }

  .p-sec05__jobBox {
    padding: 0;
  }

  .p-sec05__topCaption {
    font-size: 14px;
  }

  .p-sec05__jobMid img {
    width: 90%;
    margin: 0 auto 20px;
  }

  .p-sec05__midCaption {
    margin: 0 auto;
    font-size: 14px;
  }

  .p-sec05__brSp {
    display: block;
  }

  .p-sec05__brPc {
    display: none;
  }

  .p-sec05__jobBottom {
    margin-top: 35px;
  }

  .p-sec05__bottomCaption {
    padding: 0 10px;
    font-size: 14px;
  }

  .p-sec05__exampleList {
    margin-top: 25px;
  }

  .p-sec05__exampleBox {
    display: block;
    padding: 0 10px;
  }

  .p-sec05-top__exampleTitle {
    width: 110px;
    margin-bottom: 17px;
    font-size: 13px;
  }

  .p-sec05-top__topImages,
  .p-sec05-top__botImages {
    display: none;
  }

  .p-sec05-top__jobText {
    margin-top: 0;
  }

  .p-sec05-top__textList {
    margin-top: 10px;
    padding-right: 0;
  }

  .p-sec05-top__title {
    font-size: 15px;
    line-height: 1.8;
  }

  .p-sec05-top__title:last-child:after {
    font-size: 15px;
  }

  .p-sec05-top__text {
    font-size: 9px;
  }

  .p-sec05-bot__exampleTitle {
    width: 130px;
    margin-bottom: 17px;
    font-size: 13px;
  }

  .p-sec05-bot__topImages,
  .p-sec05-bot__botImages {
    display: none;
  }

  .p-sec05-bot__jobText {
    margin-top: 0;
  }

  .p-sec05-bot__textList {
    margin-top: 10px;
    padding-right: 0;
  }

  .p-sec05-bot__title {
    font-size: 15px;
    line-height: 1.8;
  }

  .p-sec05-bot__title:last-child:after {
    font-size: 15px;
  }

  .p-sec05-bot__text {
    font-size: 9px;
  }

  .p-voice {
    padding: 50px 0;
  }

  .p-voice__inner {
    padding: 0 25px;
  }

  .p-voice__heading img {
    width: 210px;
  }

  .p-voice__title {
    margin-top: 5px;
    font-size: 16px;
  }

  .p-voice__image img {
    width: 110px;
  }

  .p-voice__textBox--01 {
    margin-top: 10px;
    padding: 20px;
  }

  .p-voice__textBox--01 p {
    font-size: 13px;
    line-height: 1.8;
  }

  .p-voice__textBox--02 {
    margin-top: 10px;
    padding: 20px;
  }

  .p-voice__textBox--02 p {
    font-size: 13px;
    line-height: 1.8;
  }

  .p-voice__textBox--03 {
    margin-top: 10px;
    padding: 20px;
  }

  .p-voice__textBox--03 p {
    font-size: 13px;
    line-height: 1.8;
  }

  .p-flow {
    padding: 50px 0 0;
  }

  .p-flow__heading img {
    width: 170px;
  }

  .p-flow__imageBox {
    margin-top: 20px;
  }

  .p-policy {
    padding: 50px 0;
  }

  .p-policy__heading img {
    width: 100px;
  }

  .p-policy__lead {
    max-width: 253px;
    margin: 20px auto 0;
  }

  .p-policy__lead span {
    margin-left: -7px;
  }

  .p-policy__wrap {
    display: block;
    margin: 25px auto 0;
  }

  .p-policy__imageBox img {
    width: 150px;
    margin: 0 auto;
  }

  .p-policy__imageBox figcaption {
    margin-top: 15px;
    font-size: 11px;
  }

  .p-policy__imageBox figcaption span {
    font-size: 15px;
    line-height: 1.6;
  }

  .p-policy__textBox h3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .p-policy__textBox p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .p-policy__text {
    margin-top: 60px;
    font-size: 17px;
  }

  .p-policy__image--01 {
    margin-top: 20px;
  }

  .p-policy__image--02 {
    margin-top: 25px;
  }

  .p-company {
    padding: 0 0 50px;
  }

  .p-company__heading img {
    width: 120px;
  }

  .p-company__imageBox {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 15px;
  }

  .p-company__table {
    margin-top: 15px;
  }

  .p-company__table tr {
    margin-top: 15px;
    font-size: 12px;
  }

  .p-company__table tr span {
    margin-left: -7px;
  }

  .p-company__table th {
    width: 60px;
  }

  .p-company__iframe {
    margin-top: 25px;
    padding-bottom: 70%;
  }

  .p-contact {
    padding-top: 50px;
  }

  .p-contact__heading img {
    width: 175px;
  }

  .p-contact__wrap--top,
  .p-contact__wrap--bottom {
    gap: 20px;
  }

  .p-contact__line p {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .p-contact__line {
    margin: 30px auto;
  }

  form {
    margin-top: 25px;
    font-size: 14px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    padding: 5px 10px;
  }

  input[type="submit"] {
    margin: 30px auto 0;
    padding: 5px 25px;
    font-size: 12px;
  }

  input[type="checkbox"] {
    margin-right: 0;
  }

  .p-schedule {
    padding: 45px 0 40px;
  }

  .p-schedule__heading img {
    width: 155px;
  }

  .p-schedule__lead {
    margin-top: 11px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
  }

  .p-schedule__text {
    margin-top: 5px;
    font-size: 13px;
    text-align: center;
  }

  .p-schedule__image {
    margin-top: 20px;
  }

  .p-content {
    padding: 40px 0 75px;
  }

  .p-content__inner {
    padding: 0 45px;
  }

  .p-content__wrap {
    grid-template-columns: 1fr;
  }

  .p-content__image img {
    width: 184px;
    margin: 0 auto;
  }

  .p-content__title {
    font-size: 15px;
  }

  .p-content__text {
    font-size: 11px;
  }
}
