@charset "UTF-8";
body {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #333;
}

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

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

li {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  visibility: hidden;
}

.l-footer {
  background: #0099A4;
  color: white;
  width: 100%;
  text-align: center;
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  padding: 1.5rem 1rem;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__inner {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
.l-footer__left-logo {
  width: 45%;
  margin: 0 auto 1rem;
}
.l-footer__left-logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__left-logo {
    width: 40%;
    text-align: left;
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__left-logo {
    width: 45%;
    margin: 0 0 1rem;
  }
  .l-footer__left-logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__left-logo {
    width: 30%;
  }
  .l-footer__left-logo img {
    width: 100%;
  }
}
.l-footer__left-text {
  line-height: 1.5em;
  margin-top: 2rem;
  /*margin-bottom: 1rem;*/
  font-size: 0.875rem;
}
.l-footer__left-text a {
  text-decoration: underline;
}
.l-footer__left-comlogo {
  width: 100%;
  margin: 0 auto 1rem;
}
.l-footer__left-comlogo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__left-comlogo-wrap {
    justify-content: flex-start;
  }
}
.l-footer__left-comlogo-wrap span {
  display: inline-block;
  margin-left: 1rem;
}
.l-footer__left-comlogo img {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .l-footer__left-comlogo img {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__left-comlogo {
    width: auto;
    margin: 0 0 1rem;
  }
  .l-footer__left-comlogo img {
    width: 80px;
  }
}
.l-footer__right-inner {
  width: 100%;
  padding-right: 3rem;
  text-align: right;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__right-inner {
    border-bottom: none;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    padding-right: 1.5rem;
  }
}
.l-footer__right-li {
  display: inline-block;
  width: 100%;
  line-height: 2;
}
.l-footer__right-link {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
}
.l-footer__right-link:after {
  border: none;
  display: inline-block;
  margin-left: 0.5em;
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: white;
  position: absolute;
  width: auto;
  top: 0%;
}
.l-footer__bottom {
  padding: 0 0 1.5rem;
  font-size: 0.875rem;
  text-align: center;
}

.l-header {
  padding: 1.5rem 1rem;
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 1280px) {
  .l-header {
    padding: 2rem;
  }
}
.l-header__logo {
  text-align: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: auto;
  }
}
.l-header__logo-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-header__logo-link {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
}
.l-header__logo-title {
  display: block;
  width: auto;
  text-align: left;
  margin-top: 0.5em;
  width: 100px;
}
.l-header__logo-title img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__logo-title {
    display: inline-block;
    margin-top: 0em;
  }
}
@media screen and (min-width: 768px) {
  .l-header__logo-title {
    width: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo-title {
    width: 130px;
  }
}
.l-header__logo-subtitle {
  display: block;
  font-size: 0.75rem;
  margin-left: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-header__logo-subtitle {
    display: inline-block;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo-subtitle {
    font-size: 1rem;
  }
}

.l-result {
  width: 100%;
}
.l-result__title {
  width: 100%;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #D6DEE1;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-result__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.l-result__title :after {
  position: absolute;
  bottom: -2px;
  content: " ";
  display: block;
  width: 20%;
  border-bottom: solid 2px #0099A4;
}
.l-result__title-main {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  width: 100%;
}
.l-result__title-main-searchresultitle {
  margin-bottom: 0.85rem;
  display: block;
}
.l-result__title-sub {
  font-size: 1rem;
}
.l-result__title-link {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
  padding-right: 1.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-result__title-link {
    margin-top: 0;
  }
}
.l-result__title-link:after {
  border: none;
  display: inline-block;
  margin-left: 0.5em;
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #0099A4;
  position: absolute;
  width: auto;
  top: 12.5%;
}
.l-result__title-noline {
  width: 100%;
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-result__title-noline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.l-result__list {
  /*a:hover {
      img {
          opacity: 0.5;
      }
  }*/
}
@media screen and (min-width: 768px) {
  .l-result__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.l-result__list img {
  /*transition: 0.2s;*/
}
.l-result__list::after {
  content: "";
  display: block;
  width: 30%;
}
.l-result__block {
  transition: 0.3s;
  margin-bottom: 2.5rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  /*&:last-child {
      margin-bottom: 0;
  }*/
}
@media screen and (min-width: 768px) {
  .l-result__block {
    width: 31%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    /*&:last-child {
        margin-bottom: 2.5rem;
    }*/
  }
  .l-result__block:hover {
    box-shadow: none;
    margin-top: 0.2rem;
    margin-bottom: 2.3rem;
  }
}
.l-result__block-detail {
  box-shadow: none;
}
.l-result__block-detail:hover {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-result__block-detail {
    width: 100%;
  }
}
.l-result__block-slide {
  margin-top: 1rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .l-result__block-slide {
    margin-left: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-result__block-slide {
    margin-left: 2.625rem;
  }
}
.l-result__block-slide:hover {
  margin-top: 1.2rem;
  margin-bottom: 2.3rem;
}
.l-result__block-inner {
  padding: 0 1rem 4rem;
}
@media screen and (min-width: 768px) {
  .l-result__block-inner {
    padding: 0 0.75rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-result__block-inner {
    padding: 0 1.25rem 4rem;
  }
}
.l-result__block-inner-slide {
  padding: 0 0.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .l-result__block-inner-slide {
    padding: 0 0.75rem 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-result__block-inner-slide {
    padding: 0 0.75rem 3.5rem;
  }
}
.l-result__block .continue {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0099A4;
  width: 100%;
  padding: 0.75em 0;
  text-align: center;
  background: #D6EEED;
  font-size: 0.875rem;
  font-weight: 500;
}
.l-result__block .continue::after {
  display: inline-block;
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: auto;
  font-size: 1em;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  padding-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-result__block .continue {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-result__block .continue {
    font-size: 1rem;
  }
}
.l-result__block .continue-slide {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-result__block .continue-slide {
    font-size: 0.875rem;
  }
}
.l-result__img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-result__img {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-result__img {
    margin-bottom: 1rem;
  }
}
.l-result__img-slide {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1280px) {
  .l-result__img-slide {
    margin-bottom: 0.75rem;
  }
}
.l-result__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-result__area {
  color: #0099A4;
  font-weight: 500;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-feature-settings: "palt";
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-result__area {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-result__area {
    font-size: 0.875rem;
  }
}
.l-result__area-slide {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .l-result__area-slide {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-result__area-slide {
    margin-bottom: 0.5rem;
  }
}
.l-result__area .open {
  color: #ea2354;
}
.l-result__area.kensaku {
  margin-bottom: 0.4rem;
}
.l-result__name {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3em;
  margin-bottom: 0.5rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .l-result__name {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-result__name {
    font-size: 1.125rem;
  }
}
.l-result__name-slide {
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .l-result__name-slide {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-result__name-slide {
    margin-bottom: 0.5rem;
  }
}
.l-result__label {
  width: 100%;
  font-feature-settings: "palt";
}
.l-result__label-parts {
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #0099A4;
  border-radius: 3px;
  font-weight: 500;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  .l-result__label-parts {
    font-size: 0.625rem;
    padding: 0.2em 0.3em;
  }
}
@media screen and (min-width: 1024px) {
  .l-result__label-parts {
    font-size: 0.8rem;
    padding: 0.5em;
  }
}
.l-result__label-job {
  color: #0099A4;
  background: white;
}
.l-result__label-status-s {
  border: 1px solid #0099A4;
  color: white;
  background: #0099A4;
}
.l-result__label-status-p {
  border: 1px solid #E8781D;
  color: white;
  background: #E8781D;
}
.l-result__label-slide {
  font-size: 0.625rem;
  text-align: center;
  padding: 0.2em 0.3em;
  border-radius: 3px;
  margin-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  .l-result__label-slide {
    font-size: 0.7rem;
    margin-right: 0.3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-result__label-slide {
    font-size: 0.75rem;
    margin-right: 0.3rem;
  }
}
.l-result__kodawari {
  width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #D6DEE1;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}
.l-result__kodawari :after {
  position: absolute;
  bottom: -2px;
  content: " ";
  display: block;
  width: 20%;
  border-bottom: solid 2px #0099A4;
}
.l-result__pr-text {
  line-height: 1.8em;
  margin-bottom: 1rem;
}
.l-result__access {
  width: 100%;
  background: #FEF4EC;
  border-radius: 8px;
  padding: 1.5rem 1rem;
  text-align: center;
}
.l-result__access-lead {
  color: #E8781D;
  font-weight: 700;
}
.l-result__access-link {
  margin-top: 1rem;
  font-weight: 500;
  display: block;
}
.l-result__access-linktext {
  text-decoration: underline;
}
.l-result__access-tel {
  margin-top: 1rem;
  font-weight: 500;
}
.l-result__access-method {
  display: block;
  width: 100%;
  background: #E8781D;
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 1rem;
  padding: 0.8rem 0;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 2px rgba(24, 24, 24, 0.301);
}
.l-result__access-method .telnum {
  font-size: 1.25rem;
  text-decoration: underline;
}
.l-result__access-method .mail {
  position: relative;
  padding-left: 1.5em;
}
.l-result__access-method .mail::before {
  border: none;
  display: inline-block;
  margin-right: 0.5em;
  content: "\f0e0";
  font-weight: 300;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: auto;
  top: 20%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-result__access-method {
    width: auto;
    min-width: 50%;
    padding: 1.25rem 1.5rem;
    display: inline-block;
  }
}
.l-result__access-maneger {
  font-size: 0.875rem;
  font-weight: 300;
  width: 100%;
  display: inline-block;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .l-result__access-maneger {
    width: auto;
    margin-top: 0;
  }
}
.l-result__table {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.8em;
  border-bottom: 1px solid #D6DEE1;
  width: 100%;
}
.l-result__table tr {
  border-top: 1px solid #D6DEE1;
  text-align: left;
}
.l-result__table th,
.l-result__table td {
  vertical-align: middle;
  width: 100%;
  display: inline-block;
  padding: 0.5em 0.7em;
}
@media screen and (min-width: 768px) {
  .l-result__table th,
  .l-result__table td {
    display: table-cell;
  }
}
.l-result__table th {
  background: #F2F4F6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-result__table th {
    width: 18%;
  }
}
@media screen and (min-width: 768px) {
  .l-result__table td {
    width: auto;
  }
}
.l-result__table-entryperiod {
  color: #E8781D;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .l-result__left {
    width: 64%;
  }
  .l-result__left .l-result__block {
    width: 48.18%;
  }
  .l-result__left .l-result__block-detail {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .l-result__left {
    width: 772px;
  }
}

.l-result__right {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .l-result__right {
    width: 30%;
  }
}

.c-btn {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .c-btn__left {
    text-align: left;
  }
}
.c-btn__cancel {
  background: #587985;
  -webkit-appearance: none;
}
.c-btn__cancel:hover {
  background: hsla(196, 20%, 43%, 0.5);
}
.c-btn__decision {
  background: #E8781D;
  -webkit-appearance: none;
}
.c-btn__decision:hover {
  background: rgba(232, 120, 29, 0.5);
}
.c-btn__application {
  display: block;
  width: 100%;
}
.c-btn__application input {
  display: none;
}
.c-btn__application-link {
  background: #ea2354;
  color: white;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding: 0.8em 3rem 0.9em 1rem;
  border-radius: 6px;
  width: 100%;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .c-btn__application-link {
    font-size: 1.25em;
    padding: 1em 5rem 1em 3rem;
    border-radius: 10px;
  }
}
.c-btn__application-link::after {
  position: absolute;
  right: 1rem;
  top: 45%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  content: url(../img/pg-arrow.svg);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-btn__application-link::after {
    right: 2rem;
  }
}
.c-btn__application-link:hover {
  background: #e24c71;
}

/*----------------------------------------ページトップ----------------------------------------*/
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #0099A4;
  border-radius: 50%;
  border: 1px solid white;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  #page_top {
    width: 90px;
    height: 90px;
    border: 2px solid white;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page_top a::before {
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}
#page_top a::after {
  content: none;
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page_top a::after {
    content: "ページ上へ";
  }
}

/*----------------------------------------ページトップここまで----------------------------------------*/
.mt3 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .mt3 {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .mt3 {
    margin-top: 3.5rem;
  }
}

.mt6 {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .mt6 {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .mt6 {
    margin-top: 6rem;
  }
}

.mb_0 {
  margin-bottom: 0;
}

.mb_6bb {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .mb_6bb {
    margin-bottom: 8rem;
  }
}

.mb6plus20 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .mb6plus20 {
    margin-bottom: 7.25rem;
  }
}

.c-breadcrumb {
  background: #DAEFEE;
  font-size: 0.875rem;
}
.c-breadcrumb__inner {
  padding: 1.5rem 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-breadcrumb__inner {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.c-breadcrumb__link {
  color: #0099A4;
  text-decoration: underline;
}

.c-paging,
.pnavi {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 20px;
  color: #0099A4;
  margin-top: 2rem;
}
.c-paging a,
.pnavi a {
  text-decoration: underline;
  margin-right: 1rem;
}
.c-paging .current,
.pnavi .current {
  display: inline-block;
  background: #0099A4;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.5rem;
  color: white;
}
.c-paging .next,
.pnavi .next {
  margin-right: 0.5rem;
}
.c-paging .next a,
.pnavi .next a {
  text-decoration: underline;
  color: #0099A4;
}
.c-paging .prev a,
.pnavi .prev a {
  text-decoration: underline;
  color: #0099A4;
}

.c-br-md-n {
  display: inline;
}
@media screen and (min-width: 768px) {
  .c-br-md-n {
    display: none;
  }
}

.c-br-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-br-md {
    display: inline;
  }
}

.c-br-lg-n {
  display: inline;
}
@media screen and (min-width: 1024px) {
  .c-br-lg-n {
    display: none;
  }
}

.c-br-lg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br-lg {
    display: inline;
  }
}

.c-br-xl-n {
  display: inline;
}
@media screen and (min-width: 1280px) {
  .c-br-xl-n {
    display: none;
  }
}

.c-br-xl {
  display: none;
}
@media screen and (min-width: 1280px) {
  .c-br-xl {
    display: inline;
  }
}

.c-search {
  /*-------------------*/
}
.c-search__panel {
  background: white;
  /*box-shadow: 0px 0px 2px 1px rgba(24, 24, 24, 0.2);*/
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) {
  .c-search__panel {
    width: 960px;
    margin: auto;
    /*box-shadow: 0px 0px 3px 2px rgba(24, 24, 24, 0.3);*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 1024px) {
  .c-search__panel-side {
    width: 100%;
    margin: 0;
  }
}
.c-search__title {
  background: #0099A4;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.5em 0;
}
.c-search__inner {
  padding: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-search__inner {
    width: 85%;
    margin: auto;
    padding: 2rem 0;
  }
}
.c-search__btn {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-search__btn {
    flex-wrap: nowrap;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-search__btn {
    width: 82%;
    margin: auto auto 2rem;
  }
}
.c-search__btn-type {
  width: 100%;
  height: 45px;
  overflow: hidden;
  line-height: 41px;
  border: 2px solid #0099A4;
  border-radius: 4px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 2rem 0 1rem;
  margin-bottom: 1rem;
  position: relative;
  transition: 0.2s;
}
.c-search__btn-type:hover {
  background: rgba(27, 135, 143, 0.15);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-search__btn-type {
    width: 31%;
    margin-bottom: 0;
  }
}
.c-search__btn-type:after {
  border: none;
  display: inline-block;
  margin-left: 0.5em;
  content: "＋";
  font-weight: 900;
  position: absolute;
  width: auto;
  color: #0099A4;
  top: -1px;
  right: 5px;
}
.c-search__btn-side {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.c-search__btn-side-type {
  width: 100%;
  margin-bottom: 1rem;
}
.c-search__kodawari-toggle {
  display: none;
}
.c-search__kodawari-title {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  background: #D6EEED;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  position: relative;
  transition: all 0.3s;
}
.c-search__kodawari-title::after {
  content: "";
  position: absolute;
  top: 15pt;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0099A4;
  border-left: solid 2px #0099A4;
  transform: rotate(225deg);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-search__kodawari-title::after {
    display: none;
  }
}
.c-search__kodawari-toggle:checked + .c-search__kodawari-title + .c-search__kodawari-list {
  line-height: 2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  height: auto;
}
.c-search__kodawari-list {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  border-bottom: 1px solid #D6DEE1;
}
@media screen and (min-width: 768px) {
  .c-search__kodawari-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    height: auto;
  }
}
.c-search__kodawari-listcheck {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-search__kodawari-listcheck {
    width: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .c-search__kodawari-listcheck {
    width: 25%;
  }
}
.c-search__kodawari-listcheck.kodawari-listcheck_wide {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-search__kodawari-listcheck.kodawari-listcheck_wide {
    width: 66%;
  }
}
@media screen and (min-width: 1024px) {
  .c-search__kodawari-listcheck.kodawari-listcheck_wide {
    width: 50%;
  }
}
.c-search__kodawari-listcheck-side {
  width: 100%;
}
.c-search__kodawari-listcheck_space {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-search__kodawari-listcheck_space {
    display: inline-block;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .c-search__kodawari-listcheck_space-side {
    display: none;
  }
}
.c-search__kodawari-toggle:checked + .c-search__kodawari-title::after {
  transform: rotate(45deg);
}
.c-search__submit {
  text-align: center;
}
.c-search__submit-inner input {
  display: none;
}
.c-search__submit-inner-b {
  width: 100%;
  display: block;
  background: #E8781D;
  border-radius: 4px;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 1em 0;
  -webkit-appearance: none;
  transition: 0.2s;
}
.c-search__submit-inner-b:hover {
  cursor: pointer;
  cursor: hand;
  background: rgba(232, 120, 29, 0.5);
}
@media screen and (min-width: 768px) {
  .c-search__submit-inner-b {
    display: inline-block;
    width: auto;
    padding: 1em 5em;
  }
}
.c-search__submit-inner-guide {
  width: 100%;
  display: block;
  background: #E8781D;
  border-radius: 4px;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5em 1em;
  -webkit-appearance: none;
  transition: 0.2s;
  margin-right: 0;
  line-height: 1.3;
}
.c-search__submit-inner-guide:hover {
  cursor: pointer;
  cursor: hand;
  background: rgba(232, 120, 29, 0.5);
}
@media screen and (min-width: 768px) {
  .c-search__submit-inner-guide {
    padding: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .c-search__submit-inner-guide {
    display: inline-block;
    width: auto;
    margin-right: 32px;
    font-size: 1rem;
    padding: 1em;
  }
}
.c-search__submit-inner-text {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
}
.c-search__submit-inner-text::after {
  border: none;
  display: inline-block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: auto;
  top: 10%;
  left: -0.5rem;
}
.c-search__title-side {
  text-align: left;
  font-weight: 700;
  color: #333;
  text-align: left;
  font-size: 1.125rem;
  padding: 1rem 1.5rem;
  display: block;
  border-bottom: 1px solid #D6DEE1;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-search__title-side {
    padding: 1.5rem 1.5rem 1rem;
  }
}
.c-search__title-side::after {
  content: "";
  position: absolute;
  top: 14pt;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0099A4;
  border-left: solid 2px #0099A4;
  transform: rotate(225deg);
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .c-search__title-side::after {
    display: none;
  }
}
.c-search__title-side-toggle {
  display: none;
}
.c-search__title-side-toggle:checked + .c-search__title-side + .c-search__inner-side {
  padding: 1.5rem 1.5rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-search__title-side-toggle:checked + .c-search__title-side + .c-search__inner-side {
    padding: 1.5rem 0;
  }
}
.c-search__inner-side {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .c-search__inner-side {
    padding: 0 0;
  }
}
.c-search__title-side-toggle:checked + .c-search__title-side::after {
  transform: rotate(45deg);
}
.c-search__kodawari-title-side {
  font-weight: 500;
  margin: 1rem 0;
}
.c-search__kodawari-list-side {
  overflow: unset;
  line-height: 2rem;
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
  height: auto;
}

.bb {
  border-bottom: 1px solid #D6DEE1;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-overlay {
  align-items: flex-start;
  /*トップに*/
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms linear;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .modal-overlay {
    align-items: center;
  }
}

.modal-overlay-guide {
  align-items: center;
}

.modal-container {
  background-color: #fff;
  transform: translate(100%, 0);
  transition: transform 300ms ease-in-out;
  width: 100%;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .modal-container {
    transform: translate(0, 24px);
    width: 90%;
    border-radius: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-container {
    width: 1000px;
  }
}
.modal-container.c-modal_guide {
  transform: translate(0, 24px);
  width: 90%;
  border-radius: 8px;
}
@media screen and (min-width: 1024px) {
  .modal-container.c-modal_guide {
    width: 700px;
  }
}

.modal-title {
  border-bottom: 1px solid #dedede;
  font-size: 1.25rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.5rem;
}

/*.button {
    background-color: #71c9ce;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    cursor: pointer;
    line-height: 1;
    outline: 0;
    padding: 0.75rem 1rem;
}*/
/* アニメーション */
.modal[aria-hidden=false] .modal-overlay {
  animation: fadeIn 300ms ease-in-out forwards;
}

@media screen and (max-width: 767px) {
  .modal[aria-hidden=false] .modal-container {
    animation: slideIn 300ms ease-in-out forwards;
  }
}
@media screen and (min-width: 768px) {
  .modal[aria-hidden=false] .modal-container {
    animation: slideIn_m 300ms ease-in-out forwards;
  }
}

.modal[aria-hidden=true] .modal-overlay {
  animation: fadeOut 300ms ease-in-out forwards;
}

@media screen and (max-width: 767px) {
  .modal[aria-hidden=true] .modal-container {
    animation: slideOut 300ms ease-in-out forwards;
  }
}
@media screen and (min-width: 768px) {
  .modal[aria-hidden=true] .modal-container {
    animation: slideOut_m 300ms ease-in-out forwards;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideIn {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes slideOut {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(100%, 0);
  }
}
@keyframes slideIn_m {
  from {
    transform: translate(0, 24px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes slideOut_m {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 24px);
  }
}
/*--------------------------------オリジナルはここから--------------------------------*/
input[type=checkbox][disabled] + span {
  color: #b6b4b4;
}

.modal-container {
  max-height: 90vh;
  overflow-y: auto;
}

.c-modal {
  line-height: 1.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-modal {
    padding: 3rem 2rem;
  }
}
.c-modal__title {
  background: #0099A4;
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.5em 0;
  width: 100%;
}
.c-modal__title-p {
  color: white;
}
@media screen and (min-width: 768px) {
  .c-modal__title-p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__title {
    display: block;
    text-align: left;
    color: #333;
    background: none;
    width: 100%;
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: solid 2px #D6DEE1;
    margin-bottom: 1.25rem;
  }
  .c-modal__title :after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    display: block;
    width: 20%;
    border-bottom: solid 2px #0099A4;
  }
}
.c-modal__inner {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-block-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #D6DEE1;
    padding: 0.7rem 0;
  }
  .c-modal__listcheck-block-area:first-child {
    border-top: none;
  }
}
.c-modal__listcheck-toggle {
  display: none;
}
.c-modal__listcheck-b {
  display: none;
}
.c-modal__listcheck-label {
  width: 100%;
  display: block;
  padding: 0.5rem;
  border-top: 1px solid #D6DEE1;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-label {
    width: 16%;
    border-top: none;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .c-modal__listcheck-label {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-label.occupation-label {
    width: 7%;
  }
}
@media screen and (min-width: 1280px) {
  .c-modal__listcheck-label.occupation-label {
    width: 10%;
  }
}
@media screen and (min-width: 1280px) {
  .c-modal__listcheck-label {
    padding: 0.5rem;
  }
}
.c-modal__listcheck-label::after {
  content: "";
  position: absolute;
  top: 16pt;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0099A4;
  border-left: solid 2px #0099A4;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-label::after {
    content: none;
  }
}
.c-modal__listcheck-toggle:checked + .c-modal__listcheck-label + .c-modal__listcheck-ul {
  line-height: 1.8em;
  height: auto;
}
.c-modal__listcheck-toggle:disabled + .c-modal__listcheck-label {
  color: #b6b4b4;
}
.c-modal__listcheck-ul {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-ul {
    overflow: unset;
    width: 84%;
    line-height: 1.8em;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-modal__listcheck-ul.occupation-ul {
    width: 90%;
  }
}
.c-modal__listcheck-ul.occupation-label-ul-other {
  line-height: 1.8em;
  height: auto;
}
.c-modal__listcheck-li {
  width: 33.3333%;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-li {
    width: 14%;
  }
}
.c-modal__listcheck-li label {
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-li label {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-modal__listcheck-li label {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-modal__listcheck-li label {
    padding: 0.5rem;
    font-size: 1rem;
  }
}
.c-modal__listcheck-li2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-li2 {
    width: 30%;
    display: inline-block;
  }
  .c-modal__listcheck-li2:nth-child(3n) {
    width: 22%;
  }
  .c-modal__listcheck-li2:nth-child(3n-1) {
    width: 43%;
  }
}
.c-modal__listcheck-li2 label {
  width: 100%;
  display: inline-block;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-modal__listcheck-li2 label {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-modal__listcheck-li2 label {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-modal__listcheck-li2 label {
    padding: 0.5rem;
    font-size: 1rem;
  }
}
.c-modal__listcheck-toggle:checked + .c-modal__listcheck-label::after {
  transform: rotate(225deg);
}
.c-modal__submit {
  background-color: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .c-modal__submit {
    background: none;
    padding: 0;
    margin-top: 1rem;
  }
}
.c-modal__submit-btn {
  text-align: center;
  padding: 0.8em 0;
  display: inline-block;
  border-radius: 4px;
  color: white;
  width: 40%;
  border: none;
  transition: 0.2s;
}
.c-modal__submit-btn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-modal__submit-btn {
    width: 20%;
  }
}
.c-modal__submit-btn:first-child {
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal__submit-btn:first-child {
    margin-right: 3rem;
  }
}
.c-modal__closebtn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  display: block;
}
.c-modal__closebtn::before, .c-modal__closebtn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #fff;
}
.c-modal__closebtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__closebtn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__closebtn:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-modal__closebtn {
    top: 1rem;
    right: 1rem;
    width: 24px;
    height: 24px;
  }
  .c-modal__closebtn::before, .c-modal__closebtn::after {
    /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    /* 棒の幅（太さ） */
    height: 30px;
    /* 棒の高さ */
    background: #333;
  }
}
.c-modal__guide-select {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-modal__guide-select {
    flex-wrap: nowrap;
  }
}
.c-modal__guide-title {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .c-modal__guide-title {
    margin-top: 0em;
  }
}
.c-modal__guide-text {
  padding: 0 2rem 1rem;
  text-align: left;
}
.c-modal__guide-btn {
  border: none;
  width: 80%;
  font-size: 1rem;
  font-weight: 500;
}
.c-modal__guide-btn:first-child {
  margin-right: 0;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-modal__guide-btn {
    font-size: 1.35rem;
    width: 40%;
  }
  .c-modal__guide-btn:first-child {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.bb {
  display: none;
}
@media screen and (min-width: 768px) {
  .bb {
    border-bottom: 1px solid #D6DEE1;
    width: 100%;
  }
}

.p-index-mv {
  background-image: linear-gradient(0deg, rgb(214, 238, 237), rgb(246, 251, 251));
  position: relative;
  text-align: center;
  height: 535px;
  line-height: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-index-mv {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv {
    height: 350px;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv {
    height: 490px;
  }
}
.p-index-mv__inner {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__inner {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
}
.p-index-mv__title {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-index-mv__title img {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__title {
    margin: 0;
    width: 30%;
  }
  .p-index-mv__title img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__title {
    width: 464px;
  }
}
.p-index-mv__illust {
  width: 100%;
  margin: 1rem auto;
}
.p-index-mv__illust img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__illust {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__illust {
    margin: 0;
    width: 50%;
    margin-left: 2rem;
  }
  .p-index-mv__illust img {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__illust {
    width: 750px;
  }
}
.p-index-mv__title-text {
  margin-top: 1rem;
  line-height: 1.75em;
}
.p-index-mv__tag {
  width: 88px;
  position: absolute;
  right: 1rem;
  z-index: 105;
}
@media screen and (min-width: 768px) {
  .p-index-mv__tag {
    width: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__tag {
    width: 161px;
    right: 100px;
  }
}
.p-index-mv__tag img {
  width: 100%;
}
.p-index-mv__bg-left, .p-index-mv__bg-right {
  position: absolute;
  width: 80%;
  z-index: 10;
}
.p-index-mv__bg-left img, .p-index-mv__bg-right img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-index-mv__bg-left, .p-index-mv__bg-right {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__bg-left, .p-index-mv__bg-right {
    width: 35%;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__bg-left, .p-index-mv__bg-right {
    width: 42%;
  }
}
@media screen and (min-width: 1600px) {
  .p-index-mv__bg-left, .p-index-mv__bg-right {
    width: 35%;
  }
}
.p-index-mv__bg-left {
  left: 0;
  bottom: 0;
}
.p-index-mv__bg-right {
  right: 0;
  top: 0;
}

.p-index-search {
  background: #F4FAFA;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-index-search {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-search {
    padding: 3rem 0rem;
  }
}

.p-index-result {
  /*@include xlblock;*/
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-index-result {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-result {
    padding: 3rem 0;
  }
}
.p-index-result-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.p-index-result-title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  background: #0099A4;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-index-result-slider .slick-track {
  display: flex;
}
.p-index-result-slider .slick-slide {
  height: auto !important;
}

.p-list-result {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-list-result {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-list-result {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-list-result {
    flex-direction: row;
  }
}

.p-detail-result {
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-detail-result {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-detail-result {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-detail-result {
    flex-direction: row;
  }
}

.p-privacy {
  padding: 1.5rem 1rem;
  line-height: 1.8em;
}
.p-privacy a {
  text-decoration: underline;
  color: blue;
}
@media screen and (min-width: 768px) {
  .p-privacy {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacy {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-privacy {
    margin-bottom: 100px;
  }
}
.p-privacy__article-dt {
  font-weight: 500;
  font-size: 1.25em;
  margin-top: 3rem;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .p-privacy__article-dt {
    font-size: 1.375em;
    margin-top: 4rem;
    margin-bottom: 1em;
  }
}
.p-privacy__article-ol-li {
  list-style-type: decimal;
  margin-left: 1em;
}
.p-privacy__article-ol-li-parentheses {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.p-privacy__article-ol-li-parentheses:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.p-privacy__article-ol-li-maru-li {
  margin-left: 1em;
  text-indent: -1em;
}
.p-privacy__linklist {
  margin-top: 2rem;
}
.p-privacy__linklist li {
  margin-bottom: 1rem;
}
.p-privacy__linklist a {
  color: bule;
  text-decoration: underline;
  position: relative;
  /* 
  &:after {
      border: none;

      margin-left: 0.5em;
      content: "\f35d";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      width: auto;
      bottom: 0%;

  }*/
}

.orange {
  color: #E8781D;
}

.bold500 {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .bold500 {
    font-size: 1.125rem;
  }
}

.bold700 {
  font-weight: 700;
}

.p-publicguide-mv {
  z-index: 8;
  height: 600px;
}
@media screen and (min-width: 768px) {
  .p-publicguide-mv {
    height: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide-mv {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide-mv {
    height: 490px;
  }
}
.p-publicguide-mv__inner {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  line-height: 1.8em;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-publicguide-mv__inner {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
}
.p-publicguide-mv__title {
  text-align: center;
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .p-publicguide-mv__title {
    width: auto;
    padding-bottom: 0;
  }
}
.p-publicguide-mv__h2 {
  color: white;
  background: #0099A4;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 0.3em 0.5em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-publicguide-mv__h2 {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-publicguide-mv__h2 {
    color: white;
    background: #0099A4;
    font-size: 1.75rem;
    font-weight: 500;
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide-mv__h2 {
    width: 100%;
    display: block;
  }
}
.p-publicguide-mv__midashi {
  font-size: 1.5em;
  font-weight: 700;
  /*text-align: left;*/
  line-height: 1.45em;
  margin-top: 1rem;
}
.p-publicguide-mv__midashi .big {
  font-size: 1.2em;
  line-height: 0em;
  vertical-align: -0.1em;
}
@media screen and (min-width: 768px) {
  .p-publicguide-mv__midashi {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide-mv__midashi {
    text-align: left;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide-mv__midashi {
    font-size: 2.1875rem;
  }
}
.p-publicguide-mv__sub-midashi {
  margin-top: 1rem;
  line-height: 1.75em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .p-publicguide-mv__sub-midashi {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-publicguide__nav {
  padding: 1.5rem 1rem;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-publicguide__nav {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__nav {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__nav {
    padding: 6rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__nav {
    padding: 6rem 0;
  }
}
.p-publicguide__nav-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-publicguide__nav-ul::after {
  content: "";
  display: block;
  width: 48.75%;
}
.p-publicguide__nav-li {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1rem;
}
.p-publicguide__nav-li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-publicguide__nav-li {
    width: 31%;
    font-size: 1.125rem;
  }
  .p-publicguide__nav-li:nth-last-child(2), .p-publicguide__nav-li:nth-last-child(3) {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__nav-li {
    width: 24%;
    font-size: 1.25rem;
  }
  .p-publicguide__nav-li:nth-last-child(3) {
    margin-bottom: 1em;
  }
}
.p-publicguide__nav-link {
  display: block;
  width: 100%;
  padding: 0.8em;
  font-weight: 500;
  border: 2px solid #0099A4;
  border-radius: 6px;
  position: relative;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-publicguide__nav-link {
    padding: 1em 1.5em;
    border-radius: 10px;
    border: 3px solid #0099A4;
  }
}
.p-publicguide__nav-link::after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  content: url(../img/pg-nav.svg);
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-publicguide__nav-link::after {
    right: 1rem;
  }
}
.p-publicguide__nav-link:hover {
  background: #d6eeed;
}

.bglightblue {
  background: #f4fafa;
  padding: 4rem 0 5rem;
}
@media screen and (min-width: 1024px) {
  .bglightblue {
    padding: 6rem 0 7.25rem;
  }
}

.p-publicguide {
  padding: 1.5rem 1rem;
  padding: 1.5rem;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .p-publicguide {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-publicguide {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-publicguide__table {
  width: 100%;
  border: 2px solid #595757;
  text-align: center;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  table-layout: fixed;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-publicguide__table {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__table {
    font-size: 1.25rem;
  }
}
.p-publicguide__table-th {
  background: #0099A4;
  color: white;
  font-size: 1.125rem;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .p-publicguide__table-th {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__table-th {
    font-size: 1.875rem;
  }
}
.p-publicguide__table-td {
  background: #D6EEED;
  color: #0099A4;
}
.p-publicguide__table tr {
  border-bottom: 1px solid #595757;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .p-publicguide__table tr {
    height: 100px;
  }
}
.p-publicguide__table th {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-publicguide__table th {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__table th {
    font-size: 1.875rem;
  }
}
.p-publicguide__table th,
.p-publicguide__table td {
  vertical-align: middle;
  border-right: 1px solid #595757;
  padding: 0.5rem 0;
}
.p-publicguide__table th .number,
.p-publicguide__table td .number {
  font-size: 1.5em;
  display: inline-block;
}
.p-publicguide__table th .zeikomi,
.p-publicguide__table td .zeikomi {
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-publicguide__table th,
  .p-publicguide__table td {
    padding: 1em 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__table th,
  .p-publicguide__table td {
    padding: 0;
  }
}
.p-publicguide__table th:first-child {
  background: rgb(8, 183, 198);
  background: linear-gradient(90deg, rgb(8, 183, 198) 0%, rgb(40, 67, 127) 100%) !important;
  color: white;
}
.p-publicguide__table th:first-child,
.p-publicguide__table td:first-child {
  /*width: 22%;*/
  width: 25%;
}
@media screen and (min-width: 768px) {
  .p-publicguide__table th:first-child,
  .p-publicguide__table td:first-child {
    width: 25%;
  }
}
.p-publicguide__table-bikou {
  margin-top: 1rem;
}
.p-publicguide__strength {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-publicguide__strength-lead {
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-lead {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__strength-lead {
    margin-bottom: 4rem;
  }
}
.p-publicguide__strength-li {
  width: 100%;
  margin-top: 3rem;
  border: 2px solid #0099A4;
  background: #0099A4;
}
.p-publicguide__strength-li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-li {
    width: 46%;
    margin-top: 3rem;
  }
  .p-publicguide__strength-li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__strength-li {
    margin-top: 5rem;
  }
}
.p-publicguide__strength-img {
  position: relative;
  background: white;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}
.p-publicguide__strength-img img {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-img img {
    width: 73%;
  }
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-img {
    padding-bottom: 1.5rem;
  }
}
.p-publicguide__strength-num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 3.5rem;
  aspect-ratio: 1/1;
  background: #0099A4;
  border-radius: 0 0 20px;
}
.p-publicguide__strength-num img {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-num {
    width: 4rem;
    border-radius: 0 0 20px;
  }
  .p-publicguide__strength-num img {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__strength-num {
    width: 5rem;
    border-radius: 0 0 24px;
  }
  .p-publicguide__strength-num img {
    width: 60%;
  }
}
.p-publicguide__strength-title {
  color: #E8781D;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-title {
    font-size: 1.35rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__strength-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-publicguide__strength-title {
    font-size: 1.875rem;
  }
}
.p-publicguide__strength-text {
  background: #0099A4;
  line-height: 1.8;
  color: white;
  padding: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-publicguide__strength-text {
    padding: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-publicguide__strength-text {
    padding: 1.5rem;
  }
}
.p-publicguide__about {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-publicguide__about-text {
  width: 100%;
}
.p-publicguide__about-img {
  width: 100%;
}
.p-publicguide__about-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-publicguide__about-text {
    width: 51%;
  }
  .p-publicguide__about-img {
    width: 42%;
  }
}
.p-publicguide__about-kome {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
  color: #E8781D;
  font-weight: 500;
}
.p-publicguide__flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-publicguide__flow-l {
  width: 100%;
  padding-right: 0;
  margin-bottom: 1rem;
}
.p-publicguide__flow-r {
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-publicguide__flow-l {
    width: 67%;
    padding-right: 3em;
    margin-bottom: 0rem;
  }
  .p-publicguide__flow-r {
    width: 33%;
  }
}
.p-publicguide__flow-dt {
  color: #0099A4;
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 2em;
}
.p-publicguide__flow-dd {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1.125rem;
}
.p-publicguide__flow-kome {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.5em;
}
.p-publicguide__flow-sample {
  width: 100%;
  border: 1px solid #D6DEE1;
  position: relative;
  line-height: 0;
}
.p-publicguide__flow-sample img {
  width: 100%;
}
.p-publicguide__flow-label {
  position: absolute;
  top: 0;
  right: 0;
  background: #E8781D;
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5em 0.7em;
}
.p-publicguide__qa {
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-publicguide__qa {
    margin-bottom: 8rem;
  }
}
.p-publicguide__qa-question {
  width: 100%;
  font-size: 1.125rem;
  color: #0099A4;
  padding: 0.7em 3em 0.7em 0.5em;
  font-weight: 500;
  border-bottom: solid 2px #D6DEE1;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-publicguide__qa-question {
    padding: 1.2em 0.5em;
    font-size: 1.5rem;
  }
}
.p-publicguide__qa-question:hover {
  background: #d6eeed;
}
.p-publicguide__qa-question::before, .p-publicguide__qa-question::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0099A4;
}
.p-publicguide__qa-question::before {
  top: 48%;
  right: 1em;
  transform: rotate(0deg);
  transition: 0.2s;
}
.p-publicguide__qa-question::after {
  top: 48%;
  right: 1em;
  transform: rotate(90deg);
  transition: 0.4s;
}
.p-publicguide__qa-question.close::after {
  transform: rotate(0deg);
}
.p-publicguide__qa-num {
  width: 3rem;
  display: inline-block;
}
.p-publicguide__qa-answer {
  display: none;
  padding: 1.2em 0;
}
.p-publicguide .indent2 {
  display: inline-block;
  margin-left: 2em;
  text-indent: -2em;
}
.p-publicguide .indent1 {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}

.p-application {
  padding: 1.5rem 1rem;
  padding: 1.5rem;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .p-application {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-application {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
.p-application__title {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-application__title {
    width: 80%;
    margin: auto;
  }
}
.p-application:last-child {
  padding-top: 0;
}
.p-application__lead {
  font-size: 1rem;
  width: 100%;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-application__lead {
    font-size: 1.125rem;
    font-weight: 500;
    width: 80%;
  }
}
.p-application__flow {
  /*background: #e6e6e6;*/
  background: #f0efef;
  padding: 1rem;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .p-application__flow {
    padding: 1.5rem 1.5rem;
    width: 80%;
  }
}
.p-application__flow-title {
  color: #0099A4;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  border-bottom: 1px solid #0099A4;
}
.p-application__flow-title:last-of-type {
  margin-top: 2rem;
}
.p-application__flow-li {
  position: relative;
  font-size: 1.125rem;
  margin-left: 1em;
}
.p-application__flow-li::before {
  position: absolute;
  content: "●";
  display: inline-block;
  color: #0099A4;
  font-size: 0.9em;
  width: 1em;
  top: 0;
  left: -1em;
}
.p-application__form {
  width: 100%;
  margin: 3rem auto 3rem;
}
@media screen and (min-width: 1024px) {
  .p-application__form {
    margin: 6rem auto 6rem;
    width: 80%;
  }
}
.p-application__form-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: white;
  padding: 1rem;
  background: #0099A4;
}
@media screen and (min-width: 768px) {
  .p-application__form-title {
    font-size: 1.35rem;
  }
}
.p-application__form-table {
  width: 100%;
  margin-top: 3rem;
  color: #505050;
}
.p-application__form-table tr {
  border-bottom: 1px solid #D6DEE1;
  text-align: left;
}
.p-application__form-table tr:first-child {
  border-bottom: none;
}
.p-application__form-th, .p-application__form-td {
  display: block;
  width: 100%;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  .p-application__form-th, .p-application__form-td {
    display: table-cell;
    vertical-align: middle;
  }
}
.p-application__form-th .required, .p-application__form-td .required {
  font-size: 0.875rem;
  color: #df3761;
  margin-left: 0.5em;
}
.p-application__form-th .sub, .p-application__form-td .sub {
  font-size: 0.875rem;
  color: #7a7a7a;
  font-weight: 300;
}
.p-application__form-th {
  padding: 1.2rem 0rem 0;
}
@media screen and (min-width: 768px) {
  .p-application__form-th {
    width: 30%;
    padding: 1.2rem 1rem;
  }
}
.p-application__form-td {
  padding: 0.6rem 0 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-application__form-td {
    width: 70%;
    padding: 1.2rem 0;
  }
}
.p-application__form-tabletitle {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem;
  background: #D6EEED;
  margin-bottom: 1rem;
}
.p-application__form-onegai {
  margin-bottom: 0.5rem;
  display: inline-block;
  margin-top: 1.5rem;
}
.p-application__form-onegai.mt0 {
  margin-top: 0;
}
.p-application__form-text {
  width: 100%;
  font-size: 1rem;
  padding: 0.5em;
  border-radius: 6px;
  border: 1px solid #0099A4;
}
@media screen and (min-width: 768px) {
  .p-application__form-text {
    font-size: 1.125rem;
  }
}
.p-application__form-text-half {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-application__form-text-half {
    width: 30%;
  }
}
.p-application__form-text-area {
  height: 3.9em;
  line-height: 1.3;
}
.p-application__form-copyinner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .p-application__form-copyinner {
    flex-wrap: nowrap;
  }
}
.p-application__form-copy {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  color: white;
  background: #E8781D;
  border-radius: 6px;
  padding: 0.5em;
  text-align: center;
  margin-right: 0;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .p-application__form-copy {
    font-size: 1.125rem;
    width: 30%;
    margin-right: 2rem;
  }
}
.p-application__form-copytext {
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-application__form-copytext {
    font-size: 1rem;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.p-application__form-check {
  background: #f0efef;
  padding: 2rem 1rem;
  width: 100%;
  margin: 3rem auto 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-application__form-check {
    padding: 2rem;
    text-align: center;
  }
}
.p-application__form-check a {
  text-decoration: underline;
  color: #0099A4;
  /*&::after {
          display: inline-block;
          margin-left: 0.25em;
          content: "\f0c1";
          font-weight: 900;
          font-family: "Font Awesome 5 Free";
          font-size: 0.75em;
          color: $c-main;

  }*/
}
.p-application__form-check .wpcf7-list-item {
  line-height: 1.3em;
  text-indent: -1.5em;
  margin-left: 1.5em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-application__form-check .wpcf7-list-item {
    text-indent: 0em;
    margin-left: 1em;
    line-height: 1.8em;
    font-size: 1.125rem;
  }
}
.p-application__form-check-lead {
  margin-bottom: 1rem;
}
.p-application__form-check-doui {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-application__form-check-doui {
    text-align: center;
  }
}
.p-application__form-check-after {
  width: 100%;
  margin: auto;
  display: inline-block;
  text-align: center;
}
.p-application__form-submit {
  text-align: center;
}
.p-application__form-submit-b {
  margin-top: 3rem;
  width: 100%;
  display: block;
  background: #E8781D;
  border-radius: 4px;
  color: white;
  font-weight: 700;
  padding: 1em 0;
  -webkit-appearance: none;
  transition: 0.2s;
  border: none;
  font-size: 1.125em;
}
.p-application__form-submit-b:hover {
  cursor: pointer;
  cursor: hand;
  background: rgba(232, 120, 29, 0.5);
}
@media screen and (min-width: 768px) {
  .p-application__form-submit-b {
    display: inline-block;
    width: auto;
    padding: 1em 5em;
  }
}
.p-application__form-submit-b:disabled {
  background: #e6c2a3;
}
.p-application__rechaptcha {
  text-align: center;
  color: #7a7a7a;
  font-size: 0.875rem;
  margin-top: 3rem;
}
.p-application__rechaptcha a {
  color: blue;
  text-decoration: underline;
}
.p-application__kanousei {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-application__kanousei {
    width: 80%;
    margin: auto;
  }
}
.p-application__kanousei dt {
  font-weight: 500;
}
.p-application__banner {
  width: 100%;
  margin: 1rem auto 0;
}
.p-application__banner-table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-application__banner-table {
    margin-bottom: 6rem;
    table-layout: fixed;
  }
}
.p-application__banner-table tr:nth-child(2n+1) {
  background: #f0f7f6;
}
.p-application__banner-td, .p-application__banner-th:first-child {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-application__banner-td, .p-application__banner-th:first-child {
    width: 22%;
    display: table-cell;
  }
}
.p-application__banner-th, .p-application__banner-th:first-child {
  background-color: #D6EEED;
  padding: 0.5em 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-application__banner-th, .p-application__banner-th:first-child {
    display: table-cell;
  }
}
.p-application__banner-td, .p-application__banner-img {
  vertical-align: middle;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-application__banner-td, .p-application__banner-img {
    width: auto;
    display: table-cell;
    border-bottom: 1px solid #D6DEE1;
  }
}
.p-application__banner-td {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application__banner-td {
    padding: 0 1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .p-application__banner-td {
    font-size: 1.125rem;
  }
}
.p-application__banner-img {
  padding: 0 1rem 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-application__banner-img {
    padding: 1rem;
  }
}
.p-application__banner-img::before {
  content: attr(data-label);
  display: block;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-application__banner-img::before {
    content: none;
  }
}
.p-application__banner-img img {
  width: 256px;
  /*border: 1px solid $c-main;*/
}
@media screen and (min-width: 1024px) {
  .p-application__banner-img img {
    width: 320px;
  }
}
.p-application__banner-img:last-child img {
  /*border: 1px solid $c-accent;*/
}

.hissu {
  color: #ea2354;
  font-size: 0.875rem;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}

.p-banner {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-banner {
    width: 80%;
    margin: auto;
  }
}
.p-banner__lead {
  font-weight: 300;
  font-size: 1rem;
}
.p-banner__title {
  font-size: 1rem;
  font-weight: 500;
  color: white;
  padding: 0.3rem 1rem;
  background: #0099A4;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-banner__title {
    font-size: 1.125rem;
  }
}
.p-banner__p {
  margin-bottom: 3rem;
}
.p-banner__ul {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
}
.p-banner__li {
  list-style: disc;
  margin-bottom: 0.8rem;
}
.p-banner__li a {
  color: blue;
  text-decoration: underline;
}
.p-banner__ex {
  border: 1px solid #D6DEE1;
  border-radius: 8px;
  padding: 1.3rem 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #f0f7f6;
}
.p-banner__nav {
  padding: 1.5rem 1rem;
  padding: 3rem 1.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .p-banner__nav {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-banner__nav {
    width: 1200px;
    margin: auto;
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-banner__nav {
    padding: 3rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner__nav {
    padding: 3rem 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner__nav-ul {
    justify-content: flex-start;
  }
}
.p-banner__nav-ul::after {
  content: none;
}
.p-banner__nav-li {
  margin-bottom: 1rem;
}
.p-banner__nav-li:last-child {
  margin-bottom: 1rem;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p-banner__nav-li {
    width: 30%;
    font-size: 1.25rem;
  }
  .p-banner__nav-li:nth-last-child(2) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-banner__nav-li {
    margin-right: 2rem;
    width: 23%;
    font-size: 1.25rem;
  }
  .p-banner__nav-li:nth-last-child(2) {
    margin-bottom: 1rem;
  }
}
.p-banner__flow {
  /*background: #e6e6e6;*/
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .p-banner__flow {
    width: 100%;
  }
}
.p-banner__flow .indent1 {
  display: inline-block;
  margin-left: 1em;
  text-indent: -1em;
}
.p-banner__flow-title:last-of-type {
  margin-top: 0rem;
}

.red {
  color: red;
}

.u-kakkotume {
  margin-left: -0.5em;
}/*# sourceMappingURL=common.css.map */