@charset "UTF-8";
/*---------------------------------

Start reset.css

---------------------------------*/
/*! 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*---------------------------------

End reset.css

---------------------------------*/
/*---------------------------------

base

---------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

li, dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: 0.7518796vw;
    /* 1330px幅で10px換算*/
  }
}

/*---------------------------------

layout

---------------------------------*/
/*
    l-wrapper
---------------------------------*/
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

/*
    header
---------------------------------*/
.l-header {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .l-header {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0 15px 11px;
  }
}
/*
    footer
---------------------------------*/
.l-footer {
  padding-top: 8rem;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 4rem;
  }
}
/*
    main
---------------------------------*/
.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
}

/*
    inner
---------------------------------*/
.l-inner {
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.l-inner.l-inner-w1000 {
  max-width: 1000px;
}
.l-inner.l-inner-w800 {
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*
    flow
---------------------------------*/
.l-flow {
  padding-top: 10rem;
  padding-bottom: 10.5rem;
}

@media screen and (max-width: 767px) {
  .l-flow {
    padding-top: 4.5rem;
    padding-bottom: 6rem;
  }
}
/*
    contact
---------------------------------*/
.l-contact {
/*  padding-top: 11rem;*/
}

@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 6.2rem;
  }
}
/*
    network
---------------------------------*/
.l-network {
  padding-top: 11.5rem;
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .l-network {
    padding-top: 6rem;
    padding-bottom: 6.2rem;
  }
}
/*
    low-heading
---------------------------------*/
.l-low-heading {
  margin-top: 0.7rem;
}

@media screen and (max-width: 1500px) {
  .l-low-heading {
    margin-top: 8.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-low-heading {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-low-heading {
    margin-top: 0;
  }
}
/*
    breadcrumb
---------------------------------*/
.l-breadcrumb {
  padding-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .l-breadcrumb {
    overflow: auto;
    white-space: nowrap;
    padding: 1rem 0;
  }
}
/*
    anchor-link
---------------------------------*/
.l-anchor-link {
  padding-top: 9rem;
}

@media screen and (max-width: 767px) {
  .l-anchor-link {
    padding-top: 2.5rem;
  }
}
/*---------------------------------

Component

---------------------------------*/
/*  
    c-border-title01
---------------------------------*/
.c-border-title01 {
  position: relative;
  padding-bottom: 4.6rem;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.c-border-title01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-border-title01.c-border-title01--small {
  padding-bottom: 5.6rem;
  font-size: 3rem;
}

.c-border-title01.c-border-title01--type01::after {
  background-image: url(../img/common/img_title-border01_pc.png);
}

.c-border-title01.c-border-title01--type01-reverse::after {
  background-image: url(../img/common/img_title-border01-reverse_pc.png);
}

.c-border-title01.c-border-title01--type02::after {
  background-image: url(../img/common/img_title-border02_pc.png);
}

.c-border-title01__orange {
  color: #f7ab00;
}

.c-border-title01 + * {
  margin-top: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-border-title01 {
    padding-bottom: 3.7rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .c-border-title01::after {
    height: 3.8rem;
  }

  .c-border-title01.c-border-title01--small {
    padding-bottom: 3.6rem;
    font-size: 1.8rem;
  }

  .c-border-title01.c-border-title01--type01::after {
    background-image: url(../img/common/img_title-border01_sp.png);
  }

  .c-border-title01.c-border-title01--type01-reverse::after {
    background-image: url(../img/common/img_title-border01-reverse_sp.png);
  }

  .c-border-title01.c-border-title01--type02::after {
    background-image: url(../img/common/img_title-border02_sp.png);
  }

  .c-border-title01 + * {
    margin-top: -0.5rem;
  }
}
/*  
    c-border-title02
---------------------------------*/
.c-border-title02 {
  padding-bottom: 2rem;
  border-bottom: 1px solid #f7ab00;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .c-border-title02 {
    padding-bottom: 0.8rem;
    font-size: 2.2rem;
  }
}
/*  
    c-border-title03
---------------------------------*/
.c-border-title03 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.5rem;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-border-title03::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-image: url(../img/common/img_title-dotline.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 1.8rem 0.3rem;
  content: "";
}

.c-border-title03.c-border-title03--center {
  margin-right: auto;
  margin-left: auto;
}

.c-border-title03__orange {
  color: #f7ab00;
}

@media screen and (max-width: 767px) {
  .c-border-title03 {
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .c-border-title03::after {
    height: 0.2rem;
    background-size: 0.9rem 0.2rem;
  }
}

/*  
    c-border-title04
---------------------------------*/
.c-border-title04 {
  position: relative;
  padding-bottom: 4rem;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.c-border-title04::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.8rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}

.c-border-title04.c-border-title04--type01::after {
  background-image: url(../img/common/img_title-border03_pc.png);
}

@media screen and (max-width: 767px) {
  .c-border-title04 {
    padding-bottom: 3.4rem;
    font-size: 2.2rem;
  }

  .c-border-title04.c-border-title04--type01::after {
    background-image: url(../img/common/img_title-border03_sp.png);
  }
}
/*  
    c-button
---------------------------------*/
.c-button {
  display: inline-block;
  position: relative;
  width: 48rem;
  max-width: 100%;
  padding: 2.6rem 4rem;
  border-radius: 9999px;
  background-color: #333;
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.43;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
}

.c-button.c-button--wide01 {
  width: 50rem;
}

.c-button.c-button--wide02 {
  width: 56rem;
}

.c-button.c-button--wide03 {
  width: 64rem;
}

.c-button.c-button--color {
  background-color: #fff;
  color: #333;
  border: 0.2rem solid #333;
}

.p-network__button .c-button.c-button--color {
  margin-top: 20px;
}

.c-button.c-button--sm {
  font-size: 1.6rem;
  width: 35.2rem;
  padding: 2.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    opacity: 1;
    background-color: #f7ab00;
  }

  .c-button.c-button--color:hover {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    display: inline-grid;
    place-items: center;
    width: calc(100% - 30px);
    min-height: 5rem;
    padding: 1rem 2.5rem;
    font-size: 1.4rem;
  }
  .c-button::after {
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .c-button.c-button--wide02 {
    width: calc(100% - 30px);
  }

  .c-button.c-button--sm {
    font-size: 1.4rem;
    padding: 1rem 2.2rem;
    width: 100%;
  }
}
/*
    c-check-button
---------------------------------*/
.c-check-button {
  display: inline-block;
  position: relative;
  padding: 1.3rem 5rem 1.3rem 3rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
}
.c-check-button::after {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #f7b112;
  border-bottom: 1px solid #f7b112;
  content: "";
}
.c-check-button span {
  display: inline-block;
  position: relative;
  padding-left: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.c-check-button span::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.6rem;
  background-image: url(../img/common/icon_check02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .c-check-button:hover {
    opacity: 1;
  }
  .c-check-button:hover span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .c-check-button {
    padding: 1.1rem 4rem 1.1rem 1.5rem;
  }
  .c-check-button::after {
    right: 1.5rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .c-check-button span {
    padding-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.71;
  }
  .c-check-button span::before {
    top: 0.9rem;
    width: 1rem;
    height: 1.2rem;
  }
}
/*  
    c-map-button
---------------------------------*/
.c-map-button {
  display: inline-block;
  position: relative;
  padding: 1rem 4.3rem 1.2rem 2.5rem;
  border: 0.2rem solid #333;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.c-map-button::after {
  position: absolute;
  top: 50%;
  right: 2.6rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1.1rem;
  height: 1.1rem;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transition: border-right 0.3s, border-bottom 0.3s;
  transition: border-right 0.3s, border-bottom 0.3s;
  content: "";
}

.c-map-button.c-map-button--small {
  padding: 1.1rem 4.3rem 1.3rem 3.7rem;
  font-size: 1.6rem;
}
.c-map-button.c-map-button--small::after {
  right: 2.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-map-button:hover {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-map-button {
    padding: 0.5rem 3rem 0.7rem 1.5rem;
    border-width: 1px;
    font-size: 1.2rem;
  }
  .c-map-button::after {
    right: 1.9rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .c-map-button.c-map-button--small {
    padding: 0.9rem 2.4rem 1rem 2.6rem;
    font-size: 1.4rem;
  }
  .c-map-button.c-map-button--small::after {
    right: 1.5rem;
  }
}
/*  
    c-section-title01
---------------------------------*/
.c-section-title01 {
  position: relative;
  padding-top: 7rem;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.56;
  text-align: center;
}
.c-section-title01::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  background-image: url(../img/common/img_leaf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-section-title01.c-section-title01--vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.c-section-title01.c-section-title01--icon-large {
  padding-top: 15.4rem;
}
.c-section-title01.c-section-title01--icon-large::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12rem;
  height: 12rem;
  background-image: url(../img/common/icon_title-leaf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-section-title01__small01 {
  font-size: 2.2rem;
}

.c-section-title01__small02 {
  font-size: 2.4rem;
}

.c-section-title01__medium {
  font-size: 3.8rem;
}

.c-section-title01__large {
  font-size: 5.2rem;
  line-height: 1.46;
}

.c-section-title01__orange {
  color: #f7ab00;
}

@media screen and (max-width: 767px) {
  .c-section-title01 {
    padding-top: 0;
    padding-left: 6rem;
    font-size: 2.4rem;
    line-height: 1.46;
    text-align: left;
  }
  .c-section-title01::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.5rem;
    height: 4.5rem;
  }

  .c-section-title01.c-section-title01--vertical {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }

  .c-section-title01.c-section-title01--icon-large {
    padding-top: 0;
    padding-left: 6.5rem;
    font-size: 2.2rem;
  }
  .c-section-title01.c-section-title01--icon-large::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5rem;
    height: 5rem;
  }

  .c-section-title01__small01 {
    font-size: 1.4rem;
  }
  .c-section-title01__small01 + br + span {
    display: inline-block;
    margin-top: -0.4rem;
  }

  .c-section-title01__small02 {
    font-size: 1.6rem;
  }

  .c-section-title01__medium {
    font-size: 2.2rem;
  }

  .c-section-title01__large {
    font-size: 3rem;
    line-height: 1.27;
  }
}
/*  
    c-section-title02
---------------------------------*/
.c-section-title02 {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.56;
  text-align: center;
}

.c-section-title02__small {
  font-size: 3rem;
}

.c-section-title02__large {
  font-size: 5.2rem;
  letter-spacing: 0.05em;
}

.c-section-title02__orange {
  color: #f7ab00;
}

.c-section-title02__box {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-section-title02 {
    font-size: 2.2rem;
    line-height: 1.36;
  }

  .c-section-title02__small {
    font-size: 1.8rem;
    line-height: 1.39;
  }

  .c-section-title02__large {
    font-size: 3rem;
  }

  .c-section-title02__box {
    margin-top: 1.1rem;
    padding: 0.7rem 2.1rem;
    border-radius: 0.7rem;
  }
}
/*  
    c-text
---------------------------------*/
.c-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.c-text.c-text--large {
  font-size: 2rem;
}
.c-text a {
  color: #f7ab00;
  text-decoration: underline;
  text-underline-offset: 0.8rem;
}
.c-text a.dotted{
  text-decoration-style: dotted;
  text-underline-offset: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1.4rem;
  }
  .c-text.c-text--large {
    font-size: 1.4rem;
  }
}
/*  
    c-dotline-title
---------------------------------*/
.c-dotline-title {
  position: relative;
  padding-right: 10rem;
  color: #f7ab00;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-dotline-title::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 95%;
  height: 0.3rem;
  background-image: url(../img/flow/img_program-dotline.png);
  background-repeat: repeat-x;
  background-position: center right;
  background-size: 1.8rem 0.3rem;
  content: "";
}
.c-dotline-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 3.5rem;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-dotline-title {
    padding-right: 5rem;
    font-size: 1.8rem;
  }
  .c-dotline-title::before {
    height: 0.2rem;
    background-size: 0.9rem 0.2rem;
  }
  .c-dotline-title span {
    padding-right: 0.5rem;
  }
}
/*  
    c-lead-text
---------------------------------*/
.c-lead-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 87rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c-lead-text {
    font-size: 1.4rem;
  }
}
/*  
    c-table
---------------------------------*/
.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  border: 1px solid #cdc7b6;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  vertical-align: middle;
}
.c-table th {
  padding: 4rem 3rem;
  background-color: #f2f2f2;
  text-align: center;
}
.c-table th:first-of-type {
  width: 19rem;
}
.c-table tr:first-child th {
  padding: 2.1rem 4rem;
  border-color: #fff;
  border-bottom-color: #cdc7b6;
  background-color: #ccc;
  text-align: left;
}
.c-table tr:first-child th:first-child {
  border-left-color: #ccc;
}
.c-table tr:first-child th:last-child {
  border-right-color: #f7ab00;
  background-color: #f7ab00;
  color: #fff;
}
.c-table td {
  padding: 2.6rem 4rem;
}
.c-table td:last-of-type {
  background-color: #f8f4ea;
  color: #eb5615;
}

@media screen and (max-width: 767px) {
  .c-table th, .c-table td {
    font-size: 1.2rem;
  }
  .c-table th {
    padding: 0.5rem;
  }
  .c-table th:first-of-type {
    width: 5.3rem;
  }
  .c-table tr:first-child th {
    padding: 0.7rem 0.8rem;
  }
  .c-table td {
    padding: 0.5rem 0.7rem;
  }
}
/*---------------------------------

Project

---------------------------------*/
/*
    header
---------------------------------*/
.p-header {
  background-color: #fff;
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.p-header__logo {
  width: 25%;
}

.p-header__logo a {
  display: block;
}
.p-header__logo a .p-header__logo__txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-header__logo .p-header__logo__banner-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-header__logo a img {
  display: block;
  max-width: 37rem;
  margin-top: 1.5rem;
  margin-right: 2rem;
}

.p-header__pc-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.5rem;
  width: 75%;
}

.p-header__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-header__link {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
}
.p-header__link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.1rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.5em;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header__link a::before {
  position: absolute;
  top: 1rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #f8b41b;
  border-bottom: 1px solid #f8b41b;
  content: "";
}

.p-header__tel {
  margin-left: 1.5rem;
}

.p-header__tel-num {
  color: #f7ab00;
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
}
.p-header__tel-num span {
  padding-right: 0.2em;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.p-header__tel-num a {
  text-decoration: underline;
}
.p-header__tel-time {
  margin-top: 0.3rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-header__button a {
  display: inline-block;
  width: 22rem;
  padding: 0.86em 1em;
  border-radius: 9999px;
  text-align: center;
}
.p-header__button a span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-header__button01 {
  margin-left: 1.5rem;
}
.p-header__button01 a {
  background-color: #eb5615;
}
.p-header__button01 a span {
  padding-left: 3rem;
}
.p-header__button01 a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.8rem;
  height: 2rem;
  background-image: url(../img/common/icon_document.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-header__button02 {
  margin-left: 1rem;
}
.p-header__button02 a {
  background-color: #f7ab00;
}
.p-header__button02 a span {
  padding-left: 3.7rem;
}
.p-header__button02 a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.7rem;
  height: 2rem;
  background-image: url(../img/common/icon_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-header__nav {
  margin-top: 3.5rem;
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-header__item + .p-header__item {
  margin-left: 0.5rem;
}

.p-header__item a {
  display: inline-grid;
  place-items: center;
  position: relative;
  min-height: 5.4rem;
  padding: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-header__tel-button {
  display: none;
}

.p-header__hamburger {
  display: none;
}

.p-header__drawer-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .p-header__link a:hover {
    opacity: 1;
    color: #f7ab00;
  }

  .p-header__item a:hover {
    opacity: 1;
    color: #f7ab00;
  }
}
@media screen and (min-width: 1800px) {
  .p-header__logo .p-header__logo__banner-box {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1500px) {
  .p-header__logo a img {
    max-width: 30rem;
    width: 100%;
  }

  .p-header__pc-menu {
    position: relative;
  }

  .p-header__nav {
    position: absolute;
    top: 9rem;
    right: 0;
    /* white-space: nowrap; */
  }
}
@media screen and (max-width: 1400px) {
  .p-header__item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-header__logo {
    width: 100%;
  }

  .p-header__logo a .p-header__logo__txt,
  .p-header__logo .p-header__logo__txt {
    font-size: 1.0rem;
    margin: 0.5rem 0 1rem;
    display: block;
  }

  .p-header__logo a br {
    display: none;
  }

  .p-header__logo a img {
    max-width: 27rem;
    margin-top: 0;
  }

  .p-header__pc-menu {
    display: none;
  }

  .p-header__tel-button {
    display: grid;
    place-items: center;
    width: 5rem;
    height: 5rem;
    margin-left: auto;
    border-radius: 7px;
    background-color: #f7ab00;
  }
  .p-header__tel-button img {
    width: 2.8rem;
  }

  .p-header__hamburger {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
    width: 5rem;
    height: 5rem;
    margin-left: 2rem;
  }
  .p-header__hamburger span {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 0.2rem;
    background-color: #333;
  }
  .p-header__hamburger span:nth-child(1) {
    top: calc(50% - 1.4rem);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-header__hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-header__hamburger span:nth-child(3) {
    top: calc(50% + 1.4rem);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__hamburger.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .p-header.is-open .p-header__drawer-menu {
    opacity: 1;
    visibility: visible;
  }

  .p-header__button {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-header__button a {
    width: 100%;
    padding: 1.2em 1em;
  }
  .p-header__button a span {
    font-size: 1.6rem;
  }

  .p-header__button01 {
    margin-top: 2.9rem;
  }
  .p-header__button01 a span {
    padding-left: 2.8rem;
  }

  .p-header__button02 {
    margin-top: 0.8rem;
  }
  .p-header__button02 a span {
    padding-left: 2.9rem;
  }
  .p-header__button02 a span::before {
    width: 2rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo a img {
    max-width: 15.2rem;
    margin-right: 1.4rem;
  }

  .p-header__tel-button {
    width: 3.5rem;
    height: 3.5rem;
  }
  .p-header__tel-button img {
    width: 2rem;
  }

  .p-header__hamburger {
    width: 3.5rem;
    height: 3.5rem;
    margin-left: 0.9rem;
  }
  .p-header__hamburger span {
    width: 2.5rem;
    height: 0.2rem;
  }
  .p-header__hamburger span:nth-child(1) {
    top: calc(50% - 0.9rem);
  }
  .p-header__hamburger span:nth-child(3) {
    top: calc(50% + 0.9rem);
  }

  .p-header__button a {
    padding: 0.86em 1em;
  }
  .p-header__button a span {
    font-size: 1.4rem;
  }
}

/*
    hover_menu
---------------------------------*/
.p-header__item.hover_menu {
    position: relative;
}

.hover_menu_content {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 59px;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  border: 2px solid #f7ab00;
  transition: 0.2s;
  padding: 0;
  border-radius: 10px;
  width: 440px;
  padding: 20px;
}

.hover_menu >a:hover + .hover_menu_content,
.hover_menu_content:hover{
  opacity: 1;
  pointer-events: initial;
}
.hover_menu > a{
  transition: 0.2s;
  z-index: 10;
}

.hover_menu:hover >a{
  background: #f7ab00;
  opacity: 1;
  color: #fff;
}

.hover_menu_content li a {
  width: 100%;
  text-align: left;
  padding: 19px 15px 15px 40px;
  border-bottom: 1px dashed #f7ab00;
  line-height: 1;
  place-items: flex-start;
}
.hover_menu_content li:last-child a{
  border-bottom: none;
}
.hover_menu_content li {
  width: 100%;
}

.hover_menu_content li a::before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-width: 8px 13px;
  border-left-color: #f7ab00;
  left: 14px;
  top: 50%;
  margin: auto;
  transform: translateY(0);
}

/*
    drawer-menu
---------------------------------*/
.p-drawer-menu {
  position: fixed;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-drawer-menu__inner {
    padding: 20px 30px 48px;
  }

  .p-drawer-menu__office {
    padding: 2rem 15px 2.2rem;
    border-radius: 15px;
    background-color: #f8f4ea;
    text-align: center;
  }

  .p-drawer-menu__office:nth-child(n+2) {
    margin-top: 2rem;
  }

  .p-drawer-menu__office-name {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }

  .p-drawer-menu__office-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.4rem;
  }

  .p-drawer-menu__office-button {
    width: calc(50% - 5px);
    max-width: 155px;
  }
  .p-drawer-menu__office-button:nth-child(2n) {
    margin-left: 10px;
  }
  .p-drawer-menu__office-button a {
    display: grid;
    place-items: center;
    position: relative;
    min-height: 5.7rem;
    padding: 0.3em 1em;
    border-radius: 9999px;
    background-color: #f7ab00;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  .p-drawer-menu__office-button a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 0.7rem;
    height: 0.7rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
  }
  .p-drawer-menu__office-button.p-drawer-menu__office-button--tel a {
    padding-left: 2em;
  }
  .p-drawer-menu__office-button.p-drawer-menu__office-button--tel a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
  .p-drawer-menu__office-button.p-drawer-menu__office-button--tel a::after {
    content: none;
  }

  .p-drawer-menu__items {
    margin-top: 0.2rem;
  }

  .p-drawer-menu__item a {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }

  .p-drawer-menu__item + .p-drawer-menu__item a {
    border-top: 1px solid #eee;
  }

  .p-drawer-menu__link-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem -5px -5px;
  }

  .p-drawer-menu__link-item {
    padding: 5px;
  }
  .p-drawer-menu__link-item a {
    display: inline-grid;
    place-items: center;
    position: relative;
    min-height: 3.5rem;
    padding: 0.3em 1.9em 0.3em 3.3em;
    border: 1px solid #f7ab00;
    border-radius: 9999px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    text-align: center;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .p-drawer-menu__link-item a::before {
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
    height: 1rem;
    border-right: 1px solid #f7ab00;
    border-bottom: 1px solid #f7ab00;
    -webkit-transition: border-right-color 0.3s, border-bottom-color 0.3s;
    transition: border-right-color 0.3s, border-bottom-color 0.3s;
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .p-drawer-menu {
    top: 6rem;
  }

  .p-drawer-menu__office-name {
    font-size: 1.6rem;
  }

  .p-drawer-menu__office-button {
    max-width: 136px;
  }

  .p-drawer-menu__office-button a {
    min-height: 4rem;
    font-size: 1.2rem;
  }

  .p-drawer-menu__office-button.p-drawer-menu__office-button--tel a {
    padding-left: 2em;
  }
  .p-drawer-menu__office-button.p-drawer-menu__office-button--tel a::before {
    width: 1rem;
    height: 1rem;
  }

  .p-drawer-menu__item a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
  }

  .p-drawer-menu__link-item a {
    font-size: 1.2rem;
  }
  .p-drawer-menu__link-item a::before {
    left: 22px;
    width: 0.7rem;
    height: 0.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-drawer-menu__item:hover {
    opacity: 1;
    color: #f7ab00;
  }

  .p-drawer-menu__link-item a:hover {
    opacity: 1;
    background-color: #f7ab00;
    color: #fff;
  }
  .p-drawer-menu__link-item a:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
/*
    footer
---------------------------------*/
.p-footer {
  border-top: 1px solid #ddd;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__info-item {
  margin-top: 2rem;
}

.p-footer__logo a {
  display: block;
}
.p-footer__logo a span {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-footer__logo a img {
  display: inline-block;
  max-width: 37rem;
  margin-top: 1.5rem;
}

.p-footer__address {
  margin-top: 1rem;
}

.p-footer__address-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.p-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3rem;
}

.p-footer__items + .p-footer__items {
  margin-left: 5rem;
}

.p-footer__item + .p-footer__item {
  margin-top: 0.3rem;
}

.p-footer__item a {
  display: inline-block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-footer__item a::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-right: 1px solid #f8b41b;
  border-bottom: 1px solid #f8b41b;
  content: "";
}

.p-footer__copy {
  margin-top: 6rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  background-color: #f8f4ea;
  text-align: center;
}
.p-footer__copy small {
  color: #000;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media (hover: hover) and (pointer: fine) {
  .p-footer__item a:hover {
    opacity: 1;
    color: #f7ab00;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .p-footer__logo a span {
    font-size: 1.2rem;
  }

  .p-footer__logo a img {
    max-width: 32rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 7rem;
  }

  .p-footer__inner {
    display: block;
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .p-footer__logo a span {
    font-size: 1rem;
  }

  .p-footer__logo a img {
    max-width: 23rem;
  }

  .p-footer__address {
    margin-top: 1.2rem;
  }

  .p-footer__address-text {
    font-size: 1.2rem;
    line-height: 1.67;
  }

  .p-footer__menu {
    display: block;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .p-footer__items + .p-footer__items {
    margin-top: 1rem;
    margin-left: 0;
  }

  .p-footer__item + .p-footer__item {
    margin-top: 0.6rem;
  }

  .p-footer__item a {
    padding-left: 1.6rem;
    font-size: 1.2rem;
  }
  .p-footer__item a::before {
    top: 1.1rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .p-footer__copy {
    margin-top: 4rem;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }
  .p-footer__copy small {
    font-size: 0.9rem;
  }
}
/*
    float-menu
---------------------------------*/
.p-float-menu {
  position: fixed;
  bottom: 10vh;
  left: calc(100% - 5rem + 1px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s ease-out;
  transition: opacity 0.3s, visibility 0.3s ease-out;
}
.p-float-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-float-menu__item a {
  display: grid;
  place-items: center;
  width: 5rem;
  min-height: 22rem;
  padding: 1rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.p-float-menu__item a span {
  display: inline-block;
  position: relative;
  padding-top: 3rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-float-menu__item:first-child a {
  border-radius: 2rem 0 0 0;
  background-color: #eb5615;
}
.p-float-menu__item:first-child a span::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.8rem;
  height: 2rem;
  background-image: url(../img/common/icon_document.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-float-menu__item:last-child a {
  border-radius: 0 0 0 2rem;
  background-color: #f7ab00;
}
.p-float-menu__item:last-child a span::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.8rem;
  height: 2rem;
  background-image: url(../img/common/icon_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .p-float-menu__item a:hover {
    opacity: 1;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 767px) {
  .p-float-menu {
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .p-float-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .p-float-menu__item {
    width: 50%;
  }
  .p-float-menu__item a {
    width: 100%;
    height: 7rem;
    min-height: unset;
  }
  .p-float-menu__item a span {
    padding-top: 2.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .p-float-menu__item:first-child a {
    border-radius: 0;
  }
  .p-float-menu__item:last-child a {
    border-radius: 0;
  }
  .p-float-menu__item:last-child a span::before {
    top: 0.3rem;
    width: 2.5rem;
    height: 1.8rem;
  }
}
/*
    background（Type01）
---------------------------------*/
.p-bg-type01 {
  background-color: #f8f4ea;
}

/*
    background（Type02）
---------------------------------*/
.p-bg-type02 {
  background-color: #f5f5f5;
}

/*
    background（Type03）
---------------------------------*/
.p-bg-type03 {
  background-color: #f7ab00;
}

/*
    banner
---------------------------------*/
.p-banner__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: center;
}

.p-banner__items.p-banner__items--col3 {
  margin-right: -2rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
}

.p-banner__items.p-banner__items--col3 .p-banner__item {
  width: 33.33%;
  padding: 2rem;
}

.p-banner__item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-banner__items {
    display: block;
    margin-top: 1.5rem;
    padding-right: 30px;
    padding-left: 30px;
  }

  .p-banner__items.p-banner__items--col3 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-banner__items.p-banner__items--col3 .p-banner__item {
    width: 100%;
    padding: 0;
  }

  .p-banner__item + .p-banner__item {
    margin-top: 1.5rem;
  }
}
/*
    message
---------------------------------*/
.p-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-message__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-message__title.c-section-title01::before {
  -webkit-transform: translateX(calc(-50% - 2.5rem));
  transform: translateX(calc(-50% - 2.5rem));
}

.p-message__head-contents {
  width: 81.25%;
  margin-left: 8rem;
  padding-top: 3rem;
}

.p-message__top {
  display: flex;
  gap: 3rem;
}

.p-message__top-img {
  margin-top: 4rem;
  width: 40%;
  position: relative;
  z-index: 1;
}

.p-message__top-img img {
  border-radius: 40px;
}

.p-message__top-img::before {
  position: absolute;
  top: 11.5rem;
  left: -6rem;
  width: 40.8rem;
  height: 37.9rem;
  background-image: url(../img/top/img_top-messag-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  z-index: -1;
}

.p-message__text {
  position: relative;
  z-index: 1;
  max-width: 60%;
  margin-left: auto;
  margin-bottom: 4rem;
}

.p-message__img-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 1.8rem;
  margin-top: -7rem;
}

.p-message__img img {
    border-radius: 40px;
}

.p-message__img.p-message__img01 {
  width: 24%;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
.p-message__img.p-message__img01::before {
  position: absolute;
  top: 5rem;
  left: -12rem;
  width: 30.3rem;
  height: 28.1rem;
  background-image: url(../img/top/img_top-message-circle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  z-index: -1;
}

.p-message__img.p-message__img02 {
  width: 22%;
  position: relative;
  z-index: 1;
}
.p-message__img.p-message__img02::before {
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  width: 3.9rem;
  height: 3.5rem;
  background-image: url(../img/top/img_top-message-flour.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  z-index: -1;
}

.p-message__box {
  margin-top: 12.4rem;
}

@media screen and (max-width: 767px) {
  .p-message__head {
    display: block;
  }

  .p-message__head-contents {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    padding-top: 0;
  }

  .p-message__title.c-section-title01::before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-message__top {
    gap: initial;
    flex-direction: column-reverse;
  }

  .p-message__top-img {
    margin-top: initial;
    width: 80%;
  }

.p-message__top-img::before {
  top: -2.5rem;
  left: initial;
  right: -10rem;
  width: 25rem;
  height: 24rem;
}

.p-message__text {
  position: relative;
  z-index: 1;
  max-width: 60%;
  margin-left: auto;
  margin-bottom: 4rem;
}

.p-message__img-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 1.8rem;
  margin-top: initial;
}

.p-message__img img {
    border-radius: 40px;
}

.p-message__img.p-message__img01 {
  width: 50%;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
}
.p-message__img.p-message__img01::before {
  top: -3rem;
  left: -10rem;
  width: 20rem;
  height: 18rem;
}

.p-message__img.p-message__img02 {
  width: 40%;
  position: relative;
  z-index: 1;
}
.p-message__img.p-message__img02::before {
  bottom: 2.5rem;
  width: 2.5rem;
  height: 2.2rem;
}

.p-message__box {
  margin-top: 12.4rem;
}

  .p-message__text {
    max-width: 100%;
    margin-left: 0;
  }
  .p-message__text::before {
    content: none;
  }

  .p-message__img {
    margin-top: 2.8rem;
  }

  .p-message__box {
    margin-top: 5.5rem;
  }
}
/*
    message-box
---------------------------------*/
.p-message-box {
  border: 0.6rem solid #f8f4ea;
  border-radius: 4rem;
}

.p-message-box__inner {
  padding: 4.5rem 6rem 5.5rem;
}

.p-message-box__img-block {
  position: relative;
}
.p-message-box__img-block::before {
  position: absolute;
  bottom: 0;
  left: -3.4rem;
  width: 7.9rem;
  height: 5.2rem;
  background-image: url(../img/top/text_top_message-online.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-message-box__half {
    width: 47%;
}
@media screen and (max-width: 767px) {
  .p-message-box {
    border-width: 0.4rem;
    border-radius: 2.5rem;
  }

  .p-message-box__inner {
    padding: 2.5rem 15px;
  }

  .p-message-box__img-block {
    padding-right: 15px;
    padding-left: 35px;
  }
  .p-message-box__img-block::before {
    left: 20px;
    width: 4.2rem;
    height: 3rem;
  }
  .p-message-box__half {
    width: 100%;
}
}
/*
    media
---------------------------------*/
.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 50px;
}

.p-media__text-block {
  width: 52%;
  max-width: 66rem;
}

.p-media__img-block {
  width: 41%;
  max-width: 52rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.p-media__img-block img {
  border-radius: 4rem;
}

.p-media__button {
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .p-media {
    display: block;
  }
  .p-media > div:last-child {
    margin-top: 1.5rem;
  }

  .p-media.p-media--sp-reverse {
    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;
  }
  .p-media.p-media--sp-reverse > div:first-child {
    margin-top: 1.5rem;
  }
  .p-media.p-media--sp-reverse > div:last-child {
    margin-top: 0;
  }

  .p-media__text-block {
    width: 100%;
    max-width: 100%;
  }

  .p-media__img-block {
    width: 100%;
    max-width: 100%;
  }
  .p-media__img-block img {
    border-radius: 2.5rem;
  }

  .p-media__button {
    margin-top: 1.5rem;
    text-align: center;
  }
}
/*
    media02
---------------------------------*/
.p-media02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-media02__text-block {
  width: 50%;
  max-width: 64rem;
}

.p-media02__img-block {
  width: 45%;
  max-width: 57rem;
}
.p-media02__img-block img {
  border-radius: 4rem;
}

.p-media02__title {
  text-align: left;
}
.p-media02__title + * {
  margin-top: 3.5rem;
}
.p-media02__button {  
  margin-top: 4rem; 
}
@media screen and (max-width: 767px) {
  .p-media02 {
    display: block; 
  }

  .p-media02__text-block {
    width: 100%;
    max-width: 100%;
  }

  .p-media02__img-block {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
  .p-media02__img-block img {
    border-radius: 2rem;
  }

  .p-media02__title + * {
    margin-top: 1.4rem;
  }
}
/*
    feature
---------------------------------*/
.p-feature__contents {
  margin-top: 5.8rem;
}

.p-feature__img {
  position: relative;
}
.p-feature__img::before {
  position: absolute;
  right: -3.7rem;
  bottom: 2.3rem;
  width: 10.6rem;
  height: 6.2rem;
  background-image: url(../img/top/text_top_feature-lets-try.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-feature__button {
  margin-top: 5.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-feature__contents {
    margin-top: 3rem;
  }

  .p-feature__img {
    padding-right: 30px;
    padding-left: 15px;
  }
  .p-feature__img::before {
    right: 1.3rem;
    bottom: 1.3rem;
    width: 5.9rem;
    height: 3.5rem;
  }

  .p-feature__button {
    margin-top: 2.4rem;
  }
  .p-feature__button a {
    letter-spacing: 0;
  }
}
/*
    comment
---------------------------------*/
.p-comment {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 2.8rem;
  border-radius: 2rem;
  background-color: #f7ab00;
  text-align: center;
}
.p-comment::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6rem 1.5rem 0 1.5rem;
  border-color: #f7ab00 transparent transparent transparent;
  content: "";
}

.p-comment.p-comment--has-img {
  padding: 2.6rem 2.8rem 2.5rem 14.7rem;
  text-align: left;
}

.p-comment.p-comment--author01::before {
  position: absolute;
  bottom: 0;
  left: 2.9rem;
  width: 10.7rem;
  height: 11rem;
  background-image: url(../img/top/img_top_comment-author01.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}

.p-comment.p-comment--author02::before {
  position: absolute;
  bottom: 0;
  left: 2.4rem;
  width: 11.3rem;
  height: 11rem;
  background-image: url(../img/top/img_top_comment-author02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}

.p-comment.p-comment--author03::before {
  position: absolute;
  bottom: 0;
  left: 2.9rem;
  width: 10.6rem;
  height: 11rem;
  background-image: url(../img/top/img_top_comment-author03.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}

.p-comment.p-comment--author04::before {
  position: absolute;
  bottom: 0;
  left: 1.8rem;
  width: 12.1rem;
  height: 11.1rem;
  background-image: url(../img/top/img_top_comment-author04.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
}

.p-comment__text {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.39;
}

.p-comment__name {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-comment {
    width: 100%;
    padding: 2.3rem 1rem;
    border-radius: 1.5rem;
  }
  .p-comment::after {
    border-width: 1rem 1rem 0 1rem;
  }

  .p-comment.p-comment--has-img {
    padding: 2.5rem 1rem 1.5rem;
    text-align: center;
  }

  .p-comment.p-comment--author01::before,
  .p-comment.p-comment--author02::before,
  .p-comment.p-comment--author03::before,
  .p-comment.p-comment--author04::before {
    bottom: calc(100% - 1.5rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .p-comment.p-comment--author01::before {
    width: 5.8rem;
    height: 6rem;
  }

  .p-comment.p-comment--author02::before {
    width: 6.1rem;
    height: 6rem;
  }

  .p-comment.p-comment--author03::before {
    width: 5.8rem;
    height: 6rem;
  }

  .p-comment.p-comment--author04::before {
    width: 6.5rem;
    height: 6rem;
  }

  .p-comment__text {
    font-size: 1.8rem;
    line-height: 1.39;
  }

  .p-comment__name {
    margin-top: 0.5rem;
    padding: 0.3rem 0.7rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
  }
}
/*
    relief
---------------------------------*/
.p-relief__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-relief__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 22rem;
  white-space: nowrap;
}

.p-relief__contents {
  width: 81.25%;
  margin-left: 3rem;
}

.p-relief__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number;
  margin-top: 5rem;
}

.p-relief__items.p-relief__items--col3 {
  margin-right: -2.8rem;
  margin-bottom: -2.7rem;
  margin-left: -2.8rem;
}

.p-relief__items.p-relief__items--col3 .p-relief__item {
  width: 33.33%;
  padding: 2.7rem 2.8rem;
}

.p-relief__button {
  margin-top: 6.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-relief__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-relief__contents {
    display: contents;
  }

  .p-relief__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
    letter-spacing: 0.05em;
    white-space: unset;
  }

  .p-relief__items {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 1.2rem;
  }

  .p-relief__items.p-relief__items--sp-col2 {
    margin-right: -0.7rem;
    margin-bottom: -1.4rem;
    margin-left: -0.7rem;
  }

  .p-relief__items.p-relief__items--sp-col2 .p-relief__item {
    width: 50%;
    padding: 1.4rem 0.7rem;
  }

  .p-relief__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 3rem;
  }
}
/*
    relief-item
---------------------------------*/
.p-relief-item__img {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.p-relief-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}

.p-relief-item__num {
  display: inline-block;
  position: relative;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #f7ab00;
}
.p-relief-item__num::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-47%, -50%);
  transform: translate(-47%, -50%);
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  counter-increment: number;
  content: "0" counter(number);
}

.p-relief-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2rem;
  background: linear-gradient(transparent calc(2em - 1px), #ccc calc(2em - 1px)) top center/100% 2em;
  font-weight: 700;
}
.p-relief-item__text span {
  color: #f7ab00;
}

@media screen and (max-width: 767px) {
  .p-relief-item__img {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }

  .p-relief-item__body {
    display: block;
    margin-top: 1.5rem;
    text-align: center;
  }

  .p-relief-item__num {
    width: 3.5rem;
    height: 3.5rem;
  }
  .p-relief-item__num::before {
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    font-size: 1.8rem;
  }

  .p-relief-item__text.c-text.c-text--large {
    margin-left: 0;
    padding-bottom: 0.4em;
/*    background: linear-gradient(transparent calc(1.8em - 1px), #ccc calc(1.8em - 1px)) top center/100% 1.8em;*/
background:  none;
font-size: 1.5rem;
line-height: 1.67;
}
}
/*
    skill-acquisition
---------------------------------*/
.p-skill-acquisition__items {
  margin-top: 6.2rem;
}

.p-skill-acquisition__button {
  margin-top: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-skill-acquisition__items {
    margin-top: 3rem;
  }

  .p-skill-acquisition__button {
    margin-top: 3rem;
  }
}
/*
    steps
---------------------------------*/
.p-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-steps.p-steps--col2 {
  margin-right: -3rem;
  margin-bottom: -2rem;
  margin-left: -3rem;
}

.p-steps.p-steps--col2 .p-steps__item {
  width: 50%;
  padding: 2rem 3rem;
}
.p-steps.p-steps--col4 {  
  margin-right: -1.6rem;  
  margin-bottom: -3rem; 
  margin-left: -1.6rem; 
} 
.p-steps.p-steps--col4 .p-steps__item { 
  width: 25%; 
  padding: 3rem 1.6rem; 
}
@media screen and (max-width: 767px) {
  .p-steps {
    display: block;
  }

  .p-steps.p-steps--col2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-steps.p-steps--col2 .p-steps__item {
    width: 100%;
    padding: 0;
  }

  .p-steps__item + .p-steps__item {
    margin-top: 2.3rem;
  }

  .p-steps.p-steps--col4 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-steps.p-steps--col4 .p-steps__item {
    width: 100%;
    padding: 0;
  }
}
/*
    step
---------------------------------*/
.p-step__num {
  width: 10.2rem;
}

.p-step__img img {
  border-radius: 2rem;
}

.p-step__title {
  margin-top: 1rem;
  color: #000;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.p-step__list {
  margin-top: 2.8rem;
  padding: 0.6rem 0.6rem 0.6rem 1rem;
  border-radius: 1rem;
  background-color: #fff;
}

.p-step__list-item {
  position: relative;
  padding-left: 2.4rem;
}
.p-step__list-item::before {
  position: absolute;
  top: 1.2rem;
  left: .4rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-step.p-step--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-step.p-step--row .p-step__img {
  width: 50%;
  max-width: 30rem;
}
.p-step.p-step--row .p-step__body {
  width: 46%;
  max-width: 28rem;
  padding-top: 2rem;
}


.p-step.p-step--col .p-step__num {
  margin-right: auto;
  margin-left: auto;
}
.p-step.p-step--col .p-step__title {
  margin-top: 1.3rem;
  text-align: center;
}
.p-step.p-step--col .p-step__img {
  position: relative;
  z-index: 1;
  margin-top: 1.6rem;
}
.p-step.p-step--col .p-step__text {
  margin-top: 1.8rem;
  line-height: 2.25;
}

.p-step.p-step--col + .p-step.p-step--col .p-step__img {
  position: relative;
}
.p-step.p-step--col + .p-step.p-step--col .p-step__img::before {
  position: absolute;
  top: 50%;
  left: -4.3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.3rem;
  height: 0.5rem;
  background-image: url(../img/common/img_flow-dotline_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-step.p-step--row .p-step__img {
    width: 48%;
    max-width: unset;
  }

  .p-step.p-step--row .p-step__body {
    width: 48%;
    max-width: unset;
    padding-top: 0.4rem;
  }

  .p-step__img img {
    border-radius: 1.5rem;
  }

  .p-step__num {
    width: 5.6rem;
  }

  .p-step__title {
    margin-top: 0.5rem;
    font-size: 1.8rem;
  }

  .p-step__list {
    margin-top: 1rem;
    padding: 0.4rem 0.5rem 0.4rem 1rem;
    border-radius: 0.7rem;
  }

  .p-step__list-item {
    padding-left: 1.4rem;
    font-size: 1.2rem;
  }
  .p-step__list-item::before {
    top: 0.6rem;
    left: 0;
    width: 0.7rem;
    height: 0.7rem;
  }
  .p-step__list-item.c-text {
    line-height: 1.5;
  }
  .p-step.p-step--col { 
    position: relative; 
    min-height: 37vw; 
    padding-left: 52% !important; 
  } 
  .p-step.p-step--col .p-step__img {  
    position: absolute; 
    top: 0; 
    left: 0;  
    width: 48%; 
    margin-top: 0;  
  } 
  .p-step.p-step--col .p-step__num {  
    margin-right: 0;  
    margin-left: 0; 
  } 
  .p-step.p-step--col .p-step__title {  
    margin-top: 1rem; 
    text-align: left; 
  } 
  .p-step.p-step--col .p-step__text { 
    margin-top: 0.5rem; 
    line-height: 2; 
  } 
  .p-step.p-step--col + .p-step.p-step--col .p-step__img {  
    position: absolute; 
  } 
  .p-step.p-step--col + .p-step.p-step--col .p-step__img::before {  
    content: none;  
  }
}
/*
    program
---------------------------------*/
.p-program__lead {
  margin-top: 4rem;
  text-align: center;
}

.p-program__contents {
  margin-top: 5.5rem;
  padding: 6.3rem 6rem 5.7rem;
}

.p-program__items {
  margin-top: -2rem;
}

.p-program__button {
  margin-top: 6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-program__lead {
    margin-top: 1.5rem;
  }

  .p-program__contents {
    width: calc(100% + 30px);
    margin-top: 2.4rem;
    margin-right: -15px;
    margin-left: -15px;
    padding: 3.2rem 15px;
  }

  .p-program__items {
    margin-top: 0;
  }

  .p-program__button {
    margin-top: 3rem;
  }
}
/*
    cards01
---------------------------------*/
.p-cards01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-cards01.p-cards01--col2 {
  margin-right: -2rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
}

.p-cards01.p-cards01--col2 .p-cards01__item {
  width: 50%;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .p-cards01.p-cards01--col2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-cards01.p-cards01--col2 .p-cards01__item {
    width: 100%;
    padding: 0;
  }

  .p-cards01__item + .p-cards01__item {
    margin-top: 1.5rem;
  }
}
/*
    card01
---------------------------------*/
.p-card01__inner {
  padding: 3rem 4rem 4rem;
  border-top: 0.6rem solid #f7ab00;
  border-radius: 2rem;
  background-color: #fff;
}

.p-card01__title {
  color: #ea5413;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-card01__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.5rem;
}

.p-card01__img {
  width: 40%;
  max-width: 18rem;
}
.p-card01__img img {
  border-radius: 1rem;
}

.p-card01__list {
  width: 54%;
  max-width: 26rem;
}

.p-card01__list-item {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 700;
}
.p-card01__list-item::before {
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 1.1rem;
  height: 1rem;
  background-image: url(../img/common/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-card01__inner {
    padding: 1.8rem 1.5rem 2rem 3rem;
    border-top-width: 0.4rem;
    border-radius: 1rem;
  }

  .p-card01__title {
    font-size: 1.8rem;
  }

  .p-card01__body {
    margin-top: 1.5rem;
  }

  .p-card01__img {
    width: 33%;
    max-width: unset;
  }

  .p-card01__list {
    width: 61%;
    max-width: unset;
  }

  .p-card01__list-item {
    padding-left: 1.2rem;
  }
  .p-card01__list-item::before {
    top: 0.6rem;
    width: 0.8rem;
    height: 0.9rem;
  }
  .p-card01__list-item.c-text {
    letter-spacing: 0;
    line-height: 1.5;
  }
}
/*
    cards02
---------------------------------*/
.p-cards02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-cards02.p-cards02--col2 {
  margin-right: -6.1rem;
  margin-bottom: -3.5rem;
  margin-left: -6.1rem;
}
.p-cards02.p-cards02--col2 .p-cards02__item {
  width: 50%;
  padding: 3.5rem 6.1rem;
}

@media screen and (max-width: 767px) {
  .p-cards02 {
    display: block;
  }

  .p-cards02.p-cards02--col2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-cards02.p-cards02--col2 .p-cards02__item {
    width: 100%;
    padding: 0;
  }

  .p-cards02__item + .p-cards02__item {
    margin-top: 4.6rem;
  }
}
/*
    p-card02
---------------------------------*/
.p-card02__img img {
  border-radius: 4rem;
}

.p-card02__text {
  margin-top: 2rem;
  letter-spacing: 0.025em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-card02__img img {
    border-radius: 2rem;
  }

  .p-card02__text {
    line-height: 2;
  }
}
/*
    cards03
---------------------------------*/
.p-cards03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: number;
}

.p-cards03.p-cards03--col3 .p-cards03__item {
  width: calc(33.33% - 3.8rem);
}
.p-cards03.p-cards03--col3 .p-cards03__item:not(:nth-child(3n+1)) {
  margin-left: 5.7rem;
}
.p-cards03.p-cards03--col3 .p-cards03__item:nth-child(n+4) {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-cards03 {
    display: block;
  }

  .p-cards03.p-cards03--col3 .p-cards03__item {
    width: 100%;
  }
  .p-cards03.p-cards03--col3 .p-cards03__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .p-cards03.p-cards03--col3 .p-cards03__item:nth-child(n+2) {
    margin-top: 5.2rem;
  }
}
/*
    card03
---------------------------------*/
.p-card03 {
  position: relative;
}

.p-card03__num {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #f7ab00;
}
.p-card03__num::before {
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3rem;
  counter-increment: number;
  content: counter(number);
}

.p-card03__img img {
  border-radius: 4rem;
}

.p-card03__text {
  margin-top: 2rem;
  letter-spacing: 0.025em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-card03__num {
    top: -1.4rem;
    left: -1.5rem;
    -webkit-transform: unset;
    transform: unset;
    width: 4rem;
    height: 4rem;
  }
  .p-card03__num::before {
    font-size: 1.5rem;
  }

  .p-card03__img img {
    border-radius: 2rem;
  }

  .p-card03__text {
    line-height: 2;
  }
}
/*
    cards04
---------------------------------*/
.p-cards04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-cards04.p-cards04--col2 {
  margin-right: -5%;
  margin-bottom: -8.2rem;
  margin-left: -5%;
}
.p-cards04.p-cards04--col2 .p-cards04__item {
  width: 50%;
  padding: 8.2rem 5%;
}

@media screen and (max-width: 767px) {
  .p-cards04 {
    display: block;
  }

  .p-cards04.p-cards04.p-cards04--col2 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .p-cards04.p-cards04.p-cards04--col2 .p-cards04__item {
    width: 100%;
    padding: 0;
  }
  .p-cards04.p-cards04.p-cards04--col2 .p-cards04__item + .p-cards04__item {
    margin-top: 10rem;
  }
}
/*
    card04
---------------------------------*/
.p-card04__inner {
  position: relative;
  height: 100%;
  min-height: 51.6rem;
  padding: 14.5rem 4.6rem 3rem;
  border-radius: 4rem;
  background-color: #fff;
}

.p-card04__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26rem;
  margin-right: auto;
  margin-left: auto;
}

.p-card04__title {
  display: grid;
  place-items: center;
  min-height: 7.2rem;
  color: #f7ab00;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.29;
  text-align: center;
}

.p-card04__type {
  width: 18rem;
  margin-top: 1.8rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8rem;
  border-radius: 1rem;
  background-color: #f8f4ea;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-card04__text {
  margin-top: 3.5rem;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-card04__inner {
    min-height: unset;
    padding: 6.4rem 3rem 3.8rem;
    border-radius: 2rem;
  }

  .p-card04__img {
    width: 13.8rem;
  }

  .p-card04__title {
    font-size: 1.8rem;
    line-height: 1.39;
  }

  .p-card04__type {
    width: 9rem;
    margin-top: 0;
    padding: 0.6rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
  }

  .p-card04__text {
    margin-top: 2rem;
    line-height: 2;
  }
}
/*
    experience
---------------------------------*/
.p-experience__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem;
}

.p-experience__img-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-experience__text-block {
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  width: 42.8rem;
  margin-left: 5.7rem;
}

.p-experience__title {
  white-space: nowrap;
  text-align: left;
}
.p-experience__title.c-section-title01::before {
  top: 2.5rem;
}

.p-experience__lead {
  margin-top: 3.5rem;
}

.p-experience__box {
  width: 90%;
  max-width: 100rem;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-experience__head {
    display: block;
    margin-top: 3.2rem;
  }

  .p-experience__text-block {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .p-experience__lead {
    margin-top: 1.8rem;
    text-align: center;
  }

  .p-experience__box {
    width: 100%;
    max-width: 100%;
    margin-top: 2.5rem;
  }
}
/*
    experience-box
---------------------------------*/
.p-experience-box {
  border: 0.6rem solid #f8f4ea;
  border-radius: 4rem;
}

.p-experience-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5.6rem 6rem 6rem 6rem;
}

.p-experience-box__title {
  letter-spacing: 0.05em;
  line-height: 1.67;
  text-align: left;
}

.p-experience-box__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 3.5rem;
}

.p-experience-box__list-item + .p-experience-box__list-item {
  margin-top: 2rem;
}

.p-experience-box__list-item a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-experience-box {
    border-width: 0.4rem;
    border-radius: 2.5rem;
  }

  .p-experience-box__inner {
    display: block;
    padding: 1.8rem 1.5rem 2.5rem;
  }

  .p-experience-box__title {
    line-height: 1.45;
    text-align: center;
  }

  .p-experience-box__list {
    margin-top: 1.8rem;
    margin-left: 0;
  }

  .p-experience-box__list-item + .p-experience-box__list-item {
    margin-top: 1.5rem;
  }
}
/*
    info
---------------------------------*/
.p-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-info__items.p-info__items--col4 {
  margin-right: -2rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
}

.p-info__items.p-info__items--col4 .p-info__item {
  width: 25%;
  padding: 2rem;
  margin-top: 4rem;
}

.p-info__button {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-info__items {
    margin-top: 1.2rem;
  }

  .p-info__items.p-info__items--sp-col2 {
    margin-right: -1.5rem;
    margin-bottom: -1rem;
    margin-left: -1.5rem;
  }

  .p-info__items.p-info__items--sp-col2 .p-info__item {
    width: 50%;
    padding: 1rem 1.5rem;
  }

  .p-info__button {
    margin-top: 2.6rem;
  }
}
/*
    info-card
---------------------------------*/
.p-info-card__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2rem;
  border: 1px solid #f5f5f5;
}
.p-info-card__img::before {
  display: block;
  padding-top: 75.86%;
  content: "";
}
.p-info-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-info-card__img__category-office {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f7ab00;
    padding: 0.5rem 2rem;
    border-radius: 1.2rem 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
.p-info-card__body {
  margin-top: 2.4rem;
}

.p-info-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-info-card__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-info-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 1rem;
  align-items: center;
}

.p-info-card__category-item a {
  display: inline-block;
  padding: 0.5em;
  color: #f7ab00;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-info-card__office {
  background-color: #f7ab00;
  color: #fff;
  padding: 0.3rem 0.3rem 0.5rem;
  border-radius: 4px;
  display: inline-block;
}

.p-info-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.67;
}

@media (hover: hover) and (pointer: fine) {
  .p-info-card > a:hover .p-info-card__img img {
    opacity: 0.7;
  }

  .p-info-card__category-item a:hover {
    opacity: 1;
    text-decoration: underline;
  }

  .p-info-card__description a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-info-card__img {
    border-radius: 1rem;
  }
  .p-info-card__img::before {
    padding-top: 72.4%;
  }

  .p-info-card__body {
    margin-top: 0.6rem;
  }

  .p-info-card__office {
    font-size: 1.1rem;
  }

  .p-info-card__date {
    font-size: 1.1rem;
  }

  .p-info-card__category {
    margin-left: 0.4rem;
  }

  .p-info-card__category-item a {
    font-size: 1.1rem;
  }

  .p-info-card__description {
    margin-top: 0.3rem;
    font-size: 1.2rem;
  }
}
/*
    office
---------------------------------*/
.p-office__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% + 50vw);
  margin-right: calc(50% - 50vw);
}

.p-office__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-office__img-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-rows: 25rem;
  grid-template-columns: 1fr 39rem;
  gap: 0.5rem 1rem;
  height: 50rem;
  margin-left: 6rem;
}

.p-office__img:nth-child(1) {
  position: relative;
  grid-row: 1/3;
  grid-column: 1/2;
  overflow: hidden;
  border-radius: 4rem 0 0 4rem;
}
.p-office__img:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-office__img:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}

.p-office__img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

.p-office__map {
  position: relative;
  /* width: 100vw; */
  width: 50%;
  height: 40rem;
  margin-top: 6rem;
  /* margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); */
}
.p-office__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-office__contents {
  margin-top: 6rem;
}

.p-office__contents-inner {
  display: flex;
  justify-content: space-between;
}

.p-office__info {
  max-width: 60rem;
}

.p-office__address {
  margin-top: 1rem;
}

.p-office__access {
  margin-top: 1rem;
}

.p-office__access-text {
  font-weight: 700;
}

.p-office__access-button {
  margin-top: 2rem;
}

.p-office__contact {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 44rem;
  padding: 3.6rem 4rem 4rem;
  border-radius: 2rem;
  background-color: #f8f4ea;
  margin-top: 3rem;
}

.p-office__contact-text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-office__contact-tel {
  display: inline-block;
  margin-top: 0.5rem;
  color: #f7ab00;
  font-size: 4.8rem;
  font-weight: 700;
}

.p-office__contact-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
.p-office__contact-time dt {
  display: inline-block;
  padding: 0.49em 0.53em;
  border-radius: 1rem;
  background-color: #f7ab00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-office__contact-time dd {
  margin-left: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.p-office__button {
  margin-top: 6.2rem;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .p-office__access .p-office__access-text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-office__head {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .p-office__img-block {
    grid-template-rows: 60% 37%;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    height: 60%;
    margin-top: 3rem;
    margin-left: 0;
  }

  .p-office__img:nth-child(1) {
    grid-row: 1/2;
    grid-column: 1/3;
    border-radius: 2.5rem 2.5rem 0 0;
  }

  .p-office__img:nth-child(2) {
    grid-row: 2/3;
    grid-column: 1/2;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 0 2.5rem;
  }

  .p-office__img:nth-child(3) {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 2.5rem 0;
  }

  .p-office__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-office__map {
    height: 22.5rem;
    margin-top: 3rem;
    width: 100%;
  }

  .p-office__contents {
    margin-top: 2.3rem;
    flex-direction: column;
  }

  .p-office__contents:nth-child(n+2) {
    margin-top: 5rem;
  }

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

  .p-office__info {
    width: 100%;
    max-width: 100%;
  }

  .p-office__address {
    margin-top: 1.3rem;
  }

  .p-office__access {
    display: block;
    margin-top: -0.1rem;
  }

  .p-office__access .p-office__access-text {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }

  .p-office__access-button {
    margin-top: 0.8rem;
    margin-left: 0;
  }

  .p-office__contact {
    width: 100%;
    max-width: 100%;
    margin-top: 2.4rem;
    margin-left: 0;
    padding: 2.1rem 2rem 2.3rem;
    border-radius: 1.5rem;
    text-align: center;
  }

  .p-office__contact-text {
    font-size: 1.4rem;
  }

  .p-office__contact-tel {
    margin-top: -0.2rem;
    font-size: 3.3rem;
  }

  .p-office__contact-time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .p-office__contact-time dt {
    padding: 0.34em 0.4em;
    border-radius: 0.5rem;
    font-size: 1.1rem;
  }
  .p-office__contact-time dd {
    font-size: 1.2rem;
  }

  .p-office__button {
    margin-top: 3rem;
  }
  .p-office__button a {
    letter-spacing: 0;
  }
}
/*
    flow
---------------------------------*/
.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2.5rem -2.2rem -2.2rem;
}

.p-flow__items.p-flow__items--col5 .p-flow__item {
  width: 20%;
  padding: 2.2rem;
}

@media screen and (max-width: 767px) {
  .p-flow__items {
    display: block;
    margin: 3rem 0 0;
  }

  .p-flow__items.p-flow__items--col5 .p-flow__item {
    width: 100%;
    padding: 0;
  }

  .p-flow__item + .p-flow__item {
    margin-top: 2.4rem;
  }
}
/*
    flow-item
---------------------------------*/
.p-flow-item {
  position: relative;
}
.p-flow-item + .p-flow-item::before {
  position: absolute;
  top: 11.8rem;
  right: calc(100% - 2.2rem);
  width: 4.4rem;
  height: 0.5rem;
  background-image: url(../img/common/img_flow-dotline_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-flow-item__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 2rem;
}
.p-flow-item__img::before {
  display: block;
  padding-top: 90.9%;
  content: "";
}
.p-flow-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-flow-item__body {
  margin-top: 2rem;
}

.p-flow-item__title {
  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;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
.p-flow-item__title img {
  display: block;
  width: 4rem;
  padding-bottom: 2rem;
}

.p-flow-item__text {
  margin-top: 1.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-flow-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-flow-item + .p-flow-item::before {
    top: unset;
    right: unset;
    bottom: calc(100% + 0.3rem);
    left: 15%;
    width: 0.3rem;
    height: 9rem;
    background-image: url(../img/common/img_flow-dotline_sp.png);
    background-repeat: repeat-y;
  }

  .p-flow-item__img {
    width: 32%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1rem;
  }
  .p-flow-item__img::before {
    padding-top: 91%;
  }

  .p-flow-item__body {
    width: 63.5%;
    margin-top: -0.4rem;
  }

  .p-flow-item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.8rem;
  }
  .p-flow-item__title img {
    width: 2.5rem;
    margin-top: 1.1rem;
    margin-right: 1.3rem;
    padding-bottom: 0;
  }

  .p-flow-item__text {
    margin-top: 1rem;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.67;
  }
}
/*
    contact
---------------------------------*/
.p-contact__head {
  padding-bottom: 11rem;
}
.p-contact__head .p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-contact__inner {
  position: relative;
  z-index: 1;
}

.p-contact__title {
  white-space: nowrap;
}

.p-contact__main {
  position: relative;
  padding-top: 11.6rem;
  padding-bottom: 12.4rem;
}

.p-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2rem;
}

.p-contact__item {
  width: 33.33%;
  padding: 2rem;
}

.p-contact__box {
  margin-top: 8.3rem;
}

@media screen and (max-width: 767px) {
  .p-contact__head {
    padding-bottom: 5.5rem;
  }
  .p-contact__head .p-contact__inner {
    display: block;
  }

  .p-contact .p-contact__text {
    margin-top: 0.3rem;
  }

  .p-contact__main {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .p-contact__main::before {
    width: 25.9rem;
    height: 22.4rem;
    background-image: url(../img/common/img_contact-bg_sp.png);
  }

  .p-contact__items {
    display: block;
    margin: 0;
  }

  .p-contact__item {
    width: 100%;
    padding: 0;
  }

  .p-contact__box {
    margin-top: 3rem;
  }
}
/*
    contact-head
---------------------------------*/
.p-contact-head__img-block {
  width: 49%;
  max-width: 62rem;
}

.p-contact-head__text-block {
  width: 47%;
  max-width: 59rem;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-contact-head__img-block {
    width: 100%;
    max-width: 100%;
  }

  .p-contact-head__text-block {
    width: 100%;
    max-width: 100%;
    margin-top: 2.4rem;
    padding-top: 0;
  }
}
/*
    contact-item
---------------------------------*/
.p-contact-item {
  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;
}

.p-contact-item__img {
  width: 10rem;
}

.p-contact-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.p-contact-item__button {
  width: 100%;
  margin-top: 2rem;
}
.p-contact-item__button a {
  display: block;
  position: relative;
  padding: 2.9rem 4rem;
  border-radius: 9999px;
  background-color: #fff;
  color: #e29d02;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.p-contact-item__button a::after {
  position: absolute;
  top: 50%;
  right: 2.2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-right: 2px solid #f7ab00;
  border-bottom: 2px solid #f7ab00;
  -webkit-transition: border-right-color 0.3s, border-bottom-color 0.3s;
  transition: border-right-color 0.3s, border-bottom-color 0.3s;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .p-contact-item__button a:hover {
    opacity: 1;
    background-color: #333;
    color: #fff;
  }
  .p-contact-item__button a:hover::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
@media screen and (max-width: 1380px) {
  .p-contact-item__text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-item + .p-contact-item {
    margin-top: 2.3rem;
  }

  .p-contact-item__img {
    width: 7rem;
  }

  .p-contact-item__text {
    margin-top: 0.8rem;
    font-size: 1.5rem;
  }

  .p-contact-item__button {
    margin-top: 1.5rem;
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-contact-item__button a {
    padding: 1.7rem 4rem;
    font-size: 1.8rem;
  }
  .p-contact-item__button a::after {
    right: 1.5rem;
    width: 0.8rem;
    height: 0.8rem;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
/*
    contact-box
---------------------------------*/
.p-contact-box {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding: 6rem;
  border-radius: 4rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.p-contact-box__inner {
  display: flex;
  flex-direction: column;
}

.p-contact-box__text {
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.33;
}

.p-contact-box__tel {
  display: inline-block;
  margin-top: 0.5rem;
  color: #f7ab00;
  font-size: 4.8rem;
  font-weight: 700;
}

.p-contact-box__tel span {
  font-size: 2rem;
}

.p-contact-box__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.5rem;
}
.p-contact-box__time dt {
  display: inline-block;
  padding: 0.49em 0.53em;
  border-radius: 1rem;
  background-color: #f7ab00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-contact-box__time dd {
  margin-left: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-contact-box {
    padding: 2rem 1.5rem;
    border-radius: 2.5rem;
    text-align: center;
  }

  .p-contact-box__inner {
    padding-left: 0;
  }
  .p-contact-box__inner::before {
    left: calc(50% - 15.6rem);
    width: 4rem;
    height: 4rem;
  }

  .p-contact-box__text {
    font-size: 1.8rem;
    line-height: 1.33;
  }

  .p-contact-box__tel {
    font-size: 3.6rem;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .p-contact-box__tel span {
    font-size: 1.6rem;
  }

  .p-contact-box__time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2rem;
  }
  .p-contact-box__time dt {
    padding: 0.34em 0.4em;
    border-radius: 0.5rem;
    font-size: 1.1rem;
  }
  .p-contact-box__time dd {
    font-size: 1.2rem;
  }

  .p-contact-box__bottom-text {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 370px) {
  .p-contact-box__tel {
    padding-left: 4.7rem;
    font-size: 3.8rem;
  }
}
/*
    network
---------------------------------*/
.p-network__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-network__text-block {
  width: 47%;
  max-width: 60rem;
}

.p-network__title {
  letter-spacing: 0.04em;
}

.p-network__text {
  margin-top: 3rem;
}

.p-network__button {
  margin-top: 4.5rem;
}

.p-network__img-block {
  width: 49%;
  max-width: 61.6rem;
}

@media screen and (max-width: 1500px) {
  .p-network__title {
    font-size: 3.3rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-network__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 30px;
    padding-left: 30px;
  }

  .p-network__text-block {
    display: contents;
  }

  .p-network__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .p-network__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 1.5rem;
  }

  .p-network__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 2rem;
  }
  .p-network__button a {
    width: 100%;
  }

  .p-network__img-block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
/*
    low-heading
---------------------------------*/
.p-low-heading {
  position: relative;
  height: 20rem;
  background-color: #fef4d9;
}

.p-low-heading__inner {
  display: grid;
  place-items: center;
  height: inherit;
}

.p-low-heading__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.58;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-low-heading {
    height: auto;
    padding: 3rem 0;
    min-height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-low-heading__title {
    font-size: 2.4rem;
  }
}
/*
    breadcrumb
---------------------------------*/
.p-breadcrumb > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-breadcrumb span {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
.p-breadcrumb span + span {
  position: relative;
  margin-left: 1rem;
}
.p-breadcrumb > span + span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: ">";
}
.p-breadcrumb span a {
  color: #7e7e7e;
  padding-right: 1rem;
}

@media screen and (max-width: 767px) {
  .p-breadcrumb span {
    font-size: 1.1rem;
  }
  .p-breadcrumb > span + span {
    margin-left: 0.8rem;
    padding-left: 1.1rem;
  }
}
/*
    anchor-link
---------------------------------*/
.p-anchor-link__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-anchor-link__items.p-anchor-link__items--col2 {
  margin: -1.5rem -6rem;
  padding-right: 8rem;
  padding-left: 8rem;
}
.p-anchor-link__items.p-anchor-link__items--col2 .p-anchor-link__item {
  width: 50%;
  padding: 1.5rem 6rem;
}

.p-anchor-link__items.p-anchor-link__items--col3 {
  margin: -1.5rem -2rem;
}
.p-anchor-link__items.p-anchor-link__items--col3 .p-anchor-link__item {
  width: 33.33%;
  padding: 1.5rem 2rem;
}

.p-anchor-link__item a {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 8rem;
  padding: 1rem 7rem;
  border-radius: 9999px;
  background-color: #f8f4ea;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.43;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.p-anchor-link__item a::after {
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid #ffae05;
  border-left: 1px solid #ffae05;
  -webkit-transition: border-bottom-color 0.3s, border-left-color 0.3s;
  transition: border-bottom-color 0.3s, border-left-color 0.3s;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .p-anchor-link__item a:hover {
    opacity: 1;
    background-color: #f7ab00;
  }
  .p-anchor-link__item a:hover::after {
    border-bottom-color: #333;
    border-left-color: #333;
  }
}
@media screen and (max-width: 767px) {
  .p-anchor-link__items.p-anchor-link__items--col2 {
    margin: -1rem;
    padding-right: 0;
    padding-left: 0;
  }
  .p-anchor-link__items.p-anchor-link__items--col2 .p-anchor-link__item {
    padding: 1rem;
  }

  .p-anchor-link__items.p-anchor-link__items--col3 {
    margin: -1rem;
  }
  .p-anchor-link__items.p-anchor-link__items--col3 .p-anchor-link__item {
    width: 50%;
    padding: 1rem;
  }

  .p-anchor-link__item a {
    min-height: 5.8rem;
    padding: 1rem 3rem;
    font-size: 1.4rem;
  }
  .p-anchor-link__item a::after {
    right: 1.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}
/*
    experience-visit
---------------------------------*/
.p-experience-visit__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-experience-visit__items {
  margin-top: 10rem;
}

.p-experience-visit__button {
  margin-top: 9.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-experience-visit__lead {
    margin-top: 3.5rem;
  }

  .p-experience-visit__items {
    margin-top: 6.2rem;
  }
  .p-experience-visit__items .p-num-media-items__item:nth-child(1) .c-border-title01,
  .p-experience-visit__items .p-num-media-items__item:nth-child(2) .c-border-title01 {
    letter-spacing: 0.05em;
  }

  .p-experience-visit__button {
    margin-top: 4rem;
  }
}
/*
    num-media-items
---------------------------------*/
.p-num-media-items {
  counter-reset: number;
}

.p-num-media-items__item + .p-num-media-items__item {
  margin-top: 7rem;
}

/*
    num-media
---------------------------------*/
.p-num-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-num-media__img-block {
  width: 45%;
  max-width: 57rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.p-num-media__img-block img {
  border-radius: 4rem;
}

.p-num-media__text-block {
  position: relative;
  width: 50%;
  max-width: 64rem;
  padding-top: 6rem;
}
.p-num-media__text-block::before {
  position: absolute;
  top: -2.7rem;
  left: -0.7rem;
  color: #f8f4ea;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 11rem;
  font-weight: 900;
  counter-increment: number;
  content: "0" counter(number);
}
.p-num-media__text-block * {
  position: relative;
  z-index: 1;
}

.p-num-media.p-num-media--num-dark .p-num-media__text-block::before {
  color: #f1e9d7;
}

@media screen and (max-width: 767px) {
  .p-num-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-num-media__img-block {
    width: 100%;
    max-width: 100%;
    margin-top: 3.7rem;
  }
  .p-num-media__img-block img {
    border-radius: 2rem;
  }

  .p-num-media__text-block {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .p-num-media__text-block::before {
    top: -4.5rem;
    left: -0.1rem;
    font-size: 6rem;
  }
}
/*
    experience-online
---------------------------------*/
.p-experience-online__lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
}

.p-experience-online__items {
  margin-top: 10rem;
}

.p-experience-online__button {
  margin-top: 9.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-experience-online__lead {
    margin-top: 3.5rem;
  }

  .p-experience-online__items {
    margin-top: 6.3rem;
  }
  .p-experience-online__items .p-num-media-items__item:nth-child(1) .c-border-title01,
  .p-experience-online__items .p-num-media-items__item:nth-child(2) .c-border-title01 {
    letter-spacing: 0.05em;
  }

  .p-experience-online__button {
    margin-top: 4rem;
  }
}
/*
    access-message
---------------------------------*/
.p-access-message__contents {
  margin-top: 8rem;
}

.p-access-message__text {
  letter-spacing: 0.025em;
  line-height: 2.25;
}

.p-access-message__name {
  margin-top: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-access-message__title {
    letter-spacing: 0.05em;
  }

  .p-access-message__contents {
    display: block;
    margin-top: 2.5rem;
  }

  .p-access-message__contents-title .c-section-title02__small {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }

  .p-access-message__text {
    line-height: 2;
  }

  .p-access-message__name {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
/*
    access-staff
---------------------------------*/
.p-access-staff__items {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .p-access-staff__items {
    margin-top: 3.5rem;
  }
}
/*
    staff-items
---------------------------------*/
.p-staff-items__item + .p-staff-items__item {
  margin-top: 8.2rem;
}

@media screen and (max-width: 767px) {
  .p-staff-items__item + .p-staff-items__item {
    margin-top: 4.7rem;
  }
}
/*
    staff-item
---------------------------------*/
.p-staff-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-staff-item__img-block {
  width: 29%;
  max-width: 37rem;
}

.p-staff-item__text-block {
  width: 66%;
  max-width: 84rem;
}

.p-staff-item__name {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
}

.p-staff-item__position {
  display: inline-block;
  margin-top: 1.4rem;
  padding: 0.6rem 2.7rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-staff-item__text {
  margin-top: 3rem;
  letter-spacing: 0.025em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-staff-item {
    display: block;
  }

  .p-staff-item__img-block {
    width: 54%;
    max-width: unset;
    margin-right: auto;
    margin-left: auto;
  }

  .p-staff-item__text-block {
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem;
  }

  .p-staff-item__name {
    font-size: 1.6rem;
  }

  .p-staff-item__position {
    margin-top: 0.9rem;
    padding: 0.4rem 1.8rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
  }

  .p-staff-item__text {
    margin-top: 2rem;
    line-height: 2;
  }
}
/*
    access-facility
---------------------------------*/
.p-access-facility__items {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .p-access-facility__items {
    margin-top: 4.5rem;
  }
}
/*
    access-access-detail
---------------------------------*/
.p-access-access-detail__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6rem;
}

.p-access-access-detail__place-text-block {
  width: 45%;
  max-width: 56.4rem;
}

.p-access-access-detail__place-text {
  letter-spacing: 0.025em;
  line-height: 2.25;
}

.p-access-access-detail__place-info {
  margin-top: 4rem;
  padding: 1.6rem 2.4rem 1.6rem 4rem;
  border-radius: 4rem;
  background-color: #fff;
}
.p-access-access-detail__place-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}
.p-access-access-detail__place-info dl + dl {
  border-top: 1px solid #e3dfd5;
}
.p-access-access-detail__place-info dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8rem;
  color: #ffad00;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.67;
}
.p-access-access-detail__place-info dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 2.4rem;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.67;
}

.p-access-access-detail__place-button {
  margin-top: 4rem;
}

.p-access-access-detail__place-map-block {
  position: relative;
  z-index: 1;
  width: 52%;
  max-width: 66.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  border-radius: 4rem;
}
.p-access-access-detail__place-map-block::before {
  display: block;
  padding-top: 79.5%;
  content: "";
}
.p-access-access-detail__place-map-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-access-access-detail__info {
  margin-top: 10rem;
  padding: 8rem 8rem 12rem;
  border-radius: 4rem;
  background-color: #fff;
}

.p-access-access-detail__items {
  margin-top: 8.2rem;
}

@media screen and (max-width: 767px) {
  .p-access-access-detail__place {
    display: block;
    margin-top: 3.5rem;
  }

  .p-access-access-detail__place-text-block {
    width: 100%;
    max-width: 100%;
  }

  .p-access-access-detail__place-text {
    line-height: 2;
  }

  .p-access-access-detail__place-info {
    margin-top: 3rem;
    padding: 1.4rem 1.5rem 1.2rem;
    border-radius: 2rem;
  }
  .p-access-access-detail__place-info dl {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .p-access-access-detail__place-info dl dt {
    width: 6.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-access-access-detail__place-info dl dd {
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-access-access-detail__place-button {
    margin-top: 2.5rem;
  }

  .p-access-access-detail__place-map-block {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    border-radius: 2rem;
  }

  .p-access-access-detail__info {
    margin-top: 4.3rem;
    padding: 3.5rem 3rem 4rem;
    border-radius: 2rem;
  }

  .p-access-access-detail__items {
    margin-top: 4rem;
  }
}

/*
    top-info
---------------------------------*/
.l-top-info {
  padding-top: 9rem;
  padding-bottom: 11.8rem;
}

@media screen and (max-width: 767px) {
  .l-top-info {
    padding-top: 5.5rem;
    padding-bottom: 6.2rem;
  }
}

/*
    top-office
---------------------------------*/
.l-top-office {
  padding-top: 11.8rem;
  padding-bottom: 12.4rem;
}

@media screen and (max-width: 767px) {
  .l-top-office {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }
}

/*
    sub-office
---------------------------------*/
.l-sub-office {
  padding-top: 11.8rem;
  padding-bottom: 12.4rem;
}

@media screen and (max-width: 767px) {
  .l-sub-office {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }
}


/*
    one-day-program
---------------------------------*/
.p-one-day-program__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem -1.6rem -1.6rem;
}

.p-one-day-program__item {
  width: 25%;
  padding: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-one-day-program__items {
    display: block;
    margin: 3.5rem 0 0;
  }

  .p-one-day-program__item {
    width: 100%;
    padding: 0;
  }

  .p-one-day-program__item + .p-one-day-program__item {
    margin-top: 4rem;
  }
}
/*
    one-day-program-item
---------------------------------*/
.p-one-day-program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-one-day-program-item__table-title {
  padding: 3.2rem 1rem 2.5rem;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.p-one-day-program-item__table-title span {
  font-size: 1.4rem;
}

.p-one-day-program-item__table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e3dfd5;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
.p-one-day-program-item__table th, .p-one-day-program-item__table td {
  border-bottom: 1px solid #e3dfd5;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-one-day-program-item__table th {
  width: 9.4rem;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  text-align: center;
  vertical-align: middle;
}
.p-one-day-program-item__table td {
  width: calc(100% - 9.4rem);
  padding-top: 0.6rem;
  padding-right: 0.7rem;
  padding-bottom: 0.6rem;
  vertical-align: middle;
}
.p-one-day-program-item__table td span {
  display: grid;
  place-items: center start;
  min-height: 6rem;
  padding: 1.6rem 2.2rem;
}
.p-one-day-program-item__table td.sm {
  font-size: 1.3rem;
}
.p-one-day-program-item__table td.sm span {
  padding: 0.8rem 1.1rem;
}
.p-one-day-program-item__table td[rowspan="2"] span {
  min-height: 13.3rem;
}
.p-one-day-program-item__table tr:last-child th,
.p-one-day-program-item__table tr:last-child td {
  border-bottom: none;
}

.p-one-day-program-item__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 3.2rem;
  padding: 3rem 2.8rem 3.5rem;
  border-radius: 1rem;
  background-color: #f8f4ea;
}

.p-one-day-program-item__box-title {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e3dfd5;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.p-one-day-program-item__box-text {
  margin-top: 2rem;
  letter-spacing: 0.025em;
}

.p-one-day-program-item.p-one-day-program-item--type-a .p-one-day-program-item__table-title {
  background-color: #f7ab00;
}

.p-one-day-program-item.p-one-day-program-item--type-a .p-one-day-program-item__table td span:not(.empty) {
  background-color: #ffedc5;
  color: #f7ab00;
}

.p-one-day-program-item.p-one-day-program-item--type-a .p-one-day-program-item__box-title {
  color: #f7ab00;
}

.p-one-day-program-item.p-one-day-program-item--type-b .p-one-day-program-item__table-title {
  background-color: #eb5615;
}

.p-one-day-program-item.p-one-day-program-item--type-b .p-one-day-program-item__table td span:not(.empty) {
  background-color: #ffe8de;
  color: #eb5615;
}

.p-one-day-program-item.p-one-day-program-item--type-b .p-one-day-program-item__box-title {
  color: #eb5615;
}

.p-one-day-program-item.p-one-day-program-item--type-c .p-one-day-program-item__table-title {
  background-color: #19963a;
}

.p-one-day-program-item.p-one-day-program-item--type-c .p-one-day-program-item__table td span:not(.empty) {
  background-color: #def3e4;
  color: #19963a;
}

.p-one-day-program-item.p-one-day-program-item--type-c .p-one-day-program-item__box-title {
  color: #19963a;
}

.p-one-day-program-item.p-one-day-program-item--type-d .p-one-day-program-item__table-title {
  background-color: #7fccef;
}

.p-one-day-program-item.p-one-day-program-item--type-d .p-one-day-program-item__table td span:not(.empty) {
  background-color: #e5f2f8;
  color: #59b1d9;
}

.p-one-day-program-item.p-one-day-program-item--type-d .p-one-day-program-item__box-title {
  color: #59b1d9;
}

@media screen and (max-width: 1500px) {
  .p-one-day-program-item__table th,
  .p-one-day-program-item__table td {
    font-size: 1.5rem;
  }

  .p-one-day-program-item__table th {
    width: 8.5rem;
  }

  .p-one-day-program-item__table td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-one-day-program-item__table-title {
    padding: 2.8rem 2rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.8rem;
  }
  .p-one-day-program-item__table-title span {
    font-size: 1.4rem;
  }

  .p-one-day-program-item__table {
    border-radius: 0 0 0.5rem 0.5rem;
  }

  .p-one-day-program-item__table th,
  .p-one-day-program-item__table td {
    font-size: 1.8rem;
  }

  .p-one-day-program-item__table th {
    width: 11rem;
  }

  .p-one-day-program-item__table td span {
    min-height: 6.9rem;
  }

  .p-one-day-program-item__table td[rowspan="2"] span {
    min-height: 15rem;
  }

  .p-one-day-program-item__box {
    margin-top: 2.5rem;
    padding: 2.5rem 3.2rem 3.2rem;
    border-radius: 0.5rem;
  }

  .p-one-day-program-item__box-title {
    font-size: 1.8rem;
  }
}
/*
    one-day-flow
---------------------------------*/
.p-one-day-flow__lead {
  margin-top: 6rem;
}

.p-one-day-flow__items {
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .p-one-day-flow__lead {
    margin-top: 4rem;
  }

  .p-one-day-flow__items {
    margin-top: 4.2rem;
  }
}
/*
    one-day-flow-items
---------------------------------*/
.p-one-day-flow-items {
  counter-reset: number;
}

@media screen and (max-width: 767px) {
  .p-one-day-flow-items__item + .p-one-day-flow-items__item {
    margin-top: 5rem;
  }
}
/*
    one-day-flow-item
---------------------------------*/
.p-one-day-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-one-day-flow-item__text-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 54rem;
  margin-left: 3rem;
  padding-top: 1.6rem;
}

.p-one-day-flow-item__num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 8rem;
}
.p-one-day-flow-item__num::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.5rem;
  height: 100%;
  background-image: url(../img/flow/img_flow-dotline.png);
  background-repeat: repeat-y;
  background-position: center bottom;
  background-size: 0.5rem 2.5rem;
  content: "";
}
.p-one-day-flow-item__num span {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  height: 8rem;
  border-radius: 50%;
  background-color: #f7ab00;
}
.p-one-day-flow-item__num span::before {
  padding-left: 0.06em;
  color: #fff;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  counter-increment: number;
  content: "0" counter(number);
}

.p-one-day-flow-item:nth-child(n+10) span::before {
  content: counter(number);
}

.p-one-day-flow-item__title {
  color: #f7ab00;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-one-day-flow-item__text {
  margin-top: 2rem;
  line-height: 2.25;
}

.p-one-day-flow-item__img-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 55.5rem;
  margin-left: 6rem;
  padding-right: 1rem;
  padding-bottom: 8.5rem;
}

.p-one-day-flow-item:last-child .p-one-day-flow-item__img-block {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-one-day-flow-item {
    display: block;
  }

  .p-one-day-flow-item__num {
    width: 4rem;
  }
  .p-one-day-flow-item__num::before {
    content: none;
  }
  .p-one-day-flow-item__num span {
    height: 4rem;
  }
  .p-one-day-flow-item__num span::before {
    font-size: 1.5rem;
  }

  .p-one-day-flow-item__text-block {
    max-width: 100%;
    margin-top: 1.4rem;
    margin-left: 0;
    padding-top: 0;
  }

  .p-one-day-flow-item__title {
    font-size: 1.8rem;
  }

  .p-one-day-flow-item__text {
    margin-top: 1.6rem;
    line-height: 2;
  }

  .p-one-day-flow-item__img-block {
    max-width: 100%;
    margin-top: 2.5rem;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .p-one-day-flow-item:last-child .p-one-day-flow-item__img-block {
    padding-bottom: 0;
  }
}
/*
    program-detail
---------------------------------*/
.p-program-detail__lead {
  margin-top: 6rem;
}

.p-program-detail__items {
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .p-program-detail__lead {
    margin-top: 4rem;
  }

  .p-program-detail__items {
    margin-top: 3.6rem;
  }
}
/*
    program-detail-items
---------------------------------*/
.p-program-detail-items__item + .p-program-detail-items__item {
  margin-top: 9.5rem;
}

@media screen and (max-width: 767px) {
  .p-program-detail-items__item + .p-program-detail-items__item {
    margin-top: 4.4rem;
  }
}
/*
    program-unit
---------------------------------*/
.p-program-unit__text {
  margin-top: 3rem;
  line-height: 2.25;
}

.p-program-unit__items {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .p-program-unit__text {
    margin-top: 1.5rem;
    line-height: 2;
  }

  .p-program-unit__items {
    margin-top: 1.8rem;
  }
}
/*
    program-unit-items
---------------------------------*/
.p-program-unit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-program-unit-items.p-program-unit-items--col4 {
  margin-right: -1.5rem;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
}
.p-program-unit-items.p-program-unit-items--col4 .p-program-unit-items__item {
  width: 25%;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-program-unit-items.p-program-unit-items--sp-col2 {
    margin-right: -0.7rem;
    margin-bottom: -1.5rem;
    margin-left: -0.7rem;
  }
  .p-program-unit-items.p-program-unit-items--sp-col2 .p-program-unit-items__item {
    width: 50%;
    padding: 1.5rem 0.7rem;
  }
}
/*
    program-unit-item
---------------------------------*/
.p-program-unit-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.p-program-unit-item__img::before {
  display: block;
  padding-top: 81%;
  content: "";
}
.p-program-unit-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-program-unit-item__text {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-program-unit-item__img {
    border-radius: 1rem;
  }

  .p-program-unit-item__text {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
/*
    two-years
---------------------------------*/
.p-two-years__lead {
  margin-top: 6rem;
}

.p-two-years__contents {
  margin-top: 10rem;
  padding: 7.8rem;
  border-radius: 4rem;
  background-color: #fff;
}

.p-two-years__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.8rem;
}

.p-two-years__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 14%;
  padding: 0.8rem;
}

.p-two-years__list-block {
  margin-top: 5rem;
}

.p-two-years__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-two-years__list dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 14.6rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 8rem;
  padding: 1.2rem;
  border-radius: 1rem;
  background-color: #ffad00;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.p-two-years__list dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 1.6rem;
}

.p-two-years__list + .p-two-years__list {
  margin-top: 4.2rem;
}

.p-two-years__list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-two-years__list-item {
  display: grid;
  place-items: center;
  width: calc(50% - 0.9rem);
  min-height: 8rem;
  padding: 1.2rem;
  border-radius: 1rem;
  background-color: #f8f4ea;
  color: #ffad00;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.p-two-years__list-item:nth-child(2n) {
  margin-left: 1.8rem;
}
.p-two-years__list-item:nth-child(n+3) {
  margin-top: 1.8rem;
}

.p-two-years__list-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-two-years__list-step + .p-two-years__list-step {
  margin-left: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-two-years__lead {
    margin-top: 3.8rem;
  }

  .p-two-years__contents {
    margin-top: 4.3rem;
    padding: 2.5rem 1.5rem;
    border-radius: 2rem;
  }

  .p-two-years__items {
    display: block;
    margin: 0;
  }

  .p-two-years__item {
    width: 100%;
    padding: 0;
  }

  .p-two-years__item + .p-two-years__item {
    margin-top: 1.5rem;
  }

  .p-two-years__list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .p-two-years__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-two-years__list:first-child {
    width: 39%;
  }

  .p-two-years__list:last-child {
    width: 57%;
  }

  .p-two-years__list + .p-two-years__list {
    margin-top: 0;
  }

  .p-two-years__list dt {
    width: 100%;
    min-height: 5.8rem;
    padding: 0.9rem 1.2rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
  }

  .p-two-years__list dd {
    width: 100%;
    margin-top: 3.2rem;
    margin-left: 0;
  }

  .p-two-years__list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .p-two-years__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }

  .p-two-years__list-item:nth-child(2n) {
    margin-left: 0;
  }

  .p-two-years__list-item:nth-child(n+2) {
    margin-top: 1.5rem;
  }

  .p-two-years__list-steps {
    display: block;
  }

  .p-two-years__list-step + .p-two-years__list-step {
    margin-top: 2.8rem;
    margin-left: 0;
  }
}
/*
    two-years-item
---------------------------------*/
.p-two-years-item__inner {
  height: 100%;
  padding: 2.5rem 1rem 2rem;
  border-radius: 1rem;
  background-color: #f8f4ea;
}

.p-two-years-item__img {
  width: 10rem;
  margin-right: auto;
  margin-left: auto;
}

.p-two-years-item__body {
  margin-top: 1rem;
}

.p-two-years-item__title {
  color: #ffad00;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.p-two-years-item__sub-title {
  margin-top: 1rem;
  padding: 0.2em;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.p-two-years-item__text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.71;
}

@media screen and (max-width: 767px) {
  .p-two-years-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 1.5rem 1.8rem;
    border-radius: 0.5rem;
  }

  .p-two-years-item__img {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0.6rem;
  }

  .p-two-years-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 1.5rem;
  }

  .p-two-years-item__title {
    font-size: 1.8rem;
    text-align: left;
  }

  .p-two-years-item__sub-title {
    display: inline-block;
    margin-top: 0.7rem;
    padding: 0.16em 0.7em;
    border-radius: 0.5rem;
  }

  .p-two-years-item__text {
    line-height: 1.5;
  }
}
/*
    two-years-step
---------------------------------*/
.p-two-years-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.p-two-years-step:nth-child(1) {
  width: 35%;
}
.p-two-years-step:nth-child(2) {
  width: 20.5%;
}
.p-two-years-step:nth-child(3) {
  width: 19.6%;
}
.p-two-years-step:nth-child(4) {
  width: 19.6%;
}

.p-two-years-step__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12rem;
  padding: 0.52em;
  border-radius: 9999px;
  background-color: #eb5615;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}

.p-two-years-step__title {
  display: grid;
  place-items: center;
  min-height: 7.4rem;
  padding: 2rem 1rem 1.5rem;
  border-radius: 1rem 1rem 0 0;
  background-color: #f7ab00;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.p-two-years-step__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem 1rem 2.5rem 1.5rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #f8f4ea;
}

.p-two-years-step__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-two-years-step__item {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-right: 1.2rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 1.8rem;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p-two-years-step__item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #f7ab00;
  content: "";
}
.p-two-years-step__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-two-years-step:nth-child(1),
  .p-two-years-step:nth-child(2),
  .p-two-years-step:nth-child(3),
  .p-two-years-step:nth-child(4) {
    width: 100%;
  }

  .p-two-years-step__num {
    width: 7rem;
    padding: 0.47em;
    font-size: 1.2rem;
  }

  .p-two-years-step__title {
    min-height: 5rem;
    padding: 1.8rem 1rem 1.3rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.6rem;
  }

  .p-two-years-step__body {
    padding: 0.8rem 0.5rem 1rem 0.8rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }

  .p-two-years-step__items {
    display: block;
  }

  .p-two-years-step__item {
    margin-right: 0;
    padding-left: 1.7rem;
    font-size: 1.2rem;
  }
  .p-two-years-step__item::before {
    width: 1rem;
    height: 1rem;
  }
}
/*
    target
---------------------------------*/
.p-target__img {
  margin-top: 4rem;
  margin-right: -4.5rem;
  margin-left: -4.5rem;
}

.p-target__text {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-target__img {
    margin-top: 5rem;
    margin-right: -10px;
    margin-left: -10px;
  }

  .p-target__text {
    margin-top: 3rem;
  }
  .p-target__text.c-section-title02 {
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .p-target__text .c-section-title02__small {
    font-size: 1.6rem;
  }
  .p-target__text .c-section-title02__large {
    font-size: 2.6rem;
  }
}
/*
    worry
---------------------------------*/
.p-worry {
  position: relative;
}

.p-worry__comment {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 63.5rem;
}

.p-worry__items {
  margin-top: 4rem;
}

.p-worry__media {
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .p-worry__comment {
    width: calc(100% - 30px);
    min-width: unset;
    padding: 2.6rem 1rem;
  }

  .p-worry__media {
    margin-top: 4.5rem;
  }
}
/*
    worry-media
---------------------------------*/
.p-worry-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}

.p-worry-media__text-block {
  -webkit-transform: translateY(-3.5rem);
  transform: translateY(-3.5rem);
  width: 56.4rem;
}

.p-worry-media__text {
  margin-top: 1rem;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.87;
}

.p-worry-media__text-orange {
  color: #f7ab00;
}

.p-worry-media__img-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-worry-media__img-block img {
  -webkit-transform: scale(1.014);
  transform: scale(1.014);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

@media screen and (max-width: 767px) {
  .p-worry-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .p-worry-media__img-block img {
    -webkit-transform: unset;
    transform: unset;
  }

  .p-worry-media__text-block {
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    margin-top: 3.4rem;
  }

  .p-worry-media__text {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.67;
  }
}
/*
    feature-detail
---------------------------------*/
.p-feature-detail__lead {
  margin-top: 6rem;
}

.p-feature-detail__items {
  margin-top: 13rem;
}

.p-feature-detail__item + .p-feature-detail__item {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .p-feature-detail__lead {
    margin-top: 2.2rem;
  }

  .p-feature-detail__items {
    margin-top: 4.5rem;
  }

  .p-feature-detail .p-question-media__text-block .c-border-title01 {
    letter-spacing: -0.02em;
  }

  .p-feature-detail__item + .p-feature-detail__item {
    margin-top: 4rem;
  }
}
/*
    question-media
---------------------------------*/
.p-question-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-question-media__text-block {
  position: relative;
  width: 50%;
  max-width: 64rem;
  padding-top: 3rem;
}
.p-question-media__text-block::before {
  position: absolute;
  top: -11rem;
  left: -4rem;
  color: #f8f4ea;
  font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho ProN", "MS Mincho", "YuMincho", "Yu Mincho", serif;
  font-size: 16.1rem;
  font-weight: 900;
  content: "？";
}
.p-question-media__text-block * {
  position: relative;
  z-index: 1;
}
.p-question-media__text-block .c-text {
  line-height: 2.25;
}

.p-question-media__img-block {
  width: 45%;
  max-width: 57rem;
}
.p-question-media__img-block img {
  border-radius: 4rem;
}

@media screen and (max-width: 767px) {
  .p-question-media {
    display: block;
  }

  .p-question-media__text-block {
    width: 100%;
    max-width: 100%;
  }
  .p-question-media__text-block::before {
    top: -1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 8rem;
  }

  .p-question-media__img-block {
    width: 100%;
    max-width: 100%;
    margin-top: 2.7rem;
  }
  .p-question-media__img-block img {
    border-radius: 2rem;
  }
}
/*
    support
---------------------------------*/
.p-support__items {
  margin-top: 4rem;
}

.p-support__media {
  margin-top: 8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-support__title {
    white-space: nowrap;
  }

  .p-support__items {
    margin-top: 3rem;
  }

  .p-support__media {
    margin-top: 4rem;
  }
}
/*
    online
---------------------------------*/
.p-online__contents {
  margin-top: 7rem;
}

.p-online__media .c-text {
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-online__title {
    margin-right: -10px;
  }

  .p-online__contents {
    margin-top: 2.3rem;
  }

  .p-online__media .c-text {
    line-height: 2;
  }

  .p-online__media .c-button.c-button--wide02 {
    width: 100%;
  }
}
/*
    qualification
---------------------------------*/
.p-qualification__lead {
  margin-top: 6rem;
}

.p-qualification__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
  padding: 7.5rem 6.4rem;
  border-radius: 4rem;
  background-color: #fff;
}

.p-qualification__list-block {
  width: 33.33%;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}

.p-qualification__list-title {
  padding: 1.2rem 2.3rem;
  border-radius: 1rem;
  background-color: #f7ab00;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-qualification__list {
  margin-top: 2rem;
}

.p-qualification__list-item {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.p-qualification__list-item::before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../img/feature/icon_circle-gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-qualification__list-item + .p-qualification__list-item {
  margin-top: 1.5rem;
}

.p-qualification__list-item.p-qualification__list-item--type01::before {
  background-image: url(../img/feature/icon_circle-red.svg);
}

.p-qualification__list-item.p-qualification__list-item--type02::before {
  background-image: url(../img/feature/icon_circle-orange.svg);
}

.p-qualification__list + .p-qualification__list-title {
  margin-top: 6rem;
}

.p-qualification__list-note {
  margin-top: 3rem;
  text-align: right;
}

.p-qualification__list-note-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-qualification__list-note .p-qualification__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
}

.p-qualification__list-note .p-qualification__list-item + .p-qualification__list-item {
  margin-top: 0;
  margin-left: 4rem;
}

.p-qualification__list-note .p-qualification__list-item:last-child {
  padding-left: 0;
}
.p-qualification__list-note .p-qualification__list-item:last-child::before {
  content: none;
}

.p-qualification__box {
  margin-top: 10rem;
}

@media screen and (max-width: 767px) {
  .p-qualification__lead {
    margin-top: 4rem;
  }

  .p-qualification__list-box {
    display: block;
    margin-top: 3.7rem;
    padding: 3.7rem 1.5rem 4.5rem;
    border-radius: 2rem;
  }

  .p-qualification__list-block {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .p-qualification__list-block + .p-qualification__list-block {
    margin-top: 3.6rem;
  }

  .p-qualification__list-title {
    padding: 0.9rem 1.3rem;
    border-radius: 0.5rem;
    font-size: 1.6rem;
  }

  .p-qualification__list + .p-qualification__list-title {
    margin-top: 3.6rem;
  }

  .p-qualification__list-item {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
  .p-qualification__list-item::before {
    top: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  .p-qualification__list-note {
    margin-top: 1.8rem;
    text-align: left;
  }

  .p-qualification__list-note-text {
    font-size: 1.4rem;
  }

  .p-qualification__list-note .p-qualification__list {
    display: block;
    margin-top: 1.5rem;
  }

  .p-qualification__list-note .p-qualification__list-item {
    padding-left: 2.6rem;
  }

  .p-qualification__list-note .p-qualification__list-item + .p-qualification__list-item {
    margin-top: 1rem;
    margin-left: 0;
  }

  .p-qualification__box {
    margin-top: 6rem;
  }
}
/*
    qualification-box
---------------------------------*/
.p-qualification-box {
  position: relative;
}

.p-qualification-box__title {
  padding: 3.3rem 11rem;
  border-radius: 4rem 4rem 0 0;
  background-color: #f7ab00;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
}
.p-qualification-box__title span {
  font-size: 1.8rem;
}

.p-qualification-box__circle {
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  width: 16rem;
  height: 16rem;
  padding-top: 0.5rem;
  border-radius: 50%;
  background-color: #efeb6b;
  text-align: center;
}
.p-qualification-box__circle span {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
}

.p-qualification-box__body {
  padding: 4.8rem 7.2rem 6rem;
  border-radius: 0 0 4rem 4rem;
  background-color: #fff;
}

.p-qualification-box__sub-title {
  text-align: center;
}
.p-qualification-box__sub-title span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fef4d9));
  background-image: linear-gradient(transparent 70%, #fef4d9 0%);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-qualification-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.8rem;
  padding-right: 4rem;
  padding-left: 4rem;
}

.p-qualification-box__item {
  position: relative;
  margin-right: 3.4rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-qualification-box__item::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #f7ab00;
  content: "";
}

.p-qualification-box__list {
  margin-top: 4rem;
}

.p-qualification-box__desc {
  text-align: center;
  margin-top: 2rem;
}

.p-qualification-box__desc .tit {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-qualification-box__desc .txt {
  margin-top: 1rem;
  line-height: 1.8;
}

@media screen and (max-width: 1500px) {
  .p-qualification-box {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-qualification-box {
    max-width: 100%;
  }

  .p-qualification-box__title {
    padding: 1.5rem 5rem 1.5rem 6rem;
    border-radius: 2rem 2rem 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
  .p-qualification-box__title span {
    font-size: 1.2rem;
  }

  .p-qualification-box__circle {
    left: -8px;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 7.8rem;
    height: 7.8rem;
  }
  .p-qualification-box__circle span {
    font-size: 1.2rem;
  }

  .p-qualification-box__body {
    padding: 1.5rem 1.5rem 1.9rem;
    border-radius: 0 0 2rem 2rem;
  }

  .p-qualification-box__sub-title span {
    font-size: 1.6rem;
  }

  .p-qualification-box__items {
    display: block;
    margin-top: 1.5rem;
    padding-right: 0;
    padding-left: 0;
  }

  .p-qualification-box__item {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 2rem;
    font-size: 1.4rem;
  }
  .p-qualification-box__item::before {
    top: 0.9rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .p-qualification-box__list {
    margin-top: 2rem;
  }

  .p-qualification-box__desc .tit {
    font-size: 1.5rem;
  }
  .p-qualification-box__desc .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 370px) {
  .p-qualification-box__title {
    font-size: 1.3rem;
  }
  .p-qualification-box__title span {
    font-size: 1.1rem;
  }
}
/*
    definition-list
---------------------------------*/
.p-definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2rem;
  border: 0.4rem solid #f8f4ea;
}

.p-definition-list__term {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22.6rem;
  background-color: #f8f4ea;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-definition-list__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-definition-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.p-definition-list__item {
  position: relative;
  margin-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1em;
}
.p-definition-list__item::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  content: "・";
}

@media screen and (max-width: 767px) {
  .p-definition-list {
    display: block;
    border-width: 0.2rem;
    border-radius: 1rem;
  }

  .p-definition-list__term {
    width: 100%;
    padding: 1.6rem;
    font-size: 1.4rem;
  }

  .p-definition-list__contents {
    padding: 1.1rem 1.2rem;
    font-size: 1.4rem;
  }

  .p-definition-list__items {
    display: block;
  }

  .p-definition-list__item {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
/*
    exemption
---------------------------------*/
.p-exemption__lead {
  margin-top: 6rem;
}

.p-exemption__items {
  margin-top: 4.5rem;
}

.p-exemption__item + .p-exemption__item {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .p-exemption__title {
    margin-right: -10px;
    white-space: nowrap;
  }

  .p-exemption__lead {
    margin-top: 2.3rem;
  }

  .p-exemption__items {
    margin-top: 4.8rem;
  }

  .p-exemption__item + .p-exemption__item {
    margin-top: 3.8rem;
  }
}
/*
    exemption-item
---------------------------------*/
.p-exemption-item {
  padding: 8.5rem 8rem 9rem;
  border-radius: 4rem;
  border: 0.4rem solid #f8f4ea;
}

.p-exemption-item__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1.5rem;
  color: #f7ab00;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.p-exemption-item__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-image: url(../img/common/img_title-dotline.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 1.8rem 0.3rem;
  content: "";
}

.p-exemption-item__contents {
  margin-top: 5.5rem;
}
.p-exemption-item__contents + .p-exemption-item__contents {
  margin-top: 9rem;
  padding-top: 6rem;
  border-top: 0.4rem solid #f8f4ea;
}

.p-exemption-item__sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.p-exemption-item__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.3rem -2rem -3rem;
}

.p-exemption-item__step {
  width: 25%;
  padding: 3rem 2rem;
}

.p-exemption-item__step.p-exemption-item__step--col2 {
  width: 50%;
}

.p-exemption-item__table {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-exemption-item {
    padding: 3.2rem 1.5rem 1.5rem;
    border-width: 0.2rem;
    border-radius: 2rem;
  }

  .p-exemption-item__title {
    padding-bottom: 0.8rem;
    font-size: 1.8rem;
  }
  .p-exemption-item__title::after {
    background-size: 0.9rem 0.2rem;
  }

  .p-exemption-item__contents {
    margin-top: 2.2rem;
  }

  .p-exemption-item__contents + .p-exemption-item__contents {
    margin-top: 4rem;
    padding-top: 3.2rem;
    border-top-width: 0.2rem;
  }

  .p-exemption-item__sub-title {
    font-size: 1.6rem;
  }

  .p-exemption-item__steps {
    display: block;
    margin: 2.6rem 0 0;
  }

  .p-exemption-item__step {
    width: 100%;
    padding: 0;
  }
  .p-exemption-item__step + .p-exemption-item__step {
    margin-top: 4.7rem;
  }

  .p-exemption-item__step.p-exemption-item__step--col2 {
    width: 100%;
  }

  .p-exemption-item__table {
    margin-top: 2.5rem;
  }
}
/*
    exemption-step
---------------------------------*/
.p-exemption-step {
  text-align: center;
}

.p-exemption-step__inner {
  position: relative;
  height: 100%;
  padding: 3rem 2rem 5rem;
  border-radius: 1rem;
  background-color: #f8f4ea;
}

.p-exemption-step__num img {
  width: 10.2rem;
}

.p-exemption-step__title {
  margin-top: 1.5rem;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.33;
}

.p-exemption-step__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.4rem 1.7rem;
  border-radius: 1rem;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.p-exemption-step__label.p-exemption-step__label--small {
  min-width: unset;
  padding: 0.4rem 2.8rem;
}

.p-exemption-step__balloon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 17.3rem;
  padding: 0.7rem 2.5rem;
  border-radius: 1rem;
  background-color: #f7ab00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  white-space: nowrap;
}
.p-exemption-step__balloon::before {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.7rem 1rem 0.7rem;
  border-color: transparent transparent #f7ab00 transparent;
  content: "";
}

.p-exemption-step__balloon.p-exemption-step__balloon--small {
  width: unset;
  padding: 0.7rem 3.2rem;
}

.p-exemption-step.p-exemption-step--only-title .p-exemption-step__title {
  margin-top: 3.3rem;
}

@media screen and (max-width: 1200px) {
  .p-exemption-step__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-exemption-step__inner {
    min-height: 22.4rem;
    border-radius: 0.5rem;
  }

  .p-exemption-step__num img {
    width: 9.5rem;
  }

  .p-exemption-step__title {
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  .p-exemption-step__label {
    min-width: 14.5rem;
    margin-top: 2.2rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
  }

  .p-exemption-step__balloon {
    width: 20.8rem;
    padding: 1.1rem 2rem;
    border-radius: 0.5rem;
  }
  .p-exemption-step__balloon::before {
    border-width: 0 0.8rem 1.2rem 0.8rem;
  }

  .p-exemption-step__balloon.p-exemption-step__balloon--small {
    width: 14.4rem;
    padding: 1.1rem 2rem;
  }

  .p-exemption-step.p-exemption-step--only-title .p-exemption-step__title {
    margin-top: 2.6rem;
  }
}
/*---------------------------------

Utility

---------------------------------*/
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}

