@charset "UTF-8";
/* MW WP FORM */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto&display=swap");
@import url("https://use.typekit.net/hqs8yrc.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; }

#js-fade {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 999;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  #js-fade.on {
    opacity: 0;
    pointer-events: none; }

/* A Modern CSS Reset */
/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.l-header, .l-header--under {
  position: absolute;
  top: 0;
  height: 110px;
  width: 100%;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .l-header, .l-header--under {
      height: 110px; } }
  .l-header__logo {
    position: absolute;
    left: 20px;
    top: 19px; }
    .l-header__logo img {
      height: 42px; }
  .l-header__tel {
    position: absolute;
    top: 20px;
    right: 170px; }
    .l-header__tel a {
      font: bold 16px/40px YakuHanJP, "Noto Sans JP", sans-serif;
      color: white;
      letter-spacing: .08em; }
      .l-header__tel a img {
        margin-right: 5px; }
        @media screen and (max-width: 767px) {
          .l-header__tel a img {
            margin-right: 0; } }
  .l-header__register {
    position: fixed;
    bottom: 20px;
    right: 20px; }
    .l-header__register a {
      display: block;
      width: 140px;
      height: 40px;
      font: bold 14px/40px YakuHanJP, "Noto Sans JP", sans-serif;
      text-align: center;
      border-radius: 20px;
      background: #FFB300;
      color: white;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
  .l-header__cv {
    position: relative;
    z-index: 0; }
    .l-header__cv a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 20px;
      right: 70px;
      width: 90px;
      height: 40px;
      border-radius: 20px;
      background-color: white;
      color: #FFB300;
      font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .2;
      z-index: 3; }
  .l-header__menubtn {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3; }
  .l-header__sitemap {
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .l-header__sitemap {
        top: 40px; }
        .l-header__sitemap .c-menubtn {
          position: fixed; } }
  .l-header__exmenu {
    opacity: 0;
    pointer-events: none;
    background-color: #fafafa;
    width: 350px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 80px 20px 30px;
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
    z-index: 2;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-left: 1px solid #ddd; }
    .l-header__exmenu.on {
      opacity: 1;
      pointer-events: all;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    @media screen and (max-width: 767px) {
      .l-header__exmenu {
        width: 80%;
        display: block;
        overflow: scroll; } }
    .l-header__exmenu--bk {
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100%;
      background: rgba(0, 0, 0, 0.15);
      opacity: 0;
      pointer-events: none; }
      .l-header__exmenu--bk.on {
        opacity: 1;
        pointer-events: all;
        cursor: pointer; }
  .l-header .c-menubtn.on, .l-header--under .c-menubtn.on {
    background-color: #FFB300; }
    .l-header .c-menubtn.on span, .l-header--under .c-menubtn.on span {
      background-color: white; }
  .l-header--under {
    position: relative;
    height: 80px;
    z-index: 3; }
    .l-header--under .l-header__cv a {
      background-color: #FFB300;
      color: white; }
      @media screen and (min-width: 768px) {
        .l-header--under .l-header__cv a {
          right: 80px; } }
    .l-header--under .c-menubtn {
      background-color: #FFB300; }
      .l-header--under .c-menubtn span {
        background-color: white; }

header .menu__cv {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd; }
  header .menu__cv li {
    width: 100%; }
    header .menu__cv li a {
      padding-left: 50px;
      height: 60px;
      font-size: 16px; }
      header .menu__cv li a img {
        position: absolute;
        bottom: 0;
        left: -8px; }
    header .menu__cv li:nth-child(2) {
      margin-top: 15px; }
      header .menu__cv li:nth-child(2) a {
        background: white;
        border: 2px solid #FBE21F; }
        header .menu__cv li:nth-child(2) a img {
          left: 10px; }
header .menu__main li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd; }
  header .menu__main li a {
    font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
    header .menu__main li a:hover {
      opacity: .8; }

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBE21F;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .l-footer {
      margin-top: 100px; } }
  .l-footer--nomt {
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .l-footer--nomt {
        margin-top: 0; } }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 50px; }
    .l-footer__inner > p {
      font: bold 12px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
      color: white;
      text-align: center; }
    @media screen and (max-width: 767px) {
      .l-footer__inner {
        padding: 0 20px; } }
  .l-footer__logo img {
    margin: 20px 0;
    width: 100px; }
  .l-footer__logo p {
    font: bold 12px/1 "Roboto", sans-serif;
    color: white;
    text-align: center; }
  .l-footer__links {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 10px; }
    .l-footer__links a {
      display: block;
      margin: 0 auto;
      text-align: center;
      font: bold 12px/2 YakuHanJP, "Noto Sans JP", sans-serif;
      color: white;
      text-decoration: underline; }
    .l-footer__links a {
      margin: 0;
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .l-footer__links {
        display: block;
        margin: 16px 0; }
        .l-footer__links a {
          text-align: right; } }
  .l-footer__copy {
    font: normal 10px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    color: white;
    opacity: .8;
    margin-bottom: 50px;
    text-align: right;
    margin-bottom: 0;
    opacity: 1; }

.c-dl dd,
.c-dl dt {
  font: bold 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
  @media screen and (min-width: 768px) {
    .c-dl dd,
    .c-dl dt {
      font-size: 16px; } }
.c-dl dd {
  font-weight: normal; }
.c-dl + .c-dl {
  margin-top: 10px; }

.c-feature {
  padding: 40px 30px;
  border: 1px solid #ddd; }
  @media screen and (max-width: 767px) {
    .c-feature {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      padding: 20px 30px; } }
  .c-feature__thumb {
    text-align: center; }
    .c-feature__thumb img {
      height: 80px; }
    @media screen and (max-width: 767px) {
      .c-feature__thumb {
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 20px; }
        .c-feature__thumb img {
          max-height: 50px;
          max-width: 50px; } }
  .c-feature__title {
    font: bold 18px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    margin: 30px 0 20px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .c-feature__title {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 15px;
        text-align: left; } }
  .c-feature__contents {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 767px) {
      .c-feature__contents {
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .c-feature__box {
      width: calc(100% - 100px); } }

/*
<div class="c-menubtn"><span></span><span></span><span></span></div>
 */
.c-menubtn {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  .c-menubtn span {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 2px;
    background-color: #FFB300;
    border-radius: 0px;
    display: inline-block;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .c-menubtn span:nth-last-of-type(1) {
      top: 16px; }
    .c-menubtn span:nth-last-of-type(2) {
      bottom: 16px; }
  .c-menubtn.on span {
    height: 2px; }
    .c-menubtn.on span:nth-last-of-type(1) {
      -webkit-transform: translateY(3px) rotate(-45deg);
              transform: translateY(3px) rotate(-45deg); }
    .c-menubtn.on span:nth-last-of-type(2) {
      -webkit-transform: translateY(-3px) rotate(45deg);
              transform: translateY(-3px) rotate(45deg); }

.c-color {
  display: block;
  width: 10px;
  height: 10px; }

.c-btn a, .c-btn--white a, .c-btn--center a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FBE21F;
  color: #212121;
  font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .06em; }
  .c-btn a:hover, .c-btn--white a:hover, .c-btn--center a:hover {
    opacity: 0.6; }
.c-btn--white a {
  background: white;
  color: #FBE21F; }
.c-btn--center {
  text-align: center; }
.c-btn--02 img {
  display: inline-block;
  width: 60px;
  margin-right: 20px; }
.c-btn--02 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal 16px/1 "Roboto", sans-serif;
  letter-spacing: 0.01em;
  -webkit-transition: letter-spacing .3s ease;
  transition: letter-spacing .3s ease; }
  .c-btn--02 a:hover {
    opacity: .6; }

.c-img img, .c-img--flow img, .c-img--center img, .c-img--right img {
  max-width: 100%;
  vertical-align: bottom; }
.c-img--flow {
  border: 1px solid #ddd;
  max-width: 1002px;
  margin: 0 auto; }
.c-img--center {
  text-align: center; }
.c-img--right {
  text-align: right; }
.c-img.box-shadow, .box-shadow.c-img--flow, .box-shadow.c-img--center, .box-shadow.c-img--right,
.c-img .box-shadow,
.c-img--flow .box-shadow,
.c-img--center .box-shadow,
.c-img--right .box-shadow {
  -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15); }
.c-img.w500, .w500.c-img--flow, .w500.c-img--center, .w500.c-img--right {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.c-box {
  /* 各種横幅の中央ぞろえブロック */ }
  .c-box--w100 {
    max-width: 160px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w200 {
    max-width: 260px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w300 {
    max-width: 360px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w400 {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w500 {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w600 {
    max-width: 660px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w700 {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w800 {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w900 {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px; }
  .c-box--w1000 {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px; }

.c-youtube {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden; }
  .c-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 900px) {
    .c-youtube {
      height: 0;
      padding-bottom: 56.5%; } }

.c-link:hover {
  opacity: .6; }

.c-tel a, .c-tel--white a {
  font: normal 40px/1 "Roboto", sans-serif;
  letter-spacing: .05em;
  color: #000000; }
  .c-tel a span, .c-tel--white a span {
    font-size: 0.5em; }
  .c-tel a:hover, .c-tel--white a:hover {
    opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .c-tel a, .c-tel--white a {
      font-size: 30px; } }
.c-tel--white a {
  color: white; }

.c-table, .c-table--long {
  width: 100%; }
  .c-table tr, .c-table--long tr {
    border-top: 1px solid #f1f2f1; }
    .c-table tr th, .c-table--long tr th {
      width: 150px;
      padding: 20px 0 20px 10px;
      font: bold 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #00ADF1; }
      @media screen and (max-width: 767px) {
        .c-table tr th, .c-table--long tr th {
          width: 95px;
          text-align: left; } }
    .c-table tr td, .c-table--long tr td {
      font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      padding: 20px;
      color: #333; }
    .c-table tr:nth-child(odd), .c-table--long tr:nth-child(odd) {
      background: #fafafa; }
    .c-table tr:last-child, .c-table--long tr:last-child {
      border-bottom: 1px solid #f1f2f1; }
  .c-table thead tr, .c-table--long thead tr {
    background: #f1f2f1 !important; }
  @media screen and (max-width: 767px) {
    .c-table--long {
      width: calc(100% + 60px);
      margin-left: -30px;
      table-layout: fixed; }
      .c-table--long th, .c-table--long td {
        vertical-align: middle; }
      .c-table--long thead tr {
        background: #f1f2f1 !important; }
        .c-table--long thead tr th {
          padding: 20px 10px;
          letter-spacing: -1px;
          border-left: 1px solid #fafafa; }
        .c-table--long thead tr th:nth-child(1) {
          width: auto;
          padding: 20px;
          letter-spacing: 0.08em;
          border: none; }
        .c-table--long thead tr th:nth-child(2) {
          width: 86px; }
        .c-table--long thead tr th:nth-child(3) {
          width: 72px; }
        .c-table--long thead tr th:nth-child(4) {
          width: 72px; }
      .c-table--long tbody td {
        padding: 20px 10px;
        border-left: 1px solid #f1f2f1; } }

.c-policy__header {
  padding: 0 20px; }
  .c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
    font: normal 24px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
    color: #FBE21F; }
    @media screen and (max-width: 767px) {
      .c-policy__header h2, .c-policy__header h3, .c-policy__header h4 {
        font-size: 18px; } }
  .c-policy__header + .c-policy__main {
    margin-top: 10px; }
.c-policy__main {
  padding: 0 20px; }
  .c-policy__main p {
    padding-left: 10px;
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif !important; }
.c-policy--colored {
  background: #fafafa; }

.c-anchor {
  display: grid;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  grid-template-columns: repeat(4, 1fr); }
  .c-anchor li a {
    display: block;
    padding: 20px;
    text-align: center;
    border: 1px solid #e5e7e5;
    font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease; }
    .c-anchor li a:hover {
      background: #fafafa; }
  @media screen and (max-width: 767px) {
    .c-anchor {
      grid-template-columns: repeat(2, 1fr);
      row-gap: 10px; }
      .c-anchor li a {
        font-size: 13px;
        padding: 20px 10px; } }

.c-list li, .c-list--check li {
  position: relative;
  padding-left: 1em;
  font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
  .c-list li + .c-list li, .c-list--check li + .c-list li, .c-list li + .c-list--check li, .c-list--check li + .c-list--check li {
    margin-top: 10px; }
  .c-list li:last-child, .c-list--check li:last-child {
    margin-bottom: 0; }
  .c-list li:before, .c-list--check li:before {
    position: absolute;
    display: block;
    content: '';
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%; }
@media screen and (max-width: 959px) {
  .c-list li, .c-list--check li {
    font-size: 14px; }
    .c-list li:before, .c-list--check li:before {
      top: 9px; } }
.c-list--check li {
  padding-left: 0;
  font-size: 14px; }
  .c-list--check li:before {
    content: none; }
  .c-list--check li img {
    width: 18px;
    margin-right: 5px;
    vertical-align: -4px; }
  .c-list--check li + li {
    margin-top: 5px; }

.c-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  border-top: 1px solid #e5e7e5; }
  @media screen and (max-width: 767px) {
    .c-flow {
      position: relative; } }
  .c-flow__num span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FBE21F;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font: bold 35px/1 "Roboto", sans-serif;
    letter-spacing: .08em;
    color: white; }
    @media screen and (max-width: 767px) {
      .c-flow__num span {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        font-size: 20px;
        background: #FBE21F; } }
  .c-flow__main {
    padding-left: 30px;
    width: calc(100% - 100px); }
    @media screen and (max-width: 767px) {
      .c-flow__main {
        padding-left: 20px;
        width: calc(100% - 40px); } }
    .c-flow__main h3 {
      font: bold 24px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .08em;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .c-flow__main h3 {
          font-size: 16px; } }
    .c-flow__main p {
      font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
      .c-flow__main p a {
        text-decoration: underline;
        color: #00ADF1; }
        .c-flow__main p a:hover {
          text-decoration: none; }
      @media screen and (max-width: 767px) {
        .c-flow__main p br {
          display: none; } }
    .c-flow__main .p-cv__flex {
      width: 100%;
      padding: 20px;
      background: #fafafa; }
      @media screen and (max-width: 767px) {
        .c-flow__main .p-cv__flex .c-tel a, .c-flow__main .p-cv__flex .c-tel--white a {
          font-size: 24px; } }
  .c-flow.ub, .c-flow:last-child {
    border-bottom: 1px solid #e5e7e5; }

.c-checkbox {
  padding: 5px 0;
  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; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .c-checkbox input[type='checkbox'],
    .c-checkbox input[type='radio'] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      -webkit-transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
      transition: background .3s, border-color .3s, -webkit-box-shadow .2s;
      transition: background .3s, border-color .3s, box-shadow .2s;
      transition: background .3s, border-color .3s, box-shadow .2s, -webkit-box-shadow .2s; }
      .c-checkbox input[type='checkbox']:after,
      .c-checkbox input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease); }
      .c-checkbox input[type='checkbox']:checked,
      .c-checkbox input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }
      .c-checkbox input[type='checkbox']:disabled,
      .c-checkbox input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9; }
        .c-checkbox input[type='checkbox']:disabled:checked,
        .c-checkbox input[type='radio']:disabled:checked {
          --b: var(--disabled-inner);
          --bc: var(--border); }
        .c-checkbox input[type='checkbox']:disabled + label,
        .c-checkbox input[type='radio']:disabled + label {
          cursor: not-allowed; }
      .c-checkbox input[type='checkbox']:hover:not(:checked):not(:disabled),
      .c-checkbox input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover); }
      .c-checkbox input[type='checkbox']:focus,
      .c-checkbox input[type='radio']:focus {
        -webkit-box-shadow: 0 0 0 var(--focus);
                box-shadow: 0 0 0 var(--focus); }
      .c-checkbox input[type='checkbox']:not(.switch),
      .c-checkbox input[type='radio']:not(.switch) {
        width: 21px; }
        .c-checkbox input[type='checkbox']:not(.switch):after,
        .c-checkbox input[type='radio']:not(.switch):after {
          opacity: var(--o, 0); }
        .c-checkbox input[type='checkbox']:not(.switch):checked,
        .c-checkbox input[type='radio']:not(.switch):checked {
          --o: 1; }
      .c-checkbox input[type='checkbox'] + label,
      .c-checkbox input[type='radio'] + label {
        font: normal 13px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
        display: inline-block;
        width: calc(100% - 37px);
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
        margin-right: 10px; }
    .c-checkbox input[type='checkbox']:not(.switch) {
      border-radius: 7px; }
      .c-checkbox input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        -webkit-transform: rotate(var(--r, 20deg));
                transform: rotate(var(--r, 20deg)); }
      .c-checkbox input[type='checkbox']:not(.switch):checked {
        --r: 43deg; }
    .c-checkbox input[type='checkbox'].switch {
      width: 38px;
      border-radius: 11px; }
      .c-checkbox input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        -webkit-transform: translateX(var(--x, 0));
                transform: translateX(var(--x, 0)); }
      .c-checkbox input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px; }
      .c-checkbox input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: .6; }
    .c-checkbox input[type='radio'] {
      border-radius: 50%; }
      .c-checkbox input[type='radio']:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        -webkit-transform: scale(var(--s, 0.7));
                transform: scale(var(--s, 0.7)); }
      .c-checkbox input[type='radio']:checked {
        --s: .5; } }

.c-pankuzu {
  padding: 10px 20px 13px;
  background: #f1f2f1;
  border-top: 1px solid #ddd; }
  .c-pankuzu p {
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    color: #212121; }
    .c-pankuzu p a {
      text-decoration: underline; }

.c-map {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden; }
  .c-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 900px) {
    .c-map {
      height: 0;
      padding-bottom: 56.5%; } }

@media screen and (max-width: 767px) {
  .p-aboutus-concept {
    padding: 0 !important; } }
.p-aboutus-concept .p-article06__main {
  position: relative;
  background: white;
  border-radius: 100px;
  padding: 100px; }
  .p-aboutus-concept .p-article06__main h2 {
    font: bold 30px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-aboutus-concept .p-article06__main {
      padding: 50px 40px;
      border-radius: 0; }
      .p-aboutus-concept .p-article06__main h2 {
        font-size: 24px;
        margin-bottom: 20px; } }
.p-aboutus-concept__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px; }
  .p-aboutus-concept__img img {
    width: 100%; }
.p-aboutus-touroku {
  padding-top: 100px !important; }
  .p-aboutus-touroku .p-article06__main h2 {
    font: bold 30px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-aboutus-touroku .p-article06__main h2 {
        font-size: 24px; } }
  .p-aboutus-touroku__flex, .p-aboutus-touroku__flex--merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-aboutus-touroku__flex > div, .p-aboutus-touroku__flex--merit > div {
      width: calc(50% - 10px); }
    .p-aboutus-touroku__flex--merit {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 30px;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .p-aboutus-touroku__flex--merit {
          margin-top: 20px;
          margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .p-aboutus-touroku__flex, .p-aboutus-touroku__flex--merit {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-aboutus-touroku__flex > div, .p-aboutus-touroku__flex--merit > div {
          width: 100%; } }
  .p-aboutus-touroku__txt p + p {
    margin-top: 10px; }
  .p-aboutus-touroku__img {
    text-align: center; }
    .p-aboutus-touroku__img img {
      max-width: 450px;
      width: 100%; }
  .p-aboutus-touroku.shoukai {
    padding-bottom: 100px !important; }
    .p-aboutus-touroku.shoukai .p-aboutus-touroku__txt {
      padding: 0 80px; }
    @media screen and (max-width: 767px) {
      .p-aboutus-touroku.shoukai .p-aboutus-touroku__txt {
        padding: 0 0; } }
.p-aboutus-merit {
  margin-top: 20px;
  border-radius: 20px;
  background-color: white;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .p-aboutus-merit {
      margin-top: 15px;
      padding: 20px 15px; } }
  .p-aboutus-merit__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-aboutus-merit__title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .p-aboutus-merit__title p {
      width: 120px;
      font: bold 16px/1 "Roboto", sans-serif !important;
      color: #00ADF1; }
      .p-aboutus-merit__title p span {
        font-size: 1.5rem;
        margin-left: 5px; }
      @media screen and (max-width: 767px) {
        .p-aboutus-merit__title p {
          width: 100%;
          font-size: 14px !important;
          margin-bottom: 10px; } }
    .p-aboutus-merit__title h3 {
      font: bold 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 767px) {
        .p-aboutus-merit__title h3 {
          width: 100%;
          font-size: 16px !important; } }
    @media screen and (max-width: 767px) {
      .p-aboutus-merit__title {
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 10px; } }

.p-favbtn {
  position: fixed;
  right: 20px;
  top: 70px;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 20px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  border: 2px solid #FFB300; }
  .p-favbtn .simplefavorite-button img {
    width: 20px;
    opacity: 1; }
  .p-favbtn .simplefavorite-button p {
    display: none; }
  .p-favbtn .simplefavorite-button.delete p {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 90px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 20px;
    border-radius: 10px;
    font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    color: white;
    background: #212121;
    -webkit-animation-name: fav-text;
            animation-name: fav-text;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
@-webkit-keyframes fav-text {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    pointer-events: none; } }
@keyframes fav-text {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    pointer-events: none; } }
  .p-favbtn .simplefavorite-button.active img {
    opacity: 1; }
  .p-favbtn .simplefavorite-button.active.add {
    opacity: 1; }
    .p-favbtn .simplefavorite-button.active.add img {
      opacity: 1;
      -webkit-animation-name: fav;
              animation-name: fav;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; }
    .p-favbtn .simplefavorite-button.active.add p {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 90px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding: 20px;
      border-radius: 10px;
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      color: white;
      background: #212121;
      -webkit-animation-name: fav-text;
              animation-name: fav-text;
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
@-webkit-keyframes fav {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  10% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes fav {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  10% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes fav-text {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  100% {
    opacity: 0;
    pointer-events: none; } }
  .p-favbtn__archive {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .p-favbtn__archive a {
      display: block;
      background-color: #00ADF1;
      color: white;
      padding: 20px 15px;
      font: bold 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      border-radius: 6px 0 0 6px;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      text-orientation: upright;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); }
      .p-favbtn__archive a span {
        padding-top: 4.5px;
        padding-bottom: 5px;
        margin-top: 10px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-radius: 7px; }
      .p-favbtn__archive a:hover {
        opacity: 0.6; }

.p-register__btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2; }
  .p-register__btn p {
    position: relative;
    font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121;
    padding: 10px 15px 10px;
    background: #FBE21F;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    -webkit-animation: fuwafuwa 2s infinite ease-in-out;
            animation: fuwafuwa 2s infinite ease-in-out; }
    .p-register__btn p:before {
      content: "";
      display: block;
      position: absolute;
      right: -8px;
      top: 7px;
      width: 10px;
      height: 20px;
      border-left: 10px solid #FBE21F;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; }
  .p-register__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-register__btn a:hover {
      opacity: 0.6; }
  .p-register__btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #00ADF1;
    padding: 8px 0 0 9px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); }
    .p-register__btn-icon img {
      width: 22px; }
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  50% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  100% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); } }
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  50% {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px); }
  100% {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); } }
.p-management {
  padding: 10px;
  position: absolute;
  right: 30px; }
  .p-management a {
    font: normal 10px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    opacity: 0.6; }
    .p-management a:hover {
      opacity: .3; }
  @media screen and (max-width: 767px) {
    .p-management {
      right: 0; } }

.wp-pagenavi a, .wp-pagenavi span {
  border: none !important; }
.wp-pagenavi .pages {
  display: none; }
.wp-pagenavi .page, .wp-pagenavi .current {
  display: inline-block;
  border: 0;
  border-radius: 20px;
  padding: 6px 0;
  color: black;
  border: 1px solid black !important;
  width: 30px;
  height: 30px; }
.wp-pagenavi .current {
  background: black;
  color: white; }
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: 1px solid black !important;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 14px; }

.p-tslide__main {
  width: calc(100% - 130px); }
  @media screen and (min-width: 768px) {
    .p-tslide__main {
      width: calc(100% - 250px); } }
  .p-tslide__main .p-offer {
    opacity: 1;
    -webkit-transition: opacity .03 ease;
    transition: opacity .03 ease;
    width: calc(100vw - 150px); }
    .p-tslide__main .p-offer.slick-active {
      opacity: 1; }
    .p-tslide__main .p-offer a {
      padding: 22px 20px;
      border-radius: 5px;
      border-right: 1px solid #ddd; }
    .p-tslide__main .p-offer + .p-offer {
      margin-left: 20px; }
    @media screen and (min-width: 768px) {
      .p-tslide__main .p-offer {
        width: 375px; } }
.p-tslide__icon {
  width: 150px;
  margin-right: -20px;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .p-tslide__icon {
      width: 250px; }
      .p-tslide__icon img {
        width: 100%; } }
.p-tslide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px; }
  .p-tslide__inner.rev .p-tslide__icon {
    margin-left: -20px;
    margin-top: 0;
    margin-right: 0; }
@media screen and (min-width: 768px) {
  .p-tslide__main {
    height: 268px; }
    .p-tslide__main .slick-list {
      height: 100%; }
      .p-tslide__main .slick-list .slick-track {
        height: 100%; }
        .p-tslide__main .slick-list .slick-track .p-offer {
          height: 100%; }
          .p-tslide__main .slick-list .slick-track .p-offer a {
            height: 100%; } }

.p-contents {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }

.p-cvfixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  z-index: 2; }
  @media screen and (min-width: 960px) {
    .p-cvfixed {
      max-width: 550px; } }
  .p-cvfixed .c-btn, .p-cvfixed .c-btn--white, .p-cvfixed .c-btn--center {
    width: 50%; }
    .p-cvfixed .c-btn + .c-btn, .p-cvfixed .c-btn--white + .c-btn, .p-cvfixed .c-btn--center + .c-btn, .p-cvfixed .c-btn + .c-btn--white, .p-cvfixed .c-btn--white + .c-btn--white, .p-cvfixed .c-btn--center + .c-btn--white, .p-cvfixed .c-btn + .c-btn--center, .p-cvfixed .c-btn--white + .c-btn--center, .p-cvfixed .c-btn--center + .c-btn--center {
      margin-left: 10px; }
  .p-cvfixed .c-btn:first-of-type a, .p-cvfixed .c-btn--white:first-of-type a, .p-cvfixed .c-btn--center:first-of-type a {
    background: white;
    border: 2px solid #00ADF1;
    color: #00ADF1;
    letter-spacing: 0; }
  .p-cvfixed .c-btn a, .p-cvfixed .c-btn--white a, .p-cvfixed .c-btn--center a {
    padding: 0 0px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 768px) {
      .p-cvfixed .c-btn a, .p-cvfixed .c-btn--white a, .p-cvfixed .c-btn--center a {
        padding: 30px; } }

.p-search {
  background: #f5f5f5;
  border-top: 1px solid #ddd; }
  .p-search__labels {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    font: normal 14px/2.4 YakuHanJP, "Noto Sans JP", sans-serif;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .p-search__labels span {
      padding: 7px 9px 9px;
      color: white;
      border-radius: 5px;
      background: #666;
      font: normal 12px/1 white;
      font-family: YakuHanJP, "Noto Sans JP", sans-serif;
      margin-right: 5px;
      display: inline-block; }
  .p-search__btn {
    padding: 20px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .p-search__btn button,
    .p-search__btn p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      letter-spacing: .05em;
      width: 100%;
      height: 40px;
      border-radius: 5px;
      background: #00ADF1;
      color: white;
      font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      padding-bottom: 1px; }
  .p-search__ex {
    display: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .p-search__ex h3 {
      margin-top: 15px;
      margin-left: 5px;
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-search__ex h4 {
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      padding: 11px 10px 5px;
      margin: 10px 0 -13px;
      background: white;
      border-radius: 5px 5px 0 0; }
  .p-search__exlist, .p-search__exlist--tama, .p-search__exlist--job {
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: 10px auto 0; }
    .p-search__exlist li, .p-search__exlist--tama li, .p-search__exlist--job li {
      width: 50%; }
    .p-search__exlist--tama {
      padding: 0 !important; }
      .p-search__exlist--tama li {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #ddd;
        background-color: white; }
        .p-search__exlist--tama li label {
          font-size: 14px !important;
          letter-spacing: 0.08em;
          padding-bottom: 1px; }
    .p-search__exlist--job {
      padding: 0 0 !important;
      border-top: 1px solid #ddd; }
      .p-search__exlist--job li {
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #ddd;
        background-color: white; }
        .p-search__exlist--job li label {
          font-size: 14px !important;
          letter-spacing: 0.08em;
          padding-bottom: 1px; }
  .p-search__main h4 {
    padding: 0 20px 15px;
    background: white;
    border-bottom: 1px solid #ddd; }
  .p-search__other {
    padding: 20px; }
    .p-search__other li {
      width: 100px; }
    .p-search__other ul {
      padding-top: 10px !important; }
  .p-search__archive {
    max-width: 1000px;
    padding: 15px 20px 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-search__archive p {
      position: relative;
      width: calc((100% - 20px)/3);
      display: block;
      padding: 15px 10px;
      background: white;
      border-radius: 5px;
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #00ADF1;
      border: 1px solid #ddd; }
      .p-search__archive p span {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background: #00ADF1;
        color: white;
        padding: 2px 0 0 6px; }

.p-mordal {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  padding: 20px; }
  .p-mordal::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: .3;
    z-index: 1; }
  .p-mordal__list.ab0 {
    position: absolute;
    top: 0;
    left: 0; }
  .p-mordal__main {
    position: relative;
    overflow-y: scroll;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    min-height: calc(100% - 40px);
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    position: absolute;
    z-index: 2;
    border-radius: 10px;
    width: calc(100% - 40px);
    background-color: #fafafa; }
    .p-mordal__main > h3 {
      padding: 30px 20px 20px;
      font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: 0.08em;
      color: #212121;
      background-color: white; }
      .p-mordal__main > h3 span {
        font-size: 18px;
        color: #00ADF1; }
      .p-mordal__main > h3 img {
        width: 20px;
        margin-right: 5px;
        vertical-align: -4px; }
    .p-mordal__main ul {
      margin-top: 20px;
      padding: 0 20px; }
      .p-mordal__main ul li a:not([class]) {
        position: relative;
        display: block;
        padding: 10px;
        border-radius: 5px;
        font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
        letter-spacing: .08em;
        color: #212121;
        background: white; }
        .p-mordal__main ul li a:not([class]) img {
          position: absolute;
          right: 10px;
          width: 8px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .p-mordal__main ul li + li {
        margin-top: 5px; }
    .p-mordal__main .textlink {
      display: inline-block;
      color: #00ADF1;
      font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      text-decoration: underline; }
      .p-mordal__main .textlink:hover {
        text-decoration: none;
        opacity: .6; }
    .p-mordal__main .textlink__wrapper {
      padding: 0 20px;
      font: normal 12px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      margin-bottom: 10px;
      margin-top: 10px;
      text-align: left; }
    .p-mordal__main h4 {
      font: bold 14px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-mordal__main ul.p-search__exlist, .p-mordal__main ul.p-search__exlist--tama, .p-mordal__main ul.p-search__exlist--job {
      margin-top: 0;
      padding: 5px 0 0; }
      .p-mordal__main ul.p-search__exlist li + li, .p-mordal__main ul.p-search__exlist--tama li + li, .p-mordal__main ul.p-search__exlist--job li + li {
        margin-top: 0; }
      .p-mordal__main ul.p-search__exlist.utb, .p-mordal__main ul.utb.p-search__exlist--tama, .p-mordal__main ul.utb.p-search__exlist--job {
        margin-top: 15px;
        margin-bottom: 5px;
        padding-top: 10px;
        border-top: 1px solid #ddd; }
    .p-mordal__main form {
      padding-bottom: 70px; }
    .p-mordal__main .p-search__btn {
      padding: 20px 0;
      position: fixed;
      bottom: 10px;
      left: 0;
      width: calc(100% - 60px);
      right: 0; }
      .p-mordal__main .p-search__btn button {
        font-weight: bold; }
      @media screen and (min-width: 768px) {
        .p-mordal__main .p-search__btn {
          width: 100%;
          max-width: 400px; } }
    @media screen and (min-width: 768px) {
      .p-mordal__main {
        max-width: 800px;
        margin: 0 auto;
        left: 0;
        right: 0; } }
  .p-mordal__wrapper {
    padding-bottom: 70px; }
  .p-mordal__btn {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 10px; }
    .p-mordal__btn img {
      width: 40px;
      cursor: pointer; }
      .p-mordal__btn img:hover {
        opacity: .6; }
    @media screen and (min-width: 768px) {
      .p-mordal__btn-wrapper {
        position: absolute;
        max-width: 840px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0; } }

.p-dropmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-dropmenu > li {
    position: relative; }
    .p-dropmenu > li h3, .p-dropmenu > li a {
      font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: 0.08em; }
    .p-dropmenu > li h3 {
      cursor: default; }
    .p-dropmenu > li > h3 > a:hover {
      opacity: .6; }
    .p-dropmenu > li + li {
      margin-left: 40px; }
    .p-dropmenu > li.c-menubtn {
      margin-left: 50px; }
  .p-dropmenu__child {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 7px;
    left: -20px;
    padding: 0 20px 20px;
    -webkit-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease;
    background: white; }
    .p-dropmenu__child > li {
      padding-top: 10px; }
      .p-dropmenu__child > li:nth-child(1) {
        padding-top: 20px; }
      .p-dropmenu__child > li a {
        text-decoration: underline; }
        .p-dropmenu__child > li a:hover {
          opacity: .6; }
  .p-dropmenu > li:hover .p-dropmenu__child {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: 14px; }
  .p-dropmenu.on > li h3, .p-dropmenu.on > li a {
    display: none; }
  .p-dropmenu.on .p-dropmenu__child > li > a {
    display: none; }
  @media screen and (max-width: 767px) {
    .p-dropmenu > li h3, .p-dropmenu > li a {
      display: none; } }

.p-exmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .p-exmenu {
      display: block; } }
  .p-exmenu__sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .p-exmenu__sitemap {
        display: block; } }
    .p-exmenu__sitemap > ul + ul {
      margin-left: 50px; }
      @media screen and (max-width: 767px) {
        .p-exmenu__sitemap > ul + ul {
          margin-left: 0; } }
    .p-exmenu__sitemap > ul h3 {
      color: white;
      font: normal 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .12em; }
      .p-exmenu__sitemap > ul h3 span {
        font: normal 12px/1 "Roboto", sans-serif;
        letter-spacing: 0;
        vertical-align: 1.5em;
        margin-right: 0.2em; }
      .p-exmenu__sitemap > ul h3.small {
        font-size: 18px; }
        .p-exmenu__sitemap > ul h3.small span {
          vertical-align: 1em; }
    .p-exmenu__sitemap > ul a:hover {
      opacity: .6; }
    .p-exmenu__sitemap > ul > li {
      margin-top: 30px; }
      .p-exmenu__sitemap > ul > li > ul {
        margin-top: 20px; }
        .p-exmenu__sitemap > ul > li > ul > li {
          margin-top: 5px; }
          .p-exmenu__sitemap > ul > li > ul > li a {
            position: relative;
            color: white;
            font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
            letter-spacing: .08em;
            padding-left: 2em;
            opacity: .9; }
            .p-exmenu__sitemap > ul > li > ul > li a:before {
              content: "";
              display: block;
              width: 13px;
              height: 1px;
              background: white;
              position: absolute;
              left: 2px;
              top: 11px;
              opacity: .6; }
  .p-exmenu__cv {
    margin-top: 50px;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.15); }
    .p-exmenu__cv p {
      font: normal 20px/1 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .1em;
      text-align: center;
      color: white; }
    .p-exmenu__cv .c-tel--white {
      margin-top: 30px;
      text-align: center; }
    .p-exmenu__cv .c-btn--white {
      margin-top: 30px;
      text-align: center; }
  @media screen and (max-height: 849px) {
    .p-exmenu__sitemap > ul h3 {
      font-size: 20px; }
      .p-exmenu__sitemap > ul h3 span {
        vertical-align: 1em; }
      .p-exmenu__sitemap > ul h3.small {
        font-size: 18px; }
        .p-exmenu__sitemap > ul h3.small span {
          vertical-align: 1em; }
    .p-exmenu__sitemap > ul + ul {
      margin-left: 20px; }
    .p-exmenu__sitemap > ul > li {
      margin-top: 20px; }
      .p-exmenu__sitemap > ul > li > ul {
        margin-top: 10px; }
        .p-exmenu__sitemap > ul > li > ul > li {
          margin-top: 5px; }
    .p-exmenu__cv {
      margin-top: 30px;
      padding: 30px; }
      .p-exmenu__cv .c-tel--white {
        margin-top: 20px; }
      .p-exmenu__cv .c-btn--white {
        margin-top: 20px; } }
  @media screen and (max-height: 849px) and (max-width: 767px) {
    .p-exmenu__sitemap {
      padding: 30px 30px 0; }
      .p-exmenu__sitemap > ul + ul {
        margin-left: 0; } }

.p-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background-color: white; }
  .p-mv::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(/asset/images/mv.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .p-mv {
      height: 700px; } }
  .p-mv__movie {
    position: absolute;
    z-index: -1;
    opacity: 0.2; }
    .p-mv__movie video {
      height: 100%; }
  .p-mv__copy {
    text-align: center; }
    .p-mv__copy p {
      font: bold 16px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
      color: white;
      letter-spacing: .08em; }
    @media screen and (min-width: 768px) {
      .p-mv__copy img {
        width: 320px; }
      .p-mv__copy p {
        font-size: 22px; } }
  .p-mv__logo {
    text-align: center; }
    .p-mv__logo img {
      margin: 20px 0 10px; }
    .p-mv__logo p {
      font: bold 12px/1 "Roboto", sans-serif;
      letter-spacing: .08em;
      color: white;
      text-align: center; }
    @media screen and (min-width: 768px) {
      .p-mv__logo img {
        width: 280px; }
      .p-mv__logo p {
        font-size: 16px; } }
  .p-mv__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-mv__balloon02 p {
    padding: 10px;
    border: 3px solid white;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    font: bold 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-mv__balloon02 p img {
      width: 20px;
      margin-right: 5px; }
  .p-mv__balloon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 80px;
    border: 3px solid white;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: background-color .15s ease, -webkit-transform .15s ease;
    transition: background-color .15s ease, -webkit-transform .15s ease;
    transition: transform .15s ease, background-color .15s ease;
    transition: transform .15s ease, background-color .15s ease, -webkit-transform .15s ease; }
    .p-mv__balloon p {
      font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
      text-align: center;
      color: white; }
      .p-mv__balloon p strong {
        font-size: 20px;
        font-weight: bold; }
    .p-mv__balloon.active {
      background-color: white;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .p-mv__balloon.active p {
        color: #ED503E; }
      .p-mv__balloon.active::before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 20px;
        top: -20px;
        right: 30px;
        border-right: 15px solid white;
        border-top: 20px solid transparent; }
    .p-mv__balloon:last-of-type::before {
      left: 30px;
      border-right: 0;
      border-left: 15px solid white; }
    .p-mv__balloon + .p-mv__balloon {
      margin-left: 20px; }
  .p-mv__underbnr img {
    width: 100%;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.15);
            box-shadow: 3px 0 6px rgba(0, 0, 0, 0.15); }
  .p-mv__underbnr:hover {
    opacity: .6; }

.p-article01 {
  margin-top: 40px;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .p-article01 {
      margin-top: 60px; } }
  .p-article01--under {
    background-color: #fafafa; }
  .p-article01--aboutus01 {
    background-color: #FBE21F; }
    .p-article01--aboutus01 .p-article01__inner {
      max-width: 800px; }
      @media screen and (max-width: 767px) {
        .p-article01--aboutus01 .p-article01__inner {
          padding: 40px 20px; } }
    .p-article01--aboutus01 .p-article01__title {
      text-align: center; }
  .p-article01__inner {
    width: 100%;
    max-width: 1080px;
    padding: 50px 40px;
    margin: 0 auto;
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .p-article01__inner {
        padding: 30px 20px;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .p-article01__title h2 {
    font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121; }
    @media screen and (min-width: 768px) {
      .p-article01__title h2 {
        font-size: 34px; } }
  .p-article01__main > p {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121; }
    @media screen and (min-width: 768px) {
      .p-article01__main > p {
        font-size: 16px; } }
  .p-article01__main .c-btn, .p-article01__main .c-btn--white, .p-article01__main .c-btn--center {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .p-article01__main .c-btn, .p-article01__main .c-btn--white, .p-article01__main .c-btn--center {
        margin-top: 40px; } }
  .p-article01--offer {
    padding: 0;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    .p-article01--offer .p-offer a {
      border-left: 0px;
      border-right: 0px;
      border-bottom: 0px; }
    .p-article01--offer .p-offer:last-of-type a {
      border-bottom: 1px solid #ddd; }
    .p-article01--offer .wp-pagenavi {
      text-align: center;
      margin-top: 30px; }
  .p-article01.tokusyu {
    padding: 60px 20px; }
    @media screen and (max-width: 767px) {
      .p-article01.tokusyu {
        padding: 40px 20px; } }
    .p-article01.tokusyu .p-offer {
      background: white; }
    .p-article01.tokusyu .p-article01__title {
      text-align: center; }
      .p-article01.tokusyu .p-article01__title h2 {
        color: white; }
      .p-article01.tokusyu .p-article01__title h2 span {
        display: inline-block;
        position: relative;
        color: white; }
        .p-article01.tokusyu .p-article01__title h2 span img {
          position: absolute;
          top: -10px; }
          .p-article01.tokusyu .p-article01__title h2 span img:nth-child(1) {
            left: -32px; }
          .p-article01.tokusyu .p-article01__title h2 span img:nth-child(2) {
            right: -32px;
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
.p-article05 {
  width: 100%;
  max-width: 1060px;
  padding: 0 30px;
  margin: 0 auto; }
  .p-article05__title {
    margin-top: 50px; }
    .p-article05__title p {
      font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      margin-bottom: 10px; }
    .p-article05__title h2 {
      font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #212121; }
      .p-article05__title h2 a {
        display: block;
        padding: 20px;
        background: #fafafa;
        border: 1px solid #ddd;
        border-radius: 3px;
        letter-spacing: .08em; }
        .p-article05__title h2 a:hover {
          opacity: .6; }
  .p-article05__text {
    font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121; }
  .p-article05__main > p {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121; }
    @media screen and (min-width: 768px) {
      .p-article05__main > p {
        font-size: 16px; } }
.p-article06 {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto; }
  .p-article06__title h2 {
    position: relative;
    font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
    color: #212121;
    padding: 10px;
    border: 2px solid #212121; }
    .p-article06__title h2:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: #FBE21F;
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: -1; }
    @media screen and (min-width: 768px) {
      .p-article06__title h2 {
        font: bold 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; } }
  .p-article06__main p {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .06em; }
    .p-article06__main p + p {
      margin-top: 10px; }
    .p-article06__main p + ul {
      margin-top: 20px; }
    .p-article06__main p a {
      text-decoration: underline;
      color: #00ADF1; }
      .p-article06__main p a:hover {
        text-decoration: none; }
    @media screen and (min-width: 768px) {
      .p-article06__main p {
        font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif; } }
  .p-article06__main .favorites-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.p-article07 {
  background: #FBE21F; }
  .p-article07__inner {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-article07__inner {
        overflow: hidden; } }
  .p-article07 .c-img img, .p-article07 .c-img--flow img, .p-article07 .c-img--center img, .p-article07 .c-img--right img {
    margin: 0 auto;
    display: block;
    width: 380px; }
    @media screen and (max-width: 767px) {
      .p-article07 .c-img img, .p-article07 .c-img--flow img, .p-article07 .c-img--center img, .p-article07 .c-img--right img {
        width: 60%; } }
  .p-article07 .intro {
    margin-top: 10px;
    font: bold 30px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    color: white;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .p-article07 .intro {
        font-size: 40px; } }
  .p-article07 .center {
    padding: 20px;
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .p-article07 .center {
        font-size: 16px; } }
  .p-article07 .aboutus-img, .p-article07 .aboutus-img--r {
    position: absolute;
    bottom: 0;
    left: 100px;
    z-index: 1; }
    .p-article07 .aboutus-img img, .p-article07 .aboutus-img--r img {
      height: 400px; }
    .p-article07 .aboutus-img--r {
      left: auto;
      right: 0; }
    @media screen and (max-width: 767px) {
      .p-article07 .aboutus-img, .p-article07 .aboutus-img--r {
        left: -50px; }
        .p-article07 .aboutus-img img, .p-article07 .aboutus-img--r img {
          height: 280px; }
        .p-article07 .aboutus-img--r {
          left: auto;
          right: -100px; } }
.p-article08 {
  background: #FBE21F; }

.p-cv {
  position: relative;
  padding: 80px 0;
  background: #f1f2f1; }
  .p-cv p {
    font: normal 30px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    color: black;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .p-cv p {
        font-size: 24px;
        margin-bottom: 30px; } }
  .p-cv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-cv__flex .c-tel, .p-cv__flex .c-tel--white {
      margin-right: 40px; }
      @media screen and (max-width: 767px) {
        .p-cv__flex .c-tel, .p-cv__flex .c-tel--white {
          margin-right: 10px; } }
    .p-cv__flex .c-btn, .p-cv__flex .c-btn--white, .p-cv__flex .c-btn--center {
      width: 350px; }
    @media screen and (max-width: 767px) {
      .p-cv__flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .p-cv__flex .c-btn, .p-cv__flex .c-btn--white, .p-cv__flex .c-btn--center {
          margin-top: 20px; } }

.p-list-bnr {
  list-style: none; }
  .p-list-bnr li img {
    border-radius: 10px;
    max-width: 100%;
    width: 100%; }
  .p-list-bnr li a {
    opacity: 1;
    -webkit-transition: opacity .05s ease;
    transition: opacity .05s ease; }
    .p-list-bnr li a:hover {
      opacity: 0.6; }
  .p-list-bnr li + li {
    margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .p-list-bnr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 50px 0; }
      .p-list-bnr li {
        width: calc(50% - 10px);
        margin-top: 0 !important; } }
.p-list-normal {
  list-style: none; }
  .p-list-normal li {
    position: relative;
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121;
    padding-left: 1em; }
    .p-list-normal li:before {
      content: "";
      width: 4px;
      height: 4px;
      display: block;
      background-color: #212121;
      border-radius: 50%;
      position: absolute;
      top: 14px;
      left: 4px;
      margin-right: 5px; }
    .p-list-normal li + li {
      margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .p-list-normal li {
        font: normal 16px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
        .p-list-normal li:before {
          top: 16px;
          left: 5px; } }
.p-list-dl dd,
.p-list-dl dt {
  font: bold 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .08em; }
  @media screen and (max-width: 767px) {
    .p-list-dl dd,
    .p-list-dl dt {
      font-size: 16px; } }
.p-list-faq > li {
  position: relative;
  background: white;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px auto;
  margin: 20px auto;
  border: 1px solid #00ADF1; }
  @media screen and (max-width: 959px) {
    .p-list-faq > li {
      margin: 10px auto; } }
  .p-list-faq > li .number {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .1em;
    font-family: "Roboto", sans-serif;
    color: #00ADF1;
    vertical-align: 0px; }
    .p-list-faq > li .number span {
      color: #00ADF1; }
    @media screen and (max-width: 959px) {
      .p-list-faq > li .number {
        position: absolute;
        font-size: 20px; } }
  .p-list-faq > li:last-child {
    margin-bottom: 0; }
  .p-list-faq > li .answer,
  .p-list-faq > li .question {
    padding: 30px;
    position: relative; }
    .p-list-faq > li .answer p,
    .p-list-faq > li .question p {
      display: inline-block;
      margin-bottom: 0 !important;
      padding-left: 30px;
      text-align: left; }
    .p-list-faq > li .answer h3,
    .p-list-faq > li .answer ul,
    .p-list-faq > li .question h3,
    .p-list-faq > li .question ul {
      display: block;
      padding-left: 30px; }
    .p-list-faq > li .answer h3,
    .p-list-faq > li .question h3 {
      margin-top: 30px;
      font: bold 16px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-list-faq > li .answer ul,
    .p-list-faq > li .question ul {
      margin: 20px 0; }
    @media screen and (max-width: 959px) {
      .p-list-faq > li .answer,
      .p-list-faq > li .question {
        padding: 15px; }
        .p-list-faq > li .answer p,
        .p-list-faq > li .question p {
          padding-left: 47px;
          padding-right: 20px; } }
  .p-list-faq > li .question {
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    z-index: 2; }
    .p-list-faq > li .question:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      content: "+";
      color: #00ADF1;
      font-size: 40px;
      font-family: "Roboto", sans-serif;
      right: 30px;
      font-weight: normal; }
      @media screen and (max-width: 959px) {
        .p-list-faq > li .question:after {
          font-size: 20px; } }
    .p-list-faq > li .question.on {
      border-radius: 10px 10px 0 0; }
      .p-list-faq > li .question.on:after {
        content: "-"; }
    @media screen and (min-width: 960px) {
      .p-list-faq > li .question p {
        font-size: 16px !important;
        font-weight: normal;
        text-align: left; } }
    @media screen and (max-width: 959px) {
      .p-list-faq > li .question:after {
        right: 15px; }
      .p-list-faq > li .question p {
        padding-left: 26px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: normal;
        text-align: left; } }
  .p-list-faq > li .answer {
    padding-top: 30px;
    padding-left: 60px;
    display: none;
    min-height: 0px;
    font-size: 16px;
    text-align: left;
    background: #fafafa; }
    @media screen and (max-width: 959px) {
      .p-list-faq > li .answer {
        padding-left: 0;
        padding-top: 15px; }
        .p-list-faq > li .answer p {
          padding-left: 40px;
          padding-right: 10px; } }

.p-list-works__item a:hover {
  opacity: .6; }
.p-list-works__item .thumbnail {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .p-list-works__item .thumbnail {
      margin-bottom: 10px; } }
.p-list-works__item .service {
  background: #f1f2f1;
  font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  padding: 5px; }
  @media screen and (max-width: 767px) {
    .p-list-works__item .service {
      font-size: 10px; } }
.p-list-works__item .date {
  font: normal 12px/1 "Roboto", sans-serif;
  margin-left: 5px; }
  @media screen and (max-width: 767px) {
    .p-list-works__item .date {
      font-size: 10px;
      margin-left: 0; } }
.p-list-works__item .title {
  margin: 10px 0;
  font: 500 20px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }
  @media screen and (max-width: 767px) {
    .p-list-works__item .title {
      margin: 5px 0 10px;
      font-size: 16px; } }
.p-list-works__item .types {
  padding-top: 10px;
  border-top: 1px solid #f1f2f1;
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
  color: #999999; }

.p-list-news__item a {
  display: block;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f1f2f1;
  text-decoration: none; }
  .p-list-news__item a:first-child {
    border-top: 1px solid #e5e7e5; }
  .p-list-news__item a .date {
    font: normal 16px/1.6 "Roboto", sans-serif;
    letter-spacing: .08em;
    margin-right: 20px;
    text-decoration: none; }
  .p-list-news__item a h2 {
    display: inline-block;
    font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    text-decoration: none; }
  .p-list-news__item a:hover .date {
    text-decoration: underline; }
  .p-list-news__item a:hover h2 {
    text-decoration: underline; }

.p-link-block, .p-link-block--bt0sp {
  border-top: 1px solid #e5e7e5; }
  .p-link-block:last-of-type, .p-link-block--bt0sp:last-of-type {
    border-bottom: 1px solid #e5e7e5; }
  @media screen and (max-width: 767px) {
    .p-link-block--bt0sp {
      border-top: 0 !important; } }
  .p-link-block .nolink, .p-link-block--bt0sp .nolink,
  .p-link-block a,
  .p-link-block--bt0sp a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; }
    .p-link-block .nolink:hover, .p-link-block--bt0sp .nolink:hover,
    .p-link-block a:hover,
    .p-link-block--bt0sp a:hover {
      opacity: .6; }
  .p-link-block .main, .p-link-block--bt0sp .main {
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .p-link-block .main, .p-link-block--bt0sp .main {
        width: calc(100% - 30px); } }
  .p-link-block .thumb, .p-link-block--bt0sp .thumb {
    height: 120px; }
    .p-link-block .thumb img, .p-link-block--bt0sp .thumb img {
      max-height: 100%; }
    @media screen and (max-width: 767px) {
      .p-link-block .thumb, .p-link-block--bt0sp .thumb {
        height: 60px; } }
  .p-link-block .contents, .p-link-block--bt0sp .contents {
    width: calc(100% - 120px);
    padding-left: 30px;
    padding-right: 30px; }
    .p-link-block .contents h3, .p-link-block--bt0sp .contents h3 {
      font: normal 22px/1.2 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .08em;
      margin-bottom: 10px; }
    .p-link-block .contents p, .p-link-block--bt0sp .contents p {
      font: normal 13px/2 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: .08em; }
      .p-link-block .contents p.en, .p-link-block--bt0sp .contents p.en {
        font-size: 11px;
        line-height: 1;
        font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 767px) {
      .p-link-block .contents, .p-link-block--bt0sp .contents {
        width: calc(100% - 60px);
        padding-left: 15px;
        padding-right: 15px; } }
  .p-link-block .arrow, .p-link-block--bt0sp .arrow {
    width: 60px; }
    @media screen and (max-width: 767px) {
      .p-link-block .arrow, .p-link-block--bt0sp .arrow {
        width: 30px; } }
  .p-link-block.numtext .main, .numtext.p-link-block--bt0sp .main {
    width: 100%; }
  .p-link-block.numtext .contents, .numtext.p-link-block--bt0sp .contents {
    width: calc(100% - 60px);
    padding-right: 0; }
    .p-link-block.numtext .contents h3, .numtext.p-link-block--bt0sp .contents h3 {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 0; }
  .p-link-block.numtext .thumb__num, .numtext.p-link-block--bt0sp .thumb__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background: #FBE21F;
    margin: 0 auto; }
    .p-link-block.numtext .thumb__num span, .numtext.p-link-block--bt0sp .thumb__num span {
      font: normal 20px/1 "Roboto", sans-serif;
      color: white;
      text-align: center;
      letter-spacing: .06em;
      padding: 0 0 0 3px;
      display: block;
      margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-link-block.numtext .thumb__num, .numtext.p-link-block--bt0sp .thumb__num {
        left: 20px;
        margin: 0;
        width: 40px;
        height: 40px;
        border-radius: 20px; }
        .p-link-block.numtext .thumb__num span, .numtext.p-link-block--bt0sp .thumb__num span {
          font-size: 20px; } }

.p-service-block {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .p-service-block {
      width: 100%; } }
  .p-service-block a:hover {
    opacity: .6; }
  .p-service-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .p-service-block__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .p-service-block__thumb img {
    max-width: 100%; }
  .p-service-block__text {
    position: relative;
    padding: 40px 120px 40px 40px;
    border: 1px solid #f1f2f1; }
    .p-service-block__text h3 {
      font: normal 26px/1 YakuHanJP, "Noto Sans JP", sans-serif; }
      @media screen and (max-width: 767px) {
        .p-service-block__text h3 {
          font-size: 20px; } }
    .p-service-block__text p {
      margin-top: 30px;
      font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .p-service-block__text p {
          margin-top: 15px;
          font-size: 12px; } }
    @media screen and (min-width: 768px) {
      .p-service-block__text.bl0 {
        border-left: 0; } }
    @media screen and (max-width: 767px) {
      .p-service-block__text {
        padding: 30px 20px; } }
  .p-service-block__arrow {
    position: absolute;
    top: 30px;
    right: 30px; }
    .p-service-block__arrow img {
      max-width: 60px;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .p-service-block__arrow {
        top: 25px;
        right: 20px; }
        .p-service-block__arrow img {
          max-width: 30px; } }
  .p-service-block02 {
    width: 50%;
    border-bottom: 1px solid #f1f2f1;
    border-right: 1px solid #f1f2f1; }
    @media screen and (max-width: 767px) {
      .p-service-block02 {
        width: 100%; } }
    .p-service-block02 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .p-service-block02 a:hover {
        opacity: .6; }
    .p-service-block02__thumb {
      width: 250px; }
      .p-service-block02__thumb img {
        max-width: 100%; }
      @media screen and (max-width: 767px) {
        .p-service-block02__thumb {
          width: 120px; }
          .p-service-block02__thumb img {
            width: 120px;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            max-width: none; } }
    .p-service-block02__text {
      padding: 40px;
      width: calc(100% - 250px); }
      .p-service-block02__text h3 {
        font: normal 22px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
        letter-spacing: 0.08em; }
        @media screen and (max-width: 767px) {
          .p-service-block02__text h3 {
            font-size: 18px; } }
      .p-service-block02__text p {
        margin-top: 20px;
        font: normal 14px/1.8 YakuHanJP, "Noto Sans JP", sans-serif;
        letter-spacing: 0.08em; }
        @media screen and (max-width: 767px) {
          .p-service-block02__text p {
            margin-top: 10px;
            font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .p-service-block02__text {
          width: calc(100% - 120px);
          padding: 20px; } }
    .p-service-block02__arrow {
      margin-top: 30px;
      font: normal 14px/1 "Roboto", sans-serif;
      letter-spacing: .08em;
      text-align: right; }
      .p-service-block02__arrow img {
        width: 30px;
        margin-right: 10px;
        vertical-align: 3px; }
      @media screen and (max-width: 767px) {
        .p-service-block02__arrow {
          margin-top: 10px; } }

.p-feature-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3%;
  height: 270px;
  border: 1px solid #e5e7e5; }
  .p-feature-block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .p-feature-block a:hover {
      opacity: .6; }
  @media screen and (max-width: 767px) {
    .p-feature-block {
      height: 120px;
      width: 100%; }
      .p-feature-block + .p-feature-block {
        border-top: 0; } }
  @media screen and (min-width: 768px) {
    .p-feature-block + .p-feature-block {
      border-left: 0; } }
  .p-feature-block__num {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #FBE21F;
    margin: 0 auto; }
    .p-feature-block__num p {
      font: normal 10px/1 "Roboto", sans-serif;
      color: white;
      text-align: center;
      letter-spacing: .06em;
      padding: 6px 0 0 2px; }
      .p-feature-block__num p span {
        display: block;
        font-size: 40px;
        margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-feature-block__num {
        left: 20px;
        margin: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 70px;
        height: 70px;
        border-radius: 35px; }
        .p-feature-block__num p span {
          font-size: 30px; } }
  .p-feature-block__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px; }
    @media screen and (max-width: 767px) {
      .p-feature-block__list {
        padding-top: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .p-feature-block h3 {
    font: 500 30px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-feature-block h3 {
        font-size: 20px;
        text-align: left;
        margin-left: 20px; } }

.p-pagetitle, .p-pagetitle--small {
  position: relative;
  width: 100%;
  background-color: #fafafa;
  padding: 100px 0;
  border-bottom: 2px solid #f5f5f5; }
  @media screen and (max-width: 767px) {
    .p-pagetitle, .p-pagetitle--small {
      padding: 40px 0; } }
  .p-pagetitle__title {
    font: bold 40px/1.2 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
    color: #00ADF1;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-pagetitle__title {
        font-size: 20px; } }
  .p-pagetitle__en {
    font: normal 14px/1.2 "Roboto", sans-serif;
    letter-spacing: .2em;
    color: black;
    margin-top: 10px;
    opacity: .8;
    padding-left: 5px; }
    @media screen and (max-width: 767px) {
      .p-pagetitle__en {
        font-size: 10px;
        padding-left: 3px; } }
  .p-pagetitle__wrapper {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto; }
  .p-pagetitle--small {
    padding: 30px 0; }
    .p-pagetitle--small .p-pagetitle__title {
      display: inline-block;
      font-size: 24px; }
    .p-pagetitle--small .p-pagetitle__en {
      display: inline-block;
      font-size: 10px;
      padding-left: 1px; }
  .p-pagetitle__img, .p-pagetitle__img--type05 {
    position: absolute;
    right: 0;
    top: 60px;
    width: 50%; }
    .p-pagetitle__img img, .p-pagetitle__img--type05 img {
      width: 100%;
      height: 312px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
              box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15); }
    .p-pagetitle__img--type05 {
      width: 45%; }
    @media screen and (max-width: 767px) {
      .p-pagetitle__img, .p-pagetitle__img--type05 {
        position: relative;
        bottom: 0;
        margin-left: -15px;
        margin-top: 30px;
        margin-bottom: -120px;
        width: calc(100% + 30px) !important;
        top: auto;
        right: auto; }
        .p-pagetitle__img img, .p-pagetitle__img--type05 img {
          height: 250px; } }

.p-works__header--news {
  max-width: 800px;
  margin: 0 auto; }
.p-works__title {
  font: normal 35px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    .p-works__title {
      font-size: 24px; } }
.p-works__date {
  font: normal 14px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  opacity: .6; }
.p-works__tags .tag, .p-works__tags .tag--service, .p-works__tags .tag--types {
  font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
  padding: 5px 20px 9px;
  border-radius: 30px;
  background-color: #f1f2f1; }
  .p-works__tags .tag--service {
    color: white;
    background: #333; }
  .p-works__tags .tag--types {
    border: 1px solid #ddd; }
  .p-works__tags .tag + .tag, .p-works__tags .tag--service + .tag, .p-works__tags .tag--types + .tag, .p-works__tags .tag + .tag--service, .p-works__tags .tag--service + .tag--service, .p-works__tags .tag--types + .tag--service, .p-works__tags .tag + .tag--types, .p-works__tags .tag--service + .tag--types, .p-works__tags .tag--types + .tag--types {
    margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .p-works__tags .tag, .p-works__tags .tag--service, .p-works__tags .tag--types {
      font-size: 10px; } }
.p-works__thumbnail {
  width: 100%;
  height: 400px;
  background: #f1f2f1;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-works__thumbnail {
      height: auto; } }
  @media screen and (min-width: 768px) {
    .p-works__thumbnail img {
      max-height: 100%; } }
  @media screen and (max-width: 767px) {
    .p-works__thumbnail img {
      max-width: 100%; } }
.p-works__detail .c-table, .p-works__detail .c-table--long {
  max-width: 600px;
  margin: 0 auto;
  border-right: 1px solid #f1f2f1; }
  .p-works__detail .c-table th, .p-works__detail .c-table--long th {
    width: 70px; }
  .p-works__detail .c-table th, .p-works__detail .c-table--long th, .p-works__detail .c-table td, .p-works__detail .c-table--long td {
    border-left: 1px solid #f1f2f1; }
  @media screen and (max-width: 767px) {
    .p-works__detail .c-table th, .p-works__detail .c-table--long th {
      width: 50px; }
    .p-works__detail .c-table th, .p-works__detail .c-table--long th, .p-works__detail .c-table td, .p-works__detail .c-table--long td {
      padding: 10px; } }
.p-works__detail .detail {
  max-width: 800px;
  margin: 0 auto; }
  .p-works__detail .detail p {
    font: 100 14px/2 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em;
    margin-bottom: 40px; }
    .p-works__detail .detail p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .p-works__detail .detail p {
        margin-bottom: 30px; } }
  .p-works__detail .detail h2 {
    position: relative;
    font: normal 20px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
    background: #fafafa;
    color: #FBE21F;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px; }
    .p-works__detail .detail h2:before {
      content: "";
      display: block;
      width: 4px;
      height: 50%;
      color: #FBE21F;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #FBE21F; }
  .p-works__detail .detail h3 {
    font: bold 18px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .1em;
    position: relative;
    border-bottom: 1px solid #e5e7e5;
    margin-bottom: 20px;
    padding-bottom: 10px; }
  .p-works__detail .detail h4 {
    font: bold 16px/1.5 YakuHanJP, "Noto Sans JP", sans-serif;
    margin-bottom: 20px;
    letter-spacing: .1em; }

.p-service__intro {
  max-width: 800px;
  margin: 0 auto; }
.p-service__a p, .p-service__b p {
  position: relative;
  font: normal 50px/1 "Roboto", sans-serif;
  color: #ddd;
  z-index: 2; }
.p-service__a img, .p-service__b img {
  position: relative;
  z-index: 1; }
.p-service__b p {
  margin-top: -17px; }
.p-service__a p {
  margin-bottom: -17px;
  text-align: right; }

.p-type__service {
  height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7e5; }
  .p-type__service h3 {
    margin: 10px auto;
    font: normal 20px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    letter-spacing: .08em; }

.p-form .mw_wp_form {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif; }
  .p-form .mw_wp_form .error-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    background: rgba(236, 24, 52, 0.1);
    border: 1px solid #ec1834;
    color: #ec1834;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_error .error-area {
    display: block; }
  .p-form .mw_wp_form .confilm-area {
    display: none;
    padding: 13px 13px 15px;
    margin-bottom: 60px;
    margin-top: 60px;
    background: rgba(18, 124, 179, 0.1);
    border: 1px solid #127CB3;
    color: #127CB3;
    text-align: center; }
  .p-form .mw_wp_form.mw_wp_form_confirm .confilm-area {
    display: block; }
  .p-form .mw_wp_form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form .mw_wp_form dl .error + .error {
      left: 200px; }
  .p-form .mw_wp_form dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 10px 0px;
    padding: 10px 0px;
    /* border-bottom: 1px dotted #e5e5e5; */ }
    .p-form .mw_wp_form dl dl .mwform-radio-field {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .p-form .mw_wp_form dl dl .mwform-radio-field {
          margin-left: 0; } }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dl dl {
        display: block; } }
  .p-form .mw_wp_form dd {
    position: relative;
    width: calc(100% - 350px); }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form dd {
        width: 100%; } }
  .p-form .mw_wp_form dt {
    position: relative;
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: left;
    /* border-bottom: 1px solid $bc; */ }
    .p-form .mw_wp_form dt:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #FBE21F;
      top: 25px;
      left: 0; }
      @media all and (-ms-high-contrast: none) {
        .p-form .mw_wp_form dt:before {
          content: none; } }
    .p-form .mw_wp_form dt span.must {
      display: inline-block;
      margin-left: 8px;
      padding: 5px 10px 6px;
      border-radius: 2px;
      border: 1px solid #FBE21F;
      color: #FBE21F;
      font-size: 14px;
      line-height: 1; }
  .p-form .mw_wp_form dd.flex-col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
      width: calc((100% - 30px)/4); }
      .p-form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
        padding-right: 0; }
      @media screen and (max-width: 959px) {
        .p-form .mw_wp_form dd.flex-col4 > span:not(.error) {
          width: 100%;
          padding-left: 0;
          margin: 0;
          margin-top: 8px; } }
  .p-form .mw_wp_form dd.flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .p-form .mw_wp_form dd.flex-col2 > span:not(.error) {
      width: calc((100% - 8px)/2); }
      .p-form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
        padding-right: 0; }
    .p-form .mw_wp_form dd.flex-col2 > input {
      width: calc((100% - 8px)/2);
      padding-right: 8px; }
      .p-form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
        margin-right: 0; }
  .p-form .mw_wp_form .mwform-radio-field-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: block;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f1f2f1;
    font-size: 16px !important;
    cursor: pointer; }
    .p-form .mw_wp_form .mwform-radio-field-text:before, .p-form .mw_wp_form .mwform-radio-field-text:after {
      display: block;
      position: absolute;
      top: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      content: ''; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      opacity: 0; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      -webkit-transition: border-color 0.2s linear;
      transition: border-color 0.2s linear;
      left: 15px;
      margin-top: -10px;
      width: 20px;
      height: 20px;
      border: 2px solid #bbb;
      border-radius: 2px;
      background: white; }
    .p-form .mw_wp_form .mwform-radio-field-text:before {
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear;
      left: 21px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #FBE21F;
      z-index: 1; }
    .p-form .mw_wp_form .mwform-radio-field-text:after {
      border-radius: 100%; }
  .p-form .mw_wp_form .mwform-zip-field {
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-form .mw_wp_form .mwform-zip-field input {
      margin: 0 10px !important; }
  .p-form .mw_wp_form input[type=radio] {
    display: none; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
    border-color: #FBE21F; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
    opacity: 1; }
  .p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
    background: #FBE21F;
    color: white; }
  .p-form .mw_wp_form input[type=file] {
    margin-top: 20px; }
  .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
    -webkit-appearance: none;
    width: 100%;
    padding: 8px 10px 10px;
    border: solid 2px #FBE21F;
    background: white;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    height: 50px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form input[type="text"], .p-form .mw_wp_form input[type="email"], .p-form .mw_wp_form input[type="url"], .p-form .mw_wp_form textarea {
        margin-top: 8px; } }
  .p-form .mw_wp_form textarea {
    height: 120px; }
    .p-form .mw_wp_form textarea::-webkit-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea:-ms-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea::-ms-input-placeholder {
      font-size: 14px; }
    .p-form .mw_wp_form textarea::placeholder {
      font-size: 14px; }
  .p-form .mw_wp_form #consultation {
    height: auto; }
  .p-form .mw_wp_form .mwform-tel-field {
    width: 100%; }
  .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
    width: 120px; }
    @media screen and (max-width: 959px) {
      .p-form .mw_wp_form .mwform-tel-field input[type="text"] {
        width: calc((100% - 32px)/3); } }
  .p-form .mw_wp_form select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 11px 0 10px 15px;
    font-weight: normal;
    cursor: pointer;
    background: none;
    z-index: 1;
    line-height: 24px;
    border: none;
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
    font-size: 18px !important;
    border: 2px solid #ddd;
    background-color: white;
    border-radius: 5px;
    background-color: #fafafa; }
.p-form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #222; }
  .p-form .contact-policy .section {
    margin-top: 30px; }
  .p-form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    .p-form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    .p-form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  .p-form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    .p-form .contact-policy {
      padding: 15px; } }
  .p-form .contact-policy p {
    text-align: left;
    font: 100 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
  .p-form .contact-policy h3 {
    font-size: 20px;
    margin: 40px 0 15px; }
  .p-form .contact-policy h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline; }
.p-form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .p-form .button {
      margin-top: 30px; } }
.p-form input[type="submit"] {
  position: relative;
  background: #FBE21F;
  color: white;
  border: 0;
  border-radius: 50px;
  padding: 20px;
  min-width: 365px;
  font: bold 1rem/1 YakuHanJP, "Noto Sans JP", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease; }
  @media screen and (max-width: 959px) {
    .p-form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  .p-form input[type="submit"]:hover {
    background-color: #FBE21F;
    color: white;
    opacity: .8; }
.p-form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    .p-form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  .p-form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
.p-form p + .mw_wp_form {
  margin-top: 50px; }
.p-form .address {
  padding: 15px; }
  .p-form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .p-form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .p-form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      .p-form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          .p-form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    .p-form .address dl dd {
      width: 80%; }
      .p-form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        .p-form .address dl dd {
          width: 100%; } }
.p-form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .p-form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .p-form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-form .col3 .mwform-radio-field {
        margin-left: 0; } }
.p-form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
.p-form.mw_wp_form_error .error-area {
  display: block; }
.p-form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
.p-form.mw_wp_form_confirm .confilm-area {
  display: block; }
.p-form .form-title {
  margin-top: 30px; }
  .p-form .form-title h3 {
    margin: 0 !important; }
.p-form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
  font-size: 1.1em;
  font-weight: 600; }
.p-form .contact-tel dd span {
  color: #00ADF1;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .p-form .contact-tel dd span {
      display: block; } }
  .p-form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
.p-form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  .p-form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #666;
    text-align: center; }
    .p-form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    .p-form .step {
      display: block; }
      .p-form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #666; }
        .p-form .step .item:last-child {
          border: none; } }
  .p-form .step h4 {
    margin-bottom: 15px;
    color: #FBE21F;
    font-size: 18px;
    font-weight: 600; }
    .p-form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #FBE21F;
      color: black;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  .p-form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #FBE21F;
    font-size: 80px; }

.p-form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px; }
  .p-form dl.policy dd {
    padding-left: 0 !important; }
  .p-form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    background: #ef2027;
    padding: 13px 13px 12px;
    color: white;
    border-radius: 5px; }
    .p-form dl .error + .error {
      left: 200px; }
  .p-form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .p-form dl dt {
    vertical-align: middle;
    color: black; }
  .p-form dl dt.num {
    position: relative;
    padding-left: 40px; }
    .p-form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        .p-form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  .p-form dl p.red {
    color: red; }
  .p-form dl:nth-child(2) dt.num:before {
    content: "1"; }
  .p-form dl:nth-child(3) dt.num:before {
    content: "2"; }
  .p-form dl:nth-child(4) dt.num:before {
    content: "3"; }
  .p-form dl:nth-child(5) dt.num:before {
    content: "4"; }
  .p-form dl:nth-child(6) dt.num:before {
    content: "5"; }
  .p-form dl:nth-child(7) dt.num:before {
    content: "6"; }
  .p-form dl:nth-child(8) dt.num:before {
    content: "7"; }
  .p-form dl:nth-child(9) dt.num:before {
    content: "8"; }
  .p-form dl:nth-child(10) dt.num:before {
    content: "9"; }
  .p-form dl dd,
  .p-form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    .p-form dl dd .must,
    .p-form dl dt .must {
      float: right;
      color: #FBE21F !important;
      border-color: #FBE21F !important; }
    @media screen and (max-width: 959px) {
      .p-form dl dd,
      .p-form dl dt {
        display: block;
        font-size: 16px !important; }
        .p-form dl dd .must,
        .p-form dl dt .must {
          font-size: 14px !important; } }
  .p-form dl dt {
    width: 300px;
    font-size: 16px !important;
    font-weight: 100; }
    @media screen and (max-width: 959px) {
      .p-form dl dt {
        width: 100%; } }
  .p-form dl dd {
    color: #333 !important;
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      .p-form dl dd {
        padding-left: 0 !important; } }
    .p-form dl dd.col2 {
      display: grid;
      gap: 10px;
      width: 100%;
      grid-template-columns: 1fr 1fr; }
      @media screen and (max-width: 959px) {
        .p-form dl dd.col2 {
          gap: 5px;
          grid-template-columns: 1fr; } }
      .p-form dl dd.col2 span.horizontal-item {
        margin-left: 0; }
        @media screen and (max-width: 959px) {
          .p-form dl dd.col2 span.horizontal-item {
            margin: 0 !important; }
            .p-form dl dd.col2 span.horizontal-item .mwform-radio-field-text {
              padding: 10px 15px 12px 45px; } }
  .p-form dl.sub > dd {
    position: relative; }
    .p-form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      .p-form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          .p-form dl.sub > dd dl dt {
            width: 100%; } }
.p-form input[type="number"], .p-form input[type="text"], .p-form input[type="email"], .p-form input[type="url"], .p-form input[type="tel"], .p-form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #ddd !important;
  background: #fafafa !important;
  color: black !important;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important;
  -webkit-transition: border-color .15s ease;
  transition: border-color .15s ease; }
  .p-form input[type="number"]:focus, .p-form input[type="text"]:focus, .p-form input[type="email"]:focus, .p-form input[type="url"]:focus, .p-form input[type="tel"]:focus, .p-form textarea:focus {
    border-color: #aaa !important; }
.p-form textarea::-webkit-input-placeholder {
  font-size: 16px !important;
  line-height: 1.6;
  opacity: 0.6;
  font-weight: normal; }
.p-form textarea:-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 1.6;
  opacity: 0.6;
  font-weight: normal; }
.p-form textarea::-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 1.6;
  opacity: 0.6;
  font-weight: normal; }
.p-form textarea::placeholder {
  font-size: 16px !important;
  line-height: 1.6;
  opacity: 0.6;
  font-weight: normal; }
.p-form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    .p-form input.short {
      width: 120px !important; } }
.p-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: normal;
  cursor: pointer;
  background: none;
  z-index: 0;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #666;
  border-radius: 5px; }
.p-form input[type=radio], .p-form input[type=checkbox] {
  display: none; }
.p-form .mwform-checkbox-field-text,
.p-form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #666;
  color: black;
  background-color: transparent !important;
  font-size: 16px !important;
  cursor: pointer; }
  .p-form .mwform-checkbox-field-text:before, .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:before,
  .p-form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    opacity: 0; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: transparent; }
  .p-form .mwform-checkbox-field-text:before,
  .p-form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    z-index: 1; }
  .p-form .mwform-checkbox-field-text:after,
  .p-form .mwform-radio-field-text:after {
    border-radius: 100%; }
.p-form .mwform-checkbox-field-text:after {
  border-radius: 5px !important; }
@media screen and (max-width: 959px) {
  .p-form .mwform-checkbox-field,
  .p-form .mwform-radio-field {
    margin-top: 10px; } }
.p-form input[type=checkbox],
.p-form input[type=radio] {
  display: none; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
.p-form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: white; }
.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
.p-form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
.p-form input[type=file] {
  margin-top: 20px; }
.p-form .button {
  margin-top: 50px;
  border-radius: 50px; }
  @media screen and (max-width: 767px) {
    .p-form .button:first-of-type {
      margin-top: 15px; } }
.p-form .button input {
  display: block;
  width: 365px;
  border-radius: 50px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: #FBE21F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  cursor: pointer;
  border: 1px solid white;
  color: #212121;
  font-size: 14px;
  letter-spacing: .08em;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    .p-form .button input {
      max-width: 270px;
      width: 100%; } }
  .p-form .button input:hover {
    opacity: 0.8; }
  @media screen and (max-width: 767px) {
    .p-form .button input {
      width: 200px !important;
      min-width: 0;
      height: 50px;
      font-size: 14px; } }
.p-form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .p-form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    .p-form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  .p-form .flex-c2 > select, .p-form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    .p-form .flex-c2 > select:nth-of-type(2), .p-form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    .p-form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-form .flex-c2 > input, .p-form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.p-form .mw_wp_form dt:before {
  top: 50% !important; }

.p-form .mw_wp_form dt:before {
  background: #00ADF1 !important; }

.p-form .mw_wp_form dt span.must {
  background-color: #FBE21F !important;
  color: #212121 !important;
  font-weight: bold; }

.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  color: #00ADF1; }

.p-form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #00ADF1; }

.p-form .mw_wp_form .mwform-radio-field-text:before {
  background-color: #00ADF1; }

.p-form .mwform-checkbox-field-text:before, .p-form .mwform-radio-field-text:before {
  background-color: #00ADF1; }

.p-form input[type=checkbox]:checked + .mwform-checkbox-field-text:after, .p-form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #00ADF1; }

.p-form .mwform-checkbox-field-text, .p-form .mwform-radio-field-text {
  border-color: #ddd; }

.p-form__policy .wrapper {
  padding: 30px;
  background-color: #fafafa;
  border-radius: 10px; }
.p-form__policy .inner {
  max-height: 200px;
  overflow-y: scroll; }
  .p-form__policy .inner h3 {
    font: bold 20px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
  .p-form__policy .inner h4 {
    margin-top: 20px;
    font: bold 16px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
  .p-form__policy .inner p {
    font: normal 14px/2 YakuHanJP, "Noto Sans JP", sans-serif; }
  @media screen and (min-width: 768px) {
    .p-form__policy .inner h3 {
      font-size: 24px; }
    .p-form__policy .inner h4 {
      font-size: 20px; }
    .p-form__policy .inner p {
      font-size: 16px; }
    .p-form__policy .inner .c-dl dt:before {
      top: 13px !important; } }
.p-form__policy .box {
  margin-top: 10px; }

.p-form .mw_wp_form .p-form__add {
  padding: 0 20px;
  background-color: #fafafa;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px; }
  .p-form .mw_wp_form .p-form__add .p-form__add {
    background-color: white; }
  @media screen and (max-width: 767px) {
    .p-form .mw_wp_form .p-form__add {
      padding: 0 10px; } }
  .p-form .mw_wp_form .p-form__add select,
  .p-form .mw_wp_form .p-form__add .mwform-radio-field-text,
  .p-form .mw_wp_form .p-form__add input[type="text"] {
    background: white !important; }

.p-form dl.p-form__dl--texttop dt {
  vertical-align: text-top; }
  @media screen and (min-width: 768px) {
    .p-form dl.p-form__dl--texttop dt::before {
      top: 1.8em !important; } }

.p-offer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  border-right: 0px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .p-offer a {
      width: auto;
      padding: 40px 30px; } }
.p-offer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-offer__inner h3 {
    font: bold 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
    text-decoration: underline;
    color: #00ADF1;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .p-offer__inner h3 {
        font-size: 17px; } }
  .p-offer__inner p {
    font: normal 12px/1 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #212121; }
    .p-offer__inner p br {
      display: none; }
    .p-offer__inner p img {
      display: inline-block !important;
      margin-right: 5px;
      vertical-align: -3px; }
    .p-offer__inner p + p {
      margin-top: 5px; }
    @media screen and (min-width: 768px) {
      .p-offer__inner p {
        font-size: 14px; } }
.p-offer__slide {
  margin: 0 -20px; }
  .p-offer__slide-voice {
    position: relative; }
    .p-offer__slide-voice .slick-arrow {
      display: block;
      position: absolute;
      top: 50%;
      z-index: 2;
      width: 30px;
      height: 30px;
      padding: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      border: none;
      outline: none;
      background-color: white;
      border-radius: 50%;
      font-size: 0;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
      .p-offer__slide-voice .slick-arrow:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-style: solid;
        border-width: 3px;
        border-color: #00ADF1; }
    .p-offer__slide-voice .slick-prev {
      left: 30px; }
      .p-offer__slide-voice .slick-prev:before {
        border-right: 0;
        border-top: 0;
        -webkit-transform: translate(115%, 8%) rotate(45deg);
                transform: translate(115%, 8%) rotate(45deg); }
    .p-offer__slide-voice .slick-next {
      right: 30px; }
      .p-offer__slide-voice .slick-next:before {
        border-left: 0;
        border-bottom: 0;
        -webkit-transform: translate(85%, 3%) rotate(45deg);
                transform: translate(85%, 3%) rotate(45deg); }
    @media screen and (max-width: 767px) {
      .p-offer__slide-voice {
        width: 100vw;
        margin-left: -20px; } }
@media screen and (min-width: 768px) {
  .p-offer__point {
    padding: 10px;
    border-radius: 3px;
    background: #f5f5f5;
    height: 117px;
    width: 100%;
    overflow: hidden; }
    .p-offer__point p {
      font: normal 12px/1.7 YakuHanJP, "Noto Sans JP", sans-serif;
      color: #212121; } }
.p-offer.voice {
  width: 100%;
  max-width: 280px;
  padding: 0 5px; }
  .p-offer.voice .p-offer__inner {
    position: relative;
    border: 1px solid #ddd;
    padding: 25px 20px 48px;
    border-radius: 3px;
    height: 100%; }
    .p-offer.voice .p-offer__inner p {
      font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-offer.voice .p-offer__inner p.auth {
        text-align: right;
        font-size: 12px;
        opacity: .6;
        position: absolute;
        bottom: 20px;
        right: 20px; }

.p-recruit {
  padding: 20px 0;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }
  .p-recruit__title {
    font: bold 18px/1.4 YakuHanJP, "Noto Sans JP", sans-serif;
    color: #00ADF1;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .p-recruit__title {
        font-size: 24px; } }
  .p-recruit__info {
    margin: 20px; }
    .p-recruit__info p {
      font: normal 14px/1.4 YakuHanJP, "Noto Sans JP", sans-serif; }
      .p-recruit__info p + p {
        margin-top: 10px; }
      .p-recruit__info p img {
        display: inline-block;
        vertical-align: -2px;
        margin-right: 5px; }
    @media screen and (min-width: 768px) {
      .p-recruit__info p {
        font-size: 14px; } }
  .p-recruit__labels {
    padding: 0 20px;
    font: normal 14px/2.4 YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-recruit__labels span {
      padding: 7px 9px 9px;
      color: #212121;
      border-radius: 5px;
      background: #ddd;
      font: normal 12px/1 white;
      font-family: YakuHanJP, "Noto Sans JP", sans-serif;
      margin-right: 5px;
      display: inline-block; }
      @media screen and (min-width: 768px) {
        .p-recruit__labels span {
          font-size: 14px; } }
  .p-recruit__intro {
    margin: 30px 10px;
    padding: 20px;
    border-radius: 5px;
    background: #f5f5f5; }
    .p-recruit__intro p {
      font: normal 14px/1.6 'Noto Sans JP', sans-serif; }
      @media screen and (min-width: 768px) {
        .p-recruit__intro p {
          font-size: 16px; } }
  .p-recruit__main {
    padding: 0 20px; }
    .p-recruit__main dl {
      padding-top: 30px;
      padding-bottom: 30px;
      border-top: 1px solid #ddd; }
      .p-recruit__main dl:nth-child(even) {
        background: #fafafa; }
    .p-recruit__main dt h3 {
      position: relative;
      font: bold 14px/1.4 'Noto Sans JP', sans-serif;
      color: #212121;
      padding-right: 10px;
      padding-left: 10px;
      letter-spacing: 0.08em; }
      .p-recruit__main dt h3:first-letter {
        color: #00ADF1;
        font-size: 1.2em; }
      .p-recruit__main dt h3 + p {
        margin-top: 10px; }
    .p-recruit__main dd p {
      margin-top: -2px;
      font: normal 14px/1.4 'Noto Sans JP', sans-serif;
      letter-spacing: 0; }
      .p-recruit__main dd p iframe {
        margin-top: 15px; }
  .p-recruit__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .p-recruit__dl dt {
      width: 100%; }
      .p-recruit__dl dt h3 {
        font: bold 14px/1.6 'Noto Sans JP', sans-serif; }
      @media screen and (min-width: 768px) {
        .p-recruit__dl dt {
          width: 200px; }
          .p-recruit__dl dt h3 {
            font-size: 14px; } }
    .p-recruit__dl dd {
      width: 100%; }
      .p-recruit__dl dd p {
        font: normal 14px/1.6 'Noto Sans JP', sans-serif;
        letter-spacing: 0; }
        .p-recruit__dl dd p iframe {
          margin-top: 15px; }
        .p-recruit__dl dd p.nobr br {
          display: none; }
      @media screen and (max-width: 767px) {
        .p-recruit__dl dd {
          padding: 10px 10px 0; } }
      @media screen and (min-width: 768px) {
        .p-recruit__dl dd {
          width: calc(100% - 200px); }
          .p-recruit__dl dd p {
            font-size: 16px; } }
  .p-recruit__tmb {
    margin-bottom: 20px; }
    .p-recruit__tmb img {
      max-width: 100%;
      width: 100%; }
    @media screen and (max-width: 767px) {
      .p-recruit__tmb {
        width: 150px;
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .p-recruit__pcrevflex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse; }
      .p-recruit__pcrevflex > div:first-of-type {
        width: 40%; }
      .p-recruit__pcrevflex > div:last-of-type {
        width: 60%; }
      .p-recruit__pcrevflex .p-recruit__tmb {
        padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .p-recruit__flexsp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.p-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px; }
  @media screen and (max-width: 767px) {
    .p-voice__list {
      padding-top: 30px; } }
.p-voice__item {
  width: calc(50% - 10px);
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-voice__item {
      width: 100%;
      margin-bottom: 0; }
      .p-voice__item:nth-child(even) .p-voice__inner > div {
        background-color: #f5f5f5; } }
.p-voice__inner {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .p-voice__inner {
      padding: 15px; } }
  .p-voice__inner::before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -10px;
    left: 20px;
    margin-left: 0;
    background-color: white;
    border-radius: 0 50px 0 50px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .p-voice__inner::before {
        bottom: -5px;
        left: 30px; } }
  .p-voice__inner::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: -5px;
    left: 30px;
    margin-left: 0;
    background-color: #FBE21F;
    border-radius: 0 50px 0 50px;
    z-index: -1;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
    @media screen and (max-width: 767px) {
      .p-voice__inner::after {
        bottom: -5px;
        left: 40px; } }
  .p-voice__inner > div {
    position: relative;
    padding: 30px;
    background-color: white;
    color: #333;
    border-radius: 10px;
    z-index: 0; }
  .p-voice__inner p {
    font: normal 16px/1.6 YakuHanJP, "Noto Sans JP", sans-serif; }
    .p-voice__inner p.auth {
      margin-top: 10px;
      font: normal 14px/1.6 YakuHanJP, "Noto Sans JP", sans-serif;
      text-align: right;
      color: #00ADF1;
      font-weight: bold; }
    @media screen and (max-width: 767px) {
      .p-voice__inner p {
        font-size: 14px; }
        .p-voice__inner p.auth {
          font-size: 12px; } }

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

.p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
  /*********************************
    各種基本定数の設定
  *********************************/
  /*********************************
    各種スタイル
  *********************************/
  display: grid;
  -webkit-column-gap: 60px;
          column-gap: 60px;
  row-gap: 60px;
  /*********************************
    念のためリセット
  *********************************/ }
  @media screen and (min-width: 768px) {
    .p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
      -webkit-column-gap: 60px;
              column-gap: 60px;
      row-gap: 60px; } }
  @media screen and (max-width: 767px) {
    .p-grid, .p-grid--col1, .p-grid--pc-col1, .p-grid--sp-col1, .p-grid--col2, .p-grid--pc-col2, .p-grid--sp-col2, .p-grid--col3, .p-grid--pc-col3, .p-grid--sp-col3, .p-grid--col4, .p-grid--pc-col4, .p-grid--sp-col4, .p-grid--col5, .p-grid--pc-col5, .p-grid--sp-col5, .p-grid--col6, .p-grid--pc-col6, .p-grid--sp-col6, .p-grid--col7, .p-grid--pc-col7, .p-grid--sp-col7, .p-grid--col8, .p-grid--pc-col8, .p-grid--sp-col8, .p-grid--col9, .p-grid--pc-col9, .p-grid--sp-col9, .p-grid--col10, .p-grid--pc-col10, .p-grid--sp-col10 {
      -webkit-column-gap: 20px;
              column-gap: 20px;
      row-gap: 20px; } }
  @media screen and (min-width: 768px) {
    .p-grid--gap-l {
      -webkit-column-gap: 50px;
              column-gap: 50px;
      row-gap: 50px; } }
  @media screen and (max-width: 767px) {
    .p-grid--gap-l {
      -webkit-column-gap: 30px;
              column-gap: 30px;
      row-gap: 30px; } }
  .p-grid--col1 {
    grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col1 {
      grid-template-columns: repeat(1, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col1 {
      grid-template-columns: repeat(1, 1fr); } }
  .p-grid--col2 {
    grid-template-columns: repeat(2, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col2 {
      grid-template-columns: repeat(2, 1fr); } }
  .p-grid--col3 {
    grid-template-columns: repeat(3, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col3 {
      grid-template-columns: repeat(3, 1fr); } }
  .p-grid--col4 {
    grid-template-columns: repeat(4, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col4 {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col4 {
      grid-template-columns: repeat(4, 1fr); } }
  .p-grid--col5 {
    grid-template-columns: repeat(5, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col5 {
      grid-template-columns: repeat(5, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col5 {
      grid-template-columns: repeat(5, 1fr); } }
  .p-grid--col6 {
    grid-template-columns: repeat(6, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col6 {
      grid-template-columns: repeat(6, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col6 {
      grid-template-columns: repeat(6, 1fr); } }
  .p-grid--col7 {
    grid-template-columns: repeat(7, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col7 {
      grid-template-columns: repeat(7, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col7 {
      grid-template-columns: repeat(7, 1fr); } }
  .p-grid--col8 {
    grid-template-columns: repeat(8, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col8 {
      grid-template-columns: repeat(8, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col8 {
      grid-template-columns: repeat(8, 1fr); } }
  .p-grid--col9 {
    grid-template-columns: repeat(9, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col9 {
      grid-template-columns: repeat(9, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col9 {
      grid-template-columns: repeat(9, 1fr); } }
  .p-grid--col10 {
    grid-template-columns: repeat(10, 1fr); }
  @media screen and (min-width: 768px) {
    .p-grid--pc-col10 {
      grid-template-columns: repeat(10, 1fr); } }
  @media screen and (max-width: 767px) {
    .p-grid--sp-col10 {
      grid-template-columns: repeat(10, 1fr); } }
  .p-grid img, .p-grid--col1 img, .p-grid--pc-col1 img, .p-grid--sp-col1 img, .p-grid--col2 img, .p-grid--pc-col2 img, .p-grid--sp-col2 img, .p-grid--col3 img, .p-grid--pc-col3 img, .p-grid--sp-col3 img, .p-grid--col4 img, .p-grid--pc-col4 img, .p-grid--sp-col4 img, .p-grid--col5 img, .p-grid--pc-col5 img, .p-grid--sp-col5 img, .p-grid--col6 img, .p-grid--pc-col6 img, .p-grid--sp-col6 img, .p-grid--col7 img, .p-grid--pc-col7 img, .p-grid--sp-col7 img, .p-grid--col8 img, .p-grid--pc-col8 img, .p-grid--sp-col8 img, .p-grid--col9 img, .p-grid--pc-col9 img, .p-grid--sp-col9 img, .p-grid--col10 img, .p-grid--pc-col10 img, .p-grid--sp-col10 img {
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    .p-grid.sp0, .sp0.p-grid--col1, .sp0.p-grid--pc-col1, .sp0.p-grid--sp-col1, .sp0.p-grid--col2, .sp0.p-grid--pc-col2, .sp0.p-grid--sp-col2, .sp0.p-grid--col3, .sp0.p-grid--pc-col3, .sp0.p-grid--sp-col3, .sp0.p-grid--col4, .sp0.p-grid--pc-col4, .sp0.p-grid--sp-col4, .sp0.p-grid--col5, .sp0.p-grid--pc-col5, .sp0.p-grid--sp-col5, .sp0.p-grid--col6, .sp0.p-grid--pc-col6, .sp0.p-grid--sp-col6, .sp0.p-grid--col7, .sp0.p-grid--pc-col7, .sp0.p-grid--sp-col7, .sp0.p-grid--col8, .sp0.p-grid--pc-col8, .sp0.p-grid--sp-col8, .sp0.p-grid--col9, .sp0.p-grid--pc-col9, .sp0.p-grid--sp-col9, .sp0.p-grid--col10, .sp0.p-grid--pc-col10, .sp0.p-grid--sp-col10 {
      -webkit-column-gap: 0;
              column-gap: 0;
      row-gap: 0; } }

.u-mtb--ll, .u-mbt--ll {
  margin-bottom: 150px !important;
  margin-top: 150px !important; }
.u-mtb--l, .u-mbt--l {
  margin-bottom: 60px !important;
  margin-top: 60px !important; }
.u-mtb--m, .u-mbt--m {
  margin-bottom: 40px !important;
  margin-top: 40px !important; }
.u-mtb--s, .u-mbt--s {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }
.u-mtb--ss, .u-mbt--ss {
  margin-bottom: 10px !important;
  margin-top: 10px !important; }
.u-mtb--0, .u-mbt--0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
.u-mb--ll {
  margin-bottom: 150px !important; }
.u-mb--l {
  margin-bottom: 60px !important; }
.u-mb--m {
  margin-bottom: 40px !important; }
.u-mb--s {
  margin-bottom: 20px !important; }
.u-mb--ss {
  margin-bottom: 10px !important; }
.u-mb--0 {
  margin-bottom: 0 !important; }
.u-mt--ll {
  margin-top: 150px !important; }
.u-mt--l {
  margin-top: 60px !important; }
.u-mt--m {
  margin-top: 40px !important; }
.u-mt--s {
  margin-top: 20px !important; }
.u-mt--ss {
  margin-top: 10px !important; }
.u-mt--0 {
  margin-top: 0 !important; }

.u-ptb--ll, .u-pbt--ll {
  padding-bottom: 150px !important;
  padding-top: 150px !important; }
.u-ptb--l, .u-pbt--l {
  padding-bottom: 60px !important;
  padding-top: 60px !important; }
.u-ptb--m, .u-pbt--m {
  padding-bottom: 40px !important;
  padding-top: 40px !important; }
.u-ptb--s, .u-pbt--s {
  padding-bottom: 20px !important;
  padding-top: 20px !important; }
.u-ptb--ss, .u-pbt--ss {
  padding-bottom: 10px !important;
  padding-top: 10px !important; }
.u-ptb--0, .u-pbt--0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }
.u-pb--ll {
  padding-bottom: 150px !important; }
.u-pb--l {
  padding-bottom: 60px !important; }
.u-pb--m {
  padding-bottom: 40px !important; }
.u-pb--s {
  padding-bottom: 20px !important; }
.u-pb--ss {
  padding-bottom: 10px !important; }
.u-pb--0 {
  padding-bottom: 0 !important; }
.u-pt--ll {
  padding-top: 150px !important; }
.u-pt--l {
  padding-top: 60px !important; }
.u-pt--m {
  padding-top: 40px !important; }
.u-pt--s {
  padding-top: 20px !important; }
.u-pt--ss {
  padding-top: 10px !important; }
.u-pt--0 {
  padding-top: 0 !important; }

@media screen and (max-width: 767px) {
  .u-mtb--ll, .u-mbt--ll {
    margin-bottom: 100px !important;
    margin-top: 100px !important; }
  .u-mtb--l, .u-mbt--l {
    margin-bottom: 40px !important;
    margin-top: 40px !important; }
  .u-mtb--m, .u-mbt--m {
    margin-bottom: 40px !important;
    margin-top: 40px !important; }
  .u-mtb--s, .u-mbt--s {
    margin-bottom: 20px !important;
    margin-top: 20px !important; }
  .u-mtb--ss, .u-mbt--ss {
    margin-bottom: 10px !important;
    margin-top: 10px !important; }
  .u-mtb--0, .u-mbt--0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  .u-mb--ll {
    margin-bottom: 100px !important; }
  .u-mb--l {
    margin-bottom: 40px !important; }
  .u-mb--m {
    margin-bottom: 40px !important; }
  .u-mb--s {
    margin-bottom: 20px !important; }
  .u-mb--ss {
    margin-bottom: 10px !important; }
  .u-mb--0 {
    margin-bottom: 0 !important; }
  .u-mt--ll {
    margin-top: 100px !important; }
  .u-mt--l {
    margin-top: 40px !important; }
  .u-mt--m {
    margin-top: 40px !important; }
  .u-mt--s {
    margin-top: 20px !important; }
  .u-mt--ss {
    margin-top: 10px !important; }
  .u-mt--0 {
    margin-top: 0 !important; }

  .u-ptb--ll, .u-pbt--ll {
    padding-bottom: 100px !important;
    padding-top: 100px !important; }
  .u-ptb--l, .u-pbt--l {
    padding-bottom: 40px !important;
    padding-top: 40px !important; }
  .u-ptb--m, .u-pbt--m {
    padding-bottom: 40px !important;
    padding-top: 40px !important; }
  .u-ptb--s, .u-pbt--s {
    padding-bottom: 20px !important;
    padding-top: 20px !important; }
  .u-ptb--ss, .u-pbt--ss {
    padding-bottom: 10px !important;
    padding-top: 10px !important; }
  .u-ptb--0, .u-pbt--0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important; }
  .u-pb--ll {
    padding-bottom: 100px !important; }
  .u-pb--l {
    padding-bottom: 40px !important; }
  .u-pb--m {
    padding-bottom: 40px !important; }
  .u-pb--s {
    padding-bottom: 20px !important; }
  .u-pb--ss {
    padding-bottom: 10px !important; }
  .u-pb--0 {
    padding-bottom: 0 !important; }
  .u-pt--ll {
    padding-top: 100px !important; }
  .u-pt--l {
    padding-top: 40px !important; }
  .u-pt--m {
    padding-top: 40px !important; }
  .u-pt--s {
    padding-top: 20px !important; }
  .u-pt--ss {
    padding-top: 10px !important; }
  .u-pt--0 {
    padding-top: 0 !important; } }
.u-text--link {
  text-decoration: underline;
  color: #065fd4; }
  .u-text--link:hover {
    text-decoration: none; }
.u-text--attention {
  color: #00ADF1;
  font-size: 0.8em !important; }
  .u-text--attention a {
    color: #00ADF1;
    text-decoration: underline; }
.u-text--center {
  text-align: center !important; }
.u-text--right {
  text-align: right !important; }
.u-text--large {
  font-size: 25px !important;
  letter-spacing: .08em; }
  @media screen and (max-width: 767px) {
    .u-text--large {
      font-size: 20px !important; } }
.u-text--ac {
  color: #00ADF1; }
.u-text--lh-low {
  line-height: 1.2 !important; }
.u-text--lh-midium {
  line-height: 1.6 !important; }
.u-text--lh-high {
  line-height: 2 !important; }

.u-w1000 {
  max-width: 1040px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
.u-w1200 {
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map */